Releases: GetStream/stream-chat-react-native
Releases · GetStream/stream-chat-react-native
v4.7.3
What's Changed
- fix: mentions will work when Giphy is disabled by @santhoshvai in #1500
- fix: fallback to video attachment when
react-native-video
orexpo-av
dependencies are not installed by @vanGalilea in #1510 - docs: deprecates all old docs links to new documentation by @vanGalilea in #1491
- docs: correct the parameter type for
removeImage
andremoveFile
by @madsroskar in #1485
Full Changelog: v4.7.2...v4.7.3
v4.7.2
What's Changed
- fix: remove error thrown in useMessageContext by @madsroskar in #1484
- docs: update notification template (push v2) by @madsroskar in #1486
Full Changelog: v4.7.1...v4.7.2
v4.7.1
What's Changed
- fix: improves error handling of the context consumer hooks [CRNS - 430] by @khushal87, @madsroskar, @vishalnarkhede and @vanGalilea in #1099
- fix: makes link preview component more consistent by @Enigma-I-am in #1387
- fix: fixes image type validation (upload config.) bug on iOS by @khushal87 in #1452
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- feat: adds full video support by @khushal87 in #1238 #1332
- feat: enables audio attachments by @khushal87 in #1413
- feat: exposes link url in onPress by @Enigma-I-am in #1412
- fix: correctly truncate channel name in useChannelPreviewDisplayName by @Enigma-I-am in #1371
- fix: smart gallery rendering while optimistically adding a message to list by @vishalnarkhede in #1407
- fix: add null check for the chat client when going to foreground in useIsOnline by @robrechtme in #1156
- fix: issue with the link text overflowing the reply view by @khushal87 in #1434
- fix: filePicker appearing issue on tapping the attachment picker icon after file is selected and fix types usage by @khushal87 in #1415
- fix: issues with video upload in expo from attachment picker and component displayname by @khushal87 in #1440
- docs: adds installation guide and packages to existing guide for video support by @khushal87 in #1409
![]() |
![]() |
New Contributors
- @robrechtme made their first contribution in #1156
Full Changelog: v4.6.1...v4.7.0
v4.6.1
What's Changed
- fix: borderRadius miscalculation introduced by v4.6.0 issue by @vanGalilea in #1404
Before | After |
![]() |
![]() |
Full Changelog: v4.6.0...v4.6.1
v4.6.0
What's Changed
- feat: allow video upload from image picker by @khushal87 in #1346
- feat: added support to customization of message content borderRadius by @Enigma-I-am in #1377
- fix: race condition when bottom-sheet is closed during keyboard show by @santhoshvai in #1386 #1179 #1283
- docs: add more details of v2 push template customisation and fix minor grammatical errors by @santhoshvai in #1382
- chore: rename master to main by @madsroskar in #1364
Full Changelog: v4.5.0...v4.6.0
v4.5.0
What's Changed
- feat: ability to add onPress handler for mentioned user names - Documentation link by @Enigma-I-am
- feat: validates file extension before uploading files by @Enigma-I-am in #1281
- fix: set border radius to 16 for giphy selector by @madsroskar in #1307
- fix: reanimated 2 installation links were broken by @santhoshvai in #1325
- fix: url without http/s opening issue by @khushal87 in #1311
- fix: the issue with undefined
updated_at
field within threads @Enigma-I-am in #1337
- docs: adds link to WhatsApp clone by @vanGalilea in #1349
- docs: adds channel background customization guide by @vanGalilea in #1361
- chore: update bug report and create feature request template issues by @vanGalilea in #1321
- chore: update version compability table by @madsroskar in #1363
Full Changelog: v4.3.1...v4.5.0
v4.4.0
What's Changed
- add theming support for the chevron icon in scroll to bottom button (2a4bc9a)
- docs: removes link to stream in readme title by @mrfifield in #1252
- fix: issue with release build due to react native [email protected] in SampleApp by @khushal87 in #1298
- fix: hidden icons due to wrong screenHeight value and remove handleHeight to fix fullscreen top padding in AttachmentPicker by @khushal87 in #1305
- docs: clarify push v2 background handling on docs and add push v2 to sample app by @santhoshvai in #1293
New Contributors
- @mrfifield made their first contribution in #1252
Full Changelog: v4.3.1...v4.4.0
v4.3.1
4.3.1 (2022-04-12)
Bug Fixes
- fixes the broken giphy "shuffle" behaviour (16f139a) @khushal87
- typescript for "giphyVersion" prop on
OverlayProvider
component (35c1c10) @khushal87
New Contributors
- @vanGalilea made their first contribution in #1271
Full Changelog: v4.3.0...v4.3.1
v4.3.0
4.3.0 (2022-04-04)
What's Changed
- fix: update yarn lock files in package and examples by @khushal87 in #1214
- feat: editing state header, reply state header and giphy input customization [CRNS - 535] by @khushal87 in #1208
- feat: open giphy in image viewer when pressed [CRNS - 540] by @khushal87 in #1217
- fix: avoid parsing a decimal number as a URL by @madsroskar in #1221
- fix: issues with opening old Giphy on ImageGallery by @khushal87 in #1224
- fix: handling the case of undefined updated_at on message by @vishalnarkhede in #1229
- fix: re-render ownCapabilitiesContext when channel capabilities are u… by @vishalnarkhede in #1230
- feat: add isAttachmentEqual props around memoization of custom properties [CRNS - 290] by @khushal87 in #1219
- fix: readme of expo messaging app did not have core/expo package installation steps by @santhoshvai in #1248
Full Changelog: v4.2.0...v4.3.0