This repository has been archived by the owner on May 20, 2023. It is now read-only.
v0.9.0-beta+3
Breaking Changes
- Remove
is SelectableWithComposition
.
Component Updates
Material Datepicker
- Allow scoped overrides of themed values.
- Update
material-calendar-theme
mixin to use therange
highlight.
Material Dialog
- Fix bug with full screen dialogs.
Material Input
- Remove element used for resizing if the textarea does not need to be resized.
- Added an
aria-labelledby
attribute. - Add mixin to adjust padding for multi-line inputs.
Material Expansionpanel
- Do not change background color on focus or hover when disabled.
Material Ripple
- Allow the ripple to be created programmatically.
Material Spinner
- Add mixin to adjust the stroke width.
Material Time Picker
- Fix bug where
selectedTime
is not reset when the time is set
programmatically.
Other Updates
Miscellaneous
- Make
DomService
run callbacks in the correct zone. - Fix bug in
DomTreeIterator.moveNext()
where it was using equality instead of
assignment. - EntityFormatters now implement the regular Formatters.