Skip to content

Releases: webpack-contrib/sass-loader

v12.0.0

01 Jun 15:32
Compare
Choose a tag to compare

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)

v11.1.1

13 May 17:16
Compare
Choose a tag to compare

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)

v11.1.0

10 May 14:37
Compare
Choose a tag to compare

11.1.0 (2021-05-10)

Features

v10.2.0

10 May 16:57
Compare
Choose a tag to compare

10.2.0 (2021-05-10)

Features

v11.0.1

08 Feb 17:14
Compare
Choose a tag to compare

11.0.1 (2021-02-08)

Bug Fixes

  • compatibility with custom importers for node-sass (#927) (af5a072)

v11.0.0

05 Feb 12:56
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/@use as relative, if it cannot be resolved, the loader will try to resolve @import/@use inside node_modules.
Using ~ means looking for files in node_modules or resolve.alias or resolve.fallback.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

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

v10.1.1

11 Jan 14:23
Compare
Choose a tag to compare

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)

v10.1.0

11 Nov 13:06
Compare
Choose a tag to compare

10.1.0 (2020-11-11)

Features

  • allow the additionalData to be async (#902) (9d925ff)

v10.0.5

02 Nov 11:40
Compare
Choose a tag to compare

10.0.5 (2020-11-02)

Bug Fixes

v10.0.4

22 Oct 20:19
Compare
Choose a tag to compare

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)