Releases: streamich/react-use
Releases Β· streamich/react-use
v3.1.0
3.1.0 (2018-10-29)
Features
Performance Improvements
- β‘οΈ wrape useGetSetState callbacks in useCallback (3c1e57d)
v3.0.0
3.0.0 (2018-10-29)
Features
- πΈ accept any value type in useToggle and cast it to bool (869f767)
BREAKING CHANGES
- now useToggle and useBoolean accept any value type and cast it to
boolean.
v2.3.0
2.3.0 (2018-10-29)
Features
v2.2.0
2.2.0 (2018-10-29)
Features
v2.1.0
2.1.0 (2018-10-28)
Features
v2.0.0
2.0.0 (2018-10-28)
Features
- πΈ change API for useToggle hook (#16) (5a6da18)
BREAKING CHANGES
- useToggle interface changed