Skip to content

Releases: elwayman02/ember-user-activity

Ember 5 Support (Drop Node 14 & Ember <4.8)

15 Feb 23:36
Compare
Choose a tag to compare

💥 Breaking Change

🏠 Internal

Committers: 2

Drop ember-classic-decorator, Embroider-safe builds, Ember 4.10

31 Jan 21:24
Compare
Choose a tag to compare

🏠 Internal

Committers: 2

Ember 4 Support

12 Dec 19:04
Compare
Choose a tag to compare

💥 Breaking Change

🏠 Internal

Committers: 2

Ember 3.27, Drop Ember 3.16 & IE 11

09 Aug 20:00
Compare
Choose a tag to compare

💥 Breaking Change

  • #479 Ember 3.27 Upgrade (Drop Support for Ember 3.16 & IE 11) (@elwayman02)

🐛 Bug Fix

🏠 Internal

Committers: 2

Release 5.0.0

07 May 23:40
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

Committers: 3

Release 4.1.0

29 Oct 18:17
Compare
Choose a tag to compare

🏠 Internal

Committers: 3

Release 4.0.0

05 Aug 08:50
fc8c473
Compare
Choose a tag to compare

🚀 Enhancement

  • #144 Added support for the storage event to synchronize between open tabs (@karl-sjogren)

📝 Documentation

🏠 Internal

Committers: 3

Release 3.0.1

26 Feb 23:26
Compare
Choose a tag to compare
v3.0.1

Release 3.0.1

Release 3.0.0

24 Feb 23:15
Compare
Choose a tag to compare

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

Release 2.0.0

16 Dec 17:11
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

Committers: 2