Skip to content

Latest commit

 

History

History
269 lines (104 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

269 lines (104 loc) · 10.9 KB

16.3.1 (2021-07-16)

Bug Fixes

16.3.0 (2021-06-29)

Features

  • pass on compilerOptions and refSugar when using <script setup> (7137294)

16.3.0 (2021-06-29)

Features

  • pass on compilerOptions and refSugar when using <script setup> (7137294)

16.2.0 (2021-03-26)

Features

  • enable :slotted usage detection (66a3759)

16.1.2 (2020-12-17)

Bug Fixes

  • resourceQuery could be undefined in webpack 5 (6a1ee76), closes #1771

16.1.1 (2020-12-04)

Bug Fixes

  • ensure consistent component id across blocks (214b3f1)

16.1.0 (2020-11-30)

Features

  • allow manually specifying whether server-rendering is targeted (#1764) (9bbb82b), closes #1734

16.0.0 (2020-11-25)

Bug Fixes

Features

  • support for experimental sfc features (b85244b), closes #1723
  • support for new script setup and css var injection (fd33cad)

Performance Improvements

  • avoid resolveScript call in main loader (e922648)

16.0.0-rc.2 (2020-11-18)

Bug Fixes

  • disable esModuleInterop & allowSyntheticDefaultImports for TS (c76f5e5)

16.0.0-rc.1 (2020-11-07)

Bug Fixes

  • add back generator support (3db9ab8)

16.0.0-rc.0 (2020-11-06)

Bug Fixes

  • 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)

Bug Fixes

16.0.0-beta.9 (2020-10-27)

Bug Fixes

  • 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)

Bug Fixes

Features

  • output ssr render function when target is node (e691f6b)

16.0.0-beta.7 (2020-09-09)

Bug Fixes

  • do not throw when there's no script block in the SFC (a2262ce)
  • temporary fix for #1723 (9f6dd23)

16.0.0-beta.6 (2020-09-09)

Features

  • support <script setup> (fb09c8b)
  • support <style vars scoped> (1692287)

16.0.0-beta.5 (2020-08-11)

Features

  • allow compiler option to be a path to the compiler module (#1711) (064abd4)

16.0.0-beta.4 (2020-06-23)

Bug Fixes

16.0.0-beta.3 (2020-05-25)

Bug Fixes

16.0.0-beta.2 (2020-05-12)

Bug Fixes

  • do not require vue extension for template loader (#1673) (8c6eb5d)

16.0.0-beta.1 (2020-05-06)

Bug Fixes

  • fix css modules code gen (a81c432)

Features

16.0.0-alpha.3 (2020-02-04)

Bug Fixes

  • should not overwrite render when no is present (04903b6)

    16.0.0-alpha.2 (2020-01-10)

    Bug Fixes

    • only inject hmrId when HMR is enabled (162a21f)

    16.0.0-alpha.1 (2020-01-02)

    Features

    • handle SFC parse error (aa5530d)
    • update to support named render function export (625b9bb)

    16.0.0-alpha.0 (2019-12-20)

    Bug Fixes

    • should use normalized resource for template code rule clone (a9944ff)
    • support Rule.rules + fix rule for render fn (d4072c4)

    Features

    • 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)