Skip to content

Commit 8cee7c1

Browse files
committed
version 1.0.14
1 parent b34a4a2 commit 8cee7c1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.0.14 - 2022-05-28
4+
5+
### Added
6+
- Add `VizyImageNodeInterface` and the ability to query `asset` on image nodes.
7+
- Add `Image::getAsset()` for image nodes.
8+
- Add caching for block type definitions for each field, to speed up rendering of large Vizy fields.
9+
- Improve field performance when editing in the control panel.
10+
11+
### Fixed
12+
- Fix being unable to remove the template path for a Vizy blocktype when editing the field settings.
13+
- Remove HTMLPurifier due to performance issues, as we can rely on proper HTML encoding via `StringHelper::htmlEncode`.
14+
- Fix double-encoding of HTML strings.
15+
- Fix volumes not working for selecting images.
16+
317
## 1.0.13 - 2022-04-13
418

519
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/vizy",
33
"description": "A flexible visual editor field for Craft CMS.",
44
"type": "craft-plugin",
5-
"version": "1.0.13",
5+
"version": "1.0.14",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)