You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8.8 KiB
8.8 KiB
1.6.0 (2021-08-24)
Features
- plugin-vue: latest ref transform support (533b002)
- plugin-vue: warn compiler-sfc version mismatch (e7263b9)
1.5.0 (2021-08-24)
1.4.0 (2021-08-07)
Features
- 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.
Bug Fixes
1.3.0 (2021-07-27)
Bug Fixes
Features
- plugin-vue: support importing vue files as custom elements (3a3af6e)
1.2.5 (2021-07-12)
1.2.4 (2021-06-27)
Bug Fixes
1.2.3 (2021-06-01)
Bug Fixes
1.2.2 (2021-04-24)
Bug Fixes
- plugin-vue: add newline character before class components, fix #2787 (#2933) (8fe828e)
- plugin-vue: avoid duplicate import, fix #2640 (#2897) (011438d)
- plugin-vue: respect
hmr: false
server config, fix #2790 (#2797) (27e0c3f)
1.2.1 (2021-03-31)
Bug Fixes
1.2.0 (2021-03-26)
Features
- plugin-vue: enable :slotted usage detection (c40c49f)
1.1.5 (2021-02-26)
Bug Fixes
- plugin-vue: fix hmr when emptying sfc file (#2142) (493b942), closes #2128
- plugin-vue: handle default rewrite edge case for commented class (2900a9a), closes #2277
- plugin-vue: import vue file as raw correctly (#1923) (5b56d70)
1.1.4 (2021-01-30)
Bug Fixes
1.1.3 (2021-01-29)
Bug Fixes
1.1.2 (2021-01-24)
1.1.1 (2021-01-23)
Bug Fixes
- avoid eager hmr api access (fa37456)
Features
1.1.0 (2021-01-19)
Features
- ssr manifest for preload inference (107e79e)
- plugin-vue: support for vite core new ssr impl (a93ab23)
1.0.6 (2021-01-15)
Bug Fixes
1.0.5 (2021-01-09)
Bug Fixes
- plugin-vue: default pug doctype (756a0f2), closes #1383
- plugin-vue: pass on script and style options to compiler-sfc (0503d42), closes #1450
1.0.4 (2021-01-04)
Bug Fixes
Features
1.0.3 (2021-01-02)
Bug Fixes
- plugin-vue: custom block prev handling (8dbc2b4)
Code Refactoring
- hmr: pass context object to
handleHotUpdate
plugin hook (b314771)
BREAKING CHANGES
- hmr:
handleHotUpdate
plugin hook now receives a singleHmrContext
argument instead of multiple args.