Skip to content

Latest commit

 

History

History
100 lines (68 loc) · 4.87 KB

CHANGELOG.md

File metadata and controls

100 lines (68 loc) · 4.87 KB

Changelog

v2.0.0 (2021-06-10)

💥 Breaking Change

🚀 Enhancement

  • #347 Include Ember.Component.prototype.$ deprecation regardless of Ember version (@rwjblue)

🐛 Bug Fix

  • #345 Update ember-cli-babel to latest for Ember 3.27 compatibility (@rwjblue)
  • #326 Avoid triggering Component reopen deprecation (@mixonic)
  • #321 Remove reference to global Ember API (@mixonic)

🏠 Internal

Committers: 4

v1.1.0 (2019-10-04)

🚀 Enhancement

  • #153 Add missing deprecation message for this.$() (@Turbo87)

Committers: 3

v1.0.0 (2019-10-02)

💥 Breaking Change

🚀 Enhancement

  • #148 Allow addon to provide jQuery to final build, but not include Ember <-> jQuery integration. (@lupestro)

📝 Documentation

Committers: 4

v0.6.1 (2019-06-06)

🐛 Bug Fix

Committers: 1

v0.6.0 (2019-01-25)

💥 Breaking Change

🚀 Enhancement

  • #27 Add support for Component.prototype.$() to avoid the deprecation added as part of RFC386 (@simonihmig)
  • #33 Add jQuery shim as part of RFC386 (@simonihmig)

🐛 Bug Fix

  • #37 Update ember-cli-babel to include support for skipping jQuery import transpilation (@simonihmig)

📝 Documentation

  • #7 Add repo to package.json (@ef4)

Committers: 2

v0.5.2 (2018-06-07)

🐛 Bug Fix

  • #6 Fix logic around warning instructing to remove @ember/jquery. (@rwjblue)

Committers: 1

v0.5.1 (2018-05-23)

🐛 Bug Fix

  • #4 Avoid double import of jQuery when ember-cli has already included it. (@rwjblue)

Committers: 1