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

Commit f5d0c6a

Browse files
committed
Prep for external sync to github.
Expand dependency on observable and quiver so the external package resolve dependencies on the latest SDK. Update CHANGELOG and README. PiperOrigin-RevId: 185437723
1 parent a459eca commit f5d0c6a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.9.0-alpha+5
2+
3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 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).
6+
7+
* Material Menu: Add a feature to menu item group to make it expandable.
8+
* Material Radio: Protect against the group being destroyed before the
9+
`tabIndex` gets reset.
10+
* Material Tooltip: Update line height to 20px per ACUX spec.
11+
* Widen dependencies on observable and quiver.
12+
* Turn overlayRepositionLoop on by default.
13+
* Only add touch listeners if the primary input is touch.
14+
* Cleanup type warnings and other Dart 2 fixes.
15+
116
## 0.9.0-alpha+4
217

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ imports in your Sass files.
114114
## Project Roadmap
115115

116116
Our current work is summarized in the
117-
[roadmap for this quarter](https://github.com/dart-lang/angular_components/issues/193).
117+
[roadmap for this quarter](https://github.com/dart-lang/angular_components/issues/221).

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-alpha+4
2+
version: 0.9.0-alpha+5
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -19,8 +19,8 @@ dependencies:
1919
js: ^0.6.1
2020
logging: ^0.11.2
2121
meta: ^1.0.4
22-
observable: '>=0.17.0+1 <0.21.0'
22+
observable: '>=0.17.0+1 <0.22.0'
2323
perf_api: ^0.1.0
24-
quiver: '>=0.24.0 <0.28.0'
24+
quiver: '>=0.24.0 <0.29.0'
2525
sass_builder: ^1.1.2
2626
uuid: ^0.5.3

0 commit comments

Comments
 (0)