Skip to content

Commit

Permalink
release: plugin-vue@4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 25, 2023
1 parent f9a9e66 commit 0afe037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.6.0 (2023-12-25)

* 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))
* feat: support template AST reuse from Vue 3.4 parser ([f75de2e](https://github.com/vitejs/vite-plugin-vue/commit/f75de2e))



## <small>4.5.2 (2023-12-07)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "4.5.2",
"version": "4.6.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 0afe037

Please sign in to comment.