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.34.2

13 Apr 02:37
3581d17
Compare
Choose a tag to compare

Bug Fixes

  • app-bar: Should remove short-collapsed class (#852) (1743f01)
  • checkbox: Set ripple interaction to native input (#853) (d748635)
  • checkbox: Should use stopPropagation for click event (#854) (ad6b2b1)
  • dialog: Remove unused declarations (#862) (e7353cf)
  • text-field: Errors for Outlined init (#849) (9baabfa)
  • text-field: Set display property for mdc-text-field-helper-text (#851) (4d48108)
  • text-field: Should reset ngModel and FormControl values (#861) (f31df0e), closes #848

Features

BREAKING CHANGES

  • Removed toggle(), select() and deselect() methods from mdc-list-item. Please update your code to use setSelected(selected: boolean).

v0.34.1

09 Apr 02:28
aca8fa2
Compare
Choose a tag to compare

Bug Fixes

  • chips: Casing for isLeadingIconVisibile method (#844) (ee622e9)
  • line-ripple: Rename adapter method setAttr to setStyle (#835) (e46730e)
  • select: Use templateRef for options (#845) (aca8fa2)
  • text-field: Should display notched outline (#827) (6f5d6b6)

Features

  • Update to material-components-web v0.34.1 (#841) (4c239b8)
  • app-bar: Add dense property (#831) (3d86e1c)
  • app-bar: Rename collapsed to shortCollapsed (#832) (d4f6ad5)
  • notched-outline: Add MDC Foundation methods (#836) (8b87e14)
  • select: Replace menu with native html select (#834) (61a3171)

BREAKING CHANGES

  • app-bar: Renamed [collapsed] to [shortCollapsed]. Please update your code accordingly.
  • select: - The template and adapter APIs have changed to take advantage of the native select element; see the MDC Select README for more information.
  • select: - Removed mdc-select-item component. Replace with HTML5's native option element.

v0.33.0

01 Apr 20:22
16a9f30
Compare
Choose a tag to compare

Bug Fixes

  • text-field: Add return type for setValidation (#814) (299e9aa)
  • text-field: Apply ripple when text-field is box (#802) (6dccd59)
  • text-field: Clicking icon should not cause ripple (#822) (840dd8d)
  • text-field: Clicking mdc-floating-label should focus textfield (#821) (13f9fa0)

Features

  • app-bar: Add prominent property (#805) (8112fbe), closes #789
  • chips: Replace leading icon with checkmark in selected filter chips (#810) (0f47eba), closes #790
  • grid-list: Implement MDC Grid List (#813) (a0c8d52), closes #772
  • icon: Add clickable property (#818) (00fc5df), closes #792 #593
  • notched-outline: Implement MDC Notched Outline (#806) (601c8a6)
  • radio: Make Radio button MDC Foundation methods public (#812) (120acb9)
  • ripple: Add mdcRipple directive + attachTo property (#809) (f60a7d8), closes #808
  • typography: Remove mdc-typography-adjust-margin directive (#816) (3fe0b39), closes #815
  • Updated to material-components-web v0.33.0

BREAKING CHANGES

  • typography: Removed the mdc-typography-adjust-margin feature. Please update your code
    accordingly.

v0.32.1

21 Mar 09:35
a614dec
Compare
Choose a tag to compare

Bug Fixes

  • tabs: Ink color for hover state (#797) (395bf62)
  • tabs: Set active tab from mdcRouter (#791) (cec662f)
  • text-field: Numeric value returned by ControlValueAccessor (#794) (6895446), closes #773
  • text-field: Value undefined for floating label (#795) (07b7120)

Features

Performance Improvements

  • demo: Improve Sass processing time (#780) (b0ec2f3)
  • drawer: Use passive event listener for interactions (#787) (d5f4cbd)

BREAKING CHANGES

  • text-field: - mdc-text-field-box directive is deprecated and no longer supported. Please update your code accordingly. Example: <mdc-text-field [box]="true"></mdc-text-field>

v0.32.0

16 Mar 00:48
187a219
Compare
Choose a tag to compare

Bug Fixes

  • chips: Set enabled chip tabindex to 0 (#747) (2dcd1ee)
  • select: Fix prefilled select set as dirty (#734) (32b24fa), closes #733
  • tabs: Add/remove tabs asynchronously (#771) (bdb9986)
  • tabs: Wrong color on inactive and disabled tabs (#767) (cfd79d9)
  • text-field: Disable validation check in setRequired (#748) (f052c86)
  • text-field: Make Outline use OnInit and OnDestroy (#749) (f2bd30a)

Features

  • app-bar: Add fixedAdjustElement property (#763) (b8ab99a)
  • app-bar: Implement MDC App Bar (#757) (e2d4a59), closes #724
  • button: Remove compact property (#759) (fc83408)
  • chips: Add chip subscriptions interaction handling (#774) (4c7a56f)
  • chips: Add choice property to mdc-chip-set (#744) (e4b11fb), closes #743
  • chips: Add filter property to mdc-chip-set (#745) (1200ae6), closes #725
  • chips: Emit selectionChangeEvent on chip toggle (#756) (fa82cf3)
  • chips: New MDCChipAdapter methods for handling trailing icons (#750) (73542e0)
  • Update material-components-web to v0.32 (#738) (ec148e8)
  • floating-label: Implement MDC Floating Label (#742) (5cb8127), closes #741
  • tabs: Add [mdcRouter] for [@angular](https://github.com/angular)/router support (#770) (a5e30c8), closes #735
  • tabs: Improvements + fixes (#732) (009057d), closes #720 #729 #730
  • tabs: Re-add active property to mdc-tab (#768) (c3abbbc)
  • text-field: Use mdc-floating-label (#746) (582620e)

BREAKING CHANGES

  • button: The compact variant of MDC Button is removed.

Tabs

  • Removed select event from mdc-tab.
  • Removed change event from mdc-tab-bar. Please update your code to use selectedTabChange: EventEmitter<MdcTabChangeEvent>.
  • Moved disableRipple: boolean to mdc-tab-bar
  • Moved primary and secondary to mdc-tab-bar

v0.31.1

28 Feb 01:50
6ea9f92
Compare
Choose a tag to compare

Features

  • Transpile material-components-web + IE11 support (#719) (3fc92c2), closes #708

v0.31.0

22 Feb 01:24
737f5f6
Compare
Choose a tag to compare

Bug Fixes

  • dialog: Remove uneeded MdcButtonModule import (#677) (e2f3907)
  • icon: Handle values with extra spaces (#683) (4938f07)
  • icon-toggle: Fix primary/secondary class on icon element (#660) (456d250)
  • icon-toggle: Listen for keydown events + fix ripple (#667) (6ab3a8e)
  • list: Prevent multiple activated items on option change (#668) (8f32136), closes #637
  • menu: Close when list-item on page clicked (#628) (ec9c0c7), closes #621
  • select: Call change event for formGroup and formControl values (#641) (67d05ba), closes #640
  • select: Check if ngControl valueAccessor exists (#685) (ee2f566)
  • select: Style floating label on propagation of changes (#703) (25be844)
  • Compilation errors found with fullTemplateTypeCheck (#680) (54b7948)
  • tabs: Clicking tab with *ngFor results in ExpressionChangedAfterItHasBeenCheckedError (b9b5851), closes #664
  • text-field: Import MdcLineRippleModule (#676) (70f5e9b)
  • text-field: Set _focused inside onFocus() (#654) (f759410)
  • text-field: Set disabled state with formControl (#690) (31c0138), closes #636
  • toolbar: Fix mobile flexible toolbar title alignment (#695) (fe933be)
  • toolbar: Line height on flexible toolbar title (#655) (db8f348)
  • toolbar: z-index of mdc-menu positioned over mdc-tab (#656) (df405d9), closes #638

Features

Read more

v0.7.5

06 Feb 01:26
fccd90d
Compare
Choose a tag to compare

Bug Fixes

  • toolbar: Alignment for mdc-toolbar-title if flexible toolbar (#611) (7f48474)
  • toolbar: Instantiate MDCToolbarFoundation before lifecycles (#612) (fccd90d)

v0.7.4

05 Feb 12:42
9b172ee
Compare
Choose a tag to compare

Bug Fixes

  • drawer: Change fixedAdjustElement type (#606) (9e0f100)
  • select: Menu flickers before disappearing (#599) (ac5d438), closes #509
  • text-field: Fix error if disabled prior to foundation init (#589) (25bf71f), closes #588

Features

  • drawer: Add exportAs declarations (#608) (0dbea96)
  • drawer: Remove mdc-elevation(1) on fixed drawer (#601) (c39881c)
  • drawer: Use ChangeDetectionStrategy.OnPush (#607) (59365d9)
  • select: Add selectionChange event (#600) (f4990ac), closes #591
  • toolbar: Add exportAs declarations (#605) (c932ea6)
  • toolbar: ChangeDetection OnPush + fixedAdjustElement improvements (#603) (749d173)
  • toolbar: Use passive event listener on scroll (#604) (0771432)

v0.7.3

30 Jan 04:02
f278777
Compare
Choose a tag to compare

Features

  • drawer: Add [primary] on mdc-drawer-header-content (#583) (500021f)