Releases: GetStream/stream-chat-react-native
Releases Β· GetStream/stream-chat-react-native
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
v5.34.0
v5.33.1
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
v5.33.0
What's Changed
- feat: configure ReactionList reaction theme by @khushal87 in #2561
- fix: audio for the video muted when the silent mode is on for iOS by @khushal87 in #2564
- fix: upload image issue when clicking a photo using expo-image-picker on Expo 51 by @khushal87 in #2559
- fix: i18n in message rerender issue for MessageText component by @khushal87 in #2566
- fix: memoization issue for ReactionList count by @khushal87 in #2571
Full Changelog: v5.32.1...v5.33.0
v5.32.1
v5.32.0
Highlights
The main highlights of this release are:
- New Reactions implementation using the
reaction_groupsand show count along with Reaction in ReactionList. - Globally Override date format for the SDK using i18n translations so that you don't have to customize the components here and there.
- Better docs for expo installation and permissions setup so that you don't face any issues anymore.
What's Changed
- fix: empty message list UI and scrolling issue by @khushal87 in #2533
- fix: add expo-clipboard to peer deps of expo-package by @khushal87 in #2537
- fix: Correct Japanese translation by @toshisugimo in #2540
- fix: example app TS issue and icons props issue by @khushal87 in #2544
- fix: derive reaction list from reaction_groups and show reaction count while maintaining the order by @khushal87 in #2523
- fix: permissions issue on expo sample app on iOS and add docs for the same by @khushal87 in #2546
- feat: use queryReactions to fetch and show reactions in OverlayReactions. by @khushal87 in #2532
- fix: message edited label edited time stamp by @khushal87 in #2547
- fix: store message_text_updated_at field in the offline DB by @khushal87 in #2548
- fix: use i18n-parser for build-translations and improve related scripts by @khushal87 in #2553
- feat: global date time formatting through i18n by @khushal87 in #2552
New Contributors
- @toshisugimo made their first contribution in #2540
Full Changelog: v5.31.1...v5.32.0
v5.31.1
What's Changed
- fix: add back formattedDate prop to MessageFooter by @khushal87 in #2528
Full Changelog: v5.31.0...v5.31.1