Skip to content

Commit

Permalink
version 3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 12, 2024
1 parent ea1eb21 commit 84c7f29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 84c7f29

Please sign in to comment.