diff --git a/CHANGELOG.md b/CHANGELOG.md index 529d185..c656715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.19 - 2024-04-29 + +### Changed +- Update Tiptap dependancies. + +### Fixed +- Fix element owner checks. +- Fix content changes being detected for nested fields when there are none. In addition, Vizy fields only listen for changes to their content when interacted with. +- Fix an error when re-ordering Vizy blocks with Asset fields. + ## 2.1.18 - 2024-04-10 ### Added diff --git a/composer.json b/composer.json index d355c51..27e7115 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/vizy", "description": "A flexible visual editor field for Craft.", "type": "craft-plugin", - "version": "2.1.18", + "version": "2.1.19", "keywords": [ "craft", "cms",