Skip to content

Commit 0db6fb6

Browse files
chore(release): 11.0.0
1 parent 90dc7f1 commit 0db6fb6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [11.0.0](https://github.com/webpack-contrib/sass-loader/compare/v10.1.1...v11.0.0) (2021-02-05)
6+
7+
8+
### Notes
9+
10+
* using `~` is deprecated and can be removed from your code (**we recommend it**), but we still support it for historical reasons.
11+
12+
Why you can removed it?
13+
The loader will first try to resolve `@import`/`@use` as relative, if it cannot be resolved, the loader will try to resolve `@import`/`@use` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules).
14+
15+
### ⚠ BREAKING CHANGES
16+
17+
* minimum supported `webpack` version is `5`
18+
19+
### Features
20+
21+
* supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }`
22+
523
### [10.1.1](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1) (2021-01-11)
624

725

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-loader",
3-
"version": "10.1.1",
3+
"version": "11.0.0",
44
"description": "Sass loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/sass-loader",

0 commit comments

Comments
 (0)