Skip to content

Commit d581ef6

Browse files
Updating changelog
1 parent 08c7c53 commit d581ef6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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.
16+
17+
## [0.15.2] 2020-07-29
18+
19+
- Exporting `AutoCompleteInput` component [d41d0d5](https://github.com/GetStream/stream-chat-react-native/commit/d41d0d58ce02556cedf1825a2adb6a5c366a770c)
20+
21+
## [0.15.1] 2020-07-29 (Bad release)
22+
323
## [0.15.0] 2020-07-27
424

525
- Upgrading @stream-io/react-native-simple-markdown to 1.2.1 [d89f012](https://github.com/GetStream/react-native-simple-markdown/commit/d89f0128e6c4f179f2afe9f9a896b289288e2afd)

0 commit comments

Comments
 (0)