Skip to content

Releases: vuejs/vue-loader

v15.9.5

02 Nov 08:18
Compare
Choose a tag to compare

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
Choose a tag to compare
v16.0.0-beta.9 Pre-release
Pre-release
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
v16.0.0-beta.8 Pre-release
Pre-release
  • feat: output ssr render function when target is node (e691f6b)
  • fix: fix ssrRender import (83eb488)

v16.0.0-beta.7

11 Sep 06:49
c30c4c7
Compare
Choose a tag to compare
v16.0.0-beta.7 Pre-release
Pre-release

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
60a714b
Compare
Choose a tag to compare
v16.0.0-beta.5 Pre-release
Pre-release

New Features

  • feat: allow compiler option to be a path to the compiler module (#1711)

v16.0.0-beta.4

23 Jun 08:51
cc6d6fa
Compare
Choose a tag to compare
v16.0.0-beta.4 Pre-release
Pre-release

Bug Fixes

  • (webpack 5) skip matching rule with 'enforce' (#1680)

v15.9.3

23 Jun 08:50
b4e95a7
Compare
Choose a tag to compare

Bug Fixes

  • (webpack 5) skip matching rule with 'enforce' (e7b2b11)

v16.0.0-beta.3

25 May 16:33
a5be80e
Compare
Choose a tag to compare
v16.0.0-beta.3 Pre-release
Pre-release

fix: should export the pitch function, fixes scoped css usage

v16.0.0-beta.2

12 May 09:16
7564a7d
Compare
Choose a tag to compare
v16.0.0-beta.2 Pre-release
Pre-release
  • fix: do not require vue extension for template loader (#1673)
  • refactor!: replace module.exports with ES module export (#1674)