Skip to content

v1.11.32-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@RiotRobot RiotRobot released this 01 Jun 16:10
· 1105 commits to develop since this release
v1.11.32-rc.3

✨ Features

🐛 Bug Fixes

  • Use consistent fonts for Japanese text (#10980). Fixes #22333 and #23899.
  • Fix: server picker validates unselected option (#11020). Fixes #25488. Contributed by @kerryarchibald.
  • Fix room list notification badges going missing in compact layout (#11022). Fixes #25372.
  • Fix call to startSingleSignOn passing enum in place of idpId (#10998). Fixes #24953.
  • Remove hover effect from user name on a DM creation UI (#10887). Fixes #25305. Contributed by @luixxiul.
  • Fix layout regression in public space invite dialog (#11009). Fixes #25458.
  • Fix layout regression in session dropdown (#10999). Fixes #25448.
  • Fix spacing regression in user settings - roles & permissions (#10993). Fixes #25447 and #25451. Contributed by @kerryarchibald.
  • Fall back to receipt timestamp if we have no event (react-sdk part) (#10974). Fixes #10954. Contributed by @andybalaam.
  • Fix: Room header 'view your device list' does not link to new session manager (#10979). Fixes #25440. Contributed by @kerryarchibald.
  • Fix display of devices without encryption support in Settings dialog (#10977). Fixes #25413.
  • Use aria descriptions instead of labels for TextWithTooltip (#10952). Fixes #25398.
  • Use grapheme-splitter instead of lodash for saving emoji from being ripped apart (#10976). Fixes #22196.
  • Fix: content overflow in settings subsection (#10960). Fixes #25416. Contributed by @kerryarchibald.
  • Make Privacy Notice external link on integration manager ToS clickable (#10914). Fixes #25384. Contributed by @luixxiul.
  • Ensure that open message context menus are updated when the event is sent (#10950).
  • Ensure that open sticker picker dialogs are updated when the widget configuration is updated. (#10945).
  • Fix big emoji in replies (#10932). Fixes #24798.
  • Hide empty MessageActionBar on message edit history dialog (#10447). Fixes #24903. Contributed by @luixxiul.
  • Fix roving tab index getting confused after dragging space order (#10901).
  • Attempt a potential workaround for stuck notifs (#3384). Fixes #25406. Contributed by @andybalaam.
  • Handle trailing dot FQDNs for domain-specific config.json files (#25351). Fixes #8858.
  • Ignore edits in message previews when they concern messages other than latest (#10868). Fixes #14872.
  • Send correct receipts when viewing a room (#10864). Fixes #25196.
  • Fix timeline search bar being overlapped by the right panel (#10809). Fixes #25291. Contributed by @luixxiul.
  • Fix the state shown for call in rooms (#10833).
  • Add string for membership event where both displayname & avatar change (#10880). Fixes #18026.
  • Fix people space notification badge not updating for new DM invites (#10849). Fixes #23248.
  • Fix regression in emoji picker order mangling after clearing filter (#10854). Fixes #25323.
  • Fix: Edit history modal crash (#10834). Fixes #25309. Contributed by @kerryarchibald.
  • Fix long room address and name not being clipped on room info card and update _RoomSummaryCard.pcss (#10811). Fixes #25293. Contributed by @luixxiul.
  • Treat thumbnail upload failures as complete upload failures (#10829). Fixes #7069.
  • Update finite automata to match user identifiers as per spec (#10798). Fixes #25246.
  • Fix icon on empty notification panel (#10817). Fixes #25298 and #25302. Contributed by @luixxiul.
  • Fix: Threads button is highlighted when I create a new room (#10819). Fixes #25284. Contributed by @kerryarchibald.
  • Fix the top heading of notification panel (#10818). Fixes #25303. Contributed by @luixxiul.
  • Fix the color of the verified E2EE icon on RoomSummaryCard (#10812). Fixes #25295. Contributed by @luixxiul.
  • Fix: No feedback when waiting for the server on a /delete_devices request with SSO (#10795). Fixes #23096. Contributed by @kerryarchibald.
  • Fix: reveal images when image previews are disabled (#10781). Fixes #25271. Contributed by @kerryarchibald.
  • Fix accessibility issues around the room list and space panel (#10717). Fixes #13345.
  • Ensure tooltip contents is linked via aria to the target element (#10729). Fixes element-hq/customer-retainer#43.