Skip to content

Commit

Permalink
🔖 Release v0.0.36
Browse files Browse the repository at this point in the history
- ⬆️ 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
Kerrick committed Sep 7, 2017
1 parent d06c0b6 commit 5c9f49a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# MDC-Ember Changelog

### 0.0.36 Emerald English setter (September 7, 2017)

- :arrow_up: Upgrade @material packages to 0.19 versions
- :boom: Change "accent" to "secondary" globally, as done by MDC-Web.
https://github.com/material-components/material-components-web/pull/1116
- :sparkles: `{{mdc-button}}` now has `unelevated` boolean attribute (default: `false`)
- :sparkles: `{{mdc-button}}` now has `dense` boolean attribute (default: `false`)
- :sparkles: `{{mdc-button}}` now has `compact` boolean attribute (default: `false`)
- :sparkles: `{{mdc-textfield}}` now has `box` boolean attribute (default: `false`)
- :bug: `{{mdc-checkbox}}`, `{{mdc-radio}}`, and `{{mdc-switch}}` now respect checked attr (#29)
- :green_heart: Switch CI to use Headless Chrome (#28)
- :sparkles: Event bubbling can be disabled for checkboxes, radio buttons, and switches (#27)

#### Breaking Changes
- :boom: 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](https://github.com/material-components/material-components-web/pull/1116)
to @material/theme.

### 0.0.35 Diamond Doberman (August 30, 2017)

- :bug: Fix unsafe HTML element access
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-material-components-web",
"version": "0.0.35",
"version": "0.0.36",
"description": "A suite of Ember components wrapping the official Google material-components-web library",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 5c9f49a

Please sign in to comment.