Skip to content

Releases: webscopeio/react-health-check

v3.0.1

30 Jul 08:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Jan 15:06
Compare
Choose a tag to compare

Major changes

  • useHealthCheck hook no longer forces re-render unless service availability changed.

Breaking changes

  • Service check callbacks no longer return last timestamp.
  • since property was renamed to timestamp.

v2.2.0

08 Sep 13:00
Compare
Choose a tag to compare

Minor changes

  • Health checks are now by default paused while browser window is not visible - this behavior can be turned on/off with refreshWhileHidden. (#29)
  • useHealthChech now exposes a refresh function that you can use to immediately trigger health check (#29)

Patches

  • Remove unnecessary files from NPM package

v2.2.0-next.1

08 Sep 11:51
Compare
Choose a tag to compare
v2.2.0-next.1 Pre-release
Pre-release

Minor changes

  • Health checks are now by default paused while browser window is not visible - this behavior can be turned on/off with refreshWhileHidden. (#29)

v2.2.0-next.0

07 Sep 14:34
Compare
Choose a tag to compare
v2.2.0-next.0 Pre-release
Pre-release

Minor changes

  • useHealthChech now exposes a refresh function that you can use to immediately trigger health check (#29)

v2.1.5

03 Sep 13:30
Compare
Choose a tag to compare

Patches

  • Add missing declaration for useHealthCheck() with only service name as a parameter.
  • Fix TypeScript error when using a constant as a value for global config's services.

v2.1.4

03 Sep 13:11
Compare
Choose a tag to compare

Patches

  • Fixed an issue where test files were accidentally builded with source files.

v2.1.3

03 Sep 12:17
Compare
Choose a tag to compare

Patches

  • Fixed error with onSubmit when there was no localConfig defined.

v2.1.2

03 Sep 10:06
Compare
Choose a tag to compare

Patches

  • Fixed issue with missing dist folder

v2.0.0-rc.2

02 Sep 14:26
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release
docs(readme): update readme