Skip to content

Releases: bvaughn/react-error-boundary

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)

v2.2.3

24 Jun 06:46
d6ed8db
Compare
Choose a tag to compare

2.2.3 (2020-06-24)

Bug Fixes

  • TS: point package.json types property to including type declarations (#58) (d6ed8db)

v2.2.2

05 Jun 00:37
ab6e19f
Compare
Choose a tag to compare

2.2.2 (2020-06-05)

Bug Fixes

  • compare length of resetKeys when checking if resetKeys has changed (#56) (ab6e19f)

v2.2.1

01 May 12:57
bc4b628
Compare
Choose a tag to compare

2.2.1 (2020-05-01)

Bug Fixes

v2.2.0

01 May 02:12
dd6022e
Compare
Choose a tag to compare

2.2.0 (2020-05-01)

Features

  • onResetKeysChange: handle when the reset keys change (#52) (dd6022e)
  • pass arguments to onReset callback (#51) (c30eda2)

v2.1.0

01 May 01:08
4e240df
Compare
Choose a tag to compare

2.1.0 (2020-05-01)

Features

  • reset: add onReset and resetKeys props (#50) (4e240df)