Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
v8.3.1
What's Changed
- fix: update the stream-chat version to 9.13.0 by @khushal87 in #3182
Full Changelog: v8.3.0...v8.3.1
v8.3.0
What's Changed
- feat: add static and live locations support by @khushal87 in #3173
- fix: duplicate command injection issue when commands added in message by @khushal87 in #3179
Full Changelog: v8.2.0...v8.3.0
v8.2.0
What's Changed
- fix: add thread prop in channel component in channel screen to sync state by @khushal87 in #3170
- feat: add a way to override query channels by @isekovanic in #3176
Full Changelog: v8.1.1...v8.2.0
v8.1.1
What's Changed
- fix: remove docusaurus folder by @khushal87 in #3163
- fix: include size in response so that LLC can recognise media library uploads as file reference by @khushal87 in #3165
- fix: update pod lock files and yark lock and stream chat to 9.11.0 by @khushal87 in #3166
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
- feat: add reminders implementation by @khushal87 in #3141
- fix: channel preview message display in channel preview by @khushal87 in #3143
- fix: add missing translations export from the SDK by @khushal87 in #3146
- fix: unread underlay display for own messages by @khushal87 in #3145
- fix: add reaction button bg theme for filled and unfilled case by @khushal87 in #3147
- fix: add export for message composer api context by @khushal87 in #3153
- fix: thread messages not being autoscrolled on initial load by @isekovanic in #3158
Full Changelog: v8.0.0...v8.1.0
v7.2.2
What's Changed
- fix: add missing translations export from the SDK by @khushal87 in #3148
- fix: add reaction button bg theme for filled and unfilled case by @khushal87 in #3149
- fix: unread underlay display for own messages by @khushal87 in #3150
Full Changelog: v7.2.1...v7.2.2
v8.0.0
The migration guide for the changes for this release and can be referred to through this guide. π
The following are the important changes in this major release:
- Integration of the Message Composer to handle the message input, polls and attachment uploads state in the React Native SDK. To learn more about the message composer, read here.
- Starting this release, we have added support for Draft messages. To enable it to refer this guide.
- The emoji suggestions now receive the data from an external dependency
@emoji-mart/data
. To set it up in your application refer to this guide. - The commands UI is now added to the message input through a different setup. To enable it refer to the doc.