Skip to content

2023-11-09-staging.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 10:16
· 1039 commits to dev since this release
77f9525

0.27.0 (2023-11-09)

New Features
Bug Fixes
  • automatically map user roles when team user list changes [WPB-1912] (#16166) (09475d2b)
  • Conversation details of archived conversation still show 'Archive' option (#16128) (50b77fcc)
  • add missing undefined/null check to e2ei typeguards (#16149) (7e22f4dc)
  • Use qualified Ids when matching users for search filtering [WPB-4823] (#16138) (4d0b1e36)
  • align username to the left in replies (#16136) (f2700361)
  • backend sends gracePeriod in seconds instead of ms (#16132) (08a58a39)
  • emoji name is not getting rendered correctly for emojis with skin tone modifers (#16119) (a92e6991)
  • Editing username not possible to add some characters(WPB-4354) (#16111) (c5ff1b41)
  • Allow member join/leave events to also show unread count badge [WPB-5148] (#16085) (2da38688)
  • Viewing an archived conversation should not automatically “unarchive” it (#15629) (dc9fef4f)
  • factor in the selfClient when it comes to the calculation of isMLSVerified (#16030) (0630a9db)
  • change ConversationVerificationState back to a numeric value (#16021) (2d40a8eb)
  • missing degredation warning (#16017) (2a7480c1)
  • Typeahead menu renders multiple times (#16016) (b6f4d5a0)
  • dont run the MLSStateHandler without MLS enabled (#15994) (e34ed6c5)
  • Do not allow non admin to remove services from conversations (#15961) (3e70e048)
  • improve email detection in SSO login form (#15953) (932c0ee6)
  • map conneciton to conversation when request is sent (#15935) (5d7419b0)
  • Update Authorization Prompt URL to Use URL Anchor Instead of Query Parameters (WPB-1343) (#15844) (6493135e)
Other Changes