File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.16 - 2022-07-02
4+
5+ ### Added
6+ - Add ` isRoot ` for Vue component top-level fields.
7+
8+ ### Changed
9+ - Update all tiptap dependancies to latest beta versions.
10+ - Exclude any falsey attributes for a node when rendering.
11+ - Lower debounce time for watched Vizy Block field changes.
12+ - Only clicking on the header of Vizy Blocks selects a block.
13+
14+ ### Fixed
15+ - Fix link nodes always including ` target ` and ` rel ` attributes.
16+ - Fix newly created Vizy blocks not having the correct namespace in some instances.
17+ - Fix JS not initializing correctly for complex Vizy fields and in combination with Neo/SuperTable/Matrix.
18+ - Fix an error where delta values for other fields was being stripped out when including a Vizy field.
19+ - Fix an error when saving nested Vizy fields with validation errors and blocks losing their content.
20+ - Fix unload warning when no content has been changed.
21+ - Fix Vizy Block field alignment of fields.
22+ - Fix selected state issues on nested Vizy fields and Vizy blocks, and add support for “Escape” key to remove selected Vizy Block.
23+ - Fix being unable to click properly between Vizy blocks to add a new node, and fix gap cursor alignment.
24+ - Fix an overlay issue for nested Vizy fields when picking Vizy blocks.
25+ - Fix multiple Redactor fields in a single Vizy block not working correctly.
26+
327## 1.0.15 - 2022-06-04
428
529### Fixed
Original file line number Diff line number Diff line change 22 "name" : " verbb/vizy" ,
33 "description" : " A flexible visual editor field for Craft CMS." ,
44 "type" : " craft-plugin" ,
5- "version" : " 1.0.15 " ,
5+ "version" : " 1.0.16 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
You can’t perform that action at this time.
0 commit comments