Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
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.
v7.2.1
v7.2.0
v7.1.2
v7.1.1
What's Changed
- fix: bump stream-chat version as a fix for type issues by @isekovanic in #3106
- perf: image gallery rendering improvements by @isekovanic in #3108
- fix: add filled and unfilled bg colour theme properties for ReactionListBottom by @khushal87 in #3100
Full Changelog: v7.1.0...v7.1.1
v7.1.0
v7.0.1
What's Changed
- chore: update yarn lock and podlock files with the latest major merge by @khushal87 in #3081
- fix: use useSyncExternalStore in the useStateStore hook by @khushal87 in #3084
- fix: prefer error screen over loading screen by @isekovanic in #3083
- fix: remounting specific attachments and jittery fast anims by @isekovanic in #3086
- perf: optimize channel ctx usage in message by @isekovanic in #3087
- fix: swipe to reply remounting by @isekovanic in #3088
- fix: takePhoto regression with incorrect file name and size for image by @khushal87 in #3089
- fix: issue with animating giphy on android with latest RN version by @khushal87 in #3092
- fix: guard against fetching appsettings many times by @isekovanic in #3095
Full Changelog: v7.0.0...v7.0.1