All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.2 (2024-08-29)
- fix stringified values that are already strings
1.4.1 (2024-06-20)
- adds per-asset imgix parameter transformation checkboxes
- adds image width/height metadata
- adds default source configuration option
- allows dialog to be scrolled in smaller viewport
1.4.0 (2022-12-12)
- add loading spinner to source dropdown
- show loading spinner on source change
- load previously selected source after image select
- keep previously selected asset populated
- fix loading indicator when no assets present in source
- fix clear on click away
1.3.0 (2022-12-01)
- use grid-image placeholders
- create gallery placeholder component
- remove webfolder sources from upload sources
- display video frame as thumbnail
- add destination tooltip
- refresh image gallery on upload
- add fallback icon on error
- add svg icons for filetypes
- add icon component for SVG support
- disable upload button after click
- add upload success and error notifications
- disable button is webfolder source
- show upload indicator when uploading
- upload selected image to imgix source
- add upload handler function
- store destination path to state
- create upload modal
- create placeholder image url from file
- create upload button
- create action bar component
- add filename overlay to assets
- populate the SourceDropdown with more sources
1.2.4 (2022-11-16)
- construct asset URL using Source
subdomain
instead ofname
1.2.3 (2022-10-24)
- update dependencies
- change instances of "Image Manager" to "Asset Manager"
1.2.2 (2022-04-13)
- optional chain when accessing editor interfaces and controls
- adds in internal analytics to assist with future product improvements
1.2.1 (2022-02-02)
- do not access
dominant_colors
if parent objectcolors
is undefined
1.2.0 (2022-01-31)
- Add asset metadata to returned JSON object.
1.1.0 (2021-11-12)
- Allow users to search across images in a source. Keyword searches will filter images by the following fields: file origin path, image tags, and user-defined categories.
1.0.0 (2021-10-08)
- Allow users to configure their app with an imgix API key
- Add button to
Verify
user's key - Users can assign the imgix app to pre-existing
JSON object
fields at installation
- Add button to
- Modal from which users can select an imgix source to browse images from
- Pagination buttons for browsing multiple pages of assets
Add image
button saves the imagesrc
to the field valueReplace
button to replace an imageRemove
button to clear a selection