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

Releases: bugsnag/bugsnag-react

v1.1.1

06 Apr 21:22

Choose a tag to compare

Fixed

  • In the previous release (v1.1.0) the dist directory was missing from the npm package. This version ensures the built assets in dist do not get added to the repo, but do get added to the npm package. (#17)

v1.1.0 release notes

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

v1.1.0

06 Apr 16:40

Choose a tag to compare

⚠️ 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