This repository was archived by the owner on May 20, 2023. It is now read-only.
v0.6.0: Update all components (#153)
- Update dependency to angular: ^4.0.0.
- App Layout: Fix margins for header icons/links.
- Material Button: Refactor raised styling so it can be used in a mixin.
- Material Input: Add support for material dark theme.
- Material Popup:
- Constrain popups to the viewport if both
enforceSpaceConstraintsand
overlayRepositionLoopare enabled. - Create the material-popup view synchronously.
- Remove
animationCompleteevent.
- Constrain popups to the viewport if both
- Add missing
MaterialIconComponent,MaterialPersistentDrawerDirective,
MaterialTemporaryDrawerDirective, andMaterialSelectSearchboxComponentto
materialDirectives. - Change DisplayNameDirective to a functional directive.
- Additional styling cleanup to support
ng-deep. - Reduce visibility of common directives/components for smaller code size and
better performance. - Refactor Angular annotations to inline versions.
- Update documentation.