This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Releases: trimox/angular-mdc-web
Releases · trimox/angular-mdc-web
v0.42.6
v0.42.5
v0.42.4
v0.42.3
Bug Fixes
v0.42.2
v0.42.1
Bug Fixes
- demos: Drawer navigation on keypress (#1618) (8d161be)
- form-field: Remove experimental gap mixin (#1601) (4e69e55)
- helper-text: Support deprecated exports and selectors (#1625) (09daf9f)
- icon: Support query params when prefixing (#1597) (197cfa4)
- tab: Deduplicate synthetic ripple event on touch devices (#1615) (1fcb59f)
- text-field: Prevent synthetic event on touch devices (#1613) (b158a7c)
- Use 'ngx' prefix naming for extended Sass (#1598) (7e61941)
Features
- Upgrade to material-components-web v0.42.1 (#1624) (b8cfff7), closes #1622
- select: Add enhanced variant (#1612) (d354bf2), closes #1593 #1592 #1402 #1611 #1610 #1609 #1603 #1616
- Add mdc-helper-text (#1596) (c706980), closes #1595
BREAKING CHANGES
mdcTextFieldHelperText
andmdcSelectHelperText
are deprecated and are to be removed in the near future. Please update your code to usemdcHelperText
ormdc-helper-text
selectors.
v0.42.0
Bug Fixes
- checkbox: Move property hooks for SSR support (#1585) (fc13f80), closes #1421
- demos: Start script failure (#1574) (ebbc593)
- text-field: Foundation should show/hide aria-hidden (#1580) (f4a7539)
- text-field: Should apply fullwidth modifier (#1582) (467e7d6)
Features
- demos: Improvements and move to CLI (#1588) (479b608), closes #1158
- form-field: Add error state change detection (#1573) (bb7ed57), closes #1323 #1549
- form-field: Add fluid property (#1584) (9a4b5d9), closes #1575
- list: Add new adapter methods for accessibility (#1586) (f2dba6c)
- menu: Add wrapFocus property (#1583) (95373c4)
- notched-outline: Change notched outline to use 3 divs (#1581) (0614eba), closes material-components/material-components-web#4035
- select: Rename floatingLabel to floatLabel (#1590) (288b2b9), closes #1589
- Add support for strictPropertyInitialization (#1572) (7d7ed13), closes #1372 #1569
- Upgrade to material-components-web v0.42.0 (#1579) (932b86f), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#0420-2018-12-04
BREAKING CHANGES
- select: Renamed the property
floatingLabel
tofloatLabel
. Please update your code to
usefloatLabel
.
v0.41.4
v0.41.3
Bug Fixes
- chip: Correct keyboard interaction (#1561) (7d551c3), closes #1538
- dialog: Unsubscribe from interactionEventSubscription (#1559) (f8f8453)
- list: Fix font size + placement for avatar graphic (#1562) (6b16dad)
- select: Support SSR adapter value check (#1556) (88652ba), closes #1555
- tab-scroller: Should unsubscribe on destroy (#1552) (01ac9e8), closes #1540
- text-field: Detect changes after toggling outlined variant (#1550) (b09a337)
- text-field: getNativeInput() validity check for SSR (#1551) (2067442), closes #1537