Skip to content

v0.20.0

Choose a tag to compare

@e111077 e111077 released this 03 Dec 22:29

Changed

  • ripple_directive
    • Remove in favor of mwc-ripple

Added

  • button
    • Insertion point for an elevation overlay
    • --mdc-button-raised-box-shadow-hover

Fixed

  • textfield
    • inconsistencies of autovalidation when it's turned off.
  • Tapping on tappable components no longer triggers tap highlight
  • checkbox
    • Changed display to inline-flex to fix layout issues

Changed

  • textfield

    • autoValidate now validates on value change rather than input
  • ripple

    • Renamed custom property --m-ripple-z-index => --mdc-ripple-z-index.
  • list

    • List items removal from DOM initiates an async layout in the managing list
    • Added itemsReady promise to the list's updateComplete
  • tab

    • Calling activate() before first render does not throw an error.