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

v0.34.1

Compare
Choose a tag to compare
@trimox trimox released this 09 Apr 02:28
· 902 commits to master since this release
aca8fa2

Bug Fixes

  • chips: Casing for isLeadingIconVisibile method (#844) (ee622e9)
  • line-ripple: Rename adapter method setAttr to setStyle (#835) (e46730e)
  • select: Use templateRef for options (#845) (aca8fa2)
  • text-field: Should display notched outline (#827) (6f5d6b6)

Features

  • Update to material-components-web v0.34.1 (#841) (4c239b8)
  • app-bar: Add dense property (#831) (3d86e1c)
  • app-bar: Rename collapsed to shortCollapsed (#832) (d4f6ad5)
  • notched-outline: Add MDC Foundation methods (#836) (8b87e14)
  • select: Replace menu with native html select (#834) (61a3171)

BREAKING CHANGES

  • app-bar: Renamed [collapsed] to [shortCollapsed]. Please update your code accordingly.
  • select: - The template and adapter APIs have changed to take advantage of the native select element; see the MDC Select README for more information.
  • select: - Removed mdc-select-item component. Replace with HTML5's native option element.