This repository was archived by the owner on Feb 14, 2023. It is now read-only.
2.0.3
Bug Fixes π
- Fixed class Components not unsubscribing from state changes on unmount and update. #76 #85 (Thanks @r1ckyrockz, @bugs181, @umbertoghio, @stahlmanDesign!)
- Special thanks to @umbertoghio in depth logging and screenshots.
- Attempt to prevent Webstorm's auto-imports from importing from the wrong file. #74
Miscellaneous
reactn/typings/*directory renamed toreactn/types/*.package-lock.jsonadded to the.gitignoreand.npmignorefiles, allowing contributors to install with NPM instead of Yarn.yarn upgradeperformed on the repository root anddocsdirectories (updating their respectiveyarn.lockfiles).