Releases: webscopeio/react-health-check
Releases · webscopeio/react-health-check
v3.0.1
What's Changed
- fix: dependency vulnerabilities by @jozefhruska in #400
- ci: bump nodejs version in actions by @jozefhruska in #404
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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 totimestamp
.
v2.2.0
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
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
Minor changes
useHealthChech
now exposes a refresh function that you can use to immediately trigger health check (#29)
v2.1.5
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
Patches
- Fixed an issue where test files were accidentally builded with source files.
v2.1.3
Patches
- Fixed error with onSubmit when there was no localConfig defined.
v2.1.2
Patches
- Fixed issue with missing
dist
folder
v2.0.0-rc.2
docs(readme): update readme