Skip to content

Releases: webpack-contrib/less-loader

v10.1.0

11 Oct 21:30
Compare
Choose a tag to compare

10.1.0 (2021-10-11)

Features

Bug Fixes

  • only call addDependency on absolute paths (fa11ce7)

v10.0.1

02 Jul 12:53
Compare
Choose a tag to compare

10.0.1 (2021-07-02)

Bug Fixes

v10.0.0

17 Jun 12:58
Compare
Choose a tag to compare

10.0.0 (2021-06-17)

⚠ BREAKING CHANGES

  • less.webpackLoaderContext was removed, please use pluginManager.webpackLoaderContext

Bug Fixes

v9.1.0

10 Jun 16:54
Compare
Choose a tag to compare

9.1.0 (2021-06-10)

Features

  • allow to use String value for the implementation option (465ffc4)

v9.0.0

13 May 19:32
Compare
Choose a tag to compare

9.0.0 (2021-05-13)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v8.1.1

15 Apr 11:42
Compare
Choose a tag to compare

8.1.1 (2021-04-15)

Bug Fixes

v8.1.0

09 Apr 15:24
Compare
Choose a tag to compare

8.1.0 (2021-04-09)

Features

  • added the pluginManager.webpackLoaderContext property for less plugin developers, deprecated the less.webpackLoaderContext property, it fixed memory leak, please read this (#412) (e576240)

v8.0.0

01 Feb 16:25
Compare
Choose a tag to compare

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

Why you can removed it?
The loader will first try to resolve @import as relative, if it cannot be resolved, the loader will try to resolve @import inside node_modules.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { less: { mainFiles: ['custom', '...'] } } } }

v7.3.0

21 Jan 12:31
Compare
Choose a tag to compare

7.3.0 (2021-01-21)

Features

  • added the implementation option (84d957c)

v7.2.1

28 Dec 13:33
Compare
Choose a tag to compare

7.2.1 (2020-12-28)

Bug Fixes