This repository was archived by the owner on Oct 7, 2020. It is now read-only.
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.