From c9e76f39e12772173d3cd3b8b3c9d084391d600b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 11 Aug 2024 10:05:49 +1000 Subject: [PATCH] version 3.0.2 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078af93..517f732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.2 - 2024-08-11 + +### Fixed +- Fix some click events in Vizy Block fields not triggering change event listener. +- Fix an error when initializing Vizy fields multiple times. +- Fix incorrect field serialization when in live preview. +- Fix Live Preview detection. +- Fix compatibility with Hyper. + ## 3.0.1 - 2024-07-21 ### Added diff --git a/composer.json b/composer.json index ce48da1..e4c175b 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": "3.0.1", + "version": "3.0.2", "keywords": [ "craft", "cms",