Skip to content

Commit 9bd70a8

Browse files
authored
v6.0.3
# 6.0.3 - 2023-02-24 <small>[Compare to previous release][comp:6.0.3]</small> ### Fixed - Using the new compiler (`liveSassCompile.settings.useNewCompiler`) outputs source maps correctly - Closes [#276](#276) ### Updated - `sass` to `1.58.3` [Changelog][cl:sa] - Various dev dependency updates _(nothing user facing)_ [comp:6.0.3]: v6.0.2...v6.0.3 [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
2 parents abae28d + a08ae6b commit 9bd70a8

File tree

5 files changed

+187
-161
lines changed

5 files changed

+187
-161
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Types of changes
2323

2424
All notable changes to this project will be documented in this file.
2525

26+
## [6.0.3] - 2023-02-24
27+
28+
<small>[Compare to previous release][comp:6.0.3]</small>
29+
30+
### Fixed
31+
32+
- Using the new compiler (`liveSassCompile.settings.useNewCompiler`) outputs source maps correctly - Closes [#276](https://github.com/glenn2223/vscode-live-sass-compiler/issues/276)
33+
34+
### Updated
35+
36+
- `sass` to `1.58.3` [Changelog][cl:sa]
37+
- Various dev dependency updates _(nothing user facing)_
38+
2639
## [6.0.2] - 2023-02-09
2740

2841
<small>[Compare to previous release][comp:6.0.2]</small>
@@ -653,6 +666,8 @@ All notable changes to this project will be documented in this file.
653666
| 0.0.2 | 11.07.17 | Small description updated. |
654667
| 0.0.1 | 11.07.17 | Initial Preview Release with following key features. <br> – Live SASS & SCSS Compile. <br> – Customizable file location of exported CSS. <br> – Customizable exported CSS Style (`expanded`, `compact`, `compressed`, `nested`.)<br> – Quick Status bar control.<br> – Live Reload to browser (`Live Server` extension dependency). |
655668

669+
[6.0.3]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.0.3
670+
[comp:6.0.3]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.0.2...v6.0.3
656671
[6.0.2]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.0.2
657672
[comp:6.0.2]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.0.1...v6.0.2
658673
[6.0.1]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.0.1

0 commit comments

Comments
 (0)