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

Commit 73649e9

Browse files
committed
Prep for angular_components v0.9.0-alpha+15 release
Update CHANGELOG. Bump all dependencies to versions without `retype()`. PiperOrigin-RevId: 200763594
1 parent 2402943 commit 73649e9

File tree

2 files changed

+45
-8
lines changed

2 files changed

+45
-8
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 0.9.0-alpha+15
2+
3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 5.0.0-alpha+15. The alpha tag represents the evolving nature of the
5+
> AngularDart API, not code quality (5.0.0-alpha+15 is used in production Google
6+
> apps).
7+
8+
* Update dependencies for compatibility with Dart SDK v2.0.0-dev.62.0.
9+
* Material Button: Remove styles for vertically aligned icon with text buttons.
10+
* Material Checkbox: Add `material-checkbox-color` mixin and deprecate
11+
`material-checkbox-theme`.
12+
* Material Datepicker: Use updated class names for `ShowHideDirective`.
13+
* Material Expansion Panel: Add a mixin to show header actions on the bottom
14+
instead of on the left.
15+
* Material Popup: Automatically restore focus on the popup source element when
16+
user tabs out.
17+
* Material Progress: Add height with rounded possibility for material progress
18+
bar.
19+
* Material Select:
20+
* Update to `activedescendant` ARIA pattern for a11y.
21+
* Ensure button text displays correctly when there the error message shows
22+
below it.
23+
* Material Slider:
24+
* Add disabled property.
25+
* Update size of click target.
26+
* Material Radio:
27+
* Add `role` attribute.
28+
* Add `material-radio-color` mixin and deprecate `material-radio-theme`.
29+
* Add DI modules to Laminate Overlay & Popup components.
30+
* Update to `SelectionModel.single()`, `SelectionModel.multi()` etc. instead of
31+
deprecated `SelectionModel.withList()`.
32+
* Remove explicit `Visibility.local` from Angular components and directives, as
33+
this is the default now.
34+
* Remove legacy CSS class names used by `ShowHideDirective` that conflict with
35+
Angular JS apps.
36+
* Style updates for new additions to Effective Dart.
37+
138
## 0.9.0-alpha+14
239

340
> NOTE: This code is considered production quality, but depends on angular:
@@ -16,7 +53,7 @@
1653
* Fix focus bug when clicking on a different focusable element.
1754
* Add new CSS class names used by `ShowHideDirective` to avoid conflicts with
1855
Angular JS apps.
19-
* Only focus when `_autoFocus` is `true` when using `AutoFocusDirective`.
56+
* Only focus when `autoFocus` is `true` when using `AutoFocusDirective`.
2057
* Update various components to use finals for `Intl.message`s to improve
2158
performance.
2259
* Update `PopupHierarchy` to better handle cases with multiple modals.

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
name: angular_components
2-
version: 0.9.0-alpha+14
2+
version: 0.9.0-alpha+15
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.56.0 <2.0.0'
9+
sdk: '>=2.0.0-dev.60.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+14
12-
angular_forms: 2.0.0-alpha+6
11+
angular: 5.0.0-alpha+15
12+
angular_forms: 2.0.0-alpha+7
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: ^0.2.6
1616
built_collection: '>=1.6.0 <4.0.0'
17-
collection: ^1.14.0
17+
collection: ^1.14.10
1818
fixnum: ^0.10.5
1919
intl: '>=0.14.0 <0.16.0'
2020
js: ^0.6.1
2121
logging: ^0.11.2
2222
meta: ^1.0.4
23-
observable: '>=0.17.0+1 <0.23.0'
23+
observable: ^0.22.1+3
2424
protobuf: ^0.8.0
2525
perf_api: ^0.1.0
2626
quiver: '>=0.24.0 <0.30.0'
27-
sass_builder: ^2.0.1
27+
sass_builder: ^2.0.2

0 commit comments

Comments
 (0)