Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

v0.34.4

Compare
Choose a tag to compare
@trimox trimox released this 20 Apr 00:47
· 861 commits to master since this release
c6d3ebd

Bug Fixes

Features

BREAKING CHANGES

  • radio: Update mdc-radio change event listener to use MdcRadioChange class.
  • card: Renamed [rectangle] to [wide]. Please update your code accordingly.
  • slider: Update mdc-slider (change) and (input) listeners to use class MdcSliderChange.

mdc-menu - View all mdc-menu changes

  • Update your code to use MdcMenuChange class for select event listener.
  • Update your code to bind an element to [anchor] property. Please refer to documentation.
  • Removed @input() direction
  • Removed isFocused(): boolean method
  • Removed getFocusedItemIndex(): number method
  • Removed hasAnchor(): boolean method
  • Removed isRtl(): boolean method