Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit d700a88

Browse files
committed
Update README and CHANGELOG before publishing package.
PiperOrigin-RevId: 173436667
1 parent 445fc37 commit d700a88

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## 0.9.0-alpha
22

3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 5.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
5+
> api, not code quality (5.0.0-alpha is used in production Google apps).
6+
7+
* Update dependencies to alpha versions.
8+
* angular: 5.0.0-alpha
9+
* angular_forms: 1.0.1-alpha
310
* Application Layout: Provide list-item changes as a mixin to be used in
411
components that wrap drawer contents.
512
* Material Auto Suggest Input: Protect against method being called after it is
@@ -35,7 +42,10 @@
3542
loop.
3643
* Material Tree: Clear filter inside the popup when MaterialTreeDropdown
3744
closes.
45+
* Material Yes/No Buttons: Update material-yes-no-buttons mixins to use CSS
46+
shimming.
3847
* Scorecard: Add a tooltip field.
48+
* Use generic type for table selection model `SelectableGetter`.
3949
* Add color contrast ratio utility.
4050
* Remove deprecated box-sizing styles.
4151
* Deprecate `ManagedZone` and replace with `NgZone`.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ For icons to appear, add the following icon font download to your page.
6969
```
7070

7171
## Custom component styles
72-
The styles of these components can be customized via sass mixins.
72+
The styles of these components can be customized via
73+
[Sass mixins](http://sass-lang.com/guide#topic-6).
7374

7475
1. Add a dependency on the
7576
[sass_builder](https://pub.dartlang.org/packages/sass_builder) package and add
@@ -89,7 +90,7 @@ the transformer.
8990
> transformer.
9091

9192
2. Now you can import styles and mixins from this package via dart style package
92-
imports in your sass files.
93+
imports in your Sass files.
9394

9495
In your `.scss` files:
9596

0 commit comments

Comments
 (0)