Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 5, 2022
1 parent b252987 commit 58a30d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
22 changes: 5 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,28 @@
# Changelog

## 2.0.0-beta.4 - 2022-05-03
## 2.0.0 - 2022-05-05

### Added
- Add checks for registering events for performance.

### Changed
- Now requires PHP `8.0.2+`.
- Now requires Craft `4.0.0+`.
- Merge updates with version 1.0.13.
- Migrate to Vite and Vue 3 for performance.
- Rename base plugin methods.
- Replace deprecated `Craft.postActionRequest()` for JS.
- Improve field performance when editing in the control panel.

### Fixed
- Fix Craft `4.0.0` compatibilities.
- Fix link sources having duplicate sources.
- Fix a type error when trying to render empty HTML.
- Fix Vizy field settings not picking up field layout changes when edited.

### Removed
- Remove `cleanDeltas()`, which is no longer needed in Craft 4.

## 2.0.0-beta.3 - 2022-04-13

### Changed
- Merge updates with version 1.0.13.

## 2.0.0-beta.2 - 2022-04-04

### Fixed
- Fix Craft 4.0.0-beta.x compatibilities.

## 2.0.0-beta.1 - 2022-03-10

### Changed
- Now requires PHP `^8.0.2`.
- Now requires Craft `^4.0.0-beta.1`.

## 1.0.13 - 2022-04-13

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/vizy",
"description": "A flexible visual editor field for Craft CMS.",
"type": "craft-plugin",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -28,9 +28,9 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1",
"verbb/base": "^2.0.0-beta",
"nystudio107/craft-plugin-vite": "^4.0.0-beta.1",
"craftcms/cms": "^4.0.0",
"verbb/base": "^2.0.0",
"nystudio107/craft-plugin-vite": "^4.0.0-beta.4",
"ueberdosis/html-to-prosemirror": "^1.5",
"yii2mod/yii2-array-query": "^1.4"
},
Expand Down

0 comments on commit 58a30d9

Please sign in to comment.