Skip to content

Releases: bvaughn/react-error-boundary

v3.1.3

05 May 23:20
ec81d61
Compare
Choose a tag to compare

3.1.3 (2021-05-05)

Bug Fixes

  • useErrorHandler: use unknown instead of Error (#89) (ec81d61), closes #83

v3.1.2

05 May 23:12
fb0b859
Compare
Choose a tag to compare

3.1.2 (2021-05-05)

Bug Fixes

  • TS: help typescript to find his way for the ErrorBoundaryProps union (#90) (fb0b859)

v3.1.1

02 Mar 17:18
079461a
Compare
Choose a tag to compare

3.1.1 (2021-03-02)

Bug Fixes

  • ignored update after error triggered on component mount (#85) (125d9e9), closes #74 #84

v3.1.0

30 Nov 14:12
da0f80b
Compare
Choose a tag to compare

3.1.0 (2020-11-30)

Features

v3.0.2

15 Sep 17:57
c8272e2
Compare
Choose a tag to compare

3.0.2 (2020-09-15)

Bug Fixes

  • TS: TypeScript types for onError (#70) (c8272e2)

v3.0.1

12 Sep 13:29
6810c4e
Compare
Choose a tag to compare

3.0.1 (2020-09-12)

Bug Fixes

  • TS: types for v3 breaking change (#69) (6810c4e)

v3.0.0

11 Sep 17:10
b2f82ce
Compare
Choose a tag to compare

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

10 Sep 23:37
463c62e
Compare
Choose a tag to compare

2.3.2 (2020-09-10)

Bug Fixes

  • switch to getDerivedStateFromError to avoid unnecessary rerender (#67) (463c62e), closes #66

v2.3.1

23 Jul 12:52
f75eda0
Compare
Choose a tag to compare

2.3.1 (2020-07-23)

Bug Fixes

v2.3.0

20 Jul 20:41
3c93397
Compare
Choose a tag to compare

2.3.0 (2020-07-20)

Features

  • useErrorHandler: add new hook for handling errors (#59) (3c93397)