Releases: umbrellio/observable
Releases · umbrellio/observable
v2.0.0
What's Changed
- Bump version react, react-dom, enzyme-adapter-react by @elenik72 in #18
New Contributors
Full Changelog: v1.4.3...v2.0.0
v1.3.2
Fixed
- fixed possible memory leak
- fixed possible missing subscription bug
- fixed bug of updating the state of an unmounted component
v1.3.1
Modified
- Make a store subscription in constructor instead of
componentDidMount