diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c89527..8aec3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.19 - 2022-09-23 + +### Fixed +- Fix display issues with Vizy fields in Live Preview. +- Fix an overflow issue for small screens for the block picker. +- Fix a legacy error where in some cases blocks were missing their block type. +- Fix toggling field tabs not working correctly for nested Vizy fields. +- Fix legacy handling of `HtmlToProseMirror` package when importing content via Feed Me. + ## 1.0.18 - 2022-08-11 ### Changed diff --git a/composer.json b/composer.json index c181622..6847bb0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/vizy", "description": "A flexible visual editor field for Craft CMS.", "type": "craft-plugin", - "version": "1.0.18", + "version": "1.0.19", "keywords": [ "craft", "cms",