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

v0.38.1

13 Aug 12:11
Compare
Choose a tag to compare

Bug Fixes

  • chips: Add return value type to handleTrailingIconInteraction (#1189) (c2b16ed)
  • chips: Fix event interactions and selections + improvements (#1196) (f0d812f), closes #1195
  • demos: Add alternate color example for mdc-switch (#1187) (cf038b1)
  • dialog: Coerce accept, cancel and action props to boolean (#1192) (9448a5e)
  • slider: Null check before calling destroy (#1191) (ca40ad6), closes #1190

Features

  • ripple: Remove usage of EventRegistry (#1194) (18b00bc)
  • snackbar: Use ChangeDetectionStrategy.OnPush + refactoring (#1199) (d5bc071)

v0.38.0

08 Aug 02:00
Compare
Choose a tag to compare

Bug Fixes

  • chips: Should use foundation handleChipRemoval method (#1185) (c930820)
  • list: Coerce border and dense string values to boolean (#1163) (17bbdf3)
  • text-field: Coerce disabled, persistent and validation strings to boolean (#1182) (992031a)
  • text-field: Should set outline if value is coerced (#1161) (8467030)

Features

BREAKING CHANGES

  • toolbar: mdc-toolbar is deprecated and no longer bundled. You are encouraged to use the new mdc-app-bar package.
  • icon-toggle: mdc-icon-toggle is deprecated and no longer bundled. You are encouraged to use the new mdc-icon-button package.
  • tabs: mdc-tabs is deprecated and no longer bundled. You are encouraged to use the new mdc-tab / mdc-tab-bar / mdc-tab-scroller / mdc-tab-indicator package(s) by importing MdcTabBarModule. Please see documentation for implementation.
  • select: Removed setValue(value: any), please use setSelectionByValue(value: any) instead.
  • Added source argument for selectionChange(source: MdcSelect, index: number, value: string)

v0.37.3

26 Jul 10:27
Compare
Choose a tag to compare

Bug Fixes

Features

  • button: Coerce data-bound string values to boolean (#1129) (88308f4)
  • All packages: Coerce data-bound string values to boolean (#1130) (c1c2383)
  • list: Add selection variant (#1153) (94e5e96), closes #1138
  • list: Add property secondaryText for mdc-list-item-text (#1128) (c660fed), closes #1127

BREAKING CHANGES:

  • Added selection: boolean property to mdc-list; enables whether or not the list items are selectable. Default is false.

v0.37.2

18 Jul 00:41
Compare
Choose a tag to compare

Bug Fixes

Features

v0.37.1

11 Jul 12:02
Compare
Choose a tag to compare

Bug Fixes

Features

v0.37.0

09 Jul 10:59
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • elevation: Renamed [mdc-elevation] to [mdcElevation], please update your code accordingly.
  • dialog: - Add required directive mdc-dialog-surface as child to mdc-dialog. Please review the updated dialog documentation.
  • text-field: As per material spec updates, the default variant for Text Field is box.
  • list: - Removed deprecated selectors:
    • [mdc-list-divider] use mdcListDivider
    • [mdc-list-group-subheader], use mdcListGroupSubheader
    • [mdc-list-group], use mdcListGroup
    • [mdc-list-item-graphic], use mdcListItemGraphic
    • [mdc-list-item-meta], use mdcListItemMeta
    • [mdc-list-item-text], use mdcListItemText
    • [mdc-list-item-secondary], use mdcListItemSecondary

v0.36.3

20 Jun 22:09
Compare
Choose a tag to compare

Bug Fixes

Features

v0.36.2

15 Jun 01:18
Compare
Choose a tag to compare

Features

Text Field improvements

  • Should allow changing variants (e.g.: outline to box).
  • Add label[mdcFloatingLabel] selector
  • Add mdcLineRipple selector
  • Rewrote notched-outline component
  • Should not set type on mdc-textarea
  • Should set type on mdc-text-field, if not set
  • Remove Renderer2 usage
  • Fixed quite a few issues for mdc-text-field

v0.36.1

13 Jun 03:20
95d60f5
Compare
Choose a tag to compare
  • Fix transpiling error presented for IE11 browser

v0.36.0

12 Jun 03:21
Compare
Choose a tag to compare

Bug Fixes

  • app-bar: Should follow material spec (#1042) (6ebeb2c), closes #998
  • checkbox: Remove unneeded FormsModule import (#1034) (b395dc9)
  • checkbox: Should call ControlValueAccessor setDisabledState() (#1032) (3dbd7ac), closes #1030
  • checkbox: Should check vendor prefixes in registerAnimationEndHandler (#1033) (12f1a63)
  • ripple: Should not ripple for disabled inputs (#1036) (f493770), closes #1035
  • select: Should not autosize with empty placeholder (#997) (a41b524), closes #996
  • text-field: Make ValidationAttributeChangeHandler expect array of strings (#1013) (00038b2)

Features