Releases: elwayman02/ember-user-activity
Releases · elwayman02/ember-user-activity
Release 2.0.0
💥 Breaking Change
- #140 Update to ember 3.12 (@andreyfel)
🚀 Enhancement
- #140 Update to ember 3.12 (@andreyfel)
🐛 Bug Fix
- #142 Fix unsubscribe memory leak (@andreyfel)
Committers: 2
- Andrey Fel (@andreyfel)
- Ryan Mark (@tylerturdenpants)
Summer Sizzle
- Updates EUA to Ember 3.2
- Drops support for node 4
Ember 3.0 & New Demo App!
v1.0.0 Released v1.0.0
Updated to Ember 2.18!
v0.10.0 Released v0.10.0
Horizontal Scroll Support!
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!
Adds ember-cli-babel@6
support and ember-cli @2.13
targets! 🎉
Re-add Ember-cli-app-version
Removal from the default blueprint broke the demo app :(
Updated to Ember 2.12!
v0.7.0 Released v0.7.0
Updated to Ember 2.10!
v0.6.1 Released v0.6.1
Better Scroll Performance!
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.