Releases: RocketChat/Rocket.Chat.ReactNative
Releases · RocketChat/Rocket.Chat.ReactNative
Version: 4.42.2
What's Changed
- fix: Catch cloud request errors by @diegolmello in #5312
Full Changelog: 4.42.0...4.42.2
Version: 4.42.0
What's Changed
- feat: Supported Versions by @diegolmello in #5185
- feat: image base64 by @reinaldonetof in #5264
- feat: add the support for CDN_PREFIX by @reinaldonetof in #5266
- feat: Cache supported versions timestamp to fetch from cloud once every 12h by @diegolmello in #5292
- fix: some details on supported versions by @diegolmello in #5284
- fix: check the permissions properly to create a discussion and reply in dm by @reinaldonetof in #5217
- fix(Android): Remove RefreshControl from messages list by @diegolmello in #5251
- fix: minor supported versions details by @diegolmello in #5296
- fix: fixes the import of the serverInfo function by @GleidsonDaniel in #5295
- regression: disable mediaPlaybackRequiresUserAction on Android by @GleidsonDaniel in #5263
- regression(Android): Poor performance in messages list by @GleidsonDaniel in #5267
- chore: Fix CI yarn cache not working by @diegolmello in #5265
- chore: migrate AuthenticationWebView to hooks by @reinaldonetof in #5054
- chore: migrate LoginView to hooks by @reinaldonetof in #5092
- chore: update some translations to follow new pattern by @GleidsonDaniel in #5279
- chore: Bump version to 4.42.0 by @diegolmello in #5258
- chore: Merge 4.42.0 into master by @diegolmello in #5282
Full Changelog: 4.41.0...4.42.0
Version: 4.41.0
What's Changed
- feat: Refactor Status to make it handle user presence requests by @diegolmello in #5148
- feat: add
readThreads
params tosubscriptions.read
by @GleidsonDaniel in #5184 - feat: dynamic action sheet height by @diegolmello in #5202
- feat: Remove landscape support from smartphones by @diegolmello in #5203
- feat: properly fetch all settings from server by @paviad in #5177
- feat: Add jitsi auth info by @GleidsonDaniel in #5231
- fix: don't re-encode public key when changing e2e password by @paviad in #5174
- fix: properly set new room to be encrypted according to server settings by @paviad in #5176
- fix: show the thread when it has zero messages by @GleidsonDaniel in #5182
- fix: show attachment with query parameters by @reinaldonetof in #5194
- fix: Remove react-native-keycommands by @diegolmello in #5220
- fix: flaky test at auto-translate e2e test by @reinaldonetof in #5219
- fix: message flickering after mount due to url preview by @reinaldonetof in #5232
- fix: change audio encoding to aac by @GleidsonDaniel in #5224
- fix: duplicate users during mention by @reinaldonetof in #5233
- fix: jump to message not working properly by @diegolmello in #5235
- fix: dynamic action sheet taking whole screen by @diegolmello in #5249
- fix: Set size as lineHeight on CustomIcon by @diegolmello in #5252
- chore: update channel teams action label by @GleidsonDaniel in #5183
- chore: update toast color in dark-theme by @GleidsonDaniel in #5186
- chore: Bump version to 4.41.0 by @diegolmello in #5193
- chore: Set M1 Medium on CircleCI by @diegolmello in #5196
- chore: Set machine resource for Android E2E tests by @diegolmello in #5197
- chore: improve useVideoConf code by @GleidsonDaniel in #5214
- chore: update react-native-simple-crypto to 0.5.2 by @GleidsonDaniel in #5208
- chore: Migrate RoomView/List to Hooks by @diegolmello in #5207
- chore(i18n): Language update from LingoHub 🤖 on 2023-09-25Z by @lingohub in #5230
- chore: migrate RoomInfoView to hooks by @GleidsonDaniel in #5074
- chore: Update libwebp to 1.3.2 by @diegolmello in #5239
- regression: the value of the uikit's block uikit could be undefined by @reinaldonetof in #5195
- regression: custom icon style not working properly by @diegolmello in #5254
New Contributors
Full Changelog: 4.40.0...4.41.0
Version: 4.41.0-rc.0
What's Changed
- feat: Refactor Status to make it handle user presence requests by @diegolmello in #5148
- feat: add
readThreads
params tosubscriptions.read
by @GleidsonDaniel in #5184 - feat: dynamic action sheet height by @diegolmello in #5202
- feat: Remove landscape support from smartphones by @diegolmello in #5203
- feat: properly fetch all settings from server by @paviad in #5177
- feat: Add jitsi auth info by @GleidsonDaniel in #5231
- fix: show the thread when it has zero messages by @GleidsonDaniel in #5182
- fix: don't re-encode public key when changing e2e password by @paviad in #5174
- fix: properly set new room to be encrypted according to server settings by @paviad in #5176
- fix: show attachment with query parameters by @reinaldonetof in #5194
- fix: Remove react-native-keycommands by @diegolmello in #5220
- fix: flaky test at auto-translate e2e test by @reinaldonetof in #5219
- fix: message flickering after mount due to url preview by @reinaldonetof in #5232
- fix: change audio encoding to aac by @GleidsonDaniel in #5224
- fix: duplicate users during mention by @reinaldonetof in #5233
- regression: the value of the uikit's block uikit could be undefined by @reinaldonetof in #5195
- chore: update channel teams action label by @GleidsonDaniel in #5183
- chore: update toast color in dark-theme by @GleidsonDaniel in #5186
- chore: Bump version to 4.41.0 by @diegolmello in #5193
- chore: Set M1 Medium on CircleCI by @diegolmello in #5196
- chore: Set machine resource for Android E2E tests by @diegolmello in #5197
- chore: improve useVideoConf code by @GleidsonDaniel in #5214
- chore: update react-native-simple-crypto to 0.5.2 by @GleidsonDaniel in #5208
- chore: Migrate RoomView/List to Hooks by @diegolmello in #5207
- chore(i18n): Language update from LingoHub 🤖 on 2023-09-25Z by @lingohub in #5230
- chore: migrate RoomInfoView to hooks by @GleidsonDaniel in #5074
New Contributors
Full Changelog: 4.40.0-rc.1...4.41.0-rc.0
Version: 4.40.0
What's Changed
- feat: Add caller and ringer to video conf calls by @GleidsonDaniel in #5046
- feat: add bio and nickname to profile view by @reinaldonetof in #5060
- feat: forward message by @reinaldonetof in #5110
- feat: add media auto-download by @reinaldonetof in #5076
- feat: add new video conf block - Issue by @GleidsonDaniel in #5150
- feat: Add support to Android themed icons by @GleidsonDaniel in #4932
- feat: align mobile videoConf settings with web settings by @GleidsonDaniel in #5136
- feat: respect the room avatar external provider url setting by @reinaldonetof in #5095
- fix: conversion of public channel into team by @reinaldonetof in #5099
- fix: update room on the rooms list view after local search and quote showing with leading empty space on the rooms list view by @reinaldonetof in #5064
- fix: capability to dismiss the keyboard on drag for iOS on RoomsListView by @reinaldonetof in #5094
- fix: the i18n for room_archived and room_unarchived in PT-BR by @reinaldonetof in #5106
- fix: duplicated itens inside the UiKit's Select by @reinaldonetof in #5107
- fix: enable android 13 notifications by @GleidsonDaniel in #5118
- fix: handle the attachment when the value is null by @reinaldonetof in #5130
- fix: disable full screen video on iOS jitsi calls by @GleidsonDaniel in #5117
- fix: Android status bar theme on the first open isn't working properly by @reinaldonetof in #5132
- fix: user notification preference state not reflecting the real state by @reinaldonetof in #5138
- fix: conditional to setBackgroundColor only for Android by @reinaldonetof in #5147
- fix: app won't open archived channels by @reinaldonetof in #5135
- fix: selected items on a multiselect change when do a new search by @reinaldonetof in #5145
- fix: reply from a push is sent to the correct destination by @GleidsonDaniel in #5152
- fix: fix bugs related to auto-translate and add tests by @GleidsonDaniel in #5144
- fix: add fallback to unsupported MathML tags in MathJax by @GleidsonDaniel in #5127
- fix: disable backup of mmkv keys in icloud by @GleidsonDaniel in #5165
- fix: Fix the LoadMore logic for when the last message is a message from a thread by @GleidsonDaniel in #5129
- fix: fix bug in sub and bookmark search by @GleidsonDaniel in #5163
- chore: Upgrade React Native to 0.71.7 by @diegolmello in #4984
- chore: add --passWithNoTests to lint-staged by @GleidsonDaniel in #5120
- chore: Remove unused i18n keys from en.json by @diegolmello in #5056
- chore: avoid use all seats available on the server by @reinaldonetof in #5049
- chore: migrate AttachmentView to hooks by @GleidsonDaniel in #5003
- chore: migrate PickerView to hooks by @GleidsonDaniel in #5002
- chore: migrate WorkspaceView to hooks by @reinaldonetof in #5041
- chore: migrate E2EEncryptionSecurityView to hooks by @reinaldonetof in #5085
- chore: migrate AddExistingTeamView to hooks by @reinaldonetof in #5042
- chore: Merge 4.40.0 into master by @diegolmello in #5191
- regression: fix blank 'Name' field in Profile View when modifying other fields by @reinaldonetof in #5101
- regression: show roles on user info view by @GleidsonDaniel in #5154
- regression: Status bar's color theme is incorrect by @reinaldonetof in #5167
- regression: preview format text for edge cases by @reinaldonetof in #5172
- regression: Rollback to React Native 0.68.6 by @diegolmello in #5162
- regression: save different files with the same name and extension by @reinaldonetof in #5171
- Bump version to 4.40.0 by @diegolmello in #5112
- Language update from LingoHub 🤖 on 2023-06-27Z by @lingohub in #5123
- refactor: Migrate AutoTranslateView to hooks by @GleidsonDaniel in #4677
Full Changelog: 4.39.0...4.40.0
Version: 4.40.0-rc.1
What's Changed
- feat: Add support to Android themed icons by @GleidsonDaniel in #4932
- feat: align mobile videoConf settings with web settings by @GleidsonDaniel in #5136
- fix: fix bug in sub and bookmark search by @GleidsonDaniel in #5163
Full Changelog: 4.40.0-rc.0...4.40.0-rc.1
Version: 4.40.0-rc.0
What's Changed
- feat: add media auto-download by @reinaldonetof in #5076
- feat: forward message by @reinaldonetof in #5110
- feat: Add caller and ringer to video conf calls by @GleidsonDaniel in #5046
- feat: add new video conf block - Issue by @GleidsonDaniel in #5150
- feat: add bio and nickname to profile view by @reinaldonetof in #5060
- feat: respect the room avatar external provider url setting by @reinaldonetof in #5095
- fix: conversion of public channel into team by @reinaldonetof in #5099
- fix: update room on the rooms list view after local search and quote showing with leading empty space on the rooms list view by @reinaldonetof in #5064
- fix: capability to dismiss the keyboard on drag for iOS on RoomsListView by @reinaldonetof in #5094
- fix: the i18n for room_archived and room_unarchived in PT-BR by @reinaldonetof in #5106
- fix: duplicated itens inside the UiKit's Select by @reinaldonetof in #5107
- fix: enable android 13 notifications by @GleidsonDaniel in #5118
- fix: handle the attachment when the value is null by @reinaldonetof in #5130
- fix: disable full screen video on iOS jitsi calls by @GleidsonDaniel in #5117
- fix: Android status bar theme on the first open isn't working properly by @reinaldonetof in #5132
- fix: user notification preference state not reflecting the real state by @reinaldonetof in #5138
- fix: conditional to setBackgroundColor only for Android by @reinaldonetof in #5147
- fix: app won't open archived channels by @reinaldonetof in #5135
- fix: selected items on a multiselect change when do a new search by @reinaldonetof in #5145
- fix: reply from a push is sent to the correct destination by @GleidsonDaniel in #5152
- fix: fix bugs related to auto-translate and add tests by @GleidsonDaniel in #5144
- fix: add fallback to unsupported MathML tags in MathJax by @GleidsonDaniel in #5127
- fix: disable backup of mmkv keys in icloud by @GleidsonDaniel in #5165
- fix: Fix the LoadMore logic for when the last message is a message from a thread by @GleidsonDaniel in #5129
- chore: Upgrade React Native to 0.71.7 by @diegolmello in #4984
- chore: add --passWithNoTests to lint-staged by @GleidsonDaniel in #5120
- chore: Remove unused i18n keys from en.json by @diegolmello in #5056
- chore: avoid use all seats available on the server by @reinaldonetof in #5049
- chore: migrate AttachmentView to hooks by @GleidsonDaniel in #5003
- refactor: Migrate AutoTranslateView to hooks by @GleidsonDaniel in #4677
- chore: migrate PickerView to hooks by @GleidsonDaniel in #5002
- chore: migrate WorkspaceView to hooks by @reinaldonetof in #5041
- chore: migrate E2EEncryptionSecurityView to hooks by @reinaldonetof in #5085
- chore: migrate AddExistingTeamView to hooks by @reinaldonetof in #5042
- Bump version to 4.40.0 by @diegolmello in #5112
- Language update from LingoHub 🤖 on 2023-06-27Z by @lingohub in #5123
- regression: fix blank 'Name' field in Profile View when modifying other fields by @reinaldonetof in #5101
- regression: show roles on user info view by @GleidsonDaniel in #5154
- regression: Status bar's color theme is incorrect by @reinaldonetof in #5167
- regression: preview format text for edge cases by @reinaldonetof in #5172
- regression: Rollback to React Native 0.69.8 by @diegolmello in #5162
- regression: save different files with the same name and extension by @reinaldonetof in #5171
Full Changelog: 4.39.0...4.40.0-rc.0
Version: 4.39.0
What's Changed
- feat: case insensitive for non-ASCII text on main search (#3309)
- fix: Wrong user photo when opening the action sheet to start a call (#5033)
- fix: Change useSnaps logic to be based on component size (#5032)
- fix: Calls with jwt not working on ios and fix media permission on iOS (#5075)
- chore: Bump version to 4.39.0 (#5071)
Full Changelog: 4.38.0...4.39.0
Version: 4.38.0
What's Changed
- feat: Remove Jitsi native module from iOS and use webview instead by @GleidsonDaniel in #5061
- feat(Android): Remove Open workspace from onboarding by @diegolmello in #5065
- fix(Android): Wrong icon on push reply fail by @diegolmello in #5055
- fix: update the number of members from a room by @reinaldonetof in #4955
- fix: message re-rendering twice in a row by @reinaldonetof in #5051
- fix: show user's full name when searching by @reinaldonetof in #5043
- fix: render the text from custom attachment as markdown by @reinaldonetof in #5048
- fix: change reactions list scroll to use a single snap point by @reinaldonetof in #5039
- fix: Ordinals of ordered lists misaligned by @reinaldonetof in #4994
- fix: quoting a image with a custom emoji in description is breaking layout by @reinaldonetof in #5034
- chore: Create and_N_more translation by @GleidsonDaniel in #5023
- chore: Use M1 on CircleCI by @diegolmello in #4958
- chore: Bump version to 4.38.0 by @diegolmello in #5066
Full Changelog: 4.37.1...4.38.0
Version: 4.37.1
What's Changed
- Revert "fix: scroll the pages New Message, Search for Rooms, Messages and Threads (#4952)" by @GleidsonDaniel in #5038
Full Changelog: 4.37.0...4.37.1