Skip to content

Releases: vuejs/vue-loader

v15.9.2

01 May 15:40
7f59b8c
Compare
Choose a tag to compare

Bug Fixes

  • fix getting shadow root when component is functional (#1560) (9a7357a)

Documentation

  • add DocSearch as recommended by vuepress (#1662) (032d56b)

v15.9.1

19 Mar 02:16
47ce21d
Compare
Choose a tag to compare

Bug Fixes

  • ensure unique ident when cloning rules, fix webpack 5 compatibility (#1653) (84c34a4)

v15.9.0

12 Feb 07:49
bfc6091
Compare
Choose a tag to compare

Bug Fixes

  • add vue-template-compiler as an optional peer dependency (56db1d7), closes #1639

Features

v16.0.0-alpha.3

04 Feb 14:56
Compare
Choose a tag to compare
v16.0.0-alpha.3 Pre-release
Pre-release
  • fix: should not overwrite render when no is present (vuejs/core#696)

v16.0.0-alpha.2

10 Jan 17:06
Compare
Choose a tag to compare
v16.0.0-alpha.2 Pre-release
Pre-release
v16.0.0-alpha.2

v16.0.0-alpha.1

06 Jan 16:59
Compare
Choose a tag to compare
v16.0.0-alpha.1 Pre-release
Pre-release

Note: v16 is rewritten to work with Vue 3.0 and is currently under alpha and thus still unstable. There are also a number of breaking changes which we will document as the implementation becomes more stable.

v15.8.3

16 Dec 09:50
21bc853
Compare
Choose a tag to compare

Bug Fixes

  • fix compatibility with webpack 3 (745d054)

Note: v15.8.3 is identical to v15.8.2. We had to run npm publish twice to make the new version available, due to an npm issue: npm/cli#593

v15.8.1

16 Dec 06:38
151995e
Compare
Choose a tag to compare

Just republish v15.8.0, to work around an npm issue.

v15.8.0

16 Dec 06:13
cad4748
Compare
Choose a tag to compare

Bug Fixes

  • types: should import type definition from the dist folder (0751213)

Features

v15.7.2

02 Nov 05:21
ede19fe
Compare
Choose a tag to compare

vue-loader is now compatible with Yarn 2

Bug Fixes

  • add cache-loader to optional peer dependency (e9d8b71)
  • use require.resolve when referencing cache-loader (#1585) (d3fa467)