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

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 205327000
  • Loading branch information
nshahan committed Jul 20, 2018
1 parent 35fe9b8 commit 3ef0f20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ users in the Dart package ecosystem.

### Component Updates

#### Material Button
* Update elevation on buttons that have focus.

#### Material Date Range Picker
* Add the 'popupClass' attribute to allow styling the popup.

#### Material Dropdown Select
* Add back `keyboardOnlyFocusIndicator` to dropdown items.

#### Material Icon
* Add mixin for font weight.

#### Material Input
* Return `null` when input is `"NaN"` or `null`.

Expand All @@ -50,6 +56,10 @@ users in the Dart package ecosystem.

### Other Updates
#### Miscellaneous
* Add attribute on `PopupSourceDirective` to decide whether to set the popup
related aria attributes.
* Scope the `Focusable` item for `AutoFocusDirective` so that any node in the
hierarchy isn't mistakenly focused.
* Modify `TextHighlighter` to return separate results for adjacent matches,
rather than concatenating them into a single result.
* Migrate to using event tearoffs.
Expand Down

0 comments on commit 3ef0f20

Please sign in to comment.