Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Releases: grbsk/ng-idle

1.0.1

27 Mar 00:54
Compare
Choose a tag to compare

Bug Fixes

  • #58 Idle.unwatch() does not call Keepalive.stop() when it should.
  • #57 Change LocalStorage to IdleLocalStorage to avoid conflicts.

1.0.0

19 Mar 21:55
Compare
Choose a tag to compare

New Features

  • #17 Allow idle and timeout durations to be changed after the app has been configured.
  • #25 Target AngularJS 1.2 or later (including 1.3).
  • #29 Idle timeout can be disabled
  • #31 Multiple tab support
  • #36and #48 Add touchmove and scroll events to default interrupt events
  • #44 Add ability to change the document title with a warning message when idle/timed out
  • #47 Add ability to allow autoResume only if the user is not idle yet

Bug Fixes

  • #10 Idle timeout can be delayed if the app is suspended/tombstoned
  • #46 idle-countdown directive not causing a digest when updating countdown value

Breaking Changes

See this wiki article: https://github.com/HackedByChinese/ng-idle/wiki/Migrating-to-version-1.0.0-from-0.x

0.3.5

27 Nov 08:41
Compare
Choose a tag to compare

Bug Fixes

  • #13 Switch to using $interval rather than $timeout for better Protractor support.

0.3.0

27 Nov 08:27
Compare
Choose a tag to compare

Features

  • Added ng-idle-countdown directive.

0.2.3

27 Nov 08:25
Compare
Choose a tag to compare

Fixes

  • #6: Minified output is mangled.

0.2.1

27 Nov 08:24
Compare
Choose a tag to compare

Fixes

  • #1: $keepaliveProvider.httpOptions throws an exception when passing a null argument
  • #3: Default keepalive interval is 500 seconds, should be 600
  • #4: idleDuration should not allow zero
  • #5: Added touchstart event to IdleProvider options.

0.2

27 Nov 08:23
Compare
Choose a tag to compare
0.2

Features

  • Added $keepalive and $keepaliveProvider and integrated them with $idle.

0.1

27 Nov 08:21
Compare
Choose a tag to compare
0.1

0.1.0

Features

  • Initial spike
  • Added $idle and $idleProvider.