2022-07-12 · 1 ️️️⚠️ · 15 🔍 · 11 👩💻👨💻
⚠️ BREAKING CHANGES
- Remove webRTC for channels/dm/groups (#26225)
🔍 Minor changes
-
Chore: Check for env var values and not just if they are set (#26219)
-
Chore: Do not log integrations using
name
key (#26163) -
Regression: Cannot logout when CallProvider is unregistered and mounted (#26158)
-
Regression: Change Audio settings for device settings as modal title (#26159)
-
Regression: Empty URL previews in messages. (#26160)
-
Regression: Fix files list endpoints (#26226)
-
Regression: Fix Omnichannel not working after meteor update (#26194)
Fixed things:
-
Omnichannel Directory
-
Omnichannel Current Chats
-
Auto Selection Algo
-
Load Balance Algo
-
Manual Selection Algo
-
Livechat New Conversations
Other fixed things:
-
Warning on fields deprecation
-
Warning on "remove" deprecation
-
Remove findAndModify usage
-
-
Regression: Fix rendered markdown styling on app info page details section (#26093)
Fixed two styling problems on the AppDetails markdown. The first one was a misuse of flex and the second was the fact that the withRichContent flag was missing on the box that received the markdown.
Demo images:
Before:
Clickup task: https://app.clickup.com/t/2rwq0q7
-
Regression: Inline code and copyonly tag styles (#26173)
-
Regression: Meteor uses
projection
for its observes (#26223) -
Regression: OTR with new React Messages (#26179)
This PR solves 2 OTR issues with new react message components
-
disable the server side message parser for OTR messages
-
adds the stopwatch icon for otr messages
Before
After
-
-
Regression: remove italic from reaction translation (#26152)
-
Regression: Replace contact center icon (#26216)
-
Regression: Reverting @rocket.chat/mp3-encoder version to fix Audio Message (#26197)
An unknow breaking change (still investigating) happened when upgrading the @rocket.chat/mp3-encoder package to version 0.25.0, because of that we revert the version to 0.24.0 the last know working version.
-
Regression: UIKit buttons auth user validation (#26171)
Fix the validation to match the new feature that allows apps to register auth-required routes.