Skip to content

Commit

Permalink
version 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 8, 2023
1 parent fd36f5b commit eed6604
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.1.9 - 2023-09-08

### Added
- Add normalization fix for incorrect `ListItem` schema format.
- Add `title` setting to Link nodes.

### Fixed
- Fix an issue with project config and other new fields.
- Fix using Hyper and Icon Picker fields in Vizy blocks.
- Fix `ListItem` normalization.
- Fix an error with node normalization.
- Switch `htmlEncode` for `AntiXSS` for better special character handling.
- Fix Table nodes’ rendering.
- Fix node normalization not completing correctly for nested nodes.
- Fix field not initializing correctly in Super Table or Matrix field settings.
- Fix `rel` output for links.
- Fix overlapping marks not producing the correct HTML output.

## 2.1.8 - 2023-08-10

### Fixed
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.8",
"version": "2.1.9",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit eed6604

Please sign in to comment.