1
+ ## 0.9.0-alpha+3
2
+
3
+ > NOTE: This code is considered production quality, but depends on angular:
4
+ > 5.0.0-alpha+3. The alpha tag represents the evolving nature of the AngularDart
5
+ > api, not code quality (5.0.0-alpha+3 is used in production Google apps).
6
+
7
+ ** NOTE** : As of ` angular 5.0.0-alpha+1 ` [ ` dependency_overrides ` ] [ dep_overrides ]
8
+ are ** required** :
9
+
10
+ ``` yaml
11
+ dependency_overrides :
12
+ analyzer : ^0.31.0-alpha.1
13
+ ` ` `
14
+
15
+ This is because Angular is starting to use and support the Dart 2.0.0 SDK, which
16
+ is evolving. We expect to no longer require overrides once we are at a beta
17
+ release, but this is unlikely until sometime in early 2018.
18
+
19
+ [dep_overrides]: https://www.dartlang.org/tools/pub/dependencies#dependency-overrides
20
+
21
+ * Add support for package
22
+ [build_runner](https://pub.dartlang.org/packages/build_runner).
23
+ * Material Auto-Suggest Input:
24
+ * Wait for the popup to be visible before activating dropdown items.
25
+ * Stop escape keyboard events from propagating after they are handled.
26
+ * Material Checkbox: Make focasable.
27
+ * Material Fab: Update shadow styles.
28
+ * Material Select:
29
+ * Wait for the popup to be visible before activating dropdown items.
30
+ * Stop escape keyboard events from propagating after they are handled.
31
+ * Material Radio: Update disabled color to match spec.
32
+ * Migrate from Glyph to Material Icon.
33
+ * Cleanup unneeded ` preserveWhitespace: false` and `preserveWhitespace: true`.
34
+ * Cleanup type warnings.
35
+ * Cleanup unused variables.
36
+ * Update documentation.
37
+
1
38
# # 0.9.0-alpha+2
2
39
3
40
> NOTE: This code is considered production quality, but depends on angular:
@@ -12,6 +49,12 @@ dependency_overrides:
12
49
analyzer: ^0.31.0-alpha.1
13
50
` ` `
14
51
52
+ This is because Angular is starting to use and support the Dart 2.0.0 SDK, which
53
+ is evolving. We expect to no longer require overrides once we are at a beta
54
+ release, but this is unlikely until sometime in early 2018.
55
+
56
+ [dep_overrides] : https://www.dartlang.org/tools/pub/dependencies#dependency-overrides
57
+
15
58
* Material Auto-Suggest Input: Add ability to give a tooltip for the clear
16
59
icon.
17
60
* Material Expansionpanel: Add mixin for flat on collapse.
0 commit comments