This repository has been 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.json
added to the.gitignore
and.npmignore
files, allowing contributors to install with NPM instead of Yarn.yarn upgrade
performed on the repository root anddocs
directories (updating their respectiveyarn.lock
files).