This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
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 ` .
Original file line number Diff line number Diff 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
74751 . 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
91922. 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
You can’t perform that action at this time.
0 commit comments