We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685888d commit 1ad4a6dCopy full SHA for 1ad4a6d
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.0.1 - 2022-05-28
4
+
5
+### Added
6
+- Add changes/improvements from `1.0.14`.
7
8
+### Fixed
9
+- Fix `renderHtml()` not rendering HTML correctly.
10
+- Fix JS initialization for input and settings.
11
+- Fix field settings not initializing in some cases.
12
13
## 2.0.0 - 2022-05-05
14
15
### Added
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/vizy",
"description": "A flexible visual editor field for Craft CMS.",
"type": "craft-plugin",
- "version": "2.0.0",
+ "version": "2.0.1",
"keywords": [
"craft",
"cms",
0 commit comments