Skip to content

Releases: cardstack/ember-toolbars

v0.6.0

11 Feb 20:24
Compare
Choose a tag to compare

v0.6.0 introduces breaking changes:

This release drops support for Node 6 and 8. It is compatible with Node 10 or above.

Testing coverage has been updated to test compatibility with current LTS (Ember v3.8) and later, dropping support for Ember 2.4-3.7. This addon now relies on Ember's Router Service, which was introduced in Ember 2.15.

This addon no longer relies on Ember's jquery-integration, since uses of Ember.$ and this.$ are deprecated. It is now required that you have @ember/jquery installed in your app. See the README for instructions.