Skip to content

Releases: webpack-contrib/sass-loader

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

v3.0.0

30 Sep 00:34
Compare
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
Compare
Choose a tag to compare
  • Add missing path normalization (fixes #141)

v2.0.0

06 Aug 14:24
Compare
Choose a tag to compare
  • Breaking: Refactor import resolving algorithm. The new algorithm is aligned to libsass' way of resolving files. This yields to different results if two files with the same path and filename but with different extensions are present. Though this change should be no problem for most users, we must flag it as breaking change. #135 #138
  • Add temporary fix for stuck processes (see sass/node-sass#857) #100 #119 #132
  • Fix path resolving on Windows #108
  • Fix file watchers on Windows #102
  • Fix file watchers for files with errors #134

v1.0.4

03 Aug 12:03
Compare
Choose a tag to compare
  • Fix wrong source-map urls #123
  • Include source-map contents by default #104