Skip to content

Commit b70f03c

Browse files
committed
version 2.0.0-beta.4
1 parent 23a34b8 commit b70f03c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.0-beta.4 - 2022-05-03
4+
5+
### Added
6+
- Add checks for registering events for performance.
7+
8+
### Changed
9+
- Migrate to Vite and Vue 3 for performance.
10+
- Rename base plugin methods.
11+
- Replace deprecated `Craft.postActionRequest()` for JS.
12+
- Improve field performance when editing in the control panel.
13+
14+
### Fixed
15+
- Fix link sources having duplicate sources.
16+
- Fix a type error when trying to render empty HTML.
17+
- Fix Vizy field settings not picking up field layout changes when edited.
18+
19+
### Removed
20+
- Remove `cleanDeltas()`, which is no longer needed in Craft 4.
21+
322
## 2.0.0-beta.3 - 2022-04-13
423

524
### 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.0-beta.3",
5+
"version": "2.0.0-beta.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)