material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
feat(MenuSurface): Add opening event for menus. BREAKING CHANGE: Adds #notifyOpening method to menu surface adapter.
feat(focus-ring): added a new mixin so we can override just the focus-ring color
Fixes a bug in Material `list` when using MacOs `command`+`a` does not work for 'select all functionality'. (see [angular/components#24788](https://github.com/angular/components/pull/24788))
refactor(button): focus-ring only shows on background-focus
Fix #7277 Add animationend and transitionend handlers to the Chip component
The sitemaps included with npm packages are broken because they point to .ts source files, which are not distributed. Until a final decision is made as to whether .ts source...
fix(mdc-floating-label): Add missing units to calcs Fixes https://github.com/material-components/material-components-web/issues/7423.