[1.0.0] 2020-07-29
·
3540 commits
to master
since this release
We've already been on a v1 release for a while but never updated our versioning. Right now we're in the process of rewriting our components to be more future proof and we started using hooks, hence the v1.0.0 today.
Breaking change: stream-chat-react-native now relies on hooks and will need react-native >= 0.59.0 to work
Rewrite will involve following changes:
- Functional components instead of class based components
- Static typing using typescript
- UI tests
We are going to increamentally implement these changes and will try to keep everything backwards compatible unless really necessary.