Skip to content

Releases: GetStream/stream-chat-react-native

[0.6.2] 2020-01-20

29 Jan 16:14

Choose a tag to compare

  • Added support for following props to Channel component:

[0.6.1] 2020-01-14

29 Jan 16:12

Choose a tag to compare

Patch - When you change the filters prop on the ChannelList component this now we will refresh the channels with the new query

[0.6.0] 2020-01-07

07 Jan 14:42

Choose a tag to compare

  • Exporting all the missing components and utils
    • AutoCompleteInput
    • Card
    • CommandsItem
    • DateSeparator
    • EmptyStateIndicator
    • EventIndicator
    • FileAttachmentGroup
    • FileUploadPreview
    • Gallery
    • IconSquare
    • ImageUploadPreview
    • KeyboardCompatibleView
    • LoadingErrorIndicator
    • LoadingIndicator
    • MentionsItem
    • Message
    • MessageNotification
    • MessageSystem
    • ReactionList
    • Spinner
    • SuggestionsProvider
    • UploadProgressIndicator
  • Refining prop-types and typescript types for components.
  • Fixed issue about app crash when document picker is cancelled - #110
  • Adding onPress and onLongPress props on MessageSimple component
  • Fixing theme paths for MessageNotification component.

Breaking Changes

  • Replacing theme path messageList.messageNotificationText with messageList.messageNotification.text (#3593dfb)
  • Replacing theme path messageList.messageNotification with messageList.messageNotification.container (#3593dfb)

[0.5.1] 2019-12-23

07 Jan 14:41

Choose a tag to compare

stream-chat-expo (Expo package)

  • Adding support for following props
    • additionalParentMessageProps
    • additionalMessageListProps
    • additionalMessageInputProps
  • Adding missing types for prop additionalFlatListProps in MessageList and ChannelList

stream-chat-react-native (Native package)

  • Adding support for following props
    • additionalParentMessageProps
    • additionalMessageListProps
    • additionalMessageInputProps
  • Adding missing types for prop additionalFlatListProps in MessageList and ChannelList

[v0.5.0] 2019-12-24

24 Dec 13:17

Choose a tag to compare

stream-chat-react-native (Native package)

Overall Changes

  • Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
  • Fixing broken threads issue
  • Support for additionalFlatListProps prop in MessageList and ChannelList component
  • Changing proptype for component type props to elementType instead of func

Breaking Change

None

stream-chat-expo (Expo package)

Overall Changes

  • Changes to add compatibility for Expo 36. Adding netinfo as peer dependency - #97
  • Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
  • Fixing broken threads issue
  • Support for additionalFlatListProps prop in MessageList and ChannelList component
  • Changing proptype for component type props to elementType instead of func

Breaking Change

[v0.4.0] 2019-12-16

20 Dec 16:00

Choose a tag to compare

Enhancements:

Breaking change:

text property has been removed from theme message.content, so it won't work anymore. It has been replaced with textContainer to make it explicit that you are styling a View and not a Text component.