Vue Loader Versions Save

📦 Webpack loader for Vue.js components

v17.3.1

6 months ago

Bug Fixes

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

v15.11.1

6 months ago

Bug Fixes

New Contributors

Full Changelog: https://github.com/vuejs/vue-loader/compare/v15.11.0...v15.11.1

v15.11.0

6 months ago

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

6 months ago

Bug Fixes

Features

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

v15.10.2

8 months ago

Bug Fixes

v17.2.2

11 months ago

Bug Fixes

v17.2.1

11 months ago

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

11 months ago

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

11 months ago

Bug Fixes

  • support experimental propsDestructure and defineModel options (6269698)

v17.1.0

11 months ago

Bug Fixes

Features

  • support 3.3 imported types hmr (bbd98fc)

Full Changelog: https://github.com/vuejs/vue-loader/compare/v17.0.1...v17.1.0