Skip to content

Releases: webpack-contrib/sass-loader

v10.3.0

27 Jun 19:37
Compare
Choose a tag to compare

10.3.0 (2022-06-27)

Features

v13.0.1

24 Jun 15:33
Compare
Choose a tag to compare

13.0.1 (2022-06-24)

Bug Fixes

v13.0.0

18 May 15:44
Compare
Choose a tag to compare

13.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0 (#1048)
  • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

Bug Fixes

  • do not crash on importers for modern API (#1052) (095814e)
  • do not store original sass error in webpack error(#1053) (06d7533)

v12.6.0

15 Feb 11:13
Compare
Choose a tag to compare

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

v12.5.0

14 Feb 16:01
Compare
Choose a tag to compare

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

v10.2.1

14 Jan 17:34
Compare
Choose a tag to compare

10.2.1 (2022-01-14)

Bug Fixes

  • backported disabled auto importing fiber on node >= 16 (#1014) (f4234e4)

v12.4.0

07 Dec 12:03
Compare
Choose a tag to compare

12.4.0 (2021-12-07)

Features

v12.3.0

27 Oct 13:01
Compare
Choose a tag to compare

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

v12.2.0

12 Oct 10:05
Compare
Choose a tag to compare

12.2.0 (2021-10-12)

Features

v12.1.0

10 Jun 18:29
Compare
Choose a tag to compare

12.1.0 (2021-06-10)

Features

  • allow String value for the implementation option (382a3ca)