Releases: vuejs/vue-loader
Releases · vuejs/vue-loader
v15.9.7
11 May 07:52
Compare
Sorry, something went wrong.
No results found
Bug Fixes
[plugin] Use compiler.webpack when possible (#1822 ) (f7ee30b ), closes #1781
check for compiler.webpack existence (2472b2f )
v16.1.2
17 Dec 07:23
Compare
Sorry, something went wrong.
No results found
Note: vue-loader v16 is for Vue 3 only.
Bug Fixes
resourceQuery could be undefined in webpack 5 (6a1ee76 ), closes #1771
v15.9.6
17 Dec 07:25
Compare
Sorry, something went wrong.
No results found
Bug Fixes
resourceQuery could be undefined in webpack 5 (a2b89d3 ), closes #1771
v16.1.1
04 Dec 15:22
Compare
Sorry, something went wrong.
No results found
fix inconsistent scope Ids for css var injection via v-bind()
(vuejs/core#2721 )
v16.1.0
30 Nov 02:40
Compare
Sorry, something went wrong.
No results found
New Features
feat: allow manually specifying whether server-rendering is targeted (9bbb82b )
v16.0.0
26 Nov 01:44
Compare
Sorry, something went wrong.
No results found
New Features
feat: support for experimental sfc features
new <script setup>
vuejs/rfcs#227
new <style>
variable injection vuejs/rfcs#231
Requires a version of @vue/compiler-sfc
that supports the above features.
Bug Fixes
fix: update hmr api usage (f9dd610 )
fixed thread-loader
compatibility for <script setup>
support
v16.0.0-rc.2
18 Nov 04:12
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: disable esModuleInterop
& allowSyntheticDefaultImports
and regenerate the type definitions (c76f5e5 )
Known Issues
SSR usage needs more thorough testing.
vue-style-loader
hasn't been not updated for Vue 3 yet. Please use mini-css-extract-plugin
for CSS extraction.
No shadowMode
support.
<script setup>
support is experimental. It does not work well with thread-loader
. In Vue CLI, you need to set parallel: false
for this feature to work correctly. Also, please follow vuejs/rfcs#227 , vuejs/rfcs#228 for more possible script setup
sugars in the future.
v16.0.0-rc.1
07 Nov 15:57
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: add back webpack 5 generator support (3db9ab8 )
v16.0.0-rc.0
06 Nov 06:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: should apply cloned rules to custom blocks too (b2d7ffb )
fix: should check for type
query for render function imports (41af4b6 )
v16.0.0-beta.10
03 Nov 10:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: avoid to generate empty css chunk files (e88dbe9 )
ensure new webpack5 generator property in rules passes ruleset checks (#1753 ) (fa79114 ), closes #1729
add rule plugins to keep up with webpack 5 new features (be9077c )