Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.2.1 - 2.2.5.tar.gz | 2020-01-30 | 324.0 kB | |
2.2.1 - 2.2.5.zip | 2020-01-30 | 411.6 kB | |
README.md | 2020-01-30 | 359 Bytes | |
Totals: 3 Items | 736.0 kB | 0 |
2.2.5
- Removes use of deprecated
componentDidUnmount
for class components. [#134]
2.2.3/2.2.4
- Batches subscriptions using ReactDOM. [#129]
- Reverted due to lack of React Native support.
2.2.2
- Memoizes
useGlobal
's setter function. [#123]
2.2.1
- Fixes TypeScript issue where map of dispatchers was not extensible.