This repository was archived by the owner on May 20, 2023. It is now read-only.
v0.9.0-alpha+9
·
1120 commits
to master
since this release
- Remove
visibility.allfrom @component annotations. This is potentially
BREAKING. - Button Decorator: Allow role to be customized.
- Material Button: Remove override of
min-widthforyes-no-buttonsas it is
now the right value in material-button. - Material Date Picker: Improved keyboard handling.
- Material Date Time Picker: Update so that it sets time to default value if
date is picked but time is not picked. - Material Menu:
- Match the color of the group header label to item.
- Add mixin to show the same font for group label.
- Material Expansion Panel: Add mixin for additional padding.
- Material Input: Add an aria-label that can override the label.
- Material Select:
- Add proper aria attributes to make
material-dropdown-selectscreen reader
accessible. - Add mixin to set disabled color.
- Add proper aria attributes to make
- Material Time Picker: Fix one hour difference after daylight saving.
- Selection Model:
- Add empty, single, and multi constructors.
- Add
ignoreDeselectoption toSelectionModel.singleand deprecate
RadioGroupSingleSelectionModel.
- Add a parameter to fail loudly when
TimeZoneAwareClockis used before it's
initialized, to prevent incorrect return values from being ignored. - Migrate from
ElementReftoElementorHtmlElement. - Fix Dart2 runtime cast failures.
- Update documentation.