Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

v0.5.3: Add Material Tree component (#104)

Compare
Choose a tag to compare
@nshahan nshahan released this 07 Jul 20:19
· 1497 commits to master since this release
  • Add Material Tree component.
  • Material Dialog: Add shouldShowScrollStrokes option for displaying stroke lines when the content is scrollable.
  • Material Dropdown Select: Avoid checking isSelected with deselectLabel.
  • Material Input: UpperBoundsValidator, and LowerBoundsValidator now use Comparable instead of num.
  • Material Popup: Use the real viewport (aka window) size.
  • Scorecard: Add ng-content area for a description.
  • Adjust positioning algorithm to account for scrolling within elements.
  • Migrate use of LazyEventController to StreamController.