Releases: webpack-contrib/sass-loader
Releases · webpack-contrib/sass-loader
v3.2.2
Warning: This release may introduce a breaking change in certain scenarios, see #250
- Fix incorrect source map paths #250
v3.2.1
- Add
webpack@^2.1.0-beta
as peer dependency #233
v3.2.0
- Append file content instead of overwriting when
data
-option is already present #216
- Make
indentedSyntax
option a bit smarter #196
v3.1.2
- Fix loader query not overriding webpack config #189
- Update peer-dependencies #182
node-sass^3.4.2
webpack^1.12.6
v3.1.1
- Fix missing module
object-assign
#178
v3.1.0
- 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
- 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
- Add missing path normalization (fixes #141)
v2.0.0
- 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
- Fix wrong source-map urls #123
- Include source-map contents by default #104