Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ⬆️ Upgrade @Material packages to 0.19 versions - 💥 Change "accent" to "secondary" globally, as done by MDC-Web. material-components/material-components-web#1116 - ✨ `{{mdc-button}}` now has `unelevated` boolean attribute (default: `false`) - ✨ `{{mdc-button}}` now has `dense` boolean attribute (default: `false`) - ✨ `{{mdc-button}}` now has `compact` boolean attribute (default: `false`) - ✨ `{{mdc-textfield}}` now has `box` boolean attribute (default: `false`) - 🐛 `{{mdc-checkbox}}`, `{{mdc-radio}}`, and `{{mdc-switch}}` now respect checked attr (#29) - 💚 Switch CI to use Headless Chrome (#28) - ✨ Event bubbling can be disabled for checkboxes, radio buttons, and switches (#27)
- Loading branch information