Releases: vuejs/vue-loader
Releases · vuejs/vue-loader
v15.9.5
02 Nov 08:18
Compare
Sorry, something went wrong.
No results found
Bug Fixes
ensure new webpack5 generator property in rules passes ruleset checks (#1753 ) (f79bb08 ), closes #1729
add rule plugins to keep up with webpack 5 new features (7ca8e2c )
v16.0.0-beta.9
27 Oct 07:45
Compare
Sorry, something went wrong.
No results found
fix: should not pass undefined to bindingsQuery (#1735 ), closes #1740
fix: fix mini-css-extract-plugin missing default export error (#1749 )
v15.9.4
27 Oct 07:49
Compare
Sorry, something went wrong.
No results found
fix id inconsistency between different operating systems (#1706 ) (afe8a0d )
fix mini-css-extract-plugin missing default export error (#1748 ) (429a284 )
v16.0.0-beta.8
23 Sep 08:41
Compare
Sorry, something went wrong.
No results found
feat: output ssr render function when target is node (e691f6b )
fix: fix ssrRender import (83eb488 )
v16.0.0-beta.7
11 Sep 06:49
Compare
Sorry, something went wrong.
No results found
New Features (experimental)
feat: support <style vars scoped> (1692287 )
feat: support <script setup> (fb09c8b )
Known Issues
The two new features currently do not work well with thread-loader. In Vue CLI, you may need to set parallel: false for them to work correctly.
v16.0.0-beta.5
11 Aug 07:25
Compare
Sorry, something went wrong.
No results found
New Features
feat: allow compiler option to be a path to the compiler module (#1711 )
v16.0.0-beta.4
23 Jun 08:51
Compare
Sorry, something went wrong.
No results found
Bug Fixes
(webpack 5) skip matching rule with 'enforce' (#1680 )
v15.9.3
23 Jun 08:50
Compare
Sorry, something went wrong.
No results found
Bug Fixes
(webpack 5) skip matching rule with 'enforce' (e7b2b11 )
v16.0.0-beta.3
25 May 16:33
Compare
Sorry, something went wrong.
No results found
fix: should export the pitch function, fixes scoped css usage
v16.0.0-beta.2
12 May 09:16
Compare
Sorry, something went wrong.
No results found
fix: do not require vue extension for template loader (#1673 )
refactor!: replace module.exports with ES module export (#1674 )