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

v0.9.0-alpha+9

Choose a tag to compare

@nshahan nshahan released this 30 Mar 00:43
· 1120 commits to master since this release
  • Remove visibility.all from @component annotations. This is potentially
    BREAKING.
  • Button Decorator: Allow role to be customized.
  • Material Button: Remove override of min-width for yes-no-buttons as it is
    now the right value in material-button.
  • Material Date Picker: Improved keyboard handling.
  • Material Date Time Picker: Update so that it sets time to default value if
    date is picked but time is not picked.
  • Material Menu:
    • Match the color of the group header label to item.
    • Add mixin to show the same font for group label.
  • Material Expansion Panel: Add mixin for additional padding.
  • Material Input: Add an aria-label that can override the label.
  • Material Select:
    • Add proper aria attributes to make material-dropdown-select screen reader
      accessible.
    • Add mixin to set disabled color.
  • Material Time Picker: Fix one hour difference after daylight saving.
  • Selection Model:
    • Add empty, single, and multi constructors.
    • Add ignoreDeselect option to SelectionModel.single and deprecate
      RadioGroupSingleSelectionModel.
  • Add a parameter to fail loudly when TimeZoneAwareClock is used before it's
    initialized, to prevent incorrect return values from being ignored.
  • Migrate from ElementRef to Element or HtmlElement.
  • Fix Dart2 runtime cast failures.
  • Update documentation.