1+ ## 0.4.1-alpha
2+
3+ This code is considered production quality, but depends on angular2:
4+ 3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5+ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
6+
7+ * Add code Material Design .scss files as a reference. Currently not used
8+ during build.
9+
110## 0.4.0-alpha
211
3- This code is considered production quality, but depends on angular2: 3.0.0-alpha+1.
4- The alpha tag represents the evolving nature of the AngularDart api, not
5- code quality (3.0.0-alpha+1 is used in production Google apps).
12+ This code is considered production quality, but depends on angular2:
13+ 3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
14+ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
615
716### Breaking Changes
817 * Update for generic syntax and ` FutureOr ` type introduced in Dart SDK 1.22.0.
918 * Material Toggle: Remove the deprecated ` color ` theme input.
1019 * Material Button, Fab, Yes/No:
1120 * Remove is-disabled and is-raised HTML classes used for styling.
12- Custom styles should now use ` [disabled] ` and ` [raised] ` instead of ` .is-disabled ` and
13- ` .is-raised ` when targeting buttons.
21+ Custom styles should now use ` [disabled] ` and ` [raised] ` instead of
22+ ` .is-disabled ` and ` .is- raised` when targeting buttons.
1423 * Remove z-index of 0.
1524
1625### Other Changes
@@ -22,17 +31,19 @@ code quality (3.0.0-alpha+1 is used in production Google apps).
2231 * Add new number accessors and validators.
2332 * Add ability to override/specify error messages.
2433 * Fix AX_TEXT_01 a11y issue.
25- * Material List:
34+ * Material List:
2635 * Block pointer events for disabled list items.
2736 * Remove duplicate mixin.
2837 * Material Popup: Disable animation delay when there is nothing to animate.
2938 * Material Radio: Fix styling issue, flex for IE11.
30- * Material Tab Panel: Fix issue that prevents displaying tabs on initialization.
39+ * Material Tab Panel: Fix issue that prevents displaying tabs on
40+ initialization.
3141 * Material Yes/No Buttons: Add submit/cancel buttons.
3242 * Scorecard:
3343 * Add support for RTL languages in scrollable scoreboards.
3444 * Add support for themes.
35- * Prevent exceptions during width calculations when scorecard width is ` auto ` .
45+ * Prevent exceptions during width calculations when scorecard width is
46+ ` auto ` .
3647 * Compute the ARIA roles only once per instance.
3748 * Fix dom update issues.
3849 * Add proper types to injected providers.
@@ -41,9 +52,9 @@ code quality (3.0.0-alpha+1 is used in production Google apps).
4152
4253## 0.3.1-alpha
4354
44- This code is considered production quality, but depends on angular2: 3.0.0-alpha.
45- The alpha tag represents the evolving nature of the AngularDart api, not
46- code quality (3.0.0-alpha is used in production Google apps).
55+ This code is considered production quality, but depends on angular2:
56+ 3.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
57+ api, not code quality (3.0.0-alpha is used in production Google apps).
4758
4859 * Add Material List.
4960 * Material Expansionpanel: Add ` autoDismissable ` directive.
@@ -53,8 +64,9 @@ code quality (3.0.0-alpha is used in production Google apps).
5364
5465## 0.3.0-alpha
5566
56- This code is considered production quality, but depends on angular2: 3.0.0-alpha.
57- The alpha tag represents the evolving nature of the AngularDart api.
67+ This code is considered production quality, but depends on angular2:
68+ 3.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
69+ api.
5870
5971 * Add Material Tooltip.
6072 * Material Ripple:
@@ -63,7 +75,8 @@ The alpha tag represents the evolving nature of the AngularDart api.
6375 * Internal updates for compatibility with Angular 3.0.0-alpha.
6476 * Material Expansion Panel:
6577 * Fix CSS rule that causes header text to turn gray on hover/focus.
66- * Support auto-focus on a content element when the material expansion panel expands.
78+ * Support auto-focus on a content element when the material expansion panel
79+ expands.
6780 * Fix Yes/No button ordering.
6881 * Material Input:
6982 * Add a blur update value accessor.
@@ -87,8 +100,9 @@ The alpha tag represents the evolving nature of the AngularDart api.
87100
88101 * Add Material Popup, a basic popup component.
89102 * Update Material Checkbox icon size.
90- * Cleanup framework stabilizers since [ issue #24843 ] ( https://github.com/dart-lang/sdk/issues/24843 )
91- in the Dart SDK has been resolved.
103+ * Cleanup framework stabilizers since
104+ [ issue #24843 ] ( https://github.com/dart-lang/sdk/issues/24843 ) in the Dart
105+ SDK has been resolved.
92106 * Remove unused files.
93107
94108## 0.2.1
0 commit comments