Releases: GetStream/stream-chat-react-native
v5.15.1
What's Changed
- fix: use ChannelPreviewMutedStatus prop in the ChannelList by @khushal87 in #2128
- chore: update yarn lock files for the project, packages and the sample apps by @khushal87 in #2136
- chore: upgrade react-native-document-picker to 9.0.1 and added related API changes by @khushal87 in #2137
- fix: upgrade ts messaging app according to upgrade helper by @khushal87 in #2144
- chore: upgrade yarn.lock file in package directory by @khushal87 in #2145
- fix: incorrect typing of getPhotos between expo and native by @santhoshvai in #2146
- feat: introduce expo-router to expo messaging app by @khushal87 in #2150
Full Changelog: v5.15.0...v5.15.1
v5.15.0
What's Changed
- feat: upgrading flatlist mvcp dep. by @vanGalilea in #2112
- fix: restore failed messages present in db by @santhoshvai in #2111
- fix: require of expo-document-picker version v11 by @andreaslydemann in #2100
- fix: expo optional dependencies import by @santhoshvai in #2118
- fix: reduce-unneeded-syncing by @vanGalilea in #2117
- chore: update gemfiles and do not show header in sampleApp by @santhoshvai in #2110
- chore: relax frozen lockfile requirements by @santhoshvai in #2116
- chore: cleanup and document event subscriptions in channel component by @santhoshvai in #1976
New Contributors
- @andreaslydemann made their first contribution in #2100
Full Changelog: v5.14.1...v5.15.0
v5.14.1
What's Changed
- fix: AutoCompleteInput setInputBoxRef typing by @vanGalilea in #2095
- fix: make ws connection more robust when user is not set yet by @vanGalilea in #2098
- docs: don't install a sepc.
react-native-quick-sqlite
version by @vanGalilea in #2091 - docs: adding sonar badge by @vanGalilea in #2096
- chore: updating bug report to contain more SDK/OS/device relevant info template by @vanGalilea in #2087
- chore: fixing broken android ci by @vanGalilea in #2089
Full Changelog: v5.14.0...v5.14.1
v5.14.0
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
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
v5.12.0
5.12.0 (2023-03-21)
Features
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
v5.11.1
v5.11.0
What's Changed
- fix: apply workaround for android ANR by @santhoshvai in #1964
- feat(build): add shared github action to install and build SDK by @santhoshvai in #1962
- fix(docs): broken internal link in translations context by @santhoshvai in #1961
Full Changelog: v5.10.0...v5.11.0