Skip to content

Commit

Permalink
version 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 24, 2023
1 parent 28a4bd5 commit 6f9de03
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

## 2.1.13 - 2023-11-25

### Added
- Add console log for fatal Vizy block renders to assist with debugging.

### Fixed
- Fix fatal Vue errors when inline `<style>` tags were included in Vizy block field rendering.
- Fix error state for invalid Vizy blocks.
- Fix and improve click and mouse events inside a Vizy block, due to drag-handling from Tiptap.
- Fix an issue where fields in a Vizy block couldn’t be focused, due to a Craft 4.5.7 change.
- Fix an error with code block nodes escaping code content.

## 2.1.12 - 2023-10-25

### Added
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": "2.1.12",
"version": "2.1.13",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 6f9de03

Please sign in to comment.