Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: matrix-org/matrix-react-sdk

v3.101.0-rc.0

11 Jun 12:12
Compare
Choose a tag to compare
v3.101.0-rc.0 Pre-release
Pre-release

✨ Features

  • Change avatar setting component to use a menu (#12585). Contributed by @dbkr.
  • New user profile UI in User Settings (#12548). Contributed by @dbkr.
  • MSC4108 support OIDC QR code login (#12370). Contributed by @t3chguy.

🐛 Bug Fixes

  • Fix roving tab index crash compareDocumentPosition (#12594). Contributed by @t3chguy.
  • Keep dialog glass border on narrow screens (#12591). Contributed by @dbkr.
  • Add missing a11y label to dismiss onboarding button in room list (#12587). Contributed by @t3chguy.
  • Add hover / active state on avatsetting upload button (#12590). Contributed by @dbkr.
  • Fix EditInPlace button styles (#12589). Contributed by @dbkr.
  • Fix incorrect assumptions about required fields in /search response (#12575). Contributed by @t3chguy.
  • Fix display of no avatar in avatar setting controls (#12558). Contributed by @dbkr.
  • Element-R: pass pickleKey in as raw key for indexeddb encryption (#12543). Contributed by @richvdh.

v3.100.0

04 Jun 13:27
Compare
Choose a tag to compare

✨ Features

🐛 Bug Fixes

  • Close the release announcement when a dialog is opened (#12559). Contributed by @florianduros.
  • Tooltip: close field tooltip when ESC is pressed (#12553). Contributed by @florianduros.
  • Fix tabbedview breakpoint width (#12556). Contributed by @dbkr.
  • Fix E2E icon display in room header (#12545). Contributed by @florianduros.
  • Tooltip: Improve placement for space settings (#12541). Contributed by @florianduros.
  • Fix deformed avatar in a call in a narrow timeline (#12538). Contributed by @florianduros.
  • Shown own sent state indicator even when showReadReceipts is disabled (#12540). Contributed by @t3chguy.
  • Ensure we do not fire the verification mismatch modal multiple times (#12526). Contributed by @t3chguy.
  • Fix avatar in chat export (#12537). Contributed by @florianduros.
  • Use * for italics as it doesn't break when used mid-word (#12523). Contributed by @t3chguy.

v3.100.0-rc.1

29 May 13:06
Compare
Choose a tag to compare
v3.100.0-rc.1 Pre-release
Pre-release

✨ Features

  • Tooltip: Improve accessibility for context menus (#12462). Contributed by @florianduros.
  • Tooltip: Improve accessibility of space panel (#12525). Contributed by @florianduros.
  • Tooltip: Improve the accessibility of the composer and the rich text editor (#12459). Contributed by @florianduros.
  • Allow explicit configuration of OIDC dynamic registration metadata (#12514). Contributed by @t3chguy.
  • Tooltip: improve accessibility for messages (#12487). Contributed by @florianduros.
  • Collapse UserSettings tabs to just icons on narrow screens (#12505). Contributed by @dbkr.
  • Add room topic to right panel room info (#12503). Contributed by @t3chguy.
  • OIDC: pass id_token via id_token_hint on Manage Account interaction (#12499). Contributed by @t3chguy.
  • Tooltip: improve accessibility in room (#12493). Contributed by @florianduros.
  • Tooltip: improve accessibility for call and voice messages (#12489). Contributed by @florianduros.
  • Move the active tab in user settings to the dialog title (#12481). Contributed by @dbkr.
  • Tooltip: improve accessibility of spaces (#12497). Contributed by @florianduros.
  • Tooltip: improve accessibility of the right panel (#12490). Contributed by @florianduros.
  • MSC3575 (Sliding Sync) add well-known proxy support (#12307). Contributed by @EdGeraghty.

🐛 Bug Fixes

  • Close the release announcement when a dialog is opened (#12559). Contributed by @florianduros.
  • Tooltip: close field tooltip when ESC is pressed (#12553). Contributed by @florianduros.
  • Fix tabbedview breakpoint width (#12556). Contributed by @dbkr.
  • Fix E2E icon display in room header (#12545). Contributed by @florianduros.
  • Tooltip: Improve placement for space settings (#12541). Contributed by @florianduros.
  • Fix deformed avatar in a call in a narrow timeline (#12538). Contributed by @florianduros.
  • Shown own sent state indicator even when showReadReceipts is disabled (#12540). Contributed by @t3chguy.
  • Ensure we do not fire the verification mismatch modal multiple times (#12526). Contributed by @t3chguy.
  • Fix avatar in chat export (#12537). Contributed by @florianduros.
  • Use * for italics as it doesn't break when used mid-word (#12523). Contributed by @t3chguy.
  • Reuse single PlaybackWorker between Playback instances (#12520). Contributed by @t3chguy.
  • Fix well-known lookup for sliding sync labs check (#12519). Contributed by @t3chguy.
  • Fix element-desktop-ssoid being included in OIDC Authorization call (#12495). Contributed by @t3chguy.
  • Fix beta notifications reconciliation for intentional mentions push rules (#12510). Contributed by @t3chguy.
  • fix avatar stretched on 1:1 call (#12494). Contributed by @I-lander.
  • Check native sliding sync support against an unstable feature flag (#12498). Contributed by @turt2live.
  • Use OPTIONS for sliding sync detection poke (#12492). Contributed by @turt2live.
  • TAC: hide tooltip when the release announcement is displayed (#12472). Contributed by @florianduros.

v3.100.0-rc.0

15 May 09:11
Compare
Choose a tag to compare
v3.100.0-rc.0 Pre-release
Pre-release

✨ Features

  • Tooltip: Improve the accessibility of the composer and the rich text editor (#12459). Contributed by @florianduros.
  • Allow explicit configuration of OIDC dynamic registration metadata (#12514). Contributed by @t3chguy.
  • Tooltip: improve accessibility for messages (#12487). Contributed by @florianduros.
  • Collapse UserSettings tabs to just icons on narrow screens (#12505). Contributed by @dbkr.
  • Add room topic to right panel room info (#12503). Contributed by @t3chguy.
  • OIDC: pass id_token via id_token_hint on Manage Account interaction (#12499). Contributed by @t3chguy.
  • Tooltip: improve accessibility in room (#12493). Contributed by @florianduros.
  • Tooltip: improve accessibility for call and voice messages (#12489). Contributed by @florianduros.
  • Move the active tab in user settings to the dialog title (#12481). Contributed by @dbkr.
  • Tooltip: improve accessibility of spaces (#12497). Contributed by @florianduros.
  • Tooltip: improve accessibility of the right panel (#12490). Contributed by @florianduros.
  • MSC3575 (Sliding Sync) add well-known proxy support (#12307). Contributed by @EdGeraghty.

🐛 Bug Fixes

  • Reuse single PlaybackWorker between Playback instances (#12520). Contributed by @t3chguy.
  • Fix well-known lookup for sliding sync labs check (#12519). Contributed by @t3chguy.
  • Fix element-desktop-ssoid being included in OIDC Authorization call (#12495). Contributed by @t3chguy.
  • Fix beta notifications reconciliation for intentional mentions push rules (#12510). Contributed by @t3chguy.
  • fix avatar stretched on 1:1 call (#12494). Contributed by @I-lander.
  • Check native sliding sync support against an unstable feature flag (#12498). Contributed by @turt2live.
  • Use OPTIONS for sliding sync detection poke (#12492). Contributed by @turt2live.
  • TAC: hide tooltip when the release announcement is displayed (#12472). Contributed by @florianduros.

v3.99.0

07 May 12:24
Compare
Choose a tag to compare

✨ Features

  • Use a different error message for UTDs when you weren't in the room. (#12453). Contributed by @uhoreg.
  • Take the Threads Activity Centre out of labs (#12439). Contributed by @dbkr.
  • Expected UTDs: use a different message for UTDs sent before login (#12391). Contributed by @richvdh.
  • Add Tooltip to AccessibleButton (#12443). Contributed by @florianduros.
  • Add analytics to activity toggles (#12418). Contributed by @dbkr.
  • Decrypt events in reverse order without copying the array (#12445). Contributed by @Johennes.
  • Use new compound tooltip (#12416). Contributed by @florianduros.
  • Expected UTDs: report a different Posthog code (#12389). Contributed by @richvdh.

🐛 Bug Fixes

  • TAC: Fix accessibility issue when the Release announcement is displayed (#12484). Contributed by @RiotRobot.
  • TAC: Close Release Announcement when TAC button is clicked (#12485). Contributed by @florianduros.
  • MenuItem: fix caption usage (#12455). Contributed by @florianduros.
  • Show the local echo in previews (#12451). Contributed by @langleyd.
  • Fixed the drag and drop of X #27186 (#12450). Contributed by @asimdelvi.
  • Move the TAC to above the button (#12438). Contributed by @dbkr.
  • Use the same logic in previews as the timeline to hide events that should be hidden (#12434). Contributed by @langleyd.
  • Fix selector so maths support doesn't mangle divs (#12433). Contributed by @uhoreg.

v3.99.0-rc.1

02 May 15:07
Compare
Choose a tag to compare
v3.99.0-rc.1 Pre-release
Pre-release

✨ Features

  • Use a different error message for UTDs when you weren't in the room. (#12453). Contributed by @uhoreg.
  • Take the Threads Activity Centre out of labs (#12439). Contributed by @dbkr.
  • Expected UTDs: use a different message for UTDs sent before login (#12391). Contributed by @richvdh.
  • Add Tooltip to AccessibleButton (#12443). Contributed by @florianduros.
  • Add analytics to activity toggles (#12418). Contributed by @dbkr.
  • Decrypt events in reverse order without copying the array (#12445). Contributed by @Johennes.
  • Use new compound tooltip (#12416). Contributed by @florianduros.
  • Expected UTDs: report a different Posthog code (#12389). Contributed by @richvdh.

🐛 Bug Fixes

  • [Backport staging] TAC: Fix accessibility issue when the Release announcement is displayed (#12484). Contributed by @RiotRobot.
  • [Backport staging] TAC: Close Release Announcement when TAC button is clicked (#12485). Contributed by @florianduros.
  • MenuItem: fix caption usage (#12455). Contributed by @florianduros.
  • Show the local echo in previews (#12451). Contributed by @langleyd.
  • Fixed the drag and drop of X #27186 (#12450). Contributed by @asimdelvi.
  • Move the TAC to above the button (#12438). Contributed by @dbkr.
  • Use the same logic in previews as the timeline to hide events that should be hidden (#12434). Contributed by @langleyd.
  • Fix selector so maths support doesn't mangle divs (#12433). Contributed by @uhoreg.

v3.99.0-rc.0

30 Apr 12:13
Compare
Choose a tag to compare
v3.99.0-rc.0 Pre-release
Pre-release

✨ Features

  • Tooltip: Use AccessibleButton in RovingAccessibleTooltipButton (#12458). Contributed by @florianduros.
  • Tooltip: Use AccessibleButton in dialogs (#12460). Contributed by @florianduros.
  • Use a different error message for UTDs when you weren't in the room. (#12453). Contributed by @uhoreg.
  • Take the Threads Activity Centre out of labs (#12439). Contributed by @dbkr.
  • Expected UTDs: use a different message for UTDs sent before login (#12391). Contributed by @richvdh.
  • Add Tooltip to AccessibleButton (#12443). Contributed by @florianduros.
  • Add analytics to activity toggles (#12418). Contributed by @dbkr.
  • Decrypt events in reverse order without copying the array (#12445). Contributed by @Johennes.
  • Use new compound tooltip (#12416). Contributed by @florianduros.
  • Expected UTDs: report a different Posthog code (#12389). Contributed by @richvdh.

🐛 Bug Fixes

  • MenuItem: fix caption usage (#12455). Contributed by @florianduros.
  • Show the local echo in previews (#12451). Contributed by @langleyd.
  • Fixed the drag and drop of X #27186 (#12450). Contributed by @asimdelvi.
  • Move the TAC to above the button (#12438). Contributed by @dbkr.
  • Use the same logic in prevews as the timeline to hide events that should be hidden (#12434). Contributed by @langleyd.
  • Fix selector so maths support doesn't mangle divs (#12433). Contributed by @uhoreg.

v3.98.0

23 Apr 12:56
Compare
Choose a tag to compare

✨ Features

  • Make empty state copy for TAC depend on the value of the setting (#12419). Contributed by @dbkr.
  • Linkify User Interactive Authentication errors (#12271). Contributed by @t3chguy.
  • Add support for device dehydration v2 (#12316). Contributed by @uhoreg.
  • Replace SecurityCustomisations with CryptoSetupExtension (#12342). Contributed by @thoraj.
  • Add activity toggle for TAC (#12413). Contributed by @dbkr.
  • Humanize spell check language labels (#12409). Contributed by @t3chguy.
  • Call Guest Access, give user the option to change the acces level so they can generate a call link. (#12401). Contributed by @toger5.
  • TAC: Release Announcement (#12380). Contributed by @florianduros.
  • Show the call and share button if the user can create a guest link. (#12385). Contributed by @toger5.
  • Add analytics for mark all threads unread (#12384). Contributed by @dbkr.
  • Add EventType.RoomEncryption to the auto approve capabilities of Element Call widgets (#12386). Contributed by @toger5.

🐛 Bug Fixes

  • Fix link modal not shown after access upgrade (#12411). Contributed by @toger5.
  • Fix thread navigation in timeline (#12412). Contributed by @florianduros.
  • Fix inability to join a knock room via space hierarchy view (#12404). Contributed by @t3chguy.
  • Focus the thread panel when clicking on an item in the TAC (#12410). Contributed by @dbkr.
  • Fix space hierarchy tile busy state being stuck after join error (#12405). Contributed by @t3chguy.
  • Fix room topic in-app links not being handled correctly on topic dialog (#12406). Contributed by @t3chguy.

v3.98.0-rc.0

16 Apr 12:22
Compare
Choose a tag to compare
v3.98.0-rc.0 Pre-release
Pre-release

✨ Features

  • Make empty state copy for TAC depend on the value of the setting (#12419). Contributed by @dbkr.
  • Linkify User Interactive Authentication errors (#12271). Contributed by @t3chguy.
  • Add support for device dehydration v2 (#12316). Contributed by @uhoreg.
  • Replace SecurityCustomisations with CryptoSetupExtension (#12342). Contributed by @thoraj.
  • Add activity toggle for TAC (#12413). Contributed by @dbkr.
  • Humanize spell check language labels (#12409). Contributed by @t3chguy.
  • Call Guest Access, give user the option to change the acces level so they can generate a call link. (#12401). Contributed by @toger5.
  • TAC: Release Announcement (#12380). Contributed by @florianduros.
  • Show the call and share button if the user can create a guest link. (#12385). Contributed by @toger5.
  • Add analytics for mark all threads unread (#12384). Contributed by @dbkr.
  • Add EventType.RoomEncryption to the auto approve capabilities of Element Call widgets (#12386). Contributed by @toger5.

🐛 Bug Fixes

  • Fix link modal not shown after access upgrade (#12411). Contributed by @toger5.
  • Fix thread navigation in timeline (#12412). Contributed by @florianduros.
  • Fix inability to join a knock room via space hierarchy view (#12404). Contributed by @t3chguy.
  • Focus the thread panel when clicking on an item in the TAC (#12410). Contributed by @dbkr.
  • Fix space hierarchy tile busy state being stuck after join error (#12405). Contributed by @t3chguy.
  • Fix room topic in-app links not being handled correctly on topic dialog (#12406). Contributed by @t3chguy.

v3.97.0

09 Apr 10:11
Compare
Choose a tag to compare

✨ Features

  • Mark all threads as read button (#12378). Contributed by @dbkr.
  • Video call meta space (#12297). Contributed by @toger5.
  • Add leave room warning for last admin (#9452). Contributed by @Arnei.
  • Iterate styles around Link new device via QR (#12356). Contributed by @t3chguy.
  • Improve code-splitting of highlight.js and maplibre-gs libs (#12349). Contributed by @t3chguy.
  • Use data-mx-color for rainbows (#12325). Contributed by @tulir.

🐛 Bug Fixes

  • Fix external guest access url for unencrypted rooms (#12345). Contributed by @toger5.
  • Fix video rooms not showing share link button (#12374). Contributed by @toger5.
  • Fix space topic jumping on hover/focus (#12377). Contributed by @t3chguy.
  • Allow popping out a Jitsi widget to respect Desktop web_base_url config (#12376). Contributed by @t3chguy.
  • Remove the Lazy Loading InvalidStoreError Dialogs (#12358). Contributed by @langleyd.
  • Improve readability of badges and pills (#12360). Contributed by @robintown.