Releases: RocketChat/Rocket.Chat.ReactNative
Releases · RocketChat/Rocket.Chat.ReactNative
Version: 4.57.0
What's Changed
- fix: android navigation bar color is not displaying correctly by @OtavioStasiak in #5928
- fix: hide autocomplete on send button press by @Rohit3523 in #6034
- fix: announcement banner closing issue and visibility in hidden thread channels by @Rohit3523 in #6032
- fix: Discussion tests failing by @OtavioStasiak in #6102
- chore(a11y): TwoFactor by @OtavioStasiak in #6048
- chore(a11y): CreateChannelView by @OtavioStasiak in #6014
- chore(a11y): DeleteAccountActionSheetContent by @OtavioStasiak in #6047
- chore(a11y): RoomInfoEditView by @OtavioStasiak in #6023
- chore: Fix unit tests snapshot by @diegolmello in #6088
- chore(a11y): StatusView by @OtavioStasiak in #6009
- chore(a11y): ChangeAvatarView by @OtavioStasiak in #5950
- chore(a11y): E2EEnterYourPasswordView by @OtavioStasiak in #6010
- chore(a11y): CreateDiscussionView by @OtavioStasiak in #6013
- chore: Use @rocket.chat/message-parser instead of Commonmark by @OtavioStasiak in #6080
- chore: Merge 4.57.0 into master by @diegolmello in #6107
- i18n: correct translation for "thread" in Dutch by @Rohit3523 in #6064
- docs: update contribution guidelines by @Rohit3523 in #6028
Full Changelog: 4.56.1...4.57.0
Version: 4.56.1
What's Changed
- fix: Apple Watch app not working with SSL Client Certificate in some cases by @diegolmello in #6077
- chore: Merge 4.56.1 into master by @diegolmello in #6082
Note: This is an iOS only release.
Full Changelog: 4.56.0...4.56.1
Version: 4.56.0
What's Changed
- feat: Async E2EE keys exchange by @diegolmello in #5995
- feat: Support API_Embed setting by @diegolmello in #6070
- fix: two factor resend mail and added a toast by @OtavioStasiak in #6044
- chore: Legal button on SettingsView by @OtavioStasiak in #6053
- chore(a11y): ReportUserView by @OtavioStasiak in #6017
- chore: Bump version to 4.56.0 by @diegolmello in #6039
- chore: Merge 4.56.0 into master by @diegolmello in #6072
Full Changelog: 4.55.0...4.56.0
Version: 4.55.0
What's Changed
- fix: Add workspace requiring extra tap to connect by @Rohit3523 in #6026
- fix: URL missing image preview by @OtavioStasiak in #5974
- fix: Keyboard emoji select position by @OtavioStasiak in #5983
- fix: Improve Toast text contrast based on theme by @Rohit3523 in #5976
- fix: Prevent DM name editing in mobile client by @Rohit3523 in #5975
- fix: Display username when member name is missing in members list by @Rohit3523 in #5986
- fix: Login returning 401 without old messages by @diegolmello in #5985
- fix: Logout only if 401 by @diegolmello in #6008
- regression: Missing delete channel permission on team channels by @OtavioStasiak in #5973
- regression: "Apply your certificate" is hidden when adding a new workspace by @OtavioStasiak in #5972
- regression: Wrong usage of db batch by @diegolmello in #5997
- chore: Added pagination on sync.messages by @OtavioStasiak in #5992
- chore: Upgrade WatermelonDB to 0.27.1 by @diegolmello in #5865
- chore: Use array instead of spread on WatermelonDB batch by @diegolmello in #5987
- chore(a11y): NewServerView by @OtavioStasiak in #5951
- chore: Add new stars icon by @yash-rajpal in #6012
- chore: Bump version to 4.55.0 by @diegolmello in #5949
- chore: Merge 4.55.0 into master by @diegolmello in #6038
New Contributors
- @Rohit3523 made their first contribution in #5976
Full Changelog: 4.54.1...4.55.0
Version: 4.54.1
What's Changed
- fix(Android): unable to login due to encryption keychain failure by @diegolmello in #5956
- fix: undefined emails on rooms stream by @diegolmello in #5958
- fix: add extra check on settings types to guarantee settings are fetched correctly by @diegolmello in #5957
- fix: Resolve crash in Directory on tablets by @OtavioStasiak in #5959
- fix: Settings not being fetched when app is opened from push notification by @diegolmello in #5961
- fix: enforce server version on server select by @diegolmello in #5964
- fix: Remove light status bar on attachment screen by @diegolmello in #5969
- fix: Handle some promise rejections by @diegolmello in #5962
- regression: remove video thumbnails by @OtavioStasiak in #5963
- chore: updated params of getDirectory by @OtavioStasiak in #5960
- chore: updated deprecated endpoint livechat/inquiries.queued by @OtavioStasiak in #5952
Full Changelog: 4.54.0...4.54.1
Version: 4.54.0
What's Changed
- feat: Message composer read-only mode indication for air gapped envs by @diegolmello in #5912
- feat: created thumbnail using expo-video-thumbnail by @OtavioStasiak in #5893
- feat: Add new permissions to teams by @diegolmello in #5943
- feat: Use @react-navigation/native-stack by @diegolmello in #5759
- feat: move edit action to top of message actions by @OtavioStasiak in #5917
- feat: support endpoint "livechat/room.saveInfo" by @diegolmello in #5926
- feat: Implement KeyID generation logic by @diegolmello in #5921
- fix: custom emoji is not aligned on new line height by @OtavioStasiak in #5911
- fix: draft message not being updated by @diegolmello in #5927
- fix: you_are_in_preview_mode wrong german translation by @OtavioStasiak in #5907
- fix: update thumb message layout by @OtavioStasiak in #5872
- fix: pinned menu returns a blank screen for certain rooms by @OtavioStasiak in #5934
- regression: Big emoji cutted by @OtavioStasiak in #5905
- chore: Improve links readability by @yash-rajpal in #5856
- chore: removed biometry migration to MMKV by @OtavioStasiak in #5894
- chore: Improve workspace selection screen by @yash-rajpal in #5853
- chore: Update the query parameters for the selected routes by @OtavioStasiak in #5941
- chore: Bump version to 4.54.0 by @diegolmello in #5903
- chore: Merge 4.54.0 into master by @diegolmello in #5946
Full Changelog: 4.53.0...4.54.0
Version: 4.53.0
What's Changed
- fix: Scroll Issue when trying to see older posts by @diegolmello in #5863
- fix: Make file format attachment less rigid by @diegolmello in #5883
- fix: Google OAuth issue by @OtavioStasiak in #5891
- fix: Action sheet not closing on message edit by @diegolmello in #5890
- fix: added letter-spacing to fix Inter Regular line break issue by @OtavioStasiak in #5892
- fix: created color buttonFontPrimary on light theme by @OtavioStasiak in #5885
- regression: Unread separator not working by @OtavioStasiak in #5884
- chore: Bump version to 4.53.0 by @diegolmello in #5882
- chore: Merge 4.53.0 into master by @diegolmello in #5901
New Contributors
- @OtavioStasiak made their first contribution in #5891
Full Changelog: 4.52.0...4.53.0
Version: 4.52.0
What's Changed
- feat: E2EE messages mentions by @diegolmello in #5744
- feat: Help page by @yash-rajpal in #5855
- feat(a11y): Color and contrast improvements by @yash-rajpal in #5869
- fix: share extension ios memory by @diegolmello in #5831
- fix(iOS): Message details not shown in push notifications in some cases by @diegolmello in #5815
- fix: last message preview flickering by @diegolmello in #5854
- fix: Image viewer losing quality by @diegolmello in #5878
- chore: Bump version to 4.52.0 by @diegolmello in #5862
- chore: Remove codecov by @diegolmello in #5870
- chore: Merge 4.52.0 into master by @diegolmello in #5880
Full Changelog: 4.51.0...4.52.0
Version: 4.51.0
What's Changed
- feat: Adjust markdown line height by @diegolmello in #5845
- feat: Setting to enable file encryption by @diegolmello in #5841
- feat: Add text to collapsible quote by @diegolmello in #5835
- feat(a11y): add accessibilityLabel by @GleidsonDaniel in #5793
- feat(a11y): Menus (use of color) by @diegolmello in #5846
- fix: image preview size by @diegolmello in #5813
- fix: draft keeping content incorrectly sometimes by @diegolmello in #5827
- fix: Increase random E2EE password security by @diegolmello in #5805 (special thanks to Hayato Kimura, Ryoma Ito, Kazuhiko Minematsu, and Takanori Isobe for their research)
- fix: Link preview should not enlarge small images by @JASIM0021 in #5789
- fix: Media autodownload not working properly by @diegolmello in #5807
- fix: Room encrypted with E2E_Enabled setting disabled by @diegolmello in #5834
- fix: Action sheet closing whenever an input is focused by @diegolmello in #5842
- fix: Change E2EE key password by @diegolmello in #5844
- chore: Bump version to 4.51.0 by @diegolmello in #5785
- chore: Platform with type "Windows_NT" and architecture "x64" is not supported by @bugsnag/cli. by @ProMasoud in #5790
- chore(deps): bump the npm_and_yarn group with 8 updates by @dependabot in #5843
- regression: Fix E2E_Enable_Encrypt_Files backwards compatibility by @diegolmello in #5858
New Contributors
- @JASIM0021 made their first contribution in #5789
- @ProMasoud made their first contribution in #5790
Full Changelog: 4.50.1...4.51.0
Version: 4.50.1
What's Changed
- fix: Prevent sending empty messages by @anirbanpaulcom in #5657
- fix: Unable to open E2EE PDFs by @diegolmello in #5775
- fix: message composer placeholder breaking lines by @diegolmello in #5772
- fix(docs): Update minimum iOS supported version on README by @diegolmello in #5782
- chore: Cleanup logs by @diegolmello in #5776
- chore: Bump version to 4.50.1 by @diegolmello in #5781
- chore: Merge 4.50.1 into master by @diegolmello in #5783
Full Changelog: 4.50.0...4.50.1