Skip to content

Releases: stoplightio/react-error-boundary

v3.0.0

05 Oct 21:33
e63e982
Compare
Choose a tag to compare

3.0.0 (2023-10-05)

Features

BREAKING CHANGES

  • sentry is no longer automatically set-up

v2.0.0

29 Sep 18:14
d358bbb
Compare
Choose a tag to compare

2.0.0 (2021-09-29)

Features

BREAKING CHANGES

  • reporter prop is no longer accepted on ErrorBoundaryProvider
  • reportErrors prop has been removed from ErrorBoundaryProps
  • withErrorBoundary HOC does not forward boundary ref
  • useHandledCallback hook has been removed

v1.1.0

10 Jul 13:05
677a6f8
Compare
Choose a tag to compare

1.1.0 (2020-07-10)

Features

  • include FallbackComponent in ErrorBoundaryProvider (#4) (677a6f8)

v1.0.1

09 Jul 16:36
2c3e1a4
Compare
Choose a tag to compare

1.0.1 (2020-07-09)

Bug Fixes

  • deps: update @stoplight/reporter (#3) (2c3e1a4)

v1.0.0

30 Oct 17:55
ea2fdac
Compare
Choose a tag to compare

1.0.0 (2019-10-30)

Features