This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Releases: trimox/angular-mdc-web
Releases · trimox/angular-mdc-web
v0.35.7
v0.35.6 - ES5 + IE11 support fixed
v0.35.5 + Angular 6
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
Features
- app-bar: Add camelCase selectors (#954) (b507c68)
- button: Add SVG icon support (#962) (37ddd1f), closes #000000 #879
- icon-toggle: New UX state methods + improvements (#961) (b6b3865)
- list: Add camelCase selectors (#955) (e19e369)
- shape: Bind mdcShapeContainerCorner to @input alias (#958) (b78f184), closes #957
BREAKING CHANGES
- shape: Removed
mdc-shape-container-corner
, please update your code accordingly to usemdcShapeContainerCorner
.
v0.35.2
v0.35.1
v0.35.0
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
- Upgrade to material-components-web v0.35.0 (#919) (f6602d7)
- app-bar: Add fixed property (#931) (ff62516), closes #912
- app-bar: Use Foundation API for scrolling (#942) (ae2f53f)
- button: Add outlined property (#928) (8bafbfa), closes #920
- card: Add outlined property (#930) (64d6a6b)
- chips: Add input chips (#938) (f899d07), closes #909
- chips: Add primary and secondary properties (#937) (97f82eb), closes #936
- demo-app: Getting Started guides + improvements (#914) (260d648)
- dialog: Remove layoutFooterRipples() (#927) (6be757a)
- linear-progress: Add determinate property (#917) (70bd1e3)
- shape: Implement MDC Shape (#935) (7ce01ab), closes #908
- typography: Update styles to match guidance (#932) (7a4f0ac), closes #911
BREAKING CHANGES
- typography: All legacy typography directives will continue to work for the near future.
- card: Renamed
stroked
property tooutlined
- button: Property
stroked
renamed tooutlined
- Sass mixin
mdc-button-stroked-width
renamed tomdc-button-outline-width
- Sass mixin
mdc-button-stroked-color
renamed tomdc-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
v0.34.4
Bug Fixes
- Set components internal nodes to block (#871) (d78af8c)
- switch: Add role="switch" to input (#875) (1034500)
- text-field: Add role="button" to icon (#874) (dde07ef)
Features
- app-bar: Add additional selectors (#882) (6f7b96d)
- button: New UX state methods (#878) (886fb53)
- cards: New UX state methods + [wide] property (#877) (35e061e)
- chips: New UX state methods (#883) (4753e48)
- menu: New UX state methods + improvements (#876) (ccb3d6a)
- radio: Enhance ngForm and FormControl usage (#870) (5f00df4)
- slider: New UX state methods + improvements (#885) (62bf4f4), closes #881
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
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 matchMdcSwitchChange
class. - checkbox: Update
(change)
event listener to matchMdcCheckboxChange
class.