This repository was archived by the owner on May 20, 2023. It is now read-only.
v0.9.0-alpha+8: Add Material Datepicker Components
·
1208 commits
to master
since this release
- Add ShowHideDirective and GlobalEscapeDirective.
- Material Button: Update highlight styling.
- Material Chips: Allow overriding left-icon-color.
- Material ExpansionPanel:
- Allow icon to be hidden and allow additional buttons in the header.
- Increase mixin specificity.
- Material Input:
- Add mixin for hiding underline.
- Add mixins for trailing text color and padding.
- Material Menu:
- Implement
Focusable. - Add a flag to
MenuItemGroupto explicitly specify a separator.
- Implement
- Material Popup: Simplify positioning algorithm.
- Material Select:
- Add mixin to allow for error text margin.
- Refactor
constructEncapsulatedCssto utils.
- Material Tab: Make
text-wrapmixin more generic. - Material Tree: Add a
shouldExpandAllWhenFilteredinput. - Material Toggle: Fix
aria-pressedstate. - Material Tooltip:
- Allow paper tooltip CSS to be customizable.
- Allow
'error_outline'as a valid icon. - Prevent paper tooltips from overflowing on small screens.
- Scorecard: Add stacking context.
- Delete deprecated
LazyEventEmitter. - Migrate uses of
ElementReftoElementorHtmlElement. - Cleanup type warnings and other Dart 2 fixes.
- Update documentation.