Skip to content

Emerald English setter

Choose a tag to compare

@Kerrick Kerrick released this 07 Sep 19:22

Changes

  • ⬆️ 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)

Breaking Changes

  • 💥 In the spec, "accent" color was renamed to "secondary" to be more
    semantically correct. All occurrences of the word "accent" have been
    changed to "secondary", in line with MDC-Web's breaking
    change

    to @material/theme.

Upgrading

Yarn

  1. Run yarn upgrade ember-material-components-web@0.0.36.
  2. Run ember g ember-material-components-web.

npm

  1. Run npm update --save-dev ember-material-components-web@0.0.36.
  2. Run ember g ember-material-components-web.