Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 1.41 KB

3.0.0

  • Migrate to Angular 13

2.2.4

  • No changes

2.2.3

  • Upgrade peer dependencies for Angular 10

2.2.2

  • Included updated peerDependencies and README.md

2.2.1

  • Set root module params (UserIdleConfig) as optional.

2.2.0

  • Add idleSensitivity to config, prepare configurations in milliseconds.
  • Add observable to watch idle status changes.

2.1.4

  • Fixing

2.1.3

  • Update peerDependencies to support Angular 8.x

2.1.2

  • Fixing angular SSR build issue

2.1.1

  • Just update version

2.1.0

  • Code style
  • Update Angular to 7 and packager
  • Make timer more accurate
  • Extend API by setCustomActivityEvents(customEvents: Observable<any>)
  • Fix unwanted change detection

2.0.0

  • 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.

1.1.0

  • 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.

1.0.4

  • Fix incorrect user's inactivity timer

1.0.3

  • Update gitignore

1.0.2

  • Add config option for idle, timeout and ping values

1.0.1

  • Update README

1.0.0

  • Init project