Releases: bvaughn/react-error-boundary
Releases · bvaughn/react-error-boundary
v3.1.3
3.1.3 (2021-05-05)
Bug Fixes
- useErrorHandler: use unknown instead of Error (#89) (ec81d61), closes #83
v3.1.2
3.1.2 (2021-05-05)
Bug Fixes
- TS: help typescript to find his way for the ErrorBoundaryProps union (#90) (fb0b859)
v3.1.1
3.1.1 (2021-03-02)
Bug Fixes
- ignored update after error triggered on component mount (#85) (125d9e9), closes #74 #84
v3.1.0
3.1.0 (2020-11-30)
Features
v3.0.2
3.0.2 (2020-09-15)
Bug Fixes
v3.0.1
3.0.1 (2020-09-12)
Bug Fixes
v3.0.0
3.0.0 (2020-09-11)
Bug Fixes
BREAKING CHANGES
- This removes the
componentStack
in the props given to the FallbackComponent
and fallbackRender
v2.3.2
2.3.2 (2020-09-10)
Bug Fixes
- switch to getDerivedStateFromError to avoid unnecessary rerender (#67) (463c62e), closes #66
v2.3.1
2.3.1 (2020-07-23)
Bug Fixes
v2.3.0
2.3.0 (2020-07-20)
Features
- useErrorHandler: add new hook for handling errors (#59) (3c93397)