Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.63 KB

react-idle-manager CHANGELOG

2.1.0

  • Add updateIdleManagerOptions prop to allow dynamic updates of manager options
  • Fix issue where cookies.erase was not being called with storageOptions

2.0.0

BREAKING CHANGES

  • Uses first-party cookies for storage instead of localStorage (to allow for use across subdomains)
  • timeOutAfter has been changed to timeoutAfter

NEW FEATURES

1.1.1

  • Add react 16 support
  • Make react an explicit dependency

1.1.0

  • Add getValues method to retrieve the values for a specific key outside of
  • Add es transpilation in addition to standard lib, preserving ES2015 modules for pkg.module

1.0.3

  • Fix countdown always running instead of only running when idle

1.0.2

  • Fix cross-tab communication issue

1.0.1

  • BAD PUBLISH, DO NOT USE THIS VERSION

1.0.0

  • Initial release