Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.6.tar.gz | 2019-07-21 | 321.4 kB | |
2.1.6.zip | 2019-07-21 | 406.9 kB | |
README.md | 2019-07-21 | 464 Bytes | |
Totals: 3 Items | 728.9 kB | 0 |
New Features ✨
- ReactN now supports all versions of React >= 0.14. [#60]
- Thanks @janezk7 and @davidrenne!
Bug Fixes 🐛
- Fixed
withGlobal
using the default global state instead of a Provider's global state for Components inside aProvider
in versions of React >=16.3 <16.6.
Miscellaneous
-
Upgraded
react-testing-library
to@testing-library/react
. -
Added documentation for
useDispatch
anduseGlobal
to the README.