Skip to content

Releases: moribvndvs/ng-idle

1.3.2

16 Dec 05:30
Compare
Choose a tag to compare

Bug Fixes

  • Fixes #182 by using then instead of success

1.3.1

09 Sep 07:03
Compare
Choose a tag to compare

Bug Fixes

  • #117 Fix TypeError: undefined is not a constructor (evaluating '$window.attachEvent('onstorage', wrap)') error when using PhantomJS 2.

1.3.0

30 Aug 01:36
Compare
Choose a tag to compare

New Features

  • #153 Added IdleInterrupt event broadcast from $rootScope upon user activity

1.2.1

23 Apr 21:00
Compare
Choose a tag to compare

Bug Fixes

  • #148 IdleWarn is broadcast before IdleStart

1.2.0

03 Mar 06:02
Compare
Choose a tag to compare

New Features

  • #133 Optionally interrupt on window events

Bug Fixes

  • #88 User never goes idle when interrupting on mousemove on IE9/10.
  • #129 Always allow interrupt when initiated by a change in session expiry date from another tab
  • #130 Late IdleWarn event raised with multiple tabs open

1.1.1

05 Nov 08:14
Compare
Choose a tag to compare

New Features

  • Allow title functionality to be disabled programmatically (using either TitleProvider or Title).

Bug Fixes

  • Ignore fake mousemove events issued by some Webkit browsers that would prevent a user from being detected as idle
  • #92 Fix package.json for browserify compatibility
  • Fix issues testing and building with Angular >= 1.4
  • #105 Fix desktop notifications triggering interrupt
  • #118 Attach interruptable DOM events on HTML rather than body
  • Fix issues resulting from disabled localStorage
  • Fix issues resulting from private sessions in FireFox, Safari
  • Fix errors in IE preventing idle detection
  • Fix errors logged when unwatching or changing config values

1.1.0

07 May 08:19
Compare
Choose a tag to compare

New Features

  • Added getIdle() and getTimeout() to Idle.
  • Initialize idle-countdown's countdown value automatically using config (no more having to add ng-initialize).
  • Set original title on IdleStart event to accommodate dynamic page titles.

Bug Fixes

  • #75 idle-countdown directive not updating countdown value when used in Angular 1.2.x
  • #76 Idle Service getExpiry() Function Throwing an Error on Empty Local Storage
  • #77 angular dependency only expressed when using npm --dev

1.0.4

09 Apr 05:38
Compare
Choose a tag to compare

Bug Fixes

  • #67 Match dependency versions used in package.json to bower.json

1.0.3

08 Apr 14:52
Compare
Choose a tag to compare

Minor Changes

  • #65 Remove bower dependency when referencing using npm.

1.0.2

28 Mar 04:23
Compare
Choose a tag to compare

Bug Fixes

  • #59 infinite loop calling interrupt() when using Internet Explorer.