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

Releases: trimox/angular-mdc-web

v1.0.0

12 Apr 21:25
Compare
Choose a tag to compare

Bug Fixes

  • demos: Scroll behavior for standard top-app-bar (#1827) (eb9e8f5), closes #1826
  • radio: Should set default checked with multiple groups (#1857) (fa89c0e), closes #1834
  • select: Enhanced variant exception using FormControl (#1856) (3a9f95c), closes #1852
  • text-field: Move init to AfterContentInit for transcluded content (#1830) (c18afcd), closes #1828

Features

material-components-web improvements

v0.44.0

22 Feb 11:52
Compare
Choose a tag to compare

Bug Fixes

Features

Build

  • Include .map sourcemap files in npm release
  • Enable all strict type checking

BREAKING CHANGES

  • As per #1154. Delete deprecated Grid List component.

v0.43.7

29 Jan 03:49
Compare
Choose a tag to compare

Bug Fixes

v0.43.6

27 Jan 14:23
Compare
Choose a tag to compare

v0.43.5

24 Jan 04:59
Compare
Choose a tag to compare

Bug Fixes

v0.43.4

21 Jan 22:06
Compare
Choose a tag to compare

Bug Fixes

  • select: Should not trigger ng-dirty on initialize (#1755) (9038146), closes #1739
  • text-field: Prevent reset of validity style during change check (#1743) (9fcb7ac), closes #1740
  • top-app-bar: Move scroll event to component (#1750) (38a2df9), closes #1753

Features

v0.43.3

16 Jan 12:49
Compare
Choose a tag to compare

Bug Fixes

Features

v0.43.2

14 Jan 04:25
Compare
Choose a tag to compare

Bug Fixes

Features

MdcSwitch

  • Adds toggle()
  • Adds @Input() required: boolean
  • Adds aria-label
  • Adds aria-labelledby
  • Fixes issues using with forms

v0.43.1

12 Jan 21:18
Compare
Choose a tag to compare

Bug Fixes

Features

New for MdcSelect

  • Adds reset(): void

New for MdcList

  • Adds @Input() disableRipple: boolean
  • Adds setSelectedValue(value: any): void
  • Adds getSelectedItem(): MdcListItem | undefined
  • Adds getListItemByValue(value: any): MdcListItem | undefined
  • Adds getListItemByIndex(index: number): MdcListItem | undefined
  • Adds getListItemIndexByValue(value: any): number
  • Adds reset(): void

v0.43.0

10 Jan 23:07
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • snackbar: Snackbar API changed to match the latest design guidelines. See the Snackbar documentation for more information.
  • text-field: Please update your event code accordingly.
    (change) - Emitted when an alteration to the element's value is committed.
    (input) - Emitted synchronously when the value has been altered.