Skip to content

Releases: bvaughn/react-error-boundary

5.0.0

21 Dec 21:11
Compare
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
Compare
Choose a tag to compare
  • Remove engines field from Package JSON entirely

4.1.1

23 Oct 23:32
Compare
Choose a tag to compare
  • Remove node constraint from engines

4.1.0

23 Oct 23:31
Compare
Choose a tag to compare
  • Relax fallback prop to support broader ReactNode type

4.0.13

01 Mar 02:08
15f1ba2
Compare
Choose a tag to compare

Removed references to ESLint config kcd-scripts from package.json

4.0.12

15 Dec 14:53
Compare
Choose a tag to compare
  • Support null fallback prop (#169)

4.0.11

10 Aug 18:56
8b2c6c5
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Target Safari 12+ compatibility (by removing optional chaining operator and default parameters)

4.0.9

31 May 01:30
Compare
Choose a tag to compare
  • 145: Removed explicit ErrorBoundary.render return type to avoid TypeScript error:

'ErrorBoundary' cannot be used as a JSX component.

4.0.8

29 May 20:59
Compare
Choose a tag to compare
  • 144: Build release bundle with Preconstruct