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

Commit 7fdc583

Browse files
committed
Update CHANGELOG with recent changes.
PiperOrigin-RevId: 189629604
1 parent ae9798d commit 7fdc583

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@
55
> API, not code quality (5.0.0-alpha+8 is used in production Google apps).
66
77
* Add Material Datepicker components.
8+
* Add ShowHideDirective and GlobalEscapeDirective.
9+
* Material Button: Update highlight styling.
10+
* Material Chips: Allow overriding left-icon-color.
11+
* Material Expansionpanel:
12+
* Allow icon to be hidden and allow additional buttons in the header.
13+
* Increase mixin specificity.
14+
* Material Input:
15+
* Add mixin for hiding underline.
16+
* Add mixins for trailing text color and padding.
17+
* Material Menu:
18+
* Implement `Focusable`.
19+
* Add a flag to `MenuItemGroup` to explicitly specify a separator.
20+
* Material Popup: Simplify positioning algorithm.
21+
* Material Select:
22+
* Add mixin to allow for error text margin.
23+
* Refactor `constructEncapsulatedCss` to utils.
24+
* Material Tab: Make `text-wrap` mixin more generic.
25+
* Material Tree: Add a 'shouldExpandAllWhenFiltered' input.
26+
* Material Toggle: Fix aria-pressed state.
27+
* Material Tooltip:
28+
* Allow paper tooltip CSS to be customizable.
29+
* Allow `'error_outline'` as a valid icon.
30+
* Prevent paper tooltips from overflowing on small screens.
31+
* Scorecard: Add stacking context.
32+
* Delete deprecated `LazyEventEmitter`.
33+
* Migrate uses of `ElementRef` to `Element` or `HtmlElement`.
34+
* Cleanup type warnings and other Dart 2 fixes.
35+
* Update documentation.
836

937
## 0.9.0-alpha+7
1038

0 commit comments

Comments
 (0)