Skip to content

Releases: RocketChat/Rocket.Chat.ReactNative

Version: 4.15.0

15 Mar 18:27
f5b013f

Choose a tag to compare

📄 Release notes

  • [IMPROVEMENT] Deleted thread reply redirects to thread (#2840)
  • [IMPROVEMENT] Check for focused rooms on in-app notifications (#2857)
  • [IMPROVEMENT] Remove lodash.isEqual (#2893)
  • [FIX] Messagebox's placeholder color is too bright (#2968)
  • [FIX] Deep linking and other connectivity issues (#2894)
  • [FIX] Cannot read property 'some' of undefined on hasPermission (#2966)
  • [FIX] Share extension not working correctly on Official app (#2963)
  • [FIX] Reactions modal's backdrop color too light (#2949)
  • [FIX] Support chats order for older versions of the server (#2934)
  • [FIX] Limit new message list query size to 50 (#2947)
  • [FIX] Use List.Separator in all places (#2931)
  • [FIX] System message of e2e encryption is missing (#2888)
  • [FIX] Temp message ignoring real name (#2919)
  • [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909)
  • [FIX] RightButtonsContainer re-render check not returning default value (#2899)
  • [FIX] Can't copy or edit media's description (#2885)
  • [FIX] DM rooms show typing status from last group room (#2878)
  • [FIX] Thread showing typing indicator from main room (#2869)
  • [FIX] Temp attachment files not being flushed after saved to gallery (#2871)
  • [FIX] Support Jitsi_URL_Room_Hash (#2905)
  • [FIX] Webview not falling back to default auth challenge when no cert is provided (#2918)
  • [FIX] Reply component sending unused prop to Description (#2900)
  • [FIX] Real name setting ignored on reply preview (#2908)
  • [FIX] App compressing videos on iOS (#2915)
  • [FIX] Breadcrumbs exceeding characters limit (#2862)
  • [FIX] Real name being ignored in SearchMessagesView (#2838)
  • [I18N] Add missing Russian strings (#2946)
  • [CHORE] Use shortcut syntax for get collections (#2932)
  • [CHORE] Add hold step for ios and android build experimental (#2943)
  • [CHORE] Add permissions to Redux (#2914)
  • [CHORE] Remove InteractionManager blocks (#2906)
  • [CHORE] Update iOS profiles for Experimental app (#2933)
  • [CHORE] BackdropOpacity based on themes (#2863)
  • [CHORE] Remove unnecessary share reducer calls (#2861)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.15.0-rc.0

09 Mar 12:24
a56dade

Choose a tag to compare

Version: 4.15.0-rc.0 Pre-release
Pre-release

📄 Release notes

  • [IMPROVEMENT] Deleted thread reply redirects to thread (#2840)
  • [IMPROVEMENT] Check for focused rooms on in-app notifications (#2857)
  • [IMPROVEMENT] Remove lodash.isEqual (#2893)
  • [FIX] Messagebox's placeholder color is too bright (#2968)
  • [FIX] Deep linking and other connectivity issues (#2894)
  • [FIX] Cannot read property 'some' of undefined on hasPermission (#2966)
  • [FIX] Share extension not working correctly on Official app (#2963)
  • [FIX] Reactions modal's backdrop color too light (#2949)
  • [FIX] Support chats order for older versions of the server (#2934)
  • [FIX] Limit new message list query size to 50 (#2947)
  • [FIX] Use List.Separator in all places (#2931)
  • [FIX] System message of e2e encryption is missing (#2888)
  • [FIX] Temp message ignoring real name (#2919)
  • [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909)
  • [FIX] RightButtonsContainer re-render check not returning default value (#2899)
  • [FIX] Can't copy or edit media's description (#2885)
  • [FIX] DM rooms show typing status from last group room (#2878)
  • [FIX] Thread showing typing indicator from main room (#2869)
  • [FIX] Temp attachment files not being flushed after saved to gallery (#2871)
  • [FIX] Support Jitsi_URL_Room_Hash (#2905)
  • [FIX] Webview not falling back to default auth challenge when no cert is provided (#2918)
  • [FIX] Reply component sending unused prop to Description (#2900)
  • [FIX] Real name setting ignored on reply preview (#2908)
  • [FIX] App compressing videos on iOS (#2915)
  • [FIX] Breadcrumbs exceeding characters limit (#2862)
  • [FIX] Real name being ignored in SearchMessagesView (#2838)
  • [I18N] Add missing Russian strings (#2946)
  • [CHORE] Use shortcut syntax for get collections (#2932)
  • [CHORE] Add hold step for ios and android build experimental (#2943)
  • [CHORE] Add permissions to Redux (#2914)
  • [CHORE] Remove InteractionManager blocks (#2906)
  • [CHORE] Update iOS profiles for Experimental app (#2933)
  • [CHORE] BackdropOpacity based on themes (#2863)
  • [CHORE] Remove unnecessary share reducer calls (#2861)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.14.1

10 Feb 14:29
197b78e

Choose a tag to compare

📄 Release notes

  • [FIX] Logout from other locations not prompting confirmation option (#2854)
  • [FIX] Share extension memory issues on iOS (#2845)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.14.0

25 Jan 16:50
295a340

Choose a tag to compare

📄 Release notes

  • [NEW] Encrypted Discussions (#2813)
  • [IMPROVEMENT] Threads layout tweaks (#2686)
  • [FIX] Wrong username on push notifications (#2825)
  • [FIX] App Store using Experimental's app id (#2826)
  • [FIX] Wrong styling on E2E encryption banner (#2767)
  • [FIX] Server version becoming null on server change (#2821)
  • [FIX] Lint on #2793 (#2818)
  • [FIX] Spotlight returning duplicated entries (#2805)
  • [FIX] Workspace input without i18n (#2689)
  • [FIX] Back button closing activity when on root stack screen (#2804)
  • [FIX] Messagebox tracking lost on pop gesture navigation (#2799)
  • [FIX] Share Extension hitting memory limit on iOS (#2788)
  • [FIX] Rooms list not being updated on some cases (#2765)
  • [FIX] ServerDropdown flashing bigger server icon (#2775)
  • [FIX] Server autocomplete text breaking line (#2774)
  • [FIX] Messagebox missing style for text color (#2786)
  • [DOCS] Updated Quick Start docs link in e2e/readme (#2802)
  • [CHORE] Refactor ServerItem (#2778)
  • [CHORE] Remove some migrations (#2792)
  • [I18N] Add missing italian strings (#2817)
  • [I18N] Add Turkish (#2793)
  • [I18N] Update arabic (#2696)
  • [I18N] Add missing german strings (#2820)
  • [I18N] Add missing German strings (#2715)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.14.0-rc.1

21 Jan 21:24
bd09cd3

Choose a tag to compare

Version: 4.14.0-rc.1 Pre-release
Pre-release

📄 Release notes

  • [NEW] Encrypted Discussions (#2813)
  • [IMPROVEMENT] Threads layout tweaks (#2686)
  • [FIX] Wrong styling on E2E encryption banner (#2767)
  • [FIX] Server version becoming null on server change (#2821)
  • [FIX] Lint on #2793 (#2818)
  • [FIX] Spotlight returning duplicated entries (#2805)
  • [FIX] Workspace input without i18n (#2689)
  • [FIX] Back button closing activity when on root stack screen (#2804)
  • [FIX] Messagebox tracking lost on pop gesture navigation (#2799)
  • [FIX] Share Extension hitting memory limit on iOS (#2788)
  • [FIX] Rooms list not being updated on some cases (#2765)
  • [FIX] ServerDropdown flashing bigger server icon (#2775)
  • [FIX] Server autocomplete text breaking line (#2774)
  • [FIX] Messagebox missing style for text color (#2786)
  • [DOCS] Updated Quick Start docs link in e2e/readme (#2802)
  • [CHORE] Refactor ServerItem (#2778)
  • [CHORE] Remove some migrations (#2792)
  • [I18N] Add missing italian strings (#2817)
  • [I18N] Add Turkish (#2793)
  • [I18N] Update arabic (#2696)
  • [I18N] Add missing german strings (#2820)
  • [I18N] Add missing German strings (#2715)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.13.1

07 Jan 13:55
3b9839b

Choose a tag to compare

📄 Release notes

  • [FIX] Pods lost on Official target (#2764)
  • [FIX] Channels list not following the same sorting logic from web client (#2763)
  • [FIX] Jitsi notification delay (#2668)
  • [FIX] Generate Jitsi access token when making a call (#2694)
  • [FIX] Unable to save attachment on iOS (#2743)
  • [REGRESSION] Multiple uploads not working on iOS (#2738)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.13.0

22 Dec 17:10
12bb23a

Choose a tag to compare

📄 Release notes

  • [NEW] Support RTL (#2656)
  • [NEW] Channel actions (#2644)
  • [NEW] Support client certificates for SSL (two-way authentication) (Android) (#2624)
  • [IMPROVEMENT] Ease white labelling for Android (#2685)
  • [IMPROVEMENT] Add username on status messages (#2553)
  • [IMPROVEMENT] Match background and text mention colors (#2723)
  • [IMPROVEMENT] Use class variable instead of state for List's animated (#2718)
  • [CHORE] Build official apps on CI (#2701)
  • [CHORE] Force normalized params for 2FA (#2683)
  • [CHORE] Rename Experimental iOS lane (#2717)
  • [REGRESSION] Re-enable Jitsi Chat (#2687)
  • [FIX] Empty space on Messagebox (#2704)
  • [FIX] Chats order (#2688)
  • [FIX] Filenames are incorrect in non-latin alphabets on upload (#2671)
  • [FIX] App not prompting join code for password protected channels (#2514)
  • [FIX] Light theme not working on Android with Dark Theme set (#2675)
  • [FIX] Thread message flickering while thread parent isn't found (#2676)
  • [FIX] Messages overlapping and emoji keyboard not opening (#2670)
  • [FIX] Initial users' status is not fetched (#2664)
  • [FIX] Update Loading logo (#2658)
  • [FIX] Share extension and save image not working on Android 10 (#2651)
  • [FIX] Yarn android scripts (#2716)
  • [FIX] Bottom sheet being hidden sometimes (#2722)
  • [FIX] App freezing if Markdown preview contains sequential empty spaces (#2726)
  • [FIX] Official app without sharedUserId (#2734)
  • [i18n] Update fr (#2705)
  • [i18n] Update fr (#2697)
  • [i18n] Add missing zh_TW and zh_CN strings (#2680)
  • [i18n] Add Arabic (#2537)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.13.0-rc.0

14 Dec 18:38
5d4e820

Choose a tag to compare

Version: 4.13.0-rc.0 Pre-release
Pre-release

📄 Release notes

  • [NEW] Support RTL (#2656)
  • [NEW] Channel actions (#2644)
  • [NEW] Support client certificates for SSL (two-way authentication) (Android) (#2624)
  • [IMPROVEMENT] Ease white labelling for Android (#2685)
  • [IMPROVEMENT] Add username on status messages (#2553)
  • [CHORE] Build official apps on CI (#2701)
  • [CHORE] Force normalized params for 2FA (#2683)
  • [REGRESSION] Re-enable Jitsi Chat (#2687)
  • [FIX] Empty space on Messagebox (#2704)
  • [FIX] Chats order (#2688)
  • [FIX] Filenames are incorrect in non-latin alphabets on upload (#2671)
  • [FIX] App not prompting join code for password protected channels (#2514)
  • [FIX] Light theme not working on Android with Dark Theme set (#2675)
  • [FIX] Thread message flickering while thread parent isn't found (#2676)
  • [FIX] Messages overlapping and emoji keyboard not opening (#2670)
  • [FIX] Initial users' status is not fetched (#2664)
  • [FIX] Update Loading logo (#2658)
  • [FIX] Share extension and save image not working on Android 10 (#2651)
  • [i18n] Update fr (#2705)
  • [i18n] Update fr (#2697)
  • [i18n] Add missing zh_TW and zh_CN strings (#2680)
  • [i18n] Add Arabic (#2537)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.12.1

16 Nov 14:33
5cc0856

Choose a tag to compare

📄 Release notes

  • [FIX] Jitsi users unable to unmute (#2623)
  • [FIX] Connect a null server (#2639)
  • [FIX] Model columns misplaced (#2640)
  • [FIX] Whitelabel unable to find package name (#2626)
  • [FIX] Minor room header issues (#2630)
  • [FIX] Threads not being updated and other related issues (#2636)
  • [FIX] Notification stream throwing an error when there isn't a message on payload (#2637)
  • [i18n] Add missing German strings (#2619)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️

Version: 4.12.1-rc.0

13 Nov 13:20
079d239

Choose a tag to compare

Version: 4.12.1-rc.0 Pre-release
Pre-release

📄 Release notes

  • [FIX] Jitsi users unable to unmute (#2623)
  • [FIX] Connect a null server (#2639)
  • [FIX] Model columns misplaced (#2640)
  • [FIX] Whitelabel unable to find package name (#2626)
  • [FIX] Minor room header issues (#2630)
  • [FIX] Threads not being updated and other related issues (#2636)
  • [FIX] Notification stream throwing an error when there isn't a message on payload (#2637)
  • [i18n] Add missing German strings (#2619)

👩‍💻👨‍💻 Contributors

Thank you all for making this release happen! ❤️