Releases: bvaughn/react-error-boundary
Releases · bvaughn/react-error-boundary
v2.2.3
2.2.3 (2020-06-24)
Bug Fixes
- TS: point package.json types property to including type declarations (#58) (d6ed8db)
v2.2.2
2.2.2 (2020-06-05)
Bug Fixes
- compare length of resetKeys when checking if resetKeys has changed (#56) (ab6e19f)
v2.2.1
2.2.1 (2020-05-01)
Bug Fixes
v2.2.0
2.2.0 (2020-05-01)
Features
- onResetKeysChange: handle when the reset keys change (#52) (dd6022e)
- pass arguments to onReset callback (#51) (c30eda2)
v2.1.0
2.1.0 (2020-05-01)
Features
- reset: add onReset and resetKeys props (#50) (4e240df)
v2.0.2
2.0.2 (2020-04-30)
Bug Fixes
- fix TS typings as they are now exported as named exports (#47) (b032513)
v2.0.1
2.0.1 (2020-04-30)
Bug Fixes
- ensure the fallback props are the correct type (bdcb1f9)
v2.0.0
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).