Releases: RocketChat/Rocket.Chat.ReactNative
Releases · RocketChat/Rocket.Chat.ReactNative
Version: 4.48.0
What's Changed
- feat: WatchOS app by @djorkaeffalexandre in #5476
- feat: mobile color normalization by @GleidsonDaniel in #5616
- feat: copy username on long press in user info screen by @jsathu07 in #5633
- feat: change default browser label by @GleidsonDaniel in #5651
- feat: add Czech translation by @GleidsonDaniel in #5658
- feat: add force-logout stream listener by @GleidsonDaniel in #5643
- feat: save ThreadMessagesView filter preferences on mmkv by @GleidsonDaniel in #5653
- fix: explicitly check the type of
Accounts_AllowUserStatusMessageChange
by @GleidsonDaniel in #5642 - fix: ShareView and loading of image/videos colors by @GleidsonDaniel in #5664
- fix: explicitly check the type of
Message_AllowEditing
by @GleidsonDaniel in #5659 - fix: add checks to draft auto save by @GleidsonDaniel in #5639
- chore: Bump version to 4.48.0 by @diegolmello in #5631
- chore: Merge 4.48.0 into master by @diegolmello in #5671
Full Changelog: 4.47.2...4.48.0
Version: 4.48.0-rc.0
What's Changed
- feat: WatchOS app by @djorkaeffalexandre in #5476
- feat: mobile color normalization by @GleidsonDaniel in #5616
- feat: copy username on long press in user info screen by @jsathu07 in #5633
- feat: change default browser label by @GleidsonDaniel in #5651
- feat: add Czech translation by @GleidsonDaniel in #5658
- feat: Encrypt file descriptions on E2EE rooms by @diegolmello in #5599
- feat: add force-logout stream listener by @GleidsonDaniel in #5643
- feat: save ThreadMessagesView filter preferences on mmkv by @GleidsonDaniel in #5653
- fix: explicitly check the type of
Accounts_AllowUserStatusMessageChange
by @GleidsonDaniel in #5642 - fix: Backwards compatibility on file upload by @diegolmello in #5663
- fix: ShareView and loading of image/videos colors by @GleidsonDaniel in #5664
- fix: explicitly check the type of
Message_AllowEditing
by @GleidsonDaniel in #5659 - fix: add checks to draft auto save by @GleidsonDaniel in #5639
- chore: Bump version to 4.48.0 by @diegolmello in #5631
Full Changelog: 4.47.2...4.48.0-rc.0
Version: 4.47.2
What's Changed
- Revert "fix: commonmark code_block" by @diegolmello in #5627
- chore: Set version to 4.47.2 by @diegolmello in #5628
Full Changelog: 4.47.1...4.47.2
Version: 4.47.1
What's Changed
- regression: use correct parameters on upload image on profile view by @GleidsonDaniel in #5620
- regression: disable notifiee handler on ios devices by @GleidsonDaniel in #5619
- chore: migrate several class-based components to functional components by @jsathu07 in #5584
- chore: Set version to 4.47.1 by @diegolmello in #5622
Full Changelog: 4.47.0...4.47.1
Version: 4.47.0
What's Changed
- feat: New message composer by @diegolmello and @GleidsonDaniel in #5205 #5514 #5523 #5515 #5555 #5573 #5595 #5553 #5556 #5516 #5572
- feat: mobile troubleshoot notifications by @reinaldonetof in #5330
- feat: haptics feedback in app notification by @reinaldonetof in #5507
- feat: play audio in sequence by @reinaldonetof in #5526
- feat: add take a photo button in profile by @Amitlpu-840 in #5524
- feat: button to refresh cloud data on support window expired screen by @diegolmello in #5528
- feat: add support for tasks and unordered list markdown by @imf-ali in #5057
- feat: add search emoji by substring by @Lao-Ax in #5585
- feat: improve login error message by @GleidsonDaniel in #5594
- feat: show toast msg in members view if direct msg is not allowed by @jsathu07 in #5410
- feat: display language icon for auto translated msgs by @jsathu07 in #5398
- fix: room actions header not using i18n by @diegolmello in #5510
- fix: remove blocks when updating an old message by @reinaldonetof in #5522
- fix: Disconnect from server when on expired support window screen by @diegolmello in #5529
- fix: add alignSelf style for Android to prevent text from getting cut off by @GleidsonDaniel in #5571
- fix: add a style to prevent Android from breaking when rendering a katex via webview by @GleidsonDaniel in #5570
- fix: commonmark code_block by @reinaldonetof in #5531
- fix: fix unread count on Header and roomListView by @GleidsonDaniel in #5588
- fix: the download's key for files with the same filename by @reinaldonetof in #5534
- fix: floating promises and fork usage on login saga by @diegolmello in #5589
- fix:
message.md
not getting cleaned up correctly by @diegolmello in #5606 - fix: request room e2ee key not working properly by @diegolmello in #5607
- regression: open self profile from messages by @reinaldonetof in #5554
- regression: validate that the login error value is actually a string by @GleidsonDaniel in #5602
- test: correction and improvement of unit tests in CI by @GleidsonDaniel in #5591
- chore: Bump version to 4.47.0 by @diegolmello in #5513
- chore: improve encrypted button on create discussion view by @SanjaySargam in #5466
- chore: Use Xcode 15.2.0 on CI by @diegolmello in #5532
- chore: update totp copy by @GleidsonDaniel in #5579
- chore: apply alignSelf style only on LastMessage by @GleidsonDaniel in #5580
- chore: add a script to organize translations by @GleidsonDaniel in #5586
- chore: update notification troubleshoot page copy by @GleidsonDaniel in #5603
- chore: sort translation keys alphabetically ignoring case by @GleidsonDaniel in #5612
- chore(Android): Update CircleCI images by @diegolmello in #5587
New Contributors
- @imf-ali made their first contribution in #5057
- @Lao-Ax made their first contribution in #5585
- @jsathu07 made their first contribution in #5410
Full Changelog: 4.46.1...4.47.0
Version: 4.47.0-rc.1
What's Changed
- feat: mobile troubleshoot notifications by @reinaldonetof in #5330
- feat: add search emoji by substring by @Lao-Ax in #5585
- feat: improve login error message by @GleidsonDaniel in #5594
- feat: show toast msg in members view if direct msg is not allowed by @jsathu07 in #5410
- feat: display language icon for auto translated msgs by @jsathu07 in #5398
- fix: commonmark code_block by @reinaldonetof in #5531
- fix: fix unread count on Header and roomListView by @GleidsonDaniel in #5588
- fix: the download's key for files with the same filename by @reinaldonetof in #5534
- fix: floating promises and fork usage on login saga by @diegolmello in #5589
- fix: empty draft when the message is sent by @GleidsonDaniel in #5595
- regression: validate that the login error value is actually a string by @GleidsonDaniel in #5602
- chore: add a script to organize translations by @GleidsonDaniel in #5586
- chore(Android): Update CircleCI images by @diegolmello in #5587
- chore: update notification troubleshoot page copy by @GleidsonDaniel in #5603
- test: correction and improvement of unit tests in CI by @GleidsonDaniel in #5591
New Contributors
Full Changelog: 4.47.0-rc.0...4.47.0-rc.1
Version: 4.47.0-rc.0
What's Changed
- feat: New message composer by @diegolmello in #5205
- feat: Send native calculated keyboard and tracking view height to TS by @diegolmello in #5514
- feat: Haptics feedback in app notification by @reinaldonetof in #5507
- feat: Better composer height calculation by @diegolmello in #5523
- feat: Audio recording permission handling in MicOrSendButton component by @GleidsonDaniel in #5515
- feat: Add take a photo button in profile by @Amitlpu-840 in #5524
- feat: Button to refresh cloud data on support window expired screen by @diegolmello in #5528
- feat: Add draft and quote on shareview support by @GleidsonDaniel in #5540
- feat: Add support for tasks and unordered list markdown by @imf-ali in #5057
- feat: Play audio in sequence by @reinaldonetof in #5526
- fix: Room actions header not using i18n by @diegolmello in #5510
- fix: Remove blocks when updating an old message by @reinaldonetof in #5522
- fix: Disconnect from server when on expired support window screen by @diegolmello in #5529
- fix: NavBottomFAB position by @diegolmello in #5555
- fix: Add alignSelf style for Android to prevent text from getting cut off by @GleidsonDaniel in #5571
- fix: Fixes the behavior of the
alsoSendThreadToChannel
property by @GleidsonDaniel in #5573 - fix: Add a style to prevent Android from breaking when rendering a katex via webview by @GleidsonDaniel in #5570
- regression: Open self profile from messages by @reinaldonetof in #5554
- tests: Add draft e2e tests by @GleidsonDaniel in #5553
- tests: Message composer unit tests by @diegolmello in #5556
- chore: Bump version to 4.47.0 by @diegolmello in #5513
- chore: Adds scroll when a new quote is added to the list by @GleidsonDaniel in #5516
- chore: Improve encrypted button on create discussion view by @SanjaySargam in #5466
- chore: Use Xcode 15.2.0 on CI by @diegolmello in #5532
- chore: Remove todo's related to actions by @GleidsonDaniel in #5572
- chore: Update totp copy by @GleidsonDaniel in #5579
- chore: Apply alignSelf style only on LastMessage by @GleidsonDaniel in #5580
New Contributors
Full Changelog: 4.46.0-rc.0...4.47.0-rc.0
Version: 4.46.1
What's Changed
- feat: button to refresh cloud data on support window expired screen by @diegolmello in #5528
- fix: Disconnect from server when on expired support window screen by @diegolmello in #5529
Full Changelog: 4.46.0...4.46.1
Version: 4.46.0
What's Changed
- feat: add user authentication cookies to JitsiMeetView by @GleidsonDaniel in #5458
- feat: add a focus state to audio player by @reinaldonetof in #5491
- fix: avoid logging error when cancelling the picker by @reinaldonetof in #5477
- fix: update the user's email when changed by @reinaldonetof in #5485
- fix: patch setCategories to add support for multiple categories by @GleidsonDaniel in #5490
- fix: enable video call ringer only for direct messages by @GleidsonDaniel in #5472
- fix: when searching and then closing search then title Threads or Discussions is not aligned in center by @SanjaySargam in #5471
- fix: an image link was reaching the maximum regex stack depth by @reinaldonetof in #5495
- fix: remove blur from attachments by @reinaldonetof in #5475
- fix: Error when non-support setting change is received via stream by @GopalVerma1303 in #5487
- fix: iOS upload a file with gif and heic format by @reinaldonetof in #5457
- chore: Bump version to 4.46.0 by @diegolmello in #5484
- chore: update fastlane to 2.219.0 by @diegolmello in #5494
- chore: close Filter DropDown in Threads after select an option by @SanjaySargam in #5463
- chore: update react-native-screens from 3.13.1 to 3.29.0 by @GleidsonDaniel in #5506
- chore: add no clear flag to video conf android notification by @GleidsonDaniel in #5508
- chore: Merge 4.46.0 into master by @diegolmello in #5511
- regression: navigate to other rooms tapping at message by @reinaldonetof in #5488
New Contributors
- @GopalVerma1303 made their first contribution in #5487
Full Changelog: 4.45.0...4.46.0
Version: 4.46.0-rc.0
What's Changed
- feat: add user authentication cookies to JitsiMeetView by @GleidsonDaniel in #5458
- feat: add a focus state to audio player by @reinaldonetof in #5491
- fix: avoid logging error when cancelling the picker by @reinaldonetof in #5477
- fix: update the user's email when changed by @reinaldonetof in #5485
- fix: patch setCategories to add support for multiple categories by @GleidsonDaniel in #5490
- fix: enable video call ringer only for direct messages by @GleidsonDaniel in #5472
- fix: when searching and then closing search then title Threads or Discussions is not aligned in center by @SanjaySargam in #5471
- fix: an image link was reaching the maximum regex stack depth by @reinaldonetof in #5495
- fix: remove blur from attachments by @reinaldonetof in #5475
- fix: Error when non-support setting change is received via stream by @GopalVerma1303 in #5487
- fix: iOS upload a file with gif and heic format by @reinaldonetof in #5457
- chore: close Filter DropDown in Threads after select an option by @SanjaySargam in #5463
- chore: update react-native-screens from 3.13.1 to 3.29.0 by @GleidsonDaniel in #5506
- chore: add no clear flag to video conf android notification by @GleidsonDaniel in #5508
- chore: Bump version to 4.46.0 by @diegolmello in #5484
- chore: update fastlane to 2.219.0 by @diegolmello in #5494
- regression: navigate to other rooms tapping at message by @reinaldonetof in #5488
New Contributors
- @GopalVerma1303 made their first contribution in #5487
Full Changelog: 4.45.0...4.46.0-rc.0