Skip to content

Releases: verbb/vizy

3.0.3

14 Aug 13:55
Compare
Choose a tag to compare

Fixed

  • Fix an issue with multiple Vizy editors with different formatting or table configs.
  • Fix buttons styles not working correctly.

2.1.22

14 Aug 13:53
Compare
Choose a tag to compare

Fixed

  • Fix an issue with multiple Vizy editors with different formatting or table configs.
  • Fix buttons styles not working correctly.

3.0.2

11 Aug 00:06
Compare
Choose a tag to compare

Fixed

  • Fix some click events in Vizy Block fields not triggering change event listener.
  • Fix an error when initializing Vizy fields multiple times.
  • Fix incorrect field serialization when in live preview.
  • Fix Live Preview detection.
  • Fix compatibility with Hyper.

2.1.21

11 Aug 00:03
Compare
Choose a tag to compare

Fixed

  • Fix some click events in Vizy Block fields not triggering change event listener.
  • Fix an error when initializing Vizy fields multiple times.

3.0.1

21 Jul 00:38
Compare
Choose a tag to compare

Added

  • Add the ability to set links to current site, or specific site for element-based links.

Changed

  • Change change-detection mechanism incorrectly flagging changed JSON due to discrepancies with PHP vs JS JSON encoding.

Fixed

  • Fix an error when creating search indexes.
  • Fix default site for Link nodes.
  • Fix Image node URLs not being dynamics when non-transforms are selected.
  • Fix default transform value for Image nodes.
  • Fix change detection mechanism for Vizy Blocks.

2.1.20

21 Jul 00:33
Compare
Choose a tag to compare

Added

  • Add the ability to set links to current site, or specific site for element-based links.

Changed

  • Change change-detection mechanism incorrectly flagging changed JSON due to discrepancies with PHP vs JS JSON encoding.

Fixed

  • Fix an error when creating search indexes.
  • Fix default site for Link nodes.
  • Fix Image node URLs not being dynamics when non-transforms are selected.
  • Fix default transform value for Image nodes.
  • Fix change detection mechanism for Vizy Blocks.

3.0.0

18 May 13:12
Compare
Choose a tag to compare

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

29 Apr 01:16
Compare
Choose a tag to compare

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

12 Apr 00:35
Compare
Choose a tag to compare
3.0.0-beta.5 Pre-release
Pre-release

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

10 Apr 13:06
Compare
Choose a tag to compare

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.