Skip to content

Releases: lsst-epo/canto-dam-assets

Version 4.0.9

13 Nov 23:48
Compare
Choose a tag to compare

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

12 Nov 06:49
Compare
Choose a tag to compare

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

10 Nov 18:29
Compare
Choose a tag to compare

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

09 Nov 22:58
Compare
Choose a tag to compare

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 creating JSON_CONTAINS() Query Expressions

Changed

  • Changed the content column types to Schema::TYPE_JSON because it's more correct, and we can also use JSON_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

10 Oct 03:02
Compare
Choose a tag to compare

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

26 Sep 04:21
Compare
Choose a tag to compare

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

12 Sep 19:08
Compare
Choose a tag to compare

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

11 Sep 17:09
Compare
Choose a tag to compare

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

10 Sep 17:53
Compare
Choose a tag to compare

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

30 Aug 17:02
Compare
Choose a tag to compare

Added

  • Initial release