File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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.
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.0 " ,
5+ "version" : " 1.0.1 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
You can’t perform that action at this time.
0 commit comments