This repository has been archived by the owner on May 20, 2023. It is now read-only.
v0.7.0: Update all components
- Material Button: Add raised mixin so that buttons can be made to be raised
without using the attribute. - Material Expansionpanel: Add header minimum height mixin.
- Material Input: Add support for custom number formatters.
- Material Popup:
- Remove
PopupEvent
and reduce asynchrony. - Update PopupSizeProvider max-width/height once the popup has been
positioned. - Remove unused
contenWidth
andcontentHeight
.
- Remove
- Material Radio: Avoid selecting null when the new selected value is not found
in the options. - Material Tab:
- Fix logic for the active tab when tabs themselves are changed. Before logic
was activating/deactivating based on index, but when tabs change the index
has probably changed. - Make mixin to allow text wrapping.
- Fix logic for the active tab when tabs themselves are changed. Before logic
- Material Tree:
- Fix bug where state of material tree option cannot be changed by selection
model. - Fix bug where tree_dropdown_select did not auto open correctly using focus.
- Fix bug where state of material tree option cannot be changed by selection
- Scorecard: Update colors to match material spec.
- Deprecate obsolete box-sizing style mixin.
- Add link color styles and mixin.
- Add typography style mixins.
- Set preserveWhitespace: true in preparation for angular flipping the default
to false. - Make functional directive name lowercase to conform with Dart style guide.
- Replaces deprecated inputs and outputs with inline annotations.
- Update visibility for provider resolution fix.
- Update documentation.