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

Releases: trimox/angular-mdc-web

v0.35.7

24 May 00:47
Compare
Choose a tag to compare

Features

Minor changes:
https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md

v0.35.6 - ES5 + IE11 support fixed

18 May 23:37
Compare
Choose a tag to compare

Bug Fixes

  • package: Should transpile material-components-web (#990) (68d55a5), closes #988

v0.35.5 + Angular 6

18 May 02:20
Compare
Choose a tag to compare

Bug Fixes

  • app-bar: Should remove mdc-top-app-bar--short-has-action-item (#973) (5875ab5), closes #972
  • form-field: Should interact with control label (#987) (73c026a), closes #986
  • select: Should float label for selected html option (#979) (ccb0133), closes #976 #963

Features

BREAKING CHANGE: Angular v6.0 is required going forward.

v0.35.3

11 May 11:55
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • shape: Removed mdc-shape-container-corner, please update your code accordingly to use mdcShapeContainerCorner.

v0.35.2

08 May 11:54
Compare
Choose a tag to compare

Bug Fixes

  • card: Remove unneeded display: inline-flex (#950) (550e360)

Features

v0.35.1

05 May 13:41
Compare
Choose a tag to compare

Bug Fixes

  • app-bar: Should remove short-collapsed class (#946) (2f06042)

Features

v0.35.0

05 May 05:45
0cbb14c
Compare
Choose a tag to compare

Bug Fixes

  • demo-app: Overflow scroll for demo-content__drawer (#905) (3e4001e)
  • select: Should clear value on empty option selected (#926) (5d6a41c), closes #923
  • text-field: Should clear ngModel when empty (#940) (ea18f49), closes #939
  • toolbar: Should remove margin-top on destroy (#934) (1e6253d), closes #933

Features

BREAKING CHANGES

  • typography: All legacy typography directives will continue to work for the near future.
  • card: Renamed stroked property to outlined
  • button: Property stroked renamed to outlined
  • Sass mixin mdc-button-stroked-width renamed to mdc-button-outline-width
  • Sass mixin mdc-button-stroked-color renamed to mdc-button-outline-color
  • dialog: Removes layoutFooterRipples() as per material-components-web v0.35.0
  • linear-progress: Removed indeterminate property, please update your code accordingly.

v0.34.5

22 Apr 01:30
0de8bb9
Compare
Choose a tag to compare

Bug Fixes

Features

v0.34.4

20 Apr 00:47
c6d3ebd
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • radio: Update mdc-radio change event listener to use MdcRadioChange class.
  • card: Renamed [rectangle] to [wide]. Please update your code accordingly.
  • slider: Update mdc-slider (change) and (input) listeners to use class MdcSliderChange.

mdc-menu - View all mdc-menu changes

  • Update your code to use MdcMenuChange class for select event listener.
  • Update your code to bind an element to [anchor] property. Please refer to documentation.
  • Removed @input() direction
  • Removed isFocused(): boolean method
  • Removed getFocusedItemIndex(): number method
  • Removed hasAnchor(): boolean method
  • Removed isRtl(): boolean method

v0.34.3

14 Apr 22:13
838b570
Compare
Choose a tag to compare

Features

  • checkbox: Add public methods + improvements (#866) (a2096a9)
  • switch: New UX state methods + improvements (#868) (405b367)
  • text-field: Add public methods for UX states (#867) (fc77f64)

BREAKING CHANGES

  • switch: Update (change) event listener to match MdcSwitchChange class.
  • checkbox: Update (change) event listener to match MdcCheckboxChange class.