- Bug: Check model has mime type before checking value
- Bug: Don't trigger edit modal for non image files
- Bug: Fix WebP support for cropping and display
- Enhancement: Add filter to skip attachments during Smart Media processing
- Bug: AMP plugin compatibility with featured image modal selection
- Enhancement: Add Asset Manager Framework support
- Bug: Fall back to regular preview when missing
editor
object on attachment model
- Bug: Ensure srcset URLs are properly escaped
- Bug: Fix REST API upload handling
- Bug: Fix media templates when missing
.can
properties
- Bug: Fix modal state when clicking featured image on first page load
- Bug: Cropping UI not showing in WP 5.6 with jQuery v3
- Bug: Ensure width and height attributes are correct for uncropped image sizes
- Bug: Don't switch to edit state if attachment is a fake placeholder such as the cover block default
- Bug: Inline image editing in image block fails with files containing unicode characters
- Bug: Check wp.data store before using to support classic editor
- Enhancement: WP 5.5 Support
- Enhancement: Don't strip width and height attributes
- Enhancement: Switch to edit mode during attachment upload
- Bug: Allow for original image URLs with existing query string
- Bug: Fix gallery editor styling
- Bug: Fix uploader error after inserting existing media into post
- Enhancement: Add width and height attributes to images in media library to improve loading and fix layout jitter
- Bug: Ensure PDF thumbnails use Tachyon #81
- Bug: Fix REST API URLs to use manual crop dimensions #81
- Bug: Ensure cropping UI selectors are scoped to current frame #80
- Bug: Prevent dismissal of crop select area by clicking on crop background #79
- Bug: Fixed featured image "Replace Image" button behaviour #76
- Bug: Fixed fatal error uploading video and audio blocks. #71
- Bug: Deselect blocks on focus inside metabox area, prevents updating blocks on image selection outside editor
- Bug: Compatibility issue with Google AMP plugin
- Bug: Selecting a featured image on an auto draft / new post page could fail to trigger the select event
- Bug: Fix SVG preview display in media modal
- Bug: Tachyon no longer processes SVGs, they stopped displaying properly in the media modal as a result
- Bug: Ensure
srcset
sizes are never larger than the original - Bug: Ensure originally requested size (or as close to) is represented in
srcset
- Bug: Fix crop position in post featured images #52
- Bug: Fix cropper showing on Featured Media Gutenberg popup #51
- Bug: Fix image size selector in Image Block wasn't selecting the correct size and switching between sizes wasn't causing any resize in the block.
- Bug: Fix error when
media_details
is empty in REST response
- Bug: Fatal error on requesting PDF via REST API
- Bug: PDF thumbnails not using Tachyon
- Bug: Media modal showing incorrect URL for PDF preview
- Change: Remove default WP large image sizes 1536x1536 and 2048x2048 in favour of Tachyon zoom srcset
- Bug: An image cannot be selected until Change Image is clicked #36
- Bug: Image cropper not applying size selection to image blocks #37
- Bug: Ensure attachment ID in
image_downsize
filter is int
- Bug: Check metadata is an array before passing to
add_srcset_and_sizes()
- Bug: Don't hide edit image link if smart media UI not active #30
- Bug: Add missing textdomains
- Bug: Register textdomain for script handle
- Bug: Add wp-i18n as a dependency of the cropper
- Bug: Handle max size when non-named crop size is requested #22
- Enhancement: Allow removal of custom crops
- Enhancement: Ensure tachyon URLs are used globally
- Enhancement: Add crop and focal point data to REST API responses
- Enhancement: Support srcset and sizes for stored tachyon URLs
- Bug: Allow cropper to update crops for sizes that contain special characters #17
- Bug: Fix SVG compatibility #15
- Bug: Fix warnings when trying to get crop data for special case image sizes #5
- Update: Upgraded all build scripts
- Update: Add support for images in posts added by the block editor #9
- Update: Add contributing docs
- Bug: Justified library CSS - increase specifity
- Bug: Load media templates on customiser
- Bug: Don't load edit mode when built in media modal cropper state is present
- Justified library CSS - Add media-views stylesheet as a dependency.
- Justified library CSS - Enqueued on the
wp_enqueue_media
action to ensure they are only loaded when required.
- Fix bug when
full
isn't in sizes list, eg. everywhere except the HM site.
- Added composer.json
- Bug fix, compat issues with CMB2
- Disable thumbnail file generation when tachyon is enabled
- Bug fixes for focal point generated thumbs, bypass smart crop entirely
- Added focal point cropping feature
- When editing an image in the post edit screen the editing experience is loaded with an option to change the image
- Split out the image editor views JS
- Fix justified library in non script debug mode
- Minor bug fixes
- Styling updates
- Ensure only image attachment JS is modified
- Use smaller thumbs in size picker where possible
- Fix re-render on navigation between images in Media Library (frame refresh event)
- Fix bug loading image editor when
SCRIPT_DEBUG
is false
- Initial release
- Justified media library
- New image editing experience (Media section of admin only so far)