You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
Bug Fixes
Features
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)
Features
Bug Fixes
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)
Bug Fixes
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.
Bug Fixes
- package: add
webpack >= v4.0.0
(peerDependencies
) (#541) (620bdd4)
Chore
- Adds Webpack 3.x version range to peerDependencies
Bug Fixes
- importing file directly from scoped npm package #450 (5d06e9d)
Bug Fixes
- fix: Resolving of scoped npm packages #447
Bug Fixes
- Fix regression with empty files #398
Chore
- Reduce npm package size by using the files property in the
package.json
Chore
Bug Fixes
- Fix source maps in certain CWDs. #377
Bug Fixes
- Improve source map support. #374
BREAKING CHANGES
- This is breaking for the resolve-url-loader
Bug Fixes
- Fix bug where multiple compilations interfered with each other. #369
Code Refactoring
- Remove synchronous compilation support #334
BREAKING CHANGES
Chore
- Update webpack peer dependency to support 2.2.0rc. #330
Features
- Update
node-sass@4.0.0
#319
Bug Fixes
- Fix wrong context in customImporters #281
Bug Fixes
- Fix custom importers receiving
'stdin'
as second argument instead of the actual resourcePath
#267
Bug Fixes
- Fix incorrect source map paths #250
BREAKING CHANGES
Bug Fixes
- Fix incorrect source map paths #250
Bug Fixes
- Add
webpack@^2.1.0-beta
as peer dependency #233
Features
- Append file content instead of overwriting when
data
-option is already present #216
- Make
indentedSyntax
option a bit smarter #196
Bug Fixes
- Fix loader query not overriding webpack config #189
- Update peer-dependencies #182
node-sass^3.4.2
webpack^1.12.6
Bug Fixes
- Fix missing module
object-assign
#178
Bug Fixes
- Fix a problem where modules with a
.
in their names were not resolved #167
Features
- Add possibility to also define all options in your
webpack.config.js
#152 #170
Bug Fixes
- Fix crash when Sass reported an error without
file
#158
BREAKING CHANGES
- Add
node-sass@^3.3.3
and webpack@^1.12.2
as peer-dependency #165 #166 #169
Bug Fixes
- Add missing path normalization (fixes #141)
Bug Fixes
Code Refactoring
BREAKING CHANGES
- 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
Bug Fixes
- Fix wrong source-map urls #123
- Include source-map contents by default #104
Bug Fixes
- Fix importing css files from scss/sass #101
- Fix importing Sass partials from includePath #98 #110
Bug Fixes
- Fix a bug where files could not be imported across language styles #73
- Update peer-dependency
node-sass
to 3.1.0
Bug Fixes
- Fix Sass partials not being resolved anymore #68
- Update peer-dependency
node-sass
to 3.0.0-beta.4
Bug Fixes
- 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