Releases: GetStream/stream-chat-react-native
[1.1.1] 2020-08-03
[1.1.0] 2020-07-31
-
Fixed exports of MessageStatus, MessageContent, MessageAvatar, MessageTextContainer components #268
-
Moving following components to functional components
- ChannelPreview
- ChannelPreviewMessenger
- Attachment
- Card
- FileAttachment
- EmptyStateIndicator, LoadingIndicator, LoadingErrorIndicator
-
Decoupled actionsheet from MessageInput component 59618ad
[1.0.0] 2020-07-29
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.
[0.15.2] 2020-07-29
- Exporting
AutoCompleteInputcomponent d41d0d5
[0.15.0] 2020-07-27
-
Upgrading @stream-io/react-native-simple-markdown to 1.2.1 d89f012
It fixes the issue with markdown where text like "#stream" was treated as heading, thus disallowing anyone to use hashtags in chat.
-
Internal directory restructuring of components
[0.14.0] 2020-07-16
[0.13.1] 2020-07-14
-
84ded29 Bug fix - Only set active channel in ChannelList component on complete reload, which happens in following cases:
- first load on chat
- changes in filters
[0.13.0] 2020-07-08
- Upgrading
@stream-io/react-native-simple-markdownto 1.2.0. It fixes markdown related issues regarding line breaks - Added a new prop to the MessageInput component -
sendImageAsync. It’s value defaults to false, but when set to true, if the user hits send on a message before an attached image has finished uploading, the message text will be sent immediately and the image will be sent as a follow-up message as soon as a successful response has been received by the CDN 455571d - Fixed typescript for isMyMessage function 7d55134
[0.12.4] 2020-06-30
[0.12.3] 2020-06-17
- Fixing
enabledprop on KeyboardCompatibleView e08607a