Skip to content

Releases: vuejs/vue-loader

v16.6.0

23 Sep 00:57
Compare
Choose a tag to compare

Bug Fixes

  • generate treeshaking friendly code (11e3cb8)

Features

  • support ts in template expressions (573fbd2)

v16.5.0

16 Sep 08:01
Compare
Choose a tag to compare
  • 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.

v16.4.1

02 Aug 15:54
eac9e47
Compare
Choose a tag to compare

Bug Fixes

v16.4.0

02 Aug 15:53
Compare
Choose a tag to compare

Features

  • customElement option support for Vue 3.2 (e19fcda)

v15.9.8

02 Aug 16:00
7123a37
Compare
Choose a tag to compare

Bug Fixes

v16.3.3

21 Jul 01:21
a531dc7
Compare
Choose a tag to compare

Bug Fixes

  • mark @vue/compiler-sfc as an optional peer dependency (089473a)

v16.3.2

20 Jul 09:10
f9aa49a
Compare
Choose a tag to compare

Bug Fixes

  • add undeclared peer dependency webpack and @vue/compiler-sfc (#1853) (330d672)

v16.3.1

20 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

v16.3.0

06 Jul 10:39
Compare
Choose a tag to compare

Features

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

v16.2.0

06 Jul 10:38
Compare
Choose a tag to compare

Features

  • enable :slotted usage detection (66a3759)