Releases: vuejs/vue-loader
Releases · vuejs/vue-loader
v17.3.1
v15.11.1
Bug Fixes
- fix: fix read property error for accessing lang of script by @freedomlang in #2060
New Contributors
- @freedomlang made their first contribution in #2060
Full Changelog: v15.11.0...v15.11.1
v15.11.0
Features
- A new
experimentalInlineMatchResource
option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with theexperiments.css
feature. This also improvesvue-loader
's compatibility with Rspack. (#2058)
New Contributors
- @jeromehan made their first contribution in #2058
v17.3.0
v15.10.2
v17.2.2
v17.2.1
Features
- A new
experimentalInlineMatchResource
option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with theexperiments.css
feature This also makesvue-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
v17.1.1
v17.1.0
Bug Fixes
- fix: reference project compiler, fixes #2031 by @heywhy in #2038
- fix: do not throw when
Rule.layer
is used by @nolimitdev in #2000
Features
- support 3.3 imported types hmr (bbd98fc)
Full Changelog: v17.0.1...v17.1.0