Skip to content

Releases: vuejs/vue-loader

v17.3.1

31 Oct 06:29
732d17d
Compare
Choose a tag to compare

Bug Fixes

  • do not skip style post loader for v-bind() in non-scoped CSS (d7071bb), closes #2061

v15.11.1

18 Oct 10:47
fab76bd
Compare
Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: v15.11.0...v15.11.1

v15.11.0

18 Oct 08:20
6a064ec
Compare
Choose a tag to compare

Features

  • A new experimentalInlineMatchResource option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with the experiments.css feature. This also improves vue-loader's compatibility with Rspack. (#2058)

New Contributors

v17.3.0

07 Oct 08:33
5eb2e26
Compare
Choose a tag to compare

Bug Fixes

Features

  • skip normal css files without scoped flag in stylePostLoader (#2053) (98782e7)

v15.10.2

23 Aug 08:59
c9a341d
Compare
Choose a tag to compare

Bug Fixes

v17.2.2

02 Jun 06:31
790ef9d
Compare
Choose a tag to compare

Bug Fixes

v17.2.1

01 Jun 09:00
27026ac
Compare
Choose a tag to compare

Features

  • A new experimentalInlineMatchResource option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with the experiments.css feature This also makes vue-loader compatible with Rspack (#2046) (3149f6d).

Note: v17.2.0 was released by accident; it has the same content as v17.1.2, therefore not included in the Releases page.

v17.1.2

29 May 04:17
4b72633
Compare
Choose a tag to compare

Bug Fixes

  • keep build stable when run in a different path (#2040) (a81dc0f)
  • properly close the watcher after webpack 4 tests (40b93b9)

v17.1.1

29 May 04:17
Compare
Choose a tag to compare

Bug Fixes

  • support experimental propsDestructure and defineModel options (6269698)

v17.1.0

29 May 04:16
Compare
Choose a tag to compare

Bug Fixes

Features

  • support 3.3 imported types hmr (bbd98fc)

Full Changelog: v17.0.1...v17.1.0