Skip to content

Releases: webpack-contrib/sass-loader

v4.1.1

21 Dec 11:55
Compare
Choose a tag to compare
  • Update webpack peer dependency to support 2.2.0rc. #330

v4.1.0

14 Dec 18:11
51d7544
Compare
Choose a tag to compare
  • Update node-sass@4.0.0 #319

v4.0.1

01 Sep 12:55
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add webpack@^2.1.0-beta as peer dependency #233

v3.2.0

12 Mar 13:01
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix missing module object-assign #178

v3.1.0

25 Oct 18:53
Compare
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