Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@elwayman02 elwayman02 released this 24 Feb 23:15
· 1321 commits to master since this release

Notable Changes

  • If you are using the scroll activity mixin, that has been removed entirely. There was not much functionality in there, just convenience code. Please use the scroll activity service directly.
  • Services are no longer re-exported into the app/ folder. This is a confusing pattern that the community is moving away from, because it is very difficult at scale to identify which addons are providing which services without scoping the service to the name of the addon (e.g. injectService('ember-user-activity@user-idle')). If you were relying on this, simply update your service injections to include the addon name as shown in the updated README examples!

💥 Breaking Change

🚀 Enhancement

Committers: 2