What changed in react-error-boundary from 5 to 6

9 releases numbered after 5.0.0 up to and including 6.1.4, stable releases only. 5.0.0 and 6.1.4 are the newest stable releases of 5 and 6 we track; this page follows them as new ones ship.

6 changes across 9 releases

Added 2

6.1.3

  • Add @types/react as an optional peer dependency

6.1.0

  • Export getErrorMessage helper method
Fixed 3

6.1.4

  • Handle null as thrown value in edge case

6.1.1

  • Project logo now displays correctly in the README for the Firefox browser

6.1.0

  • Fix error type from Error to unknown
Removed 1

6.0.3

  • Removed react-dom from peer dependencies list

4 releases in the range carry no categorized changes yet: 6.1.26.0.26.0.16.0.0. Their original notes, where the vendor published any, are below.

Original release notes, newest first

The list above is our reading of these notes; the originals from Brian Vaughn are here, one fold per release.

6.1.4
  • 247: Edge case: Handle null as thrown value

View originalPermalink

6.1.3

245- Add @types/react as an optional peer dependency

View originalPermalink

6.1.2

README and doc comment updates

View originalPermalink

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

View originalPermalink

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

View originalPermalink

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

View originalPermalink

6.0.2

Updated README and generated TS docs

View originalPermalink

6.0.1

Updated README and generated docs

View originalPermalink

6.0.0

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

View originalPermalink