Skip to content

Releases: webpack-contrib/sass-loader

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

v1.0.3

22 Jul 23:58
Compare
Choose a tag to compare
  • Fix importing css files from scss/sass #101
  • Fix importing SASS partials from includePath #98 #110

v1.0.2

15 May 19:12
Compare
Choose a tag to compare
  • Fix a bug where files could not be imported across language styles #73
  • Update peer-dependency node-sass to 3.1.0

v1.0.1

31 Mar 19:18
Compare
Choose a tag to compare
  • Fix SASS partials not being resolved anymore #68
  • Update peer-dependency node-sass to 3.0.0-beta.4

v1.0.0

22 Mar 22:20
Compare
Choose a tag to compare
  • Moved node-sass^3.0.0-alpha.0 to peerDependencies #28
  • Using webpack's module resolver as custom importer #39
  • Add synchronous compilation support for usage with enhanced-require #39

Fixes for import parsing issues

17 Nov 16:07
Compare
Choose a tag to compare