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

Commit

Permalink
Update CHANGELOG, pubspec and syncing script for open source release …
Browse files Browse the repository at this point in the history
…v0.9.1.

PiperOrigin-RevId: 210028448
  • Loading branch information
nshahan committed Aug 24, 2018
1 parent 64c61d1 commit 9448680
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 0.9.1

### Component Updates

#### Material Date Range Picker
* Add an option to disable maintaining the length of the date range when
clicking on the calendar to move the start date.

#### Material Expansion Panel
* Add Sass mixin for border radius.
* Only register immediate child panels in a panel set.
* Add listener for expand change to fix bug where an expansion panel set would
not recognize a programmatically pre-expanded panel.

#### Material Select
* Add Sass mixin for the selected item color.

#### Material Stepper
* Add Sass mixins for the step name color.

#### Material Toolip
* Add Sass mixin to set the card tooltip max width.
* Add an icon attribute to specify any icon by name.
* Add positioning options on icon tooltip.

#### Selection Options
* Add interface to segment options into option groups.

### Miscellaneous
* Fix `ActiveItemDirective`'s scroll into view functionality in popups and
modals.
* Add `ObservableView.firstNonNull` and `ObservableView.nonNullValues`.
* Update MDC Web styles to v0.38.0.
* Fix missing return errors.
* Fix default line-height values to match MDC versions.

### Documentation
* Minor doc fixes.
* Cleanup some docs for with optional new/const.

## 0.9.0

> Pub _transformers_ are no longer used. Instead, use the new
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular_components
version: 0.9.0
version: 0.9.1
description: >
The official Material Design components for AngularDart. Used at Google in
production apps.
Expand All @@ -11,12 +11,12 @@ environment:
dependencies:
angular: ^5.0.0
angular_forms: ^2.0.0
async: ^2.0.6
async: ^2.0.8
build: '>=0.11.1 <0.13.0'
build_config: '>=0.2.6 <0.4.0'
built_collection: '>=1.6.0 <4.0.0'
collection: ^1.14.10
fixnum: ^0.10.5
fixnum: ^0.10.7
intl: '>=0.14.0 <0.16.0'
js: ^0.6.1
logging: ^0.11.2
Expand Down

0 comments on commit 9448680

Please sign in to comment.