Skip to content

Releases: webpack/sass-loader

v4.0.1

01 Sep 12:55

Choose a tag to compare

  • Fix custom importers receiving 'stdin' as second argument instead of the actual resourcePath #267

v4.0.0

27 Jun 09:07

Choose a tag to compare

  • Breaking: Release new major version because the previous release was a breaking change in certain scenarios #250

v3.2.2

26 Jun 09:49

Choose a tag to compare

Warning: This release may introduce a breaking change in certain scenarios, see #250

  • Fix incorrect source map paths #250

v3.2.1

19 Jun 18:03

Choose a tag to compare

  • Add webpack@^2.1.0-beta as peer dependency #233

v3.2.0

12 Mar 13:01

Choose a tag to compare

  • Append file content instead of overwriting when data-option is already present #216
  • Make indentedSyntax option a bit smarter #196

v3.1.2

22 Nov 20:32

Choose a tag to compare

  • Fix loader query not overriding webpack config #189
  • Update peer-dependencies #182
    • node-sass^3.4.2
    • webpack^1.12.6

v3.1.1

26 Oct 08:59

Choose a tag to compare

  • Fix missing module object-assign #178

v3.1.0

25 Oct 18:53

Choose a tag to compare

  • Add possibility to also define all options in your webpack.config.js #152 #170
  • Fix a problem where modules with a . in their names were not resolved #167

v3.0.0

30 Sep 00:34

Choose a tag to compare

  • Breaking: Add node-sass@^3.3.3 and webpack@^1.12.2 as peer-dependency #165 #166 #169
  • Fix crash when Sass reported an error without file #158

v2.0.1

14 Aug 17:11

Choose a tag to compare

  • Add missing path normalization (fixes #141)