Skip to content

Releases: webpack-contrib/less-loader

v6.0.0

24 Apr 16:28
Compare
Choose a tag to compare

6.0.0 (2020-04-24)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13,
  • minimum support webpack version is 4
  • 2 version of less is not supported anymore
  • using 3 versin of less by default, so you don't need to have less in your package.json, we already supply it
  • move less-specific options to the lessOptions option, please look at README

Features

  • the paths options now works with webpack resolver (3931470)
  • allow a function to be used for lessOptions (#325) (a6be94a)
  • added the appendData option (#336) (fb94605)
  • added the prependData option (#327) (9df8755)
  • support less and style fields in package.json
  • support index.less file for packages

Bug Fixes

  • support import aliases without tilde (#335) (24021cd)
  • do not crash on remotely imports (#333) (8e020e9)
  • add webpack v5 support (#317) (f0b42b4)
  • first resolve an import using less resolver, then using webpack resolver (#340) (443bd5a)
  • fix a resolution for @import 'package/file.ess'; and @import './package/file.ess';

v5.0.1

24 Apr 16:29
Compare
Choose a tag to compare

Chore

  • update deps

v5.0.0

29 Apr 11:31
Compare
Choose a tag to compare

5.0.0 (2019-04-29)

Bug Fixes

  • webpack watching does not recover after broken less is fixed (#289) (f41d12e)

Chores

  • remove old bits mentioning webpack < 4 and node < 6 (#286) (012eb8f)

Code Refactoring

BREAKING CHANGES

  • remove deprecated compress option.
  • drop support for node < 6.9 and webpack < 4

v4.1.0

09 Mar 11:30
Compare
Choose a tag to compare

2018-03-09

Features

v4.0.6

27 Feb 01:53
Compare
Choose a tag to compare

2018-02-27

Bug Fixes

  • package: add webpack >= v4.0.0 (peerDependencies) (#245) (011cc73)

v4.0.5

10 Jul 01:48
Compare
Choose a tag to compare

4.0.5 (2017-07-10)

Chore

v4.0.4

30 May 13:30
Compare
Choose a tag to compare

4.0.4 (2017-05-30)

Bug Fixes

v4.0.3

30 Mar 18:17
e8b7d48
Compare
Choose a tag to compare

Bug Fixes

  • sourcesContent missing in source maps (df28035)

v4.0.2

21 Mar 22:33
a482958
Compare
Choose a tag to compare

Bug Fixes

  • Plugin.install is not a function (f8ae245)

v4.0.1

21 Mar 11:55
13dec00
Compare
Choose a tag to compare

Bug Fixes