Skip to content

Releases: GetStream/stream-chat-react-native

[1.1.1] 2020-08-03

03 Aug 16:12

Choose a tag to compare

[1.1.0] 2020-07-31

31 Jul 20:59

Choose a tag to compare

  • 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

29 Jul 16:05

Choose a tag to compare

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:

  1. Functional components instead of class based components
  2. Static typing using typescript
  3. 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

29 Jul 16:05

Choose a tag to compare

  • Exporting AutoCompleteInput component d41d0d5

[0.15.0] 2020-07-27

29 Jul 16:04

Choose a tag to compare

  • 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

16 Jul 19:35

Choose a tag to compare

  • Fixing compatibility issue with react-native 0.63 88721a0
  • Updating stream-chat to 0.13.x 4af1b1d

[0.13.1] 2020-07-14

15 Jul 12:21

Choose a tag to compare

  • 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

15 Jul 12:21

Choose a tag to compare

  • Upgrading @stream-io/react-native-simple-markdown to 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

15 Jul 12:20

Choose a tag to compare

  • Improving MessageInput component, to better handle the case of rapid typing 3fddf06
  • Fixing fallback avatar for MentionsItem component 159fcb8

[0.12.3] 2020-06-17

15 Jul 12:19

Choose a tag to compare

  • Fixing enabled prop on KeyboardCompatibleView e08607a