Skip to content

Releases: GetStream/stream-chat-react-native

v5.14.1

15 May 13:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.14.0...v5.14.1

v5.14.0

02 May 09:30
Compare
Choose a tag to compare

What's Changed

  • feat: customizable resizable cdn hosts by @vanGalilea in #2058
  • feat: enabling offline support with react-native-quick-sqlite v8 and removing support for v4 by @vanGalilea in #2067
  • fix: missing translation for pinned by by @mbezard in #2051
  • fix: useChannelContext's channel.state.pinnedMessages property is not up to date by @vanGalilea in #2054
  • fix: disable send button if enableOfflineSupport is on and images and files are not uploaded by @khushal87 in #2070
  • fix: upgrade stream-chat version to 8.6.0 to solve offline support update channel preview issue by @khushal87 in #2079
  • fix: remove return null check from OverlayProvider and Chat component by @khushal87 in #2039
  • chore(ExpoMessaging): upgrade expo and enable offline support by @vanGalilea in #2076
  • chore: update bug_report.md to include offline support info by @vanGalilea in #2082
  • chore: make sample app distribution check run on every PR by @santhoshvai in #2086
  • chore(sample-app): upgrade dependencies in sample app by @vanGalilea in #2081

New Contributors

Full Changelog: v5.13.0...v5.14.0

v5.13.0

13 Apr 09:40
Compare
Choose a tag to compare

What's Changed

  • feat: allow to use different i18n library by @santhoshvai in #2038

  • fix: do not skip initialisation when querying channels by @santhoshvai in #2034

  • fix: getPhotos doesn't work if you use android targetSdkVersion 33 by @santhoshvai in #2036

  • fix: pinning xcode version to 14.2 by @vanGalilea in #2045

  • fix: Xcode 14.3 (14E222b) Build Failed with React Native 0.70.7 by @jmajed in #2042

  • fix: offline support tests break randomly as they run parallel by default by @santhoshvai in #2046

  • fix: using Pressable over TouchableOpacity of gesture handle due to unreli… by @vanGalilea in #2052

  • docs: Improve performance guide with channel context usage warning by @vanGalilea in #2043

Important Changes

If your Android app is using targetSdkVersion of 33 or above. We expect that you are using React Native version 0.71 or above. Please enable the following permissions

New Contributors

Full Changelog: v5.12.1...v5.13.0

v5.12.1

31 Mar 15:28
Compare
Choose a tag to compare

5.12.1 (2023-03-31)

Bug Fixes

  • make takePhoto native handler compatible with latest expo versions (#2029) (6c447dd)
  • removing a reaction outside of the latest reactions causes to add it (#2028) (87cf045)

v5.12.0

21 Mar 09:40
Compare
Choose a tag to compare

5.12.0 (2023-03-21)

Features

  • add retry ability for image load failure (#2011) (3b5a315)

Bug Fixes

  • Add style prop to Bullet component (#2008) (59b4b64)
  • android list is inverted when custom flatlist style is used (#2016) (edabea1)
  • blank screen on offline support if user id is lazily set (#2003) (2cc2d4a)
  • eslint sort errors and mode cover in compressImage.ts of native-package (#2005) (107cfef)
  • scrollToFirstUnreadMessage was not working (#2020) (76f9ee3)(#2004) (973c21b)
  • listen to ios more photos selection in gallery (#1994) (2b47ee3)
  • misplaced date header, header/footer component in messageList on android 33 (#1977) (e0386be)
  • missing userSyncStatus db table upon clean install (#2001) (36eb866)
  • rendering the URL Preview for appropriate attachments in message list (2469075)
  • stop sending typing events when the event is not enabled on dashboard (#2014) (04c2206)

v5.11.2

17 Feb 10:53
Compare
Choose a tag to compare

5.11.2 (2023-02-17)

Bug Fixes

  • misplaced date header, header/footer component in messageList on android 33 (#1977) (#1978) (17908b1)

v5.11.1

14 Feb 16:59
Compare
Choose a tag to compare

5.11.1 (2023-02-14)

Bug Fixes

  • empty state component was falsely inverted (#1971) (14b667a)

v5.11.0

11 Feb 01:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.10.0...v5.11.0

v5.10.0

09 Feb 09:33
Compare
Choose a tag to compare

5.10.0 (2023-02-09)

Features

  • add prop for helping multiple channel list implementation (#1951) (e6f700c)

Bug Fixes

  • do not report invalid tlds as valid urls (#1950) (6917dcd)

v5.9.1

02 Feb 13:04
Compare
Choose a tag to compare

What's Changed

  • fix: users can receive/send messages after returning to the app from the background by @vanGalilea in #1943
  • fix: fixes clipboard detection on android when not installed by @vanGalilea in #1936
  • fix: typing issues in sample app by @santhoshvai in #1942
  • docs: remove unneeded stream-chat addition from v5 onwards by @vanGalilea in #1935

Full Changelog: v5.9.0...v5.9.1