react-error-boundary

Simple reusable React error boundary component

MIT License

Downloads
20.2M
Stars
6.4K
Committers
38

Bot releases are hidden (Show)

react-error-boundary - v2.2.3

Published by kentcdodds over 4 years ago

2.2.3 (2020-06-24)

Bug Fixes

  • TS: point package.json types property to including type declarations (#58) (d6ed8db)
react-error-boundary - v2.2.2

Published by kentcdodds over 4 years ago

2.2.2 (2020-06-05)

Bug Fixes

  • compare length of resetKeys when checking if resetKeys has changed (#56) (ab6e19f)
react-error-boundary - v2.2.1

Published by kentcdodds over 4 years ago

2.2.1 (2020-05-01)

Bug Fixes

react-error-boundary - v2.2.0

Published by kentcdodds over 4 years ago

2.2.0 (2020-05-01)

Features

  • onResetKeysChange: handle when the reset keys change (#52) (dd6022e)
  • pass arguments to onReset callback (#51) (c30eda2)
react-error-boundary - v2.1.0

Published by kentcdodds over 4 years ago

2.1.0 (2020-05-01)

Features

  • reset: add onReset and resetKeys props (#50) (4e240df)
react-error-boundary - v2.0.2

Published by kentcdodds over 4 years ago

2.0.2 (2020-04-30)

Bug Fixes

  • fix TS typings as they are now exported as named exports (#47) (b032513)
react-error-boundary - v2.0.1

Published by kentcdodds over 4 years ago

2.0.1 (2020-04-30)

Bug Fixes

  • ensure the fallback props are the correct type (bdcb1f9)
react-error-boundary - v2.0.0

Published by kentcdodds over 4 years ago

2.0.0 (2020-04-30)

Features

BREAKING CHANGES

  • No longer support default FallbackComponent.
  • Codebase is no longer written in Flow so flowtypes are no longer available (currently).