Releases: lsst-epo/canto-dam-assets
Releases · lsst-epo/canto-dam-assets
Version 4.0.9
Added
- Consolidate the field image rendering, and speed up the initial render by having it work without requiring JavaScript
Fixed
- Fixed an issue where the name displayed under an asset wasn't getting updated when choosing a new assets, only when the entry was saved
Version 4.0.8
Fixed
- Fixed an issue where field instances weren't initialized when opened via Slideout due to the document custom event already having been triggered
Version 4.0.7
Fixed
- Fixed an issue where the JavaScript for the field was executed out of order when deeply embedded in a Neo / Matrix block combination nested field
Version 4.0.6
Added
- Added a plugin migration to migrate existing field data to use the
Schema::TYPE_JSON
column type - Add the package
daccess1/yii2-json-query-helper
to aid in creatingJSON_CONTAINS()
Query Expressions
Changed
- Changed the content column types to
Schema::TYPE_JSON
because it's more correct, and we can also useJSON_CONTAINS()
SQL queries in these columns
Fixed
- Make sure we camelize the keys if an array is being returned, since we normalize them to be camelized as GraphQL doesn't support spaces or other special characters in the query params
- Work around a Craft bug with custom fields that have JSON column types (#13916)
Version 4.0.5
Added
- Implement
::getStaticHtml()
for proper display of revisions
Fixed
- Fixed an issue where a single selected Canto asset’s ID wasn’t save properly
Version 4.0.4
Added
- Added an icon to the plugin
Fixed
- Fixed an issue where multiple Matrix/Neo blocks on the same page didn't work, because the raw
fieldId
was being passed in instead of the namespaced field input id
Version 4.0.3
Fixed
- Fixed an issue where the Canto DAM Asset field didn't work inside of Matrix/Neo blocks due to a namespacing issue
Version 4.0.2
Fixed
- Fixed an issue where the appropriate feature classes were not re-applied to the iFrame when multiple differently configured Canto DAM Asset fields are used on the same entry
Version 4.0.1
Added
- Added Canto Asset Picker Type field settings that allows you to choose the type of Canto assets that can be selected: Single Image, Multiple Images, or Whole Album
Version 4.0.0
Added
- Initial release