Skip to content

Commit afb37e4

Browse files
committed
version 1.0.2
1 parent a338cb7 commit afb37e4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.0.2 - 2021-05-30
4+
5+
### Added
6+
- Allow marks to use `merge` when using template-based config.
7+
- Add `getOwner()` to Vizy Block element, to allow use of `owner` for block field settings.
8+
9+
### Changed
10+
- Update all tiptap dependancies to latest beta versions.
11+
- Remove duplicate Vue dependancy, causing some conflicts with other plugins using Vue.
12+
13+
### Fixed
14+
- Fix incompatibility issues with [Inventory](https://github.com/doublesecretagency/craft-inventory) plugin.
15+
- Fix an error when a block type’s tab contained only numbers.
16+
- Fix orphaned layouts for deleted block types, or deleted Vizy fields.
17+
- Fix field layout setting updates not being stored to project config (adding or removing field).
18+
- Ensure general block type errors are show when saving a field fails.
19+
- Fix multiple field layouts being created if a block type fails validation when saving the field settings.
20+
- Fix unload warnings when no content has changed, when a field has nested Vizy fields.
21+
- Fix nested Vizy fields and their toolbars not sticking when using `toolbarFixed`.
22+
- Fix “add block” button not always appearing on a new line, depending on formatted text.
23+
- Fix incomplete field data being saved when a Matrix (or similar) field contained a nested Matrix, when the owner element has unchanged block content.
24+
325
## 1.0.1 - 2021-05-09
426

527
### Changed

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.1",
5+
"version": "1.0.2",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)