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

v1.1.1

Latest

Choose a tag to compare

@bengourley bengourley released this 06 Apr 21:22
· 5 commits to master since this release

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