mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Tag 1.0.0-alpha.3.
This commit is contained in:
parent
0548ca3c0a
commit
b41dcfb457
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
## 1.0.0-alpha.3
|
## 1.0.0-alpha.3
|
||||||
|
|
||||||
|
* Fix a bug where color equality didn't take the alpha channel into account.
|
||||||
|
|
||||||
|
* Fix a bug with converting some RGB colors to HSL.
|
||||||
|
|
||||||
|
* Fix a parent selector resolution bug.
|
||||||
|
|
||||||
|
* Properly declare the arguments for `opacify()` and related functions.
|
||||||
|
|
||||||
|
* Add a missing dependency on the `stack_trace` package.
|
||||||
|
|
||||||
|
* Fix broken Windows archives.
|
||||||
|
|
||||||
* Emit colors using their original representation if possible.
|
* Emit colors using their original representation if possible.
|
||||||
|
|
||||||
* Emit colors without an original representation as names if possible.
|
* Emit colors without an original representation as names if possible.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sass
|
name: sass
|
||||||
version: 1.0.0-dev
|
version: 1.0.0-alpha.3
|
||||||
description: A Sass implementation in Dart.
|
description: A Sass implementation in Dart.
|
||||||
author: Dart Team <misc@dartlang.org>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/sass/dart-sass
|
homepage: https://github.com/sass/dart-sass
|
||||||
|
Loading…
Reference in New Issue
Block a user