Skip to content

Commit 938077a

Browse files
committed
version 1.0.1
1 parent a57ad96 commit 938077a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1 - 2021-05-09
4+
5+
### Changed
6+
- Allow Icons Path setting to use auto-suggest field.
7+
- Refactor block inner field change detection to use `MutationObserver`. Should prove more reliable for variety of edge-cases.
8+
9+
### Fixed
10+
- Fix search indexing not factoring in Vizy block inner fields, and nested Vizy fields.
11+
- Fix documentation link for editor config in field settings.
12+
- Fix an error when trying to populate block content for a block field that has been changed or removed.
13+
- Fix Vizy block elements not having inner field normalisation occur with owner element.
14+
- Fix an error when adding new block types to the field.
15+
- Fix WYSIWYG styles being applied to nested block elements.
16+
- Fix changes from Redactor not serializing when saving Vizy field content.
17+
- Fix changes from Position and Colour Swatches plugins not serializing when saving Vizy field content.
18+
- Fix a potential error when a field that was included in a block type was deleted.
19+
- Fix changes from Tag fields not serializing when saving Vizy field content.
20+
- Fix extensions not always getting initialized properly, when being contained in the formatting menu.
21+
322
## 1.0.0 - 2021-04-30
423

524
- Initial release.

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

0 commit comments

Comments
 (0)