Releases: verbb/vizy
Releases · verbb/vizy
3.1.5
3.1.4
Fixed
- Fix an issue where blocktype definition could be lost when rendering Vizy fields.
- Fix Vizy Block preview not persisting on page reload.
3.1.3
Changed
- Refactor Vizy field bootstrapping to DOM auto-mount.
Fixed
- Fix Vizy Block content not being consistently site-aware.
- Fix an error for CKEditor 5+ and other plugins using
registerScriptWithVars().
3.1.2
Added
- Add
vizy/content/fix-vizy-block-field-uidsconsole command to assist with some migration issues for missing field layout fields in Vizy Blocks.
Fixed
- Fix Vizy Block’s not normalize content when stored with deprecated field handles.
3.1.1
Added
- Add support for importing Vizy Blocks for Feed Me feeds. Still requires constructing payload manually.
- Add support for Craft Content Block fields within Vizy Blocks.
3.1.0
Changed
- Revamp Vizy Block field rendering to use DOM portals, rather than within Vue/Tiptap directly.
Fixed
- Fix Vizy Block’s containing selectize dropdowns not working correctly when moving blocks.
3.0.14
Added
- Add Link Settings to Vizy fields to allow control of what settings a Link button has access to.
Fixed
- Fix handling of corrupted list items not being normalized properly.
3.0.13
Changed
- Improve content-encoding handling for special-characters, HTML content, emoji’s and more.
Fixed
- Fix empty text nodes not being filtered out correctly.
3.0.12
Changed
- Improve change-detection checks for Vizy Blocks.
Fixed
- Fix an issue for Vizy Blocks that contained relational fields, when the fields were eager-loaded.
- Fix an issue for Table nodes, where attributes set on
tablewere also set ontbody.
3.0.11
Changed
- Update migration-mode check.
Fixed
- Fix an error for some field content, that appeared JSON-like, but wasn’t error-handled gracefully.