You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
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.
0 commit comments