Releases: elwayman02/ember-user-activity
Releases · elwayman02/ember-user-activity
v0.3.2
Released v0.3.2
Mobile Touch Events Supported!
v0.3.0 Released v0.3.0
I owe rwjblue a beer
Thanks @rwjblue for some sanity bug fixes! :)
Performance Improvements!
This is an exciting update because it introduces some great performance improvements to the initially naive approach used by EUA. Specifically:
- Scroll events are now determined through requestAnimationFrame, so that scrolling animation is not blocked on JavaScript execution
- All events are individually throttled, so that we don't have a firehose of events being fired when they happen in quick succession
mousemove
has been removed as a default enabled event (see #16)
Thanks to @runspired, @rwjblue, @mixonic & Twitch Engineering for giving feedback to improve the above approaches! This is only the beginning; there is always more work to be done. :)