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

v0.40.0

Compare
Choose a tag to compare
@trimox trimox released this 01 Oct 12:29
· 505 commits to master since this release
65dda60

Bug Fixes

  • card: Remove erroneous directive config line (b69198d)
  • checkbox: Prevent bubbling for second event (#1385) (870d360)
  • chips: Use rxjs for event listening (#1358) (cbd01b8)
  • drawer: Fix focus-trap import and use factory (#1370) (6007f89), closes #1369
  • drawer: Run transitionend listener outside angular with filter (#1349) (79eb2fb)
  • select: Set transform origin for line ripple (#1386) (b1c5242)
  • tab-scroller: Should run outside angular, and filter on transitionend (#1346) (91c6956)
  • top-app-bar: Should destroy ripple (#1355) (aff2c87)

Features

Performance Improvements

BREAKING CHANGES

  • dialog: MDCDialog has been reimplemented to support more use cases, so APIs and the DOM structure have changed. See the updated documentation for more information.
  • MDC Shape package has been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution. Replaced all *-corner-radius component mixins with *-shape-radius mixins to integrate with Shape system.
  • linear-progress: Please reference updated documentation for implementation details.
  • card: MdcRipple is now automatically injected into mdc-card-primary-action, so just remove previous mdc-ripple directives applied manually.
  • card: Removed icons: boolean from mdc-card-actions. Please update your code to use mdc-card-action-icons.
  • card: Removed buttons: boolean from mdc-card-actions. Please update your code to use mdc-card-action-buttons.
  • fab: Position values renamed to bottomLeft and bottomRight.
  • drawer: Removed open() and close() methods. Please update your code to use open: boolean.
  • drawer: Removed isOpen() method. Please use open: boolean
  • text-field: Use directive mdcTextFieldIcon on an mdc-icon inside an mdc-text-field.
  • text-field: Renamed nativeValidation to useNativeValidation
  • text-field: Removed getValue() method, please update your code to use value.
  • text-field: Removed setValid() method, please update your code to use valid.
  • text-field: Removed focused property, this is now handled by the foundation.
  • text-field: Removed setHelperTextContent() property.
  • menu: Removed open() and close() methods. Please update your code to use open: boolean.