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

Commit 6b28cce

Browse files
committed
Prep to publish external version 0.9.0-alpha+6
Update pubspec and CHANGELOG. PiperOrigin-RevId: 187095047
1 parent fcccfc7 commit 6b28cce

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,29 @@
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`.
@@ -28,7 +35,7 @@
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
@@ -43,7 +50,7 @@
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.
@@ -72,7 +79,7 @@
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]
7885
are **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]
136143
are **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]
176183
are **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

559566
This code is considered production quality, but depends on angular2:
560567
3.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

581588
This code is considered production quality, but depends on angular2:
582589
3.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

624631
This code is considered production quality, but depends on angular2:
625632
3.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

636643
This code is considered production quality, but depends on angular2:
637644
3.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:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.3.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+5
12-
angular_forms: 1.0.1-alpha+5
11+
angular: 5.0.0-alpha+6
12+
angular_forms: 1.0.1-alpha+6
1313
build: '>=0.11.1 <0.13.0'
1414
build_config: ^0.2.1
1515
built_collection: '>=1.6.0 <4.0.0'

0 commit comments

Comments
 (0)