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

v0.2.9

Compare
Choose a tag to compare
@trimox trimox released this 18 Aug 11:26
· 1412 commits to master since this release

Bug Fixes

  • menu: Fix select event to emit selected item's DOM element (#80) (74fb5ec), closes #79
  • fix npm copy-types command (#82) (28d2600)

Features

  • dialog: Add clickOutsideToClose + mdc-dialog-button (#84) (7d5f7a7)

BREAKING CHANGES

  • dialog: Depreciated mdc-dialog-button-accept and mdc-dialog-button-cancel.
    Use new [mdc-dialog-button] with [accept] and [cancel] properties instead.

    <button mdc-dialog-button [cancel]="true">Cancel
    <button mdc-dialog-button [accept]="true">Discard