You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## [1.0.0] 2020-07-29
4
+
5
+
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.
6
+
7
+
Breaking change: stream-chat-react-native now relies on hooks and will need react-native >= 0.59.0 to work
8
+
9
+
Rewrite will involve following changes:
10
+
11
+
1. Functional compoenents instead of class based components
12
+
2. Static typing using typescript
13
+
3. UI tests
14
+
15
+
We are going to increamentally implement these changes and will try to keep everything backwards compatible unless really necessary.
0 commit comments