ember-user-activity

Ember Addon for tracking user activity & idling

MIT License

Downloads
76.5K
Stars
110
Committers
19

Bot releases are hidden (Show)

ember-user-activity - Ember 5 Support (Drop Node 14 & Ember <4.8) Latest Release

Published by elwayman02 8 months ago

πŸ’₯ Breaking Change

🏠 Internal

Committers: 2

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

Published by elwayman02 over 1 year ago

🏠 Internal

Committers: 2

ember-user-activity - Ember 4 Support

Published by elwayman02 almost 2 years ago

πŸ’₯ Breaking Change

🏠 Internal

Committers: 2

ember-user-activity - Ember 3.27, Drop Ember 3.16 & IE 11

Published by elwayman02 about 3 years ago

πŸ’₯ Breaking Change

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

πŸ› Bug Fix

🏠 Internal

Committers: 2

ember-user-activity - Release 5.0.0

Published by elwayman02 over 3 years ago

πŸ’₯ Breaking Change

πŸ› Bug Fix

Committers: 3

ember-user-activity - Release 4.1.0

Published by elwayman02 almost 4 years ago

🏠 Internal

Committers: 3

ember-user-activity - Release 4.0.0

Published by elwayman02 about 4 years ago

πŸš€ Enhancement

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

πŸ“ Documentation

🏠 Internal

Committers: 3

ember-user-activity - Release 3.0.1

Published by elwayman02 over 4 years ago

ember-user-activity - Release 3.0.0

Published by elwayman02 over 4 years ago

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

ember-user-activity - Release 2.0.0

Published by tylerturdenpants almost 5 years ago

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

Committers: 2

ember-user-activity - Summer Sizzle

Published by tylerturdenpants over 6 years ago

  • Updates EUA to Ember 3.2
  • Drops support for node 4
ember-user-activity - Ember 3.0 & New Demo App!

Published by elwayman02 over 6 years ago

ember-user-activity - Updated to Ember 2.18!

Published by tylerturdenpants almost 7 years ago

ember-user-activity - Horizontal Scroll Support!

Published by elwayman02 about 7 years ago

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.

ember-user-activity - Updated to Ember 2.13! Now with more Babel!

Published by tylerturdenpants over 7 years ago

Adds ember-cli-babel@6 support and ember-cli @2.13 targets! πŸŽ‰

ember-user-activity - Re-add Ember-cli-app-version

Published by elwayman02 over 7 years ago

Removal from the default blueprint broke the demo app :(

ember-user-activity - Updated to Ember 2.12!

Published by elwayman02 over 7 years ago

ember-user-activity - Updated to Ember 2.10!

Published by elwayman02 almost 8 years ago

ember-user-activity - Better Scroll Performance!

Published by elwayman02 about 8 years ago

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.

ember-user-activity -

Published by elwayman02 about 8 years ago