Releases: verbb/vizy
Releases · verbb/vizy
3.0.0
Added
- Add the
Craft.Vizy.Config.registerTemplates()
JS function for custom extensions to render their own template in a Vizy field.
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
. - Update Vizy block header actions to use an ellipsis icon instead of a settings cog.
- Vizy block inner custom fields now save custom field content via the field’s
layoutElementUid
instead of their handle.
Fixed
- Fix an error for Image nodes, where the
id
attribute didn’t reflect an Asset Element ID. - Fix an error when saving Vizy blocks in some scenarios, where blocks incorrectly had an invalid ID.
- Fix content changes being detected for nested fields when there are none. In addition, Vizy fields only listen for changes to their content when interacted with.
- Fix field layout designer in settings not serializing changes correctly.
2.1.19
Changed
- Update Tiptap dependancies.
Fixed
- Fix element owner checks.
- Fix content changes being detected for nested fields when there are none. In addition, Vizy fields only listen for changes to their content when interacted with.
- Fix an error when re-ordering Vizy blocks with Asset fields.
3.0.0-beta.5
Added
- Add the
Craft.Vizy.Config.registerTemplates()
JS function for custom extensions to render their own template in a Vizy field.
Fixed
- Fix an error for Image nodes, where the
id
attribute didn’t reflect an Asset Element ID. - Fix an error when saving Vizy blocks in some scenarios, where blocks incorrectly had an invalid ID.
- Fix content changes being detected for nested fields when there are none. In addition, Vizy fields only listen for changes to their content when interacted with.
- Fix incompatibility issues with Matrix fields.
- Fix an error when sanitizing Matrix content.
2.1.18
Added
- Add the
Craft.Vizy.Config.registerTemplates()
JS function for custom extensions to render their own template in a Vizy field.
Fixed
- Fix an error for Image nodes, where the
id
attribute didn’t reflect an Asset Element ID.
3.0.0-beta.4
Changed
- Update Vizy block header actions to use an ellipsis icon instead of a settings cog.
- Vizy block inner custom fields now save custom field content via the field’s
layoutElementUid
instead of their handle.
Fixed
- Fixed menu dropdown style issues.
3.0.0-beta.3
Fixed
- Fix field layout designer in settings not serializing changes correctly.
2.1.17
Fixed
- Fix an error with content not saving when two Vizy fields with Block-only and Rich Text configs are present.
3.0.0-beta.2
Fixed
- Fix an install error related to
nystudio107/craft-plugin-vite
.
3.0.0-beta.1
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0-beta.1+
.
2.1.16
Changed
- Update Vue.js version for some compatibility fixes.
- Update all Tiptap dependencies for the latest and greatest features/fixes.
Fixed
- Fix CKEditor issue when moving Vizy Blocks.
- Fix an error when importing Vizy content with Feed Me, when field content is empty.
- Fix YouTube live URLs for media embed function.
- Fix Selectize fields not working properly when re-ordering Vizy blocks when contained in a Matrix/Super Table field.
- Fix spacing of non-full-width fields in Vizy blocks.
- Fix text overflowing issue in editor when no newlines were present.