- Migrate to Angular 13
- No changes
- Upgrade peer dependencies for Angular 10
- Included updated peerDependencies and README.md
- Set root module params (UserIdleConfig) as optional.
- Add idleSensitivity to config, prepare configurations in milliseconds.
- Add observable to watch idle status changes.
- Fixing
- Update peerDependencies to support Angular 8.x
- Fixing angular SSR build issue
- Just update version
- Code style
- Update Angular to 7 and packager
- Make timer more accurate
- Extend API by
setCustomActivityEvents(customEvents: Observable<any>)
- Fix unwanted change detection
- Replace rollup by Angular CLI 6 bundling.
- Migrate to Angular 6 core anf RxJS 6.
- Extend API by method setConfigValues({idle, timeout, ping}).
- Add demo app. Check by angular-user-idle.rednez.com.
BREAKING CHANGES: To use this library you need to upgrade your dependencies to Angular 6 and RxJS 6.
- Include ts-sources in dist to fix crashing on AOT (close #2, #3). Thanks to costaivo.
- Update dependency of Angular to 5.x, RxJS to 5.5.8.
- Fix incorrect user's inactivity timer
- Update gitignore
- Add config option for idle, timeout and ping values
- Update README
- Init project