Skip to content

Commit 0afe037

Browse files
committed
1 parent f9a9e66 commit 0afe037

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.6.0 (2023-12-25)
2+
3+
* feat: provide default value for __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (new in Vue 3.4) ([0d29bbe](https://github.com/vitejs/vite-plugin-vue/commit/0d29bbe))
4+
* feat: support template AST reuse from Vue 3.4 parser ([f75de2e](https://github.com/vitejs/vite-plugin-vue/commit/f75de2e))
5+
6+
7+
18
## <small>4.5.2 (2023-12-07)</small>
29

310
* feat(plugin-vue): add `customElement` option to compiler (#238) ([c29cb49](https://github.com/vitejs/vite-plugin-vue/commit/c29cb49)), closes [#238](https://github.com/vitejs/vite-plugin-vue/issues/238)

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.5.2",
3+
"version": "4.6.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)