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.
- 1 removes or deprecates something
6 changes across 9 releases
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
nullas thrown value
6.1.3
245- Add @types/react as an optional peer dependency
6.1.2
README and doc comment updates
6.1.1
- Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.
6.1.0
- #235: Fix error type (
Error->unknown) - Export
getErrorMessagehelper method
6.0.3
- Removed
react-domfrom peer dependencies list; it was accidentally added during a previous internal refactor
6.0.2
Updated README and generated TS docs
6.0.1
Updated README and generated docs
6.0.0
Module is ESM-only in order to better work with modern tooling.