16.1.1 (2020-12-04)
- ensure consistent component id across blocks (214b3f1)
16.1.0 (2020-11-30)
16.0.0 (2020-11-25)
- update hmr api usage (f9dd610)
- support for experimental sfc features (b85244b), closes #1723
- support for new script setup and css var injection (fd33cad)
- avoid resolveScript call in main loader (e922648)
16.0.0-rc.2 (2020-11-18)
- disable
esModuleInterop
&allowSyntheticDefaultImports
for TS (c76f5e5)
16.0.0-rc.1 (2020-11-07)
- add back generator support (3db9ab8)
16.0.0-rc.0 (2020-11-06)
- should apply cloned rules to custom blocks too (b2d7ffb)
- should check for
type
query for render function imports (41af4b6)
16.0.0-beta.10 (2020-11-03)
- add rule plugins to keep up with webpack 5 new features (be9077c), closes /github.com/webpack/webpack/blob/v5.3.1/lib/NormalModuleFactory.js#L133-L152
- avoid to generate empty css chunk files (e88dbe9), closes #1464
- ensure new webpack5 generator property in rules passes ruleset checks (#1754) (fa79114)
16.0.0-beta.9 (2020-10-27)
- avoid id inconsitency caused by CRLF (4b9b26c), closes #1706
- fix mini-css-extract-plugin missing default export error (#1749) (55c6b12)
- should not pass undefined to bindingsQuery (#1735) (859a45d), closes #1740
16.0.0-beta.8 (2020-09-23)
- fix ssrRender import (83eb488)
- output ssr render function when target is node (e691f6b)
16.0.0-beta.7 (2020-09-09)
16.0.0-beta.6 (2020-09-09)
16.0.0-beta.5 (2020-08-11)
16.0.0-beta.4 (2020-06-23)
16.0.0-beta.3 (2020-05-25)
16.0.0-beta.2 (2020-05-12)
16.0.0-beta.1 (2020-05-06)
- fix css modules code gen (a81c432)
- support webpack 5 (552bcb7)
16.0.0-alpha.3 (2020-02-04)
- should not overwrite render when no is present (04903b6)
16.0.0-alpha.2 (2020-01-10)
- only inject hmrId when HMR is enabled (162a21f)
16.0.0-alpha.1 (2020-01-02)
16.0.0-alpha.0 (2019-12-20)
- should use normalized resource for template code rule clone (a9944ff)
- support Rule.rules + fix rule for render fn (d4072c4)
- apply loaders matching .js to compiled template code (20dbbfc)
- basic hmr (108c1c1)
- basic style support (4dad151)
- css modules (627c826)
- emit template compile error (61c0f8c)
- handle line offset in errors (201cc62)
- more accurate template source map (66d2ab8)
- properly map template position (ee26c3a)
- scopeId support (d9f932e)
- support custom blocks (f238f59)