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

v0.3.0

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

Bug Fixes

  • dialog: Set initialFocus to Dialog node, if [accept] is false (#92) (1086817)

Features

  • button: Add unelevated property to button (#106) (22d74ab), closes #101
  • card: Add [mdc-card-button] + refactoring (#90) (3c6ccc1)
  • dialog: Add [focused] property to Dialog Button (#100) (0ac5394), closes #96
  • dialog: Add MDC v0.18's layoutFooterRipples() adapter method (#91) (c3c024e)
  • package: Update MDC dependency to v0.19.0 (#104) (d97fda4)
  • ripple: Expose foundation's layout() as public method (0205483)
  • textfield: Implement MDC Textarea Component (#98) (e3f1eff), closes #95
  • textfield: Improvements + new features! (#99) (f01339c), closes #97

BREAKING CHANGES

  • textfield: Multiline textarea was refactored out as the new MDC Textarea component. Please update your code accordingly.
    Example: <mdc-textarea label="Comments" rows="8" cols="40" [multiline]="true"></mdc-textarea>
  • dialog: Removed [mdc-dialog-button-accept] and [mdc-dialog-button-cancel] directives.
    Please update your code to use [mdc-dialog-button].
  • card: Property [cardAction] of mdc-button was removed, you'll need to use
    mdc-card-button. Please update your code accordingly.
  • card: [darkTheme] property was removed from Card. Use [mdc-theme-dark] instead.