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

Commit 3ef0f20

Browse files
committed
Update CHANGELOG
PiperOrigin-RevId: 205327000
1 parent 35fe9b8 commit 3ef0f20

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@ users in the Dart package ecosystem.
1919

2020
### Component Updates
2121

22+
#### Material Button
23+
* Update elevation on buttons that have focus.
24+
2225
#### Material Date Range Picker
2326
* Add the 'popupClass' attribute to allow styling the popup.
2427

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

31+
#### Material Icon
32+
* Add mixin for font weight.
33+
2834
#### Material Input
2935
* Return `null` when input is `"NaN"` or `null`.
3036

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

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

0 commit comments

Comments
 (0)