Skip to content

Commit 2b33c32

Browse files
committedDec 25, 2023
chore: aggregated changelog for 5.0 [ci skip]
1 parent e0593a6 commit 2b33c32

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎packages/plugin-vue/CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## 5.0.0 (2023-12-25)
22

3-
4-
3+
* **Breaking:** drop `reactivityTransform` support
4+
* **Breaking:** drop Node 14/16 support
5+
* **Breaking:** drop Vite 4.x support
6+
* Vue 3.4 template AST reuse support
7+
* Vue 3.4 compile-time flag `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` support
8+
* Added `customElement` option
9+
* Deprecated `defineModel` option
510

611
## 5.0.0-beta.1 (2023-12-14)
712

813
* chore: deprecate defineModel option ([0d52a27](https://github.com/vitejs/vite-plugin-vue/commit/0d52a27))
9-
* feat: provide default value for __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (new in Vue 3.4) ([0fbc4a4](https://github.com/vitejs/vite-plugin-vue/commit/0fbc4a4))
14+
* feat: provide default value for `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` (new in Vue 3.4) ([0fbc4a4](https://github.com/vitejs/vite-plugin-vue/commit/0fbc4a4))
1015

1116

1217

0 commit comments

Comments
 (0)
Please sign in to comment.