diff --git a/CHANGELOG.md b/CHANGELOG.md index f458e36..530632f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.8 - 2021-10-23 + +### Changed +- Update all tiptap dependancies to latest beta versions. + +### Fixed +- Fix Redactor fields not working correct in a Vizy block. +- Fix editor losing focus when pressing toolbar buttons. +- Fix z-index overflow issue when showing the block type selector. +- Fix block type selector not allowing scrollable area when a lot of blocks are available. +- Fix Image nodes not having ref tags parsed correctly for transforms. +- Fix ref parsing logic for Link nodes. +- Fix an error thrown during search indexing, when a Vizy block contained an element select field (assets, entries, etc). + ## 1.0.7 - 2021-09-09 ### Fixed diff --git a/composer.json b/composer.json index 867a25d..fd7e482 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.7", + "version": "1.0.8", "keywords": [ "craft", "cms",