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
v3.2.0
Bug Fixes
- chip: Disabled ripple effect (#1994) (a460a67)
- ripple: Assign static to variable (745519f)
- ripple: Possibly undefined build error (#1993) (2f271f2)
- ripple: Ripple effect displaced (#1991) (9561219), closes #1914 #1990
- ripple: Server side rendering (#1992) (6df427c)
Features
- checkbox: Add disableRipple (#1996) (1036a14), closes #1995
- dialog: Switch focus-trap to @angular/cdk/a11y (#1984) (2877d74), closes #1865
- drawer: Switch focus-trap to @angular/cdk/a11y (#1987) (73b305d), closes #1985
- snackbar: Switch to @angular/cdk/a11y/live-announcer (#1989) (b13e354), closes #1988
Ripple
The MdcRipple
service was completely rewritten to resolve some outstanding issues.
Travis-CI Improvements
A huge thanks goes out to @TryHardDood for improving the continuous integration with Travis-CI. Much appreciated!
- Run tests, build library and documentation automatically when pushed to master.
- Deploy documentation to gh-pages branch when pushed to master.
- Run just the tests when a pull requests is created.
v3.1.3
v3.1.2
Bug Fixes
Features
- dialog: Make foundation layout method public (#1967) (0e78d04), closes #1966
- Remove packages/common (#1976) (1047ae0), closes #1974
- Remove packages/dom (#1975) (61b247c), closes #1973
- Use @angular/cdk (#1960) (3a1dec3), closes #1953
- dialog: Support passing custom ComponentFactoryResolver (#1978) (84ba5e7)
- select: Add MDCSelectHelperText (#1972) (8266d2a), closes #1968 #1930
- select: Add output event for blur (#1977) (6537877), closes #1971
BREAKING CHANGES
- select: Update
mdc-select
helper text to usemdc-select-helper-text
ormdcSelectHelperText
.
v3.1.1
Bug Fixes
- https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md#bug-fixes-2
- https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md#bug-fixes-1
Features
BREAKING CHANGES
- chips: Update
mdc-chip-leading-icon-margin
andmdc-chip-trailing-icon-margin
mixins signatures to take only left and right margin values.
v2.0.1
v2.0.0
v1.0.5
Bug Fixes
- select: Value inconsistancy (#1902) (bf2867b), closes #1900 #1898
- Sync upstream constants import (#1903) (0b13ef1)
Features
- slider: Add public layout() for recomputing dimensions (#1877) (93d02c4), closes #1832
- Upgrade to material-components-web v2.0.0 (#1885) (e14345c), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#200-2019-04-29 #1883 #1890 #1820
- Upgrade to material-components-web v2.1.0 (#1893) (f7337d8), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#210-2019-05-06 #1891 #1892
- Upgrade to material-components-web v2.3.0 (#1901) (595afb9), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#230-2019-05-28
v1.0.3
Bug Fixes
- icon: Clear user content when
svgIcon
is bound to falsy value (#1875) (ac23b37) - select: Emitting on initial value + inconsistent validity state (#1867) (625e481), closes #1829 #1812
- switch: Should not trap keyboard focus (#1868) (00b3335), closes #1846
Documentation
- menu: Example for opening menu from card action