Tag 1.0.0-alpha.3.

This commit is contained in:
Natalie Weizenbaum 2016-11-07 18:49:05 -08:00
parent 0548ca3c0a
commit b41dcfb457
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
## 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 without an original representation as names if possible.

View File

@ -1,5 +1,5 @@
name: sass
version: 1.0.0-dev
version: 1.0.0-alpha.3
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass