material-web
material-web copied to clipboard
Material Design Web Components
feat(chips): add label slot
### What is affected? Component, Theming ### Description When I use a m3 web component in a svelte app, the outline is not consistently the primary color, instead, under where...
:robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/material-components/material-web/compare/v1.5.1...v2.0.0) (2024-07-03) ### ⚠ BREAKING CHANGES * `querySelector` for `[role]` and `[aria-*]` attributes may no longer work. See `@material/web/migrations/v2/README.md` and...
Triggered my OCD
This PR was auto generated by the update-size-on-main GitHub action.
### What is affected? Accessibility, Component ### Description Currently when opening a menu, the entire opening animation has to finish before the default focus is applied, which is rather annoying...
**I'm submitting a:** - [ ] bug report - [x] feature request **Related code:** ``` { "version": 1, "tags": [ { "label": "mwc-button", "description": "Buttons allow users to take actions,...
### What is affected? Component ### Description When using the Ripple component, it has an inherent hover effect. That is fine, since it already follows the specs and the color...
Ellipse label text when overflowing. fixes #5242