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

Commit 5c97f14

Browse files
committed
Prepare to publish angular_components v0.9.0-beta+2
Update CHANGELOG, pubpec, and syncing script. PiperOrigin-RevId: 206215983
1 parent ca6357a commit 5c97f14

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 0.9.0-beta+2
2+
3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 5.0.0-beta+2 (5.0.0-beta+2 is used in production Google apps).
5+
6+
### Breaking Changes
7+
* Remove `SelectableChangeNotifier` and deprecate `SelectableWithComposition`
8+
with the intention to remove. They are widely unused, complicated the
9+
implementations, and unsound in Dart 2.
10+
11+
#### Material Dialog
12+
* Fix bug where a disposable could be added to its disposer after it had already
13+
been destroyed.
14+
15+
#### Material Icon
16+
* Add aria label and use them for trailing/leading icons of Material Input.
17+
18+
#### Material Popup
19+
* Change `<main>` html tag to a `<div>`. HTML5 states there should only be one
20+
main tag per application.
21+
22+
### Other Updates
23+
#### Miscellaneous
24+
* Add `is{Selectable|Disabled|Hidden}In()`, `getOptionIn()` and, `filterWhere()`
25+
as static helpers to `Selectable`.
26+
* Add a lookup method for finding the closest Material Color name based on any
27+
input color.
28+
29+
#### Dart 2 Updates
30+
* Fixes for Dart 2 compile-time and runtime errors.
31+
* Applicaion of `dartfmt --fix`.
32+
133
## 0.9.0-beta+1
234

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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.9.0-beta+1
2+
version: 0.9.0-beta+2
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.64.2 <3.0.0'
1010
dependencies:
11-
angular: ^5.0.0-beta+1
12-
angular_forms: ^2.0.0-beta+1
11+
angular: ^5.0.0-beta+2
12+
angular_forms: ^2.0.0-beta+2
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: '>=0.2.6 <0.4.0'

0 commit comments

Comments
 (0)