This repository was archived by the owner on Dec 4, 2018. It is now read-only.
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
FallbackComponentprop added to<ErrorBoundary />. This can be used to render a component after an error has been caught by the error boundary component. (#14)beforeSendprop 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