Skip to content

Commit b41dcfb

Browse files
committed
Tag 1.0.0-alpha.3.
1 parent 0548ca3 commit b41dcfb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## 1.0.0-alpha.3
22

3+
* Fix a bug where color equality didn't take the alpha channel into account.
4+
5+
* Fix a bug with converting some RGB colors to HSL.
6+
7+
* Fix a parent selector resolution bug.
8+
9+
* Properly declare the arguments for `opacify()` and related functions.
10+
11+
* Add a missing dependency on the `stack_trace` package.
12+
13+
* Fix broken Windows archives.
14+
315
* Emit colors using their original representation if possible.
416

517
* Emit colors without an original representation as names if possible.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.0.0-dev
2+
version: 1.0.0-alpha.3
33
description: A Sass implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)