From 84c7f29005b492b66de7654e5b004dcbfcd2b2d1 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 12 Apr 2024 10:34:39 +1000 Subject: [PATCH] version 3.0.0-beta.5 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff49d0..924a956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 3.0.0-beta.5 - 2024-04-12 + +### Added +- Add the `Craft.Vizy.Config.registerTemplates()` JS function for custom extensions to render their own template in a Vizy field. + +### Fixed +- Fix an error for Image nodes, where the `id` attribute didn’t reflect an Asset Element ID. +- Fix an error when saving Vizy blocks in some scenarios, where blocks incorrectly had an invalid ID. +- Fix content changes being detected for nested fields when there are none. In addition, Vizy fields only listen for changes to their content when interacted with. +- Fix incompatibility issues with Matrix fields. +- Fix an error when sanitizing Matrix content. + ## 3.0.0-beta.4 - 2024-03-27 ### Changed diff --git a/composer.json b/composer.json index 2eed493..e24aa8b 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.0-beta.4", + "version": "3.0.0-beta.5", "keywords": [ "craft", "cms",