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

Commit 1d0f173

Browse files
committed
Prep for open source release.
* Update CHANGELOG and pubspec. PiperOrigin-RevId: 190989799
1 parent 8bfd34b commit 1d0f173

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 0.9.0-alpha+9
2+
3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 5.0.0-alpha+9. The alpha tag represents the evolving nature of the AngularDart
5+
> API, not code quality (5.0.0-alpha+9 is used in production Google apps).
6+
7+
* Remove visibility.all from @Component annotations. This is potentially
8+
BREAKING.
9+
* Button Decorator: Allow role to be customized.
10+
* Material Button: Remove override of `min-width` for `yes-no-buttons` as it is
11+
now the right value in material-button.
12+
* Material Date Picker: Improved keyboard handling.
13+
* Material Date Time Picker: Update so that it sets time to default value if
14+
date is picked but time is not picked.
15+
* Material Menu:
16+
* Match the color of the group header label to item.
17+
* Add mixin to show the same font for group label.
18+
* Material Expansion Panel: Add mixin for additional padding.
19+
* Material Input: Add an aria-label that can override the label.
20+
* Material Select:
21+
* Add proper aria attributes to make `material-dropdown-select` screen reader
22+
accessible.
23+
* Add mixin to set disabled color.
24+
* Material Time Picker: Fix one hour difference after daylight saving.
25+
* Selection Model:
26+
* Add empty, single, and multi constructors.
27+
* Add `ignoreDeselect` option to `SelectionModel.single` and deprecate
28+
`RadioGroupSingleSelectionModel`.
29+
* Add a parameter to fail loudly when TimeZoneAwareClock is used before it's
30+
initialized, to prevent incorrect return values from being ignored.
31+
* Migrate from `ElementRef` to `Element` or `HtmlElement`.
32+
* Fix Dart2 runtime cast failures.
33+
* Update documentation.
34+
135
## 0.9.0-alpha+8
236

337
> NOTE: This code is considered production quality, but depends on angular:

pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: angular_components
2-
version: 0.9.0-alpha+8
2+
version: 0.9.0-alpha+9
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
66
homepage: https://webdev.dartlang.org/components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=2.0.0-dev.28.0 <2.0.0'
9+
sdk: '>=2.0.0-dev.32.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+8
12-
angular_forms: 2.0.0-alpha
11+
angular: 5.0.0-alpha+9
12+
angular_forms: 2.0.0-alpha+1
13+
async: ^2.0.6
1314
build: '>=0.11.1 <0.13.0'
1415
build_config: ^0.2.1
1516
built_collection: '>=1.6.0 <4.0.0'

0 commit comments

Comments
 (0)