This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Releases: grbsk/ng-idle
Releases · grbsk/ng-idle
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
New Features
- Allow title functionality to be disabled programmatically (using either
TitleProvider
orTitle
).
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
New Features
- Added
getIdle()
andgetTimeout()
toIdle
. - Initialize
idle-countdown
'scountdown
value automatically using config (no more having to addng-initialize
). - Set original title on
IdleStart
event to accommodate dynamic page titles.