Skip to content

Latest commit

 

History

History
98 lines (76 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

98 lines (76 loc) · 4.05 KB

MDC-Ember Changelog

0.0.40 Ivory Irish terrier (March 29, 2018)

  • 🐛 Fix issue with destroyed {{mdc-menu}}s (#70)
  • 🐛 impure function needs to be wrapped in Ember.run (#68)

0.0.39 Hematite Harrier (March 16, 2018)

  • ➕ 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)

0.0.38 Garnet Greyhound (December 18, 2017)

  • ✨ Binds the tabindex attribute
  • ✨ Adds disable-focus attribute to mdc-menu to disable focusing on menu open

0.0.37 Feldspar French bulldog (October 19, 2017)

  • 🐛 {{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)

Breaking Changes

  • 💥 {{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.

0.0.36 Emerald English setter (September 7, 2017)

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

0.0.35 Diamond Doberman (August 30, 2017)

  • 🐛 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)

0.0.34 Citrine Chihuahua (July 14, 2017)

  • ✨ Implement @material/linear-progress (#20)

0.0.33 Beryl Beagle (July 3, 2017)

  • 🔥 Remove isDevelopingAddon
  • 🐛 Fix bug in ripple adapter
  • ⬆️ Upgrade @material/ripple to 0.7.0
  • ⬆️ Upgrade @material/toolbar to 0.4.1

0.0.32 Agate Akita (June 28, 2017)

  • ⬆️ upgrade to @material/menu 0.4.0 (#18)
  • 📝 Create CONTRIBUTING.md
  • 📝 Update README.md