Skip to content

Commit 563cbc4

Browse files
committed
version 1.0.16
1 parent b88ea6b commit 563cbc4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)