Releases: freshbooks/ember-responsive
Releases · freshbooks/ember-responsive
Use new testing api
Added safeguard to fail on jQuery usage
Update ember-cli
This release updates the addon to use the latest ember-cli, and should fix issues with deprecations.
Fix breakpoint coherency
Fix breakpoint coherency to match breakpoint widths across the addon. Existing addons with a generated breakpoints.js should not be affected, re-generating or generating for the first time will use the new breakpoints. (#107 @telmaantunes) (#106 @AndreJoaquim)
Update dependencies
Update dependencies (#98 @calvinlough)
Dependency update
Update ember-cli-babel and remove some unneeded packages (#97 @calvinlough)
Dependency version bump
Fix deprecations
- Fixes ember-getowner-polyfill
- Fixes deprecated Ember.K
Version 2.0
Includes a breaking change. Your application will no longer have injected media
service app-wide unless you generate the initializer from the addon.
ember g ember-responsive
.
v1.2.10: Merge pull request #82 from k-fish/fix_breaking_change
Fix breaking initializer change