Skip to content

Releases: verbb/vizy

2.0.7

25 Sep 10:19
Compare
Choose a tag to compare

Added

  • Add support for entries conditions for Vizy fields.

Changed

  • Switch deprecated ueberdosis/html-to-prosemirror package to ueberdosis/tiptap-php.

Fixed

  • Fix Vizy blocks not being site-aware.
  • Fix “Open link in new tab” not saving correctly for link nodes.
  • Fix asset fields within Matrix/Super Table fields not moving from the temporary upload directory.
  • Fix an error when propagating element fields’s content for un-translated Vizy/SuperTable/Inner fields.
  • Fix an error when propagating Super Table rows for un-translated Vizy/SuperTable/Inner fields.
  • Fix an error when propagating Matrix blocks for un-translated Vizy/Matrix/Inner fields.
  • Fix importing nodes via Feed Me not working for some node types.

1.0.20

25 Sep 09:56
Compare
Choose a tag to compare

Fixed

  • Fix an issue where nested Vizy fields in Matrix/Super Table/etc fields weren’t having their content serialized correctly.

1.0.19

22 Sep 21:59
Compare
Choose a tag to compare

Fixed

  • Fix display issues with Vizy fields in Live Preview.
  • Fix an overflow issue for small screens for the block picker.
  • Fix a legacy error where in some cases blocks were missing their block type.
  • Fix toggling field tabs not working correctly for nested Vizy fields.
  • Fix legacy handling of HtmlToProseMirror package when importing content via Feed Me.

2.0.6

11 Aug 02:45
Compare
Choose a tag to compare

Fixed

  • Fix Vizy node content being reset when inserting other nodes directly before it.
  • Fix a field alignment issue in nested Vizy fields.
  • Fix Vizy fields not initializing when switching entry types.
  • Fix fields not working correctly in element slideouts, in some instances.

1.0.18

11 Aug 02:39
Compare
Choose a tag to compare

Changed

  • Update all tiptap dependancies to latest beta versions.

Fixed

  • Fix Vizy node content being reset when inserting other nodes directly before it.

2.0.5

08 Aug 22:23
Compare
Choose a tag to compare

Fixed

  • Fix GraphQL queries throwing an error when fields aren’t initialized fully.
  • Fix blocktype picker not appearing in Live Preview.
  • Fix potential error for blocktypes.
  • Update Vizy loading for input to handle proper loading using Vite.

1.0.17

08 Aug 22:23
Compare
Choose a tag to compare

Fixed

  • Fix blocktype picker not appearing in Live Preview.

2.0.4

06 Jul 00:01
Compare
Choose a tag to compare

Fixed

  • Fix an error when making GraphQL queries.

2.0.3

02 Jul 03:58
Compare
Choose a tag to compare

Added

  • Add vite-plugin-compression to generate gzipped JS/CSS assets.
  • Add better handling for JS scripts on-load, to prevent against missing JS execution in some cases. (thanks @khalwat).

Changed

  • Update CP template content block.

Fixed

  • Fix a GQL deprecation notice.
  • Fix HMR not working when making changes to vizy.js.
  • Fix updating Block Type template not working correctly.
  • Fix en error when trying to limit “Available Volumes” or “Available Transforms”.
  • Fix an error when rendering an entry revision for nested Vizy fields.

1.0.16

02 Jul 03:49
Compare
Choose a tag to compare

Added

  • Add isRoot for Vue component top-level fields.

Changed

  • Update all tiptap dependancies to latest beta versions.
  • Exclude any falsey attributes for a node when rendering.
  • Lower debounce time for watched Vizy Block field changes.
  • Only clicking on the header of Vizy Blocks selects a block.

Fixed

  • Fix link nodes always including target and rel attributes.
  • Fix newly created Vizy blocks not having the correct namespace in some instances.
  • Fix JS not initializing correctly for complex Vizy fields and in combination with Neo/SuperTable/Matrix.
  • Fix an error where delta values for other fields was being stripped out when including a Vizy field.
  • Fix an error when saving nested Vizy fields with validation errors and blocks losing their content.
  • Fix unload warning when no content has been changed.
  • Fix Vizy Block field alignment of fields.
  • Fix selected state issues on nested Vizy fields and Vizy blocks, and add support for “Escape” key to remove selected Vizy Block.
  • Fix being unable to click properly between Vizy blocks to add a new node, and fix gap cursor alignment.
  • Fix an overlay issue for nested Vizy fields when picking Vizy blocks.
  • Fix multiple Redactor fields in a single Vizy block not working correctly.