Skip to content

Releases: verbb/vizy

2.1.13

24 Nov 20:46
Compare
Choose a tag to compare

Added

  • Add console log for fatal Vizy block renders to assist with debugging.

Fixed

  • Fix fatal Vue errors when inline <style> tags were included in Vizy block field rendering.
  • Fix error state for invalid Vizy blocks.
  • Fix and improve click and mouse events inside a Vizy block, due to drag-handling from Tiptap.
  • Fix an issue where fields in a Vizy block couldn’t be focused, due to a Craft 4.5.7 change.
  • Fix an error with code block nodes escaping code content.

2.1.12

25 Oct 00:43
Compare
Choose a tag to compare

Added

  • Add exception message to console when failing to render a Vizy block.

Fixed

  • Fix an error when outputting iframe content, in some cases.

2.1.11

02 Oct 22:21
Compare
Choose a tag to compare

Fixed

  • Fix HardBreak (<br>) nodes being rendered twice.
  • Fix an issue where some fields (Hyper) in Vizy blocks weren’t being serialized properly.

2.1.10

24 Sep 21:10
Compare
Choose a tag to compare

Added

  • Add better handling for fatal errors when rendering Vizy blocks.

Fixed

  • Fix Table node inner node styles (links, lists, etc).
  • Fix when using the Image Editor on an Image node, transforms not being generated.

2.1.9

08 Sep 07:02
Compare
Choose a tag to compare

Added

  • Add normalization fix for incorrect ListItem schema format.
  • Add title setting to Link nodes.

Fixed

  • Fix an issue with project config and other new fields.
  • Fix using Hyper and Icon Picker fields in Vizy blocks.
  • Fix ListItem normalization.
  • Fix an error with node normalization.
  • Switch htmlEncode for AntiXSS for better special character handling.
  • Fix Table nodes’ rendering.
  • Fix node normalization not completing correctly for nested nodes.
  • Fix field not initializing correctly in Super Table or Matrix field settings.
  • Fix rel output for links.
  • Fix overlapping marks not producing the correct HTML output.

2.1.8

09 Aug 23:21
Compare
Choose a tag to compare

Fixed

  • Fix rendering nested JS for Vizy fields.
  • Revamp Vue component initialization for input and settings. Improves performance and edge-cases with Vizy fields nested in Matrix/Neo/Super Table and nested Vizy fields.
  • Fix an issue where nested Vizy fields trigger an unload warning.
  • Fix GQL schema for Nodes to generating correctly.
  • Fix Super Table/Matrix/Neo nested combinations not rendering Vizy fields correctly.
  • Fix an issue for neste Vizy fields, and isNew checks.
  • Fix an issue where deeply-nested Vizy fields within Matrix or Super Table fields weren’t having their content set correctly.
  • Fix lightswitch UI for Vizy blocks on Craft 4.4.16+.
  • Fix “fresh” check for blocks, affecting some defaults for some fields (Button Box) saving over content.
  • Fix the media embed node not displaying correctly when toggling the code editor.
  • Fix ListItem nodes throwing an error when their content was null.

2.1.7

11 Jul 07:12
Compare
Choose a tag to compare

Added

  • Add error class to Vizy Block tabs, when one of their fields has an error.

Fixed

  • Fix an error parsing empty table field nodes.
  • Fix an error when Vizy Blocks contain a dismissable UI element tip.
  • Fix Matrix-nested fields and spacing.

2.1.6

27 May 01:51
Compare
Choose a tag to compare

Fixed

  • Fix new Vizy blocks not having their isFresh set for new fields.

1.0.23

27 May 01:50
Compare
Choose a tag to compare

Fixed

  • Fix Table fields used in Vizy Blocks not saving correctly when rows in the table are deleted

2.1.5

17 May 12:25
Compare
Choose a tag to compare

Added

  • Add recursiveFieldCount plugin setting.

Fixed

  • Fix an error when no blocktypes are defined for a blocktype group.
  • Fix an issue when new nested Vizy fields would wipe out other fields’ unsaved draft content.
  • Fix incorrectly hijacking click events inside Vizy blocks.
  • Fix an error for Media Embed nodes when containing special characters in embed data HTML.