Skip to content

Releases: verbb/vizy

3.0.0-beta.4

27 Mar 03:04
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

Changed

  • 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

  • Fixed menu dropdown style issues.

3.0.0-beta.3

17 Mar 13:30
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release

Fixed

  • Fix field layout designer in settings not serializing changes correctly.

2.1.17

17 Mar 13:04
Compare
Choose a tag to compare

Fixed

  • Fix an error with content not saving when two Vizy fields with Block-only and Rich Text configs are present.

3.0.0-beta.2

04 Mar 22:42
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

Fixed

  • Fix an install error related to nystudio107/craft-plugin-vite.

3.0.0-beta.1

04 Mar 09:46
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

2.1.16

29 Feb 03:41
Compare
Choose a tag to compare

Changed

  • Update Vue.js version for some compatibility fixes.
  • Update all Tiptap dependencies for the latest and greatest features/fixes.

Fixed

  • Fix CKEditor issue when moving Vizy Blocks.
  • Fix an error when importing Vizy content with Feed Me, when field content is empty.
  • Fix YouTube live URLs for media embed function.
  • Fix Selectize fields not working properly when re-ordering Vizy blocks when contained in a Matrix/Super Table field.
  • Fix spacing of non-full-width fields in Vizy blocks.
  • Fix text overflowing issue in editor when no newlines were present.

2.1.15

30 Jan 12:21
Compare
Choose a tag to compare

Fixed

  • Fix inline JS scripts for some fields throwing fatal Vizy Block errors.
  • Fix tooltip for Image nodes not appearing when clicking on, in some instances.
  • Fix extra CSS and JS generated by block types not being extracted out for new blocks.
  • Fix an error when clicking on a link to edit its setting, when wrapped in other nodes or marks.

2.1.14

08 Dec 09:44
Compare
Choose a tag to compare

Added

  • Add NodeInterface::contentNodes for GraphQL node queries for getting nested content nodes/marks.

Fixed

  • Fix Vizy fields not saving when they contained a Neo field.
  • Fix NodeInterface::marks to actually return the marks of a node.
  • Fix an error for Hyper fields with element custom fields, not saving correctly.

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.