diff --git a/CHANGELOG.md b/CHANGELOG.md index 530632f..8b5bf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.9 - 2022-01-17 + +### Added +- Add support for Feed Me. + +### Changed +- Bump axios from 0.21.1 to 0.21.2. + +### Fixed +- Fix "Remove Empty Paragraphs" not working correctly when content has been pasted from Word, or contained ` ` characters. +- Fix Firefox text selection issue, when trying to select text within a Vizy block (input, textarea fields). +- Fix `gapcursor` tiptap utility not working correctly. +- Fix when fields only containing images, the field is considered empty. + ## 1.0.8 - 2021-10-23 ### Changed diff --git a/composer.json b/composer.json index 39861ae..0b7f00e 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.8", + "version": "1.0.9", "keywords": [ "craft", "cms",