This repository has been archived by the owner on May 20, 2023. It is now read-only.
Update for angular alpha version compatibility
- Update dependencies to alpha versions.
- angular: 5.0.0-alpha
- angular_forms: 1.0.1-alpha
- Application Layout: Provide list-item changes as a mixin to be used in
components that wrap drawer contents. - Material Auto Suggest Input: Protect against method being called after it is
destroyed. - Material Button:
- Update hover, focus, and disabled styles to be inline with Material Spec.
- Update mixin names and fix to prevent styles leaking outside of the
component.
- Material Checkbox:
- Implement onTouched logic.
- Fix disabled state to match Material Spec which is a light grey not a
certain opacity of the checkbox.
- Material Dialog:
- Remove
preserveWhitespace: false
.
- Remove
- Material Expansionpanel:
- Smooth appearance/disappearance of expansion panel contents.
- Add mixin to allow change the panel name min width.
- Remove
preserveWhitespace: false
.
- Material Input: Fix unexpected
)
in selector for
MaterialInputDefaultValueAccessor
. - Material Popup:
- Listen to DomService.trackLayoutChange streams for overlayRepositionLoop
popups.
- Listen to DomService.trackLayoutChange streams for overlayRepositionLoop
- Material Progress: Fall back to the non-optimized animation if the width is 0
after view init. - Material Select:
- Add
showButtonBorder
input to Material Dropdown Select component. - Cleanup unused styles.
- Add
- Material Tabs: Increase space between labels.
- Material Tooltip: Fix material-paper-tooltip content that are change detected
and using deferred content by having the visible property be set in an async
manner so that the value isn't added in the middle of a change detection
loop. - Material Tree: Clear filter inside the popup when MaterialTreeDropdown
closes. - Material Yes/No Buttons: Update material-yes-no-buttons mixins to use CSS
shimming. - Scorecard: Add a tooltip field.
- Use generic type for table selection model
SelectableGetter
. - Add color contrast ratio utility.
- Remove deprecated box-sizing styles.
- Deprecate
ManagedZone
and replace withNgZone
. - Remove unnecessary uses of
::ng-deep
. - Add
visibility: Visibility.none
to most components for reduced code size. - Update documentation.