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

v0.9.0-beta+3

Compare
Choose a tag to compare
@nshahan nshahan released this 04 Aug 21:37
· 737 commits to master since this release

Breaking Changes

  • Remove is SelectableWithComposition.

Component Updates

Material Datepicker

  • Allow scoped overrides of themed values.
  • Update material-calendar-theme mixin to use the range highlight.

Material Dialog

  • Fix bug with full screen dialogs.

Material Input

  • Remove element used for resizing if the textarea does not need to be resized.
  • Added an aria-labelledby attribute.
  • Add mixin to adjust padding for multi-line inputs.

Material Expansionpanel

  • Do not change background color on focus or hover when disabled.

Material Ripple

  • Allow the ripple to be created programmatically.

Material Spinner

  • Add mixin to adjust the stroke width.

Material Time Picker

  • Fix bug where selectedTime is not reset when the time is set
    programmatically.

Other Updates

Miscellaneous

  • Make DomService run callbacks in the correct zone.
  • Fix bug in DomTreeIterator.moveNext() where it was using equality instead of
    assignment.
  • EntityFormatters now implement the regular Formatters.