22
33> NOTE: This code is considered production quality, but depends on angular:
44> 5.0.0-alpha+5. The alpha tag represents the evolving nature of the AngularDart
5- > api , not code quality (5.0.0-alpha+5 is used in production Google apps).
5+ > API , not code quality (5.0.0-alpha+5 is used in production Google apps).
66
77 * App Layout: Add mixin for permanent/persistent drawers and fix mixin for
88 temporary drawers.
99 * Material Auto Suggest Input: Add aria label to close button.
10+ * Material Button: Update min-width to new spec.
1011 * Material Checkbox: Remove negative top margin.
12+ * Material Dialog: Add support for ` <h1> ` element in title.
13+ * Material Icon: Flip half_star icon when in RTL.
1114 * Material Input:
1215 * Show character count when maxCount is null.
1316 * Add attribute to set aria-label when a visible label is not desired.
1417 * Material Menu:
1518 * Allow expanding on group title clicks.
1619 * Add a style variation to menu group to allow emphasizing the first group.
17- * Material Popup: Disable constrain to viewport in dropdowns via a new,
20+ * Material Popup: Disable constrain-to- viewport in dropdowns via a new,
1821 separate ` @Input ` .
19- * Material Tree: Adds an option to select parent nodes in a single selection
20- model tree.
22+ * Material Ripple: Update animation to match new spec.
23+ * Material Select: Add a ` FactoryRenderer ` input.
24+ * Material Tree:
25+ * Adds an option to select parent nodes in a single selection model tree.
26+ * Bugfix for auto selection all siblings due to an error being thrown which
27+ stops event.stopPropagation from firing.
2128 * Remove position: -webkit-sticky support.
2229 * Update type of materialProviders so it can be used when bootstrapping.
2330 * Migrate from ` host ` to ` @HostListener ` and ` @HostBinding ` .
2835
2936> NOTE: This code is considered production quality, but depends on angular:
3037> 5.0.0-alpha+5. The alpha tag represents the evolving nature of the AngularDart
31- > api , not code quality (5.0.0-alpha+5 is used in production Google apps).
38+ > API , not code quality (5.0.0-alpha+5 is used in production Google apps).
3239
3340 * Material Menu: Add a feature to menu item group to make it expandable.
3441 * Material Radio: Protect against the group being destroyed before the
4350
4451> NOTE: This code is considered production quality, but depends on angular:
4552> 5.0.0-alpha+5. The alpha tag represents the evolving nature of the AngularDart
46- > api , not code quality (5.0.0-alpha+5 is used in production Google apps).
53+ > API , not code quality (5.0.0-alpha+5 is used in production Google apps).
4754
4855 * Material Dialog: Add mixin for bottom border on header.
4956 * Material Drawer: Add mixin for width.
7279
7380> NOTE: This code is considered production quality, but depends on angular:
7481> 5.0.0-alpha+4. The alpha tag represents the evolving nature of the AngularDart
75- > api , not code quality (5.0.0-alpha+4 is used in production Google apps).
82+ > API , not code quality (5.0.0-alpha+4 is used in production Google apps).
7683
7784** NOTE** : As of ` angular 5.0.0-alpha+1 ` [ ` dependency_overrides ` ] [ dep_overrides ]
7885are ** required** :
@@ -130,7 +137,7 @@ release, but this is unlikely until sometime in early 2018.
130137
131138> NOTE: This code is considered production quality, but depends on angular:
132139> 5.0.0-alpha+2. The alpha tag represents the evolving nature of the AngularDart
133- > api , not code quality (5.0.0-alpha+2 is used in production Google apps).
140+ > API , not code quality (5.0.0-alpha+2 is used in production Google apps).
134141
135142**NOTE**: As of `angular 5.0.0-alpha+1` [`dependency_overrides`][dep_overrides]
136143are **required** :
@@ -170,7 +177,7 @@ release, but this is unlikely until sometime in early 2018.
170177
171178> NOTE: This code is considered production quality, but depends on angular:
172179> 5.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
173- > api , not code quality (5.0.0-alpha+1 is used in production Google apps).
180+ > API , not code quality (5.0.0-alpha+1 is used in production Google apps).
174181
175182**NOTE**: As of `angular 5.0.0-alpha+1` [`dependency_overrides`][dep_overrides]
176183are **required** :
@@ -223,7 +230,7 @@ release, but this is unlikely until sometime in early 2018.
223230
224231> NOTE: This code is considered production quality, but depends on angular:
225232> 5.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
226- > api , not code quality (5.0.0-alpha is used in production Google apps).
233+ > API , not code quality (5.0.0-alpha is used in production Google apps).
227234
228235 * Update dependencies to alpha versions.
229236 * angular: 5.0.0-alpha
@@ -558,7 +565,7 @@ release, but this is unlikely until sometime in early 2018.
558565
559566This code is considered production quality, but depends on angular2 :
5605673.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
561- api , not code quality (3.0.0-alpha+1 is used in production Google apps).
568+ API , not code quality (3.0.0-alpha+1 is used in production Google apps).
562569
563570 * Add Dynamic Component.
564571 * Add Material Select.
@@ -580,7 +587,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
580587
581588This code is considered production quality, but depends on angular2 :
5825893.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
583- api , not code quality (3.0.0-alpha+1 is used in production Google apps).
590+ API , not code quality (3.0.0-alpha+1 is used in production Google apps).
584591
585592# ## Breaking Changes
586593 * Update for generic syntax and `FutureOr` type introduced in Dart SDK 1.22.0.
@@ -623,7 +630,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
623630
624631This code is considered production quality, but depends on angular2 :
6256323.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
626- api , not code quality (3.0.0-alpha is used in production Google apps).
633+ API , not code quality (3.0.0-alpha is used in production Google apps).
627634
628635 * Add Material List.
629636 * Material Expansionpanel: Add `autoDismissable` directive.
@@ -635,7 +642,7 @@ api, not code quality (3.0.0-alpha is used in production Google apps).
635642
636643This code is considered production quality, but depends on angular2 :
6376443.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
638- api .
645+ API .
639646
640647 * Add Material Tooltip.
641648 * Material Ripple:
0 commit comments