File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments