Skip to content

Releases: bvaughn/react-error-boundary

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

4.0.7

27 May 20:33
Compare
Choose a tag to compare

*Replaced post-processing "use client" insertion step with a custom Parcel plug-in. This should hopefully produce better source maps.

4.0.6

27 May 19:02
Compare
Choose a tag to compare
  • Removed arrow function syntax to support older versions of Safari

4.0.5

27 May 18:57
Compare
Choose a tag to compare

Move "use client" directive to top of the bundled file.

4.0.4

17 Apr 19:06
Compare
Choose a tag to compare

README changes only