Skip to content

Releases: GetStream/stream-chat-react-native

v4.7.3

22 Jun 12:49
Compare
Choose a tag to compare

What's Changed

  • fix: mentions will work when Giphy is disabled by @santhoshvai in #1500
  • fix: fallback to video attachment when react-native-video or expo-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 and removeFile by @madsroskar in #1485

Full Changelog: v4.7.2...v4.7.3

v4.7.2

17 Jun 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.7.2

v4.7.1

15 Jun 15:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.7.1

v4.7.0

07 Jun 18:03
Compare
Choose a tag to compare

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

Full Changelog: v4.6.1...v4.7.0

v4.6.1

25 May 12:27
Compare
Choose a tag to compare

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

25 May 08:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.6.0

v4.5.0

17 May 10:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.5.0

v4.4.0

10 May 10:16
Compare
Choose a tag to compare

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

Full Changelog: v4.3.1...v4.4.0

v4.3.1

12 Apr 13:25
Compare
Choose a tag to compare

4.3.1 (2022-04-12)

Bug Fixes

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

04 Apr 12:33
Compare
Choose a tag to compare

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