Skip to content

Releases: verbb/vizy

3.1.5

11 Apr 03:51

Choose a tag to compare

Added

  • Add automatic “mailto” handling for links that are emails.

Fixed

  • Fix whitespace-only text nodes not preserving spaces between marks.

3.1.4

24 Mar 08:58

Choose a tag to compare

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

15 Mar 03:20

Choose a tag to compare

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

03 Mar 04:32

Choose a tag to compare

Added

  • Add vizy/content/fix-vizy-block-field-uids console 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

07 Feb 02:49

Choose a tag to compare

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

25 Jan 10:19

Choose a tag to compare

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

23 Jan 21:34

Choose a tag to compare

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

29 Nov 03:52

Choose a tag to compare

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

06 Nov 03:28

Choose a tag to compare

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 table were also set on tbody.

3.0.11

16 Sep 03:20

Choose a tag to compare

Changed

  • Update migration-mode check.

Fixed

  • Fix an error for some field content, that appeared JSON-like, but wasn’t error-handled gracefully.