From f650295df0e089703c19ec75ec253a8f13412e30 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 9 Sep 2021 06:34:08 +1000 Subject: [PATCH] version 1.0.7 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de9c4..f458e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.7 - 2021-09-09 + +### Fixed +- Fix content not saving correctly when editing via the element slideout. +- Fix editor toolbar not behaving as fixed when opening the element editor slideout. +- Fix links containing ref tags not being parsed properly. +- Fix including incorrect attributes (`id`, `uid`) when querying Vizy field nodes via GraphQL. + ## 1.0.6 - 2021-08-29 ### Added diff --git a/composer.json b/composer.json index ee25451..867a25d 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.6", + "version": "1.0.7", "keywords": [ "craft", "cms",