Releases: bvaughn/react-error-boundary
Releases · bvaughn/react-error-boundary
5.0.0
Update withErrorBoundary
types to be compatible with the latest forwardRef
types
For more background see PR #211
4.1.2
- Remove
engines
field from Package JSON entirely
4.1.1
- Remove node constraint from engines
4.1.0
- Relax fallback prop to support broader ReactNode type
4.0.13
Removed references to ESLint config kcd-scripts
from package.json
4.0.12
- Support null fallback prop (#169)
4.0.11
- 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
- Target Safari 12+ compatibility (by removing optional chaining operator and default parameters)
4.0.9
- 145: Removed explicit
ErrorBoundary.render
return type to avoid TypeScript error:
'ErrorBoundary' cannot be used as a JSX component.
4.0.8
- 144: Build release bundle with Preconstruct