0.11.16 2020-05-01
- Fixed an where read state indicators dissapeared
0.11.15 2020-04-30
- Fixed an issue where the read by tooltip said: "x, x, and 0 more"
- Fixed an issue where app might crash due to faulty read state
- Fixed an issue where file attachments didn't get uploaded when also uploading images
0.11.14 2020-04-29
- Adding direct messaging support for channel preview b394079
- Fixed typescript for ChannelList component 576f5c8
- Fixed french translation file 308fcab
- Adding extra check for channel connection to avoid failing markRead call 317fb1f
0.11.13 2020-04-20
- Add check to fix optional activeChannel in ChannelPreview.
0.11.12 2020-04-17
- Fixing typescript issue with
MessageInput
component prop -additionalTextAreaProps
92f2ae2
0.11.11 2020-04-15
- Adding missing translation key
{{ imageCount }} more
in Gallery component 5cea938
0.11.10 2020-04-09
- Fix crashing app when there's no active channel
0.11.9 2020-04-09
- Fix issue with DateSeparator
- added type definition for setActiveChannelOnMount
0.11.8 2020-04-08
- Fix bug in ChannelHeader caused in version
0.11.4
0.11.6 2020-04-04
NOTE Please make sure to use stream-chat@^1.7.0
- Fixing moderator, owner, admin checks for message actions 71b3309
0.11.5 2020-04-03
- Open url attachments in new tab e6436fe
0.11.4 2020-04-02
- Reworked the mobile nav behaviour to be more flexible
0.11.3 2020-04-02
- Have the mute action respect channel settings
- Add supported markdown to docs
0.11.1 2020-03-27
-
Reverting optimistic reaction UI related changes
Reverted commits:
Reason: Please check the changelog for v1.6.1 stream-chat-js
0.11.0 2020-03-27
- Improvements to reaction UX: Updating UI optimistically instead of waiting for reaction api call to succeed
- Fix for a bug: Flagging a message results in "
t is not a function
" error in console - Adding support for
additionalTextareaProps
prop in MessageInput component - Filter out buggy emojis and updating emoji-mart 333ed77
- Displaying DateSeperator before deleted messages. So far we didn't show it 8ed3ca5
- Updating
stream-chat
version to 1.6.0 d4b7c14
0.10.2 2020-03-26
- Bug fix - making sure translators are ready before rendering Chat component 1b0c07a65b88075d14b038977d42138ec7fdaa21 Fixes #181
- Fixing small styling issues with MessageInput
0.10.1 2020-03-25
- Added missing i18next dependency to dependency list c7cf11f
0.10.0 2020-03-24
- i18n support for library. Documentatio - https://getstream.github.io/stream-chat-react/#section-streami18n
0.9.0 2020-03-21
- 20% bundle size reduction (use day.js instead of moment.js)
0.8.8 2020-03-20
- Changing mute success notification to show name of user instead of id - e5bab26
- Bug fix: Cancel button on giphy command in thread failed to remove message - e592a4e
- Fixing typing indicator to now show up when current user is typing - c24dc7a
- Fixing moderator role check function in Message.js - 311fab9
0.8.7 2020-03-19
- Fixed a bug where attachments got duplicated upon submitting an edited message cb93b92
0.8.6 2020-03-17
- Allow
~~test~~
double tilde for strikethrough in messages - 6870194 - Fix issue where attachments got duplicated when editing messages - eea7f61
0.8.4 2020-02-11
- Fixing
EmptyStateIndicator
prop for ChannelList component - 20d1672
0.8.3 2020-02-11
- Fixing
LoadingIndicator
prop for InfiniteScrollPaginator component - fb81d68
0.8.2 2020-02-10
- Fixing
LoadingIndicator
prop for ChannelList component - e6e2e9f - Adding
LoadingErrorIndicator
prop for ChannelList component - e6e2e9f
0.8.1 2020-02-07
- Fixing broken typescript file cc86f6f
0.8.0 2020-02-07
0.7.20 2020-01-14
- When you change the filters prop on the ChannelList component this now we will refresh the channels with the new query
0.7.17 2020-01-02
- Added
maxRows
props to MessageInput component
0.7.16 2020-01-02
- Removed inline styles from multiple locations
- Exporting new component
ChatAutoComplete
(Advanced usage only)
0.7.15 2019-12-30
- Added the following props on the
Thread
component so the underlying MessageList, MessageInput and Message components can be customized using props:additionalParentMessageProps
additionalMessageListProps
additionalMessageInputProps
- Added the following props to the
Channel
component:doUpdateMessageRequest
to override the update(edit) message request (Advanced usage only)doSendMessageRequest
to override the send message request (Advanced usage only)
0.7.13 2019-12-03
- Handling and updating channel list on
channel.truncated
andchannel.deleted
event.
0.7.12 2019-11-22
- Adding prop
MessageSystem
to customize system messages
0.7.11 2019-11-05
- Fixed z-index issue on MessageInputLarge component https://github.com/GetStream/stream-chat-react/commit/f78b0bf6566fe587da62a8162ab5f1b3d799a10e
0.7.10 2019-10-16
- Added
customActiveChannel
prop onChannelList
to specify a custom channel to be moved to the top and set to active upon mounting.
0.7.9 2019-10-16
- Changing prop name for MessageSimple from openThread to handleOpenThread.
- Fixing scroll issue on messagelist. Related to issue #67
0.7.8 2019-10-11
- Bug fix with dateseperator in messagelist
0.7.7 2019-10-11
- Adding intro message to messagelist
0.7.6 2019-10-08
- Fixed unbinding of visibility listener
0.7.5 2019-10-07
- Updated js-client with fix for failing fileuploads
0.7.4 2019-10-07
- Fixed styling issues for SendButton
0.7.3 2019-10-02
- Added SendButton prop to MessageInput. This only shows on mobile to make sure you're able to submit the form without having a return button.
0.7.2 2019-09-30
- Updating js-client version
0.7.1 2019-09-30
- Fix - Adding typescript declaration files in production build
0.7.0 2019-09-27
- Adding typescript declaration file
0.6.27 2019-09-20
- Added
EmptyStateIndicator
prop to ChannelList and MessageList - Added
watchers
prop to ChannelList to specify watchers pagination query onsetActiveChannel
, including this makes one extra query on selecting a channel from the ChannelList - Updated react-images to version
1.0.0
0.6.26 2019-09-10
- Add IE 11 support for MessageInput
- Fixing pagination issue when oldest message is not received yet
- Fixing issue that didn't display unread count correctly on initial load
0.6.25 2019-09-05
- The built in MessageInput components now use native emoji to create consistent rendering between the picker and the message
0.6.22 2019-08-15
- Adding support for loading error indicator
- Adding fallback as thumb_url for image attachments
0.6.21 2019-08-05
- Syncing and improvements in styleguide
0.6.19 2019-07-31
- Fix issue raised in 0.6.17
0.6.18 2019-07-31
- Improve message options UX in messaging theme
0.6.17 2019-07-30
- Export LoadingChannels component
- Fix connectivity issue with threads
- Better check for user roles
0.6.16 2019-07-29
- Adding visual response (notification) for flag message and mute user functionality
- Fixing broken mute user functionality
0.6.15 2019-07-23
- Fixing Message actions for livestream and team chat.
- Fixing flag/mute functionality. Earlier only admins were allowed to flag or mute the message. This was wrong. Every user should be able to flag or mute any message (other than his own message)
0.6.14 2019-07-20
- Adding prop
messageActions
to MessageList
0.6.13 2019-07-18
- Adding prop function
onChannelUpdated
as callback for eventchannel.updated
- Bug fix - Channel list component doesn't update when custom data on channel is updated.
0.6.0 2019-05-13
- Added Pagination to ChannelList
- Standard pagination with Load More button (
LoadMorePaginator
) - Also includes a infinte scroll paginator (
InfiniteScrollPaginator
) - Important Because of this change we moved the channelquery logic to
ChannelList
this means you need to pass yourfilters
,sort
, andoptions
.
- Standard pagination with Load More button (
0.3.11 - 2019-04-23
MessageInput
andChannel
now accept the following propsmultipleUploads={false}
acceptedFiles={['image/*']}
maxNumberOfFiles={1}
0.3.10 - 2019-04-19
- Support for @mentions for @mention interactions
Channel
now accepts the following propsonMentionsHover={(event, user) => console.log(event, user)}
onMentionsClick={(event, user) => console.log(event, user)}