Skip to content

Commit 6fbf739

Browse files
committed
chore: plugin-vue changelog edits [ci skip]
1 parent f1eb67d commit 6fbf739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/plugin-vue/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# [1.4.0](https://github.com/vitejs/vite/compare/[email protected]@1.4.0) (2021-08-07)
22

3+
### Features
4+
5+
* Custom Elements mode behavior changed: now only inlines the CSS and no longer exports the custom element constructor (exports the component as in normal mode). Users now need to explicitly call `defineCustomElement` on the component. This allows the custom element to be defined using an async version of the source component.
36

47
### Bug Fixes
58

0 commit comments

Comments
 (0)