Releases: webpack-contrib/sass-loader
Releases · webpack-contrib/sass-loader
v7.2.0
7.2.0 (2019-08-08)
Bug Fixes
Features
- allow passing
functions
option as function (#651) (6c9654d)
- support
data
as Function
(#648) (aa64e1b)
- support
sass
and style
fields in package.json
(#647) (a8709c9)
- support auto resolving
dart-sass
(ff90dd6)
v7.0.2
Bug Fixes
- Errors being swallowed when trying to load node-sass (#576) (6dfb274), closes #563
- Report error to user for problems loading node-sass (#562) (2529c07)
v7.0.0
Features
- Refactor resolving and simplify webpack config aliases (#479) (e0fde1a)
- Remove
node-sass
from peerDependencies
(#533) (6439cef)
BREAKING CHANGES
- Drop official node 4 support
- This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations.
- The sass-loader throws an error at runtime now and refuses to compile if the peer dependency is wrong. This could break applications where npm's peer dependency warning was just ignored.
v6.0.7
Bug Fixes
- package: add
webpack >= v4.0.0
(peerDependencies
) (#541) (620bdd4)
Performance Improvements
v6.0.6
Chore
- Adds Webpack 3.x version range to peerDependencies
v6.0.5
- fix: importing file directly from scoped npm package #450
v6.0.4
- fix: Resolving of scoped npm packages #447