- 🐛 Fix issue with destroyed {{mdc-menu}}s (#70)
- 🐛 impure function needs to be wrapped in
Ember.run
(#68)
- ➕ Add prettier.js (#67)
- ➕ Add prettier.js (#62)
- ➖ Replace jQuery with native methods (#59)
- ✨ Bind DOM events to some components (#61)
- 🐛 Don't set foundations on destroyed components (#60)
- 🚑 Fix CI autodeploy
- :busts_in_sillhouette: Add Contributor
- 🚀 AutoDeploy docs to GitHub Pages on merge to master (#58)
- 💚 Temporary Travis CI workaround
- 👥 Add contributor
- ⬆️ [docs] Upgrade Ember Composable Helpers
- 🐛 Fix #52
- 📝 Fix contributors (#53)
- ⬆️ Upgrade Ember CLI to 2.18.0
- 🐛 If no label is present show the placeholder
- 🐛 Move ember-freestyle to devDependencies
- ✨ Implement {{mdc-drawer}} (#45)
- ✨ Binds the
tabindex
attribute - ✨ Adds
disable-focus
attribute tomdc-menu
to disable focusing on menu open
- 🐛 {{mdc-tab}} indicator fixes (#31)
- 🔧 Use unminified js/css in non-prod environments (#46)
- 📝 Add contributor gallery to README (#40)
- ✨ Implement {{mdc-layout-grid}} (#42)
- ✨ Implement {{mdc-grid-list}} (#43)
- 🐛 📝 Fix toolbar bug, add toolbar docs. (#37)
- 💡 📝 Update documentation to use ember-freestyle (#44)
- 🐛 {{mdc-textfield}}'s placeholder and value no longer overlap (#41)
- 💥 {{mdc-card}}'s children now yield their own children (#39)
- ✨ {{mdc-textfield}} exposes event handlers (#38)
- ✨ {{mdc-list}} now yields text and secondary text (#36)
- 📝 Create CODE_OF_CONDUCT.md (#35)
- 💥 {{mdc-card}}'s children now yield their own children (#39).
If you were previously using the
{{mdc-card}}
family of components, this will require a minor change to your application.
- ⬆️ 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 hasunelevated
boolean attribute (default:false
) - ✨
{{mdc-button}}
now hasdense
boolean attribute (default:false
) - ✨
{{mdc-button}}
now hascompact
boolean attribute (default:false
) - ✨
{{mdc-textfield}}
now hasbox
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)
- 💥 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.
- 🐛 Fix unsafe HTML element access
- ✨ Dark theme can be used for tab bars and tab bar scrollers (#26)
- ⚡ Don't unnecessarily (de|re)-attach handlers (#25)
- ✨ Implement tab-bar-scroller from @material/tabs (#21)
- ✨ Implement @material/switch (#24)
- ✨ Implement @material/linear-progress (#20)
- 🔥 Remove isDevelopingAddon
- 🐛 Fix bug in ripple adapter
- ⬆️ Upgrade @material/ripple to 0.7.0
- ⬆️ Upgrade @material/toolbar to 0.4.1
- ⬆️ upgrade to @material/menu 0.4.0 (#18)
- 📝 Create CONTRIBUTING.md
- 📝 Update README.md