Skip to content

Releases: bvaughn/react-error-boundary

6.1.1

13 Feb 22:39

Choose a tag to compare

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

6.1.0

17 Jan 18:21

Choose a tag to compare

  • #235: Fix error type (Error -> unknown)
  • Export getErrorMessage helper method

6.0.3

08 Jan 22:12

Choose a tag to compare

  • Removed react-dom from peer dependencies list; it was accidentally added during a previous internal refactor

6.0.2

05 Jan 03:40

Choose a tag to compare

Updated README and generated TS docs

6.0.1

05 Jan 03:40

Choose a tag to compare

Updated README and generated docs

6.0.0

03 May 20:29

Choose a tag to compare

Module is ESM-only in order to better work with modern tooling.

5.0.0

21 Dec 21:11

Choose a tag to compare

Update withErrorBoundary types to be compatible with the latest forwardRef types

For more background see PR #211

4.1.2

23 Oct 23:32

Choose a tag to compare

  • Remove engines field from Package JSON entirely

4.1.1

23 Oct 23:32

Choose a tag to compare

  • Remove node constraint from engines

4.1.0

23 Oct 23:31

Choose a tag to compare

  • Relax fallback prop to support broader ReactNode type