This website works better with JavaScript
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
reuse the old preprocessor after changing the lang attr (#4224 ) (7a3c6e6 )
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
plugin-vue: rewrite default after ts compiled (#3591 ) (ea5bafa )
1.2.2 (2021-04-24)
Bug Fixes
1.2.1 (2021-03-31)
Bug Fixes
plugin-vue: allow to overwrite feature flags (#2675 ) (a4acc16 )
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
plugin-vue: handle block src pointing to dependency files (bb7da3f ), closes #1812
1.1.3 (2021-01-29)
Bug Fixes
plugin-vue: special handling for class default export in sfc (d3397e6 ), closes #1476
1.1.2 (2021-01-24)
1.1.1 (2021-01-23)
Bug Fixes
avoid eager hmr api access (fa37456 )
Features
support base
option during dev, deprecate build.base
(#1556 ) (809d4bd )
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
plugin-vue: mark SFC compiler options as Partial
(#1316 ) (331484c )
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 single
HmrContext
argument instead of multiple args.
1.0.2 (2021-01-02)
Bug Fixes
plugin-vue: avoid throwing on never requested file (48a24c1 )
plugin-vue: custom block prev handling (8dbc2b4 )
avoid self referencing type in plugin-vue (9cccdaa )
plugin-vue: ensure id on descriptor (91217f6 )