Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit c6d8193

Browse files
committed
Update CHANGELOG
1 parent 089c52d commit c6d8193

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
### 2.0.0
5+
6+
- **Breaking:** Refactor [import resolving algorithm](https://github.com/jtangelder/sass-loader/blob/089c52dc9bd02ec67fb5c65c2c226f43710f231c/index.js#L293-L348). 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](https://github.com/jtangelder/sass-loader/issues/135) [#138](https://github.com/jtangelder/sass-loader/issues/138)
7+
- Add temporary fix for stuck processes (see [sass/node-sass#857](https://github.com/sass/node-sass/issues/857)) [#100](https://github.com/jtangelder/sass-loader/issues/100) [#119](https://github.com/jtangelder/sass-loader/issues/119) [#132](https://github.com/jtangelder/sass-loader/pull/132)
8+
- Fix path resolving on Windows [#108](https://github.com/jtangelder/sass-loader/issues/108)
9+
- Fix file watchers on Windows [#102](https://github.com/jtangelder/sass-loader/issues/102)
10+
- Fix file watchers for files with errors [#134](https://github.com/jtangelder/sass-loader/pull/134)
11+
412
### 1.0.4
513

614
- Fix wrong source-map urls [#123](https://github.com/jtangelder/sass-loader/pull/123)

0 commit comments

Comments
 (0)