This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -114,4 +114,4 @@ imports in your Sass files.
114114# # Project Roadmap
115115
116116Our 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 ).
Original file line number Diff line number Diff line change 11name : angular_components
2- version : 0.9.0-alpha+4
2+ version : 0.9.0-alpha+5
33description : >
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
You can’t perform that action at this time.
0 commit comments