Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

v1.1.0

Choose a tag to compare

@bengourley bengourley released this 06 Apr 16:40
· 9 commits to master since this release

⚠️ This release has been removed from the npm registry because the dist directory was not contained in the package. Please use v1.1.1 instead. ⚠️

Added

  • FallbackComponent prop added to <ErrorBoundary />. This can be used to render a component after an error has been caught by the error boundary component. (#14)
  • beforeSend prop added to <ErrorBoundary />. This can be used to add data to, modify or prevent the sending of an error report. (#15)

Changed

  • The test runner was switched to Jest