You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
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.
0 commit comments