Releases: bvaughn/react-error-boundary
Releases Β· bvaughn/react-error-boundary
6.0.0
03 May 20:29
Compare
Sorry, something went wrong.
No results found
Module is ESM-only in order to better work with modern tooling.
5.0.0
21 Dec 21:11
Compare
Sorry, something went wrong.
No results found
Update withErrorBoundary types to be compatible with the latest forwardRef types
For more background see PR #211
4.1.2
23 Oct 23:32
Compare
Sorry, something went wrong.
No results found
Remove engines field from Package JSON entirely
4.1.1
23 Oct 23:32
Compare
Sorry, something went wrong.
No results found
Remove node constraint from engines
4.1.0
23 Oct 23:31
Compare
Sorry, something went wrong.
No results found
Relax fallback prop to support broader ReactNode type
4.0.13
01 Mar 02:08
Compare
Sorry, something went wrong.
No results found
Removed references to ESLint config kcd-scripts from package.json
4.0.12
15 Dec 14:53
Compare
Sorry, something went wrong.
No results found
Support null fallback prop (#169 )
4.0.11
10 Aug 18:56
Compare
Sorry, something went wrong.
No results found
Re-throw original error in the event that no fallback is specified (#160 )
Improved exported prop types def (#152 )
Bundle built with Preconstruct (#144 , #149 , 9b7b15b )
4.0.10
10 Jun 13:17
Compare
Sorry, something went wrong.
No results found
Target Safari 12+ compatibility (by removing optional chaining operator and default parameters)
4.0.9
31 May 01:30
Compare
Sorry, something went wrong.
No results found
145 : Removed explicit ErrorBoundary.render return type to avoid TypeScript error:
'ErrorBoundary' cannot be used as a JSX component.