This repository was archived by the owner on May 20, 2023. It is now read-only.
v0.9.2
Component Updates
Material Auto Suggest Input
- Implement
HasDisabled. - Allow
selectioninput to take selected value for single selection in
addition toSelectionModel. - Expose
selectionoutput to emit selected value(s) on selection changes. - Add
shouldClearSelectionOnInputinput.
Material Button
- Remove unused
hover-colorargument from button color Sass mixins.
Material Datepicker
- Add Sass mixins for rendering the range title to the left of the dropdown
component and for removing some padding to save vertical space. - Harden
DatepickerComparison.comparesTo()against nulls.
Material Expansion Panel
- Add transition to save/cancel collapse.
- Add Sass mixin for custom
box-shadow.
Material Input
- Add Sass mixin to set the bottom section margins.
- Allow
MaterialPercentInputDirectiveto followNumberFormatspecification
for percent. - Allow
selectionOptionsinput to accept aListin addition to
SelectionOptions.
Material Menu
- Remove Sass mixin
material-fab-menu-icon-size.
Material Tooltip
- Change the ink tooltip stay open if the mouse is currently in it's bounds.
Material Tree
- Allows dropdown component to accept custom popup positions.
- Fix off-center alignment issue between radio button and text in
MaterialTreeGroupFlatRadioComponent.
Scorecard
- Expose
ScorecardBarDirectiveso it can be resued by other card bar
implementations.
Miscellaneous
- Improvements to
StickyControllerfor the single-stickyKey case: Add
enableSmoothPushingsetting, and partially support stickyKey'd elements of
differing heights. - Replace all deprecated Material typography variables/mixins with their
canonical versions, and inline mixins with no replacement. - Fix
unawaited_futureslint warnings by adding missingawaits.
Documentation
- Add new readme for Material Auto-suggest Input.
- Minor docs fixes.