Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
v5.39.2
What's Changed
- fix: native picker max images by @isekovanic in #2699
- fix: user online real time change by @isekovanic in #2705
- fix: load channel at the very end when messageId is undefined by @khushal87 in #2706
Full Changelog: v5.39.1...v5.39.2
v5.39.1
What's Changed
- fix: thread list documentation improvements by @isekovanic in #2692
- fix: expo refresh control and audio bugs by @isekovanic in #2695
- fix: own message custom theme bug by @isekovanic in #2696
Full Changelog: v5.39.0...v5.39.1
v5.39.0
What's Changed
- feat: threads v2 by @isekovanic in #2668
- fix: threads v2 minor improvements and docs fixes by @isekovanic in #2689
Full Changelog: v5.38.1...v5.39.0
v5.38.1
What's Changed
- fix: copy message action type for message actions by @khushal87 in #2679
- fix: issue with message.status in MessageTextContainer by @isekovanic in #2683
- fix: properly invert list manually android by @isekovanic in #2685
- fix: changing orientation attachment picker issues by @isekovanic in #2687
Full Changelog: v5.38.0...v5.38.1
v5.38.0
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
v5.36.2
v5.36.1
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
What's Changed
- fix: appSettings rerender issue in the ChatContext by @khushal87 in #2620
- feat: Implement SDK Size analysis on CI by @testableapple in #2612
- chore: vale lint issues by @khushal87 in #2623
- fix: android build failure for the expo app by @isekovanic in #2624
- fix: prettier doesn't work on docusaurus directory by @khushal87 in #2631
- fix: targeting message outside bounds by @isekovanic in #2630
- chore: enable rules of hooks for RN chat SDK by @isekovanic in #2626
- fix: inability to cancel file uploads by @isekovanic in #2632
- fix: memory leak during remount or user change by @isekovanic in #2639
New Contributors
- @testableapple made their first contribution in #2612
- @isekovanic made their first contribution in #2624
Full Changelog: v5.35.0...v5.36.0
v5.35.0
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:
- feat: make cameraroll library optional by @khushal87 in #2604
- fix: enable frozen channel message actions behaviour by @khushal87 in #2598
- fix: re render issue for message text around i18n by @khushal87 in #2607
- fix: make react-native-image-crop-picker optional by @khushal87 in #2603
- fix: message read state according to actual read count by @khushal87 in #2609
- fix: Theme color overrides durationText by @brunojacobss in #2613
- docs: add native image picker guide by @khushal87 in #2614
- Next Release by @khushal87 in #2616
New Contributors
- @brunojacobss made their first contribution in #2613
Full Changelog: v5.34.0...v5.35.0