Skip to content

Releases: GetStream/stream-chat-react-native

v5.39.0

25 Sep 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.38.1...v5.39.0

v5.38.1

25 Sep 10:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.38.0...v5.38.1

v5.38.0

18 Sep 13:24
Compare
Choose a tag to compare

What's Changed

  • fix: avoid prepending http before native supported url schemes by @isekovanic in #2661
  • fix: bad memoisation in window, screen dimension listener hooks by @santhoshvai in #2664
  • feat: add create chat client hook for easy usage by @khushal87 in #2660
  • fix: bump fastlane plugin version by @testableapple in #2665
  • fix: add theme properties for EmptyStateIndicator for message list by @khushal87 in #2667
  • fix: pagination typescript errors and db synchronization bugs by @isekovanic in #2669
  • fix: bump max tolerance for sdk size analysis by @testableapple in #2674
  • fix: remove nin and ne operator usage in the SDK and the sample app by @khushal87 in #2672
  • fix: request image access permissions for iOS only for native image picking by @khushal87 in #2677
  • fix: properly resolve sendMessage during memoization by @isekovanic in #2675
  • fix: deprecate messageReactions prop and use isMessageActionsVisible instead for messageActions by @khushal87 in #2676

Full Changelog: v5.37.0...v5.38.0

v5.37.0

10 Sep 09:27
Compare
Choose a tag to compare

5.37.0 (2024-09-10)

Features

v5.36.2

09 Sep 15:40
Compare
Choose a tag to compare

5.36.2 (2024-09-09)

Bug Fixes

  • issue with loading app settings when the connectUser is not called on app (#2654) (9421a33)
  • unable to upload file due to special characters in the file name (#2656) (c2dacb2)

v5.36.1

04 Sep 12:38
Compare
Choose a tag to compare

What's Changed

  • fix: add moment-timezone as a dependency to the app by @isekovanic in #2642
  • fix: wrong path in gh workflow for SampleApp by @isekovanic in #2643
  • fix: overlay provider crash issue due to bug in bottom sheet by @khushal87 in #2644
  • fix: loading skeleton in the Channel List unnecessary display by @khushal87 in #2645
  • fix: multiple image upload issue using native image picker and generic improvements for upload by @khushal87 in #2638
  • fix: upgrade firebase versions to fix crash by @isekovanic in #2646
  • fix: audio recording variety bugs by @isekovanic in #2648
  • docs: add Deep Linking guide for the chat SDK by @khushal87 in #2651
  • fix: change Block user action to Ban user action and UI cookbook for blocking users by @khushal87 in #2649

Full Changelog: v5.36.0...v5.36.1

v5.36.0

29 Aug 09:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.35.0...v5.36.0

v5.35.0

19 Aug 05:36
Compare
Choose a tag to compare

What's Changed

The release is meant to make the cameraroll optional according to new Android policies but doesn't stop integrators from using the media library/cameraroll if they want to. As an alternative, they can use a native image picker if they choose to use it for picking images from the gallery by installing react-native-image-picker/expo-image-picker and uninstalling the @react-native-camera-roll/camera-roll/expo-image-picker.

Changes:

New Contributors

Full Changelog: v5.34.0...v5.35.0

v5.34.0

29 Jul 11:16
Compare
Choose a tag to compare

5.34.0 (2024-07-29)

Features

  • add timezone option to Streami18n instance using moment-timezone (#2595) (a7387a2)

Bug Fixes

  • card play icon theme and dark mode appearance (#2593) (1eb12c4)
  • delete message action UI and resend icon (#2597) (6cd283b)
  • do not show reactions bubble on deleted message (#2594) (ef677b8)
  • upgrade react-native-video to a stable version 6.4.2 from the previously beta version (#2601) (9f03aa4)

v5.33.1

08 Jul 16:56
Compare
Choose a tag to compare

What's Changed

  • fix: add expo 51 support for expo messaging app. by @khushal87 in #2574
  • fix: add copy and flag message action handler to actionHandlers by @khushal87 in #2573
  • fix: show parent thread message on navigation through message action if its empty by @khushal87 in #2577
  • fix: add borderRadius theme property for Gallery image by @khushal87 in #2580
  • fix: thread reaction list rerender and add prop to enable/disable press on parent message by @khushal87 in #2575
  • fix: channel preview update on new message when coming from BG to FG by @khushal87 in #2585

Full Changelog: v5.33.0...v5.33.1