Skip to content

Releases: verbb/vizy

2.0.2

03 Jun 21:48
Compare
Choose a tag to compare

Fixed

  • Fix an error with JS translations.
  • Fix return types for node.renderHtml().

1.0.15

03 Jun 21:46
Compare
Choose a tag to compare

Fixed

  • Fix incorrectly encoding quotes for Vizy field content.

2.0.1

28 May 03:54
Compare
Choose a tag to compare

Added

  • Add changes/improvements from 1.0.14.

Fixed

  • Fix renderHtml() not rendering HTML correctly.
  • Fix JS initialization for input and settings.
  • Fix field settings not initializing in some cases.

1.0.14

28 May 03:51
Compare
Choose a tag to compare

Added

  • Add VizyImageNodeInterface and the ability to query asset on image nodes.
  • Add Image::getAsset() for image nodes.
  • Add caching for block type definitions for each field, to speed up rendering of large Vizy fields.
  • Improve field performance when editing in the control panel.

Fixed

  • Fix being unable to remove the template path for a Vizy blocktype when editing the field settings.
  • Remove HTMLPurifier due to performance issues, as we can rely on proper HTML encoding via StringHelper::htmlEncode.
  • Fix double-encoding of HTML strings.
  • Fix volumes not working for selecting images.

2.0.0

05 May 06:24
Compare
Choose a tag to compare

Added

  • Add checks for registering events for performance.

Changed

  • Now requires PHP 8.0.2+.
  • Now requires Craft 4.0.0+.
  • Merge updates with version 1.0.13.
  • Migrate to Vite and Vue 3 for performance.
  • Rename base plugin methods.
  • Replace deprecated Craft.postActionRequest() for JS.
  • Improve field performance when editing in the control panel.

Fixed

  • Fix Craft 4.0.0 compatibilities.
  • Fix link sources having duplicate sources.
  • Fix a type error when trying to render empty HTML.
  • Fix Vizy field settings not picking up field layout changes when edited.

Removed

  • Remove cleanDeltas(), which is no longer needed in Craft 4.

2.0.0-beta.4

03 May 11:31
Compare
Choose a tag to compare

Added

  • Add checks for registering events for performance.

Changed

  • Migrate to Vite and Vue 3 for performance.
  • Rename base plugin methods.
  • Replace deprecated Craft.postActionRequest() for JS.
  • Improve field performance when editing in the control panel.

Fixed

  • Fix link sources having duplicate sources.
  • Fix a type error when trying to render empty HTML.
  • Fix Vizy field settings not picking up field layout changes when edited.

Removed

  • Remove cleanDeltas(), which is no longer needed in Craft 4.

2.0.0-beta.3

13 Apr 11:31
Compare
Choose a tag to compare

Changed

  • Merge updates with version 1.0.13.

1.0.13

13 Apr 11:18
Compare
Choose a tag to compare

Added

  • Add support for limit, orderBy and where arguments for GraphQL queries, when querying nodes.
  • Add descriptions for all attributes for GraphQL.
  • Add vizyBlock.getCollapsed().
  • Add vizyBlock.id.
  • Add Node::isEmpty().

Changed

  • Change field layout instruction text for Vizy field settings.
  • GraphQL queries using nodes now only return enabled nodes.

Fixed

  • Fix NodeCollection::isEmpty not working correctly.

2.0.0-beta.2

04 Apr 10:33
Compare
Choose a tag to compare

Fixed

  • Fix Craft 4.0.0-beta.x compatibilities.

1.0.12

16 Mar 21:13
Compare
Choose a tag to compare

Fixed

  • Fix nested node content being incorrectly stripped out due to HTML purifier.