Skip to content

Releases: verbb/vizy

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.

1.0.11

12 Mar 22:24
Compare
Choose a tag to compare

Changed

  • Improve node collection performance.
  • Minor Vizy block performance improvements.

Fixed

  • Fix serializing nested Vizy fields not being arrays.
  • Fix a potential XSS vulnerability, where HTML wasn’t correctly encoded.
  • Fix an error when serializing nested Vizy fields, when generating search keywords.
  • Fix rendering node collections in the control panel automatically when not needed.
  • Fix Vizy Block nodes not rendering correctly for GraphQL queries.
  • Fix an error when querying nodes or rawNodes for GraphQL queries.

2.0.0-beta.1

09 Mar 21:35
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

1.0.10

28 Feb 03:56
Compare
Choose a tag to compare

Added

  • Add support for emoji’s in Vizy field content.

Fixed

  • Fix field content not updating when editing raw HTML.
  • Fix non-translatable Vizy field with inner translatable fields not having their content propagated correctly.
  • Fix Matrix field sanitizing not working correctly for Vizy Blocks containing Matrix fields where their sub-field handles have changed.
  • Fix related elements in Vizy block fields not having their appropriate site (inherited from the owner element) applied to the field.
  • Fix Matrix field sanitizing not working correctly for Vizy Blocks containing Matrix fields where their sub-field handles have changed.
  • Fix a compatibility issue with Redactor, showing extra line breaks incorrectly.
  • Fix rendering content not reporting back correctly for length Twig filter, and no longer require the use of raw Twig filter.
  • Fix displaying encoded html characters in some cases (pasting from Word).

1.0.9

16 Jan 21:28
Compare
Choose a tag to compare

Added

  • Add support for Feed Me.

Changed

  • Bump axios from 0.21.1 to 0.21.2.

Fixed

  • Fix "Remove Empty Paragraphs" not working correctly when content has been pasted from Word, or contained   characters.
  • Fix Firefox text selection issue, when trying to select text within a Vizy block (input, textarea fields).
  • Fix gapcursor tiptap utility not working correctly.
  • Fix when fields only containing images, the field is considered empty.

1.0.8

23 Oct 03:33
Compare
Choose a tag to compare

Changed

  • Update all tiptap dependancies to latest beta versions.

Fixed

  • Fix Redactor fields not working correct in a Vizy block.
  • Fix editor losing focus when pressing toolbar buttons.
  • Fix z-index overflow issue when showing the block type selector.
  • Fix block type selector not allowing scrollable area when a lot of blocks are available.
  • Fix Image nodes not having ref tags parsed correctly for transforms.
  • Fix ref parsing logic for Link nodes.
  • Fix an error thrown during search indexing, when a Vizy block contained an element select field (assets, entries, etc).

1.0.7

08 Sep 20:34
Compare
Choose a tag to compare

Fixed

  • Fix content not saving correctly when editing via the element slideout.
  • Fix editor toolbar not behaving as fixed when opening the element editor slideout.
  • Fix links containing ref tags not being parsed properly.
  • Fix including incorrect attributes (id, uid) when querying Vizy field nodes via GraphQL.