Skip to content

Releases: elwayman02/ember-user-activity

Release 2.0.0

16 Dec 17:11
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

Committers: 2

Summer Sizzle

06 Jul 20:55
Compare
Choose a tag to compare
  • Updates EUA to Ember 3.2
  • Drops support for node 4

Ember 3.0 & New Demo App!

14 Mar 00:43
Compare
Choose a tag to compare
v1.0.0

Released v1.0.0

Updated to Ember 2.18!

12 Jan 03:15
Compare
Choose a tag to compare
v0.10.0

Released v0.10.0

Horizontal Scroll Support!

27 Jul 22:57
Compare
Choose a tag to compare

Thanks to @grahamallen, EUA now supports both vertical and horizontal scrolling, as well as a diagonal scroll where both positions change! Documentation for how the event callbacks have changed (backwards-compatible) is forthcoming soon.

Updated to Ember 2.13! Now with more Babel!

05 May 22:21
Compare
Choose a tag to compare

Adds ember-cli-babel@6 support and ember-cli @2.13 targets! 🎉

Re-add Ember-cli-app-version

28 Mar 17:49
Compare
Choose a tag to compare

Removal from the default blueprint broke the demo app :(

Updated to Ember 2.12!

28 Mar 17:33
Compare
Choose a tag to compare
v0.7.0

Released v0.7.0

Updated to Ember 2.10!

07 Dec 00:21
Compare
Choose a tag to compare
v0.6.1

Released v0.6.1

Better Scroll Performance!

14 Sep 01:16
Compare
Choose a tag to compare

Thanks to @mixonic's #59, we now enforce an idle period so that scroll tracking does not impact high-priority code that is executing in a frame render! This only affects the initial document subscription by default; if you are manually adding more subscribers, you can opt-in to making it a lowPriority subscription so that your code won't be blocked by the scroll tracking.