Skip to content

Commit c0aec59

Browse files
committed
version 2.0.11
1 parent d6026cf commit c0aec59

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.11 - 2023-02-21
4+
5+
### Added
6+
- Add support for Preparse plugin.
7+
- Add content service to handle updating Vizy field content (mostly for [Hyper](https://github.com/verbb/hyper).
8+
- Add `$_type` and `$_field` to Block. (thanks @leevigraham).
9+
- Add the ability to set the initial number of rows for a field, to control its initial height.
10+
11+
### Changed
12+
- Change Vizy field data to be stored in `vizyData` to prevent collisions with inner fields (which are not needed but can override Vizy serialized content).
13+
- Only admins are now allowed to access plugin settings.
14+
- `text` for nodes is now automatically run through the `raw` Twig filter to decode HTML special characters.
15+
16+
### Fixed
17+
- Fix a GraphQL type error for VizyBlocks.
18+
- Fix node types not appearing in the Explorer or Introspection for GraphQL.
19+
320
## 2.0.10 - 2022-12-25
421

522
### Changed

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": "2.0.10",
5+
"version": "2.0.11",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)