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

Commit 9448680

Browse files
committed
Update CHANGELOG, pubspec and syncing script for open source release v0.9.1.
PiperOrigin-RevId: 210028448
1 parent 64c61d1 commit 9448680

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## 0.9.1
2+
3+
### Component Updates
4+
5+
#### Material Date Range Picker
6+
* Add an option to disable maintaining the length of the date range when
7+
clicking on the calendar to move the start date.
8+
9+
#### Material Expansion Panel
10+
* Add Sass mixin for border radius.
11+
* Only register immediate child panels in a panel set.
12+
* Add listener for expand change to fix bug where an expansion panel set would
13+
not recognize a programmatically pre-expanded panel.
14+
15+
#### Material Select
16+
* Add Sass mixin for the selected item color.
17+
18+
#### Material Stepper
19+
* Add Sass mixins for the step name color.
20+
21+
#### Material Toolip
22+
* Add Sass mixin to set the card tooltip max width.
23+
* Add an icon attribute to specify any icon by name.
24+
* Add positioning options on icon tooltip.
25+
26+
#### Selection Options
27+
* Add interface to segment options into option groups.
28+
29+
### Miscellaneous
30+
* Fix `ActiveItemDirective`'s scroll into view functionality in popups and
31+
modals.
32+
* Add `ObservableView.firstNonNull` and `ObservableView.nonNullValues`.
33+
* Update MDC Web styles to v0.38.0.
34+
* Fix missing return errors.
35+
* Fix default line-height values to match MDC versions.
36+
37+
### Documentation
38+
* Minor doc fixes.
39+
* Cleanup some docs for with optional new/const.
40+
141
## 0.9.0
242

343
> Pub _transformers_ are no longer used. Instead, use the new

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
2+
version: 0.9.1
33
description: >
44
The official Material Design components for AngularDart. Used at Google in
55
production apps.
@@ -11,12 +11,12 @@ environment:
1111
dependencies:
1212
angular: ^5.0.0
1313
angular_forms: ^2.0.0
14-
async: ^2.0.6
14+
async: ^2.0.8
1515
build: '>=0.11.1 <0.13.0'
1616
build_config: '>=0.2.6 <0.4.0'
1717
built_collection: '>=1.6.0 <4.0.0'
1818
collection: ^1.14.10
19-
fixnum: ^0.10.5
19+
fixnum: ^0.10.7
2020
intl: '>=0.14.0 <0.16.0'
2121
js: ^0.6.1
2222
logging: ^0.11.2

0 commit comments

Comments
 (0)