This repository was archived by the owner on May 20, 2023. It is now read-only.
Update all components and bump dep to angular: 5.0.0-alpha+6
·
1263 commits
to master
since this release
- App Layout: Add mixin for permanent/persistent drawers and fix mixin for
temporary drawers. - Material Auto Suggest Input: Add aria label to close button.
- Material Button: Update min-width to new spec.
- Material Checkbox: Remove negative top margin.
- Material Dialog: Add support for
<h1>element in title. - Material Icon: Flip half_star icon when in RTL.
- Material Input:
- Show character count when maxCount is null.
- Add attribute to set aria-label when a visible label is not desired.
- Material Menu:
- Allow expanding on group title clicks.
- Add a style variation to menu group to allow emphasizing the first group.
- Material Popup: Disable constrain-to-viewport in dropdowns via a new,
separate@Input. - Material Ripple: Update animation to match new spec.
- Material Select: Add a
FactoryRendererinput. - Material Tree:
- Adds an option to select parent nodes in a single selection model tree.
- Bugfix for auto selection all siblings due to an error being thrown which
stops event.stopPropagation from firing.
- Remove position: -webkit-sticky support.
- Update type of materialProviders so it can be used when bootstrapping.
- Migrate from
hostto@HostListenerand@HostBinding. - Create a new API for caching item renderers.
- Cleanup type warnings and other Dart 2 fixes.