Releases: GetStream/stream-chat-react-native
Releases · GetStream/stream-chat-react-native
[0.6.4] 2020-02-04
-
Fixing image index for Image viewer (d16e86c)
Issue - if attachment gallery, when you click/touch on 1st photo, it opens image viewer at 1st photo. But if you touch 2nd photo, it still opens image viewer at first photo.
[0.6.3] 2020-01-29
- Adding support for prop
formatLatestMessageDate
inChannelPreviewMessenger
component (9a8d9a3) - Adding support for prop
latestMessageLength
inChannelPreviewMessenger
component (ef5b887) - Adding types for
SendButton
to typescript file (ad5c728) - Fixing date issue in
MessageSystem
component. (35c18e3) - Adding prop for AttachButton to MessageInput (600b1d2)
- Adding prop
formatDate
toMessageSimple
component (c3cfdf6) - Adding style and text customizability to LoadingIndicator (232241c)
[0.6.2] 2020-01-20
[0.6.1] 2020-01-14
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
- 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
andonLongPress
props onMessageSimple
component - Fixing theme paths for MessageNotification component.
Breaking Changes
[0.5.1] 2019-12-23
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
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 inMessageList
andChannelList
component - Changing proptype for component type props to
elementType
instead offunc
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 inMessageList
andChannelList
component - Changing proptype for component type props to
elementType
instead offunc
Breaking Change
- NetInfo dependency from
react-native
has been replaced with@react-native-community/netinfo
as peerDependency (commit). Which means, you will have to install this as dependency on your project. Please check setup guide for expo-package - https://github.com/GetStream/stream-chat-react-native#expo-package
[v0.4.0] 2019-12-16
Enhancements:
- Adding support for customizing markdown styles - https://github.com/GetStream/stream-chat-react-native/pull/99/files#diff-ede54911d9164ea37e65e92f2e18cb91R56
- Replacing
text
property theme withtextContainer
.
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.