Releases: verbb/vizy
Releases · verbb/vizy
2.0.0-beta.3
Changed
- Merge updates with version 1.0.13.
1.0.13
Added
- Add support for
limit
,orderBy
andwhere
arguments for GraphQL queries, when queryingnodes
. - 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
Fixed
- Fix Craft 4.0.0-beta.x compatibilities.
1.0.12
Fixed
- Fix nested node content being incorrectly stripped out due to HTML purifier.
1.0.11
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
orrawNodes
for GraphQL queries.
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.0.10
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 ofraw
Twig filter. - Fix displaying encoded html characters in some cases (pasting from Word).
1.0.9
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
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
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.