This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: matrix-org/matrix-react-sdk
Releases · matrix-org/matrix-react-sdk
v3.73.0-rc.3
✨ Features
- When joining room in sub-space join the parents too (#11011).
- Include thread replies in message previews (#10631). Fixes element-hq/element-web#23920.
- Use semantic headings in space preferences (#11021). Contributed by @kerryarchibald.
- Use semantic headings in user settings - Ignored users (#11006). Contributed by @kerryarchibald.
- Use semantic headings in user settings - profile (#10973). Fixes element-hq/element-web#25461. Contributed by @kerryarchibald.
- Use semantic headings in user settings - account (#10972). Contributed by @kerryarchibald.
- Support
Insert from iPhone or iPad
in Safari (#10851). Fixes element-hq/element-web#25327. Contributed by @SuperKenVery. - Specify supportedStages for User Interactive Auth (#10975). Fixes element-hq/element-web#19605.
- Pass device id to widgets (#10209). Contributed by @Fox32.
- Use semantic headings in user settings - discovery (#10838). Contributed by @kerryarchibald.
- Use semantic headings in user settings - Notifications (#10948). Contributed by @kerryarchibald.
- Use semantic headings in user settings - spellcheck and language (#10959). Contributed by @kerryarchibald.
- Use semantic headings in user settings Appearance (#10827). Contributed by @kerryarchibald.
- Use semantic heading in user settings Sidebar & Voip (#10782). Contributed by @kerryarchibald.
- Use semantic headings in user settings Security (#10774). Contributed by @kerryarchibald.
- Use semantic headings in user settings - integrations and account deletion (#10837). Fixes element-hq/element-web#25378. Contributed by @kerryarchibald.
- Use semantic headings in user settings Preferences (#10794). Contributed by @kerryarchibald.
- Use semantic headings in user settings Keyboard (#10793). Contributed by @kerryarchibald.
- RTE plain text mentions as pills (#10852). Contributed by @alunturner.
- Use semantic headings in user settings Labs (#10773). Contributed by @kerryarchibald.
- Use semantic list elements for menu lists and tab lists (#10902). Fixes element-hq/element-web#24928.
- Fix aria-required-children axe violation (#10900). Fixes element-hq/element-web#25342.
- Enable pagination for overlay timelines (#10757). Fixes element-hq/voip-internal#107.
- Add tooltip to disabled invite button due to lack of permissions (#10869). Fixes element-hq/element-web#9824.
- Respect configured auth_header_logo_url for default Welcome page (#10870).
- Specify lazy loading for avatars (#10866). Fixes element-hq/element-web#1983.
- Room and user mentions for plain text editor (#10665). Contributed by @alunturner.
- Add audible notifcation on broadcast error (#10654). Fixes element-hq/element-web#25132.
- Fall back from server generated thumbnail to original image (#10853).
- Use semantically correct elements for room sublist context menu (#10831). Fixes element-hq/customer-success#46.
- Avoid calling prepareToEncrypt onKeyDown (#10828).
- Allows search to recognize full room links (#8275). Contributed by @bolu-tife.
- "Show rooms with unread messages first" should not be on by default for new users (#10820). Fixes element-hq/element-web#25304. Contributed by @kerryarchibald.
- Fix emitter handler leak in ThreadView (#10803).
- Add better error for email invites without identity server (#10739). Fixes element-hq/element-web#16893.
- Move reaction message previews out of labs (#10601). Fixes element-hq/element-web#25083.
- Sort muted rooms to the bottom of their section of the room list (#10592). Fixes element-hq/element-web#25131. Contributed by @kerryarchibald.
- Use semantic headings in user settings Help & About (#10752). Contributed by @kerryarchibald.
- use ExternalLink components for external links (#10758). Contributed by @kerryarchibald.
- Use semantic headings in space settings (#10751). Contributed by @kerryarchibald.
- Use semantic headings for room settings content (#10734). Contributed by @kerryarchibald.
🐛 Bug Fixes
- Use consistent fonts for Japanese text (#10980). Fixes element-hq/element-web#22333 and element-hq/element-web#23899.
- Fix: server picker validates unselected option (#11020). Fixes element-hq/element-web#25488. Contributed by @kerryarchibald.
- Fix room list notification badges going missing in compact layout (#11022). Fixes element-hq/element-web#25372.
- Fix call to
startSingleSignOn
passing enum in place of idpId (#10998). Fixes element-hq/element-web#24953. - Remove hover effect from user name on a DM creation UI (#10887). Fixes element-hq/element-web#25305. Contributed by @luixxiul.
- Fix layout regression in public space invite dialog (#11009). Fixes element-hq/element-web#25458.
- Fix layout regression in session dropdown (#10999). Fixes element-hq/element-web#25448.
- Fix spacing regression in user settings - roles & permissions (#10993). Fixes element-hq/element-web#25447 and element-hq/element-web#25451. Contributed by @kerryarchibald.
- Fall back to receipt timestamp if we have no event (react-sdk part) (#10974). Fixes element-hq/element-web#10954. Contributed by @andybalaam.
- Fix: Room header 'view your device list' does not link to new session manager (#10979). Fixes element-hq/element-web#25440. Contributed by @kerryarchibald.
- Fix display of devices without encryption support in Settings dialog (#10977). Fixes element-hq/element-web#25413.
- Use aria descriptions instead of labels for TextWithTooltip (#10952). Fixes element-hq/element-web#25398.
- Use grapheme-splitter instead of lodash for saving emoji from being ripped apart (#10976). Fixes element-hq/element-web#22196.
- Fix: content overflow in settings subsection (#10960). Fixes element-hq/element-web#25416. Contributed by @kerryarchibald.
- Make
Privacy Notice
external link on integration manager ToS clickable (#10914). Fixes element-hq/element-web#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 element-hq/element-web#24798.
- Hide empty
MessageActionBar
on message edit history dialog (#10447). Fixes element-hq/element-web#24903. Contributed by @luixxiul. - Fix roving tab index getting confused after dragging space order ([#10901](https://g...
v3.73.0-rc.2
🐛 Bug Fixes
- Make
Privacy Notice
external link on integration manager ToS clickable (#10914). Fixes element-hq/element-web#25384. Contributed by @luixxiul.
v3.73.0-rc.1
✨ Features
- Use semantic headings in user settings Labs (#10773). Contributed by @kerryarchibald.
- Use semantic list elements for menu lists and tab lists (#10902). Fixes element-hq/element-web#24928.
- Fix aria-required-children axe violation (#10900). Fixes element-hq/element-web#25342.
- Enable pagination for overlay timelines (#10757). Fixes element-hq/voip-internal#107.
- Add tooltip to disabled invite button due to lack of permissions (#10869). Fixes element-hq/element-web#9824.
- Respect configured auth_header_logo_url for default Welcome page (#10870).
- Specify lazy loading for avatars (#10866). Fixes element-hq/element-web#1983.
- Room and user mentions for plain text editor (#10665). Contributed by @alunturner.
- Add audible notifcation on broadcast error (#10654). Fixes element-hq/element-web#25132.
- Fall back from server generated thumbnail to original image (#10853).
- Use semantically correct elements for room sublist context menu (#10831). Fixes element-hq/customer-success#46.
- Avoid calling prepareToEncrypt onKeyDown (#10828).
- Allows search to recognize full room links (#8275). Contributed by @bolu-tife.
- "Show rooms with unread messages first" should not be on by default for new users (#10820). Fixes element-hq/element-web#25304. Contributed by @kerryarchibald.
- Fix emitter handler leak in ThreadView (#10803).
- Add better error for email invites without identity server (#10739). Fixes element-hq/element-web#16893.
- Move reaction message previews out of labs (#10601). Fixes element-hq/element-web#25083.
- Sort muted rooms to the bottom of their section of the room list (#10592). Fixes element-hq/element-web#25131. Contributed by @kerryarchibald.
- Use semantic headings in user settings Help & About (#10752). Contributed by @kerryarchibald.
- use ExternalLink components for external links (#10758). Contributed by @kerryarchibald.
- Use semantic headings in space settings (#10751). Contributed by @kerryarchibald.
- Use semantic headings for room settings content (#10734). Contributed by @kerryarchibald.
🐛 Bug Fixes
- Ignore edits in message previews when they concern messages other than latest (#10868). Fixes element-hq/element-web#14872.
- Send correct receipts when viewing a room (#10864). Fixes element-hq/element-web#25196.
- Fix timeline search bar being overlapped by the right panel (#10809). Fixes element-hq/element-web#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 element-hq/element-web#18026.
- Fix people space notification badge not updating for new DM invites (#10849). Fixes element-hq/element-web#23248.
- Fix regression in emoji picker order mangling after clearing filter (#10854). Fixes element-hq/element-web#25323.
- Fix: Edit history modal crash (#10834). Fixes element-hq/element-web#25309. Contributed by @kerryarchibald.
- Fix long room address and name not being clipped on room info card and update
_RoomSummaryCard.pcss
(#10811). Fixes element-hq/element-web#25293. Contributed by @luixxiul. - Treat thumbnail upload failures as complete upload failures (#10829). Fixes element-hq/element-web#7069.
- Update finite automata to match user identifiers as per spec (#10798). Fixes element-hq/element-web#25246.
- Fix icon on empty notification panel (#10817). Fixes element-hq/element-web#25298 and element-hq/element-web#25302. Contributed by @luixxiul.
- Fix: Threads button is highlighted when I create a new room (#10819). Fixes element-hq/element-web#25284. Contributed by @kerryarchibald.
- Fix the top heading of notification panel (#10818). Fixes element-hq/element-web#25303. Contributed by @luixxiul.
- Fix the color of the verified E2EE icon on
RoomSummaryCard
(#10812). Fixes element-hq/element-web#25295. Contributed by @luixxiul. - Fix: No feedback when waiting for the server on a /delete_devices request with SSO (#10795). Fixes element-hq/element-web#23096. Contributed by @kerryarchibald.
- Fix: reveal images when image previews are disabled (#10781). Fixes element-hq/element-web#25271. Contributed by @kerryarchibald.
- Fix accessibility issues around the room list and space panel (#10717). Fixes element-hq/element-web#13345.
- Ensure tooltip contents is linked via aria to the target element (#10729). Fixes element-hq/customer-success#43.
v3.72.0
✨ Features
- Add UIFeature.locationSharing to hide location sharing (#10727).
- Memoize field validation results (#10714).
- Commands for plain text editor (#10567). Contributed by @alunturner.
- Allow 16 lines of text in the rich text editors (#10670). Contributed by @alunturner.
- Bail out of
RoomSettingsDialog
when room is not found (#10662). Contributed by @kerryarchibald. - Element-R: Populate device list for right-panel (#10671). Contributed by @florianduros.
- Make existing and new issue URLs configurable (#10710). Fixes element-hq/element-web#24424.
- Fix usages of ARIA tabpanel (#10628). Fixes element-hq/element-web#25016.
- Element-R: Starting a DMs with a user (#10673). Contributed by @florianduros.
- ARIA Accessibility improvements (#10675).
- ARIA Accessibility improvements (#10674).
- Add arrow key controls to emoji and reaction pickers (#10637). Fixes element-hq/element-web#17189.
- Translate credits in help about section (#10676).
🐛 Bug Fixes
- Fix: reveal images when image previews are disabled (#10781). Fixes element-hq/element-web#25271. Contributed by @kerryarchibald.
- Fix autocomplete not resetting properly on message send (#10741). Fixes element-hq/element-web#25170.
- Fix start_sso not working with guests disabled (#10720). Fixes element-hq/element-web#16624.
- Fix soft crash with Element call widgets (#10684).
- Send correct receipt when marking a room as read (#10730). Fixes element-hq/element-web#25207.
- Offload some more waveform processing onto a worker (#9223). Fixes element-hq/element-web#19756.
- Consolidate login errors (#10722). Fixes element-hq/element-web#17520.
- Fix all rooms search generating permalinks to wrong room id (#10625). Fixes element-hq/element-web#25115.
- Posthog properly handle Analytics ID changing from under us (#10702). Fixes element-hq/element-web#25187.
- Fix Clock being read as an absolute time rather than duration (#10706). Fixes element-hq/element-web#22582.
- Properly translate errors in
ChangePassword.tsx
so they show up translated to the user but not in our logs (#10615). Fixes element-hq/element-web#9597. Contributed by @MadLittleMods. - Honour feature toggles in guest mode (#10651). Fixes element-hq/element-web#24513. Contributed by @andybalaam.
- Fix default content in devtools event sender (#10699). Contributed by @tulir.
- Fix a crash when a call ends while you're in it (#10681). Fixes element-hq/element-web#25153.
- Fix lack of screen reader indication when triggering auto complete (#10664). Fixes element-hq/element-web#11011.
- Fix typing tile duplicating users (#10678). Fixes element-hq/element-web#25165.
- Fix wrong room topic tooltip position (#10667). Fixes element-hq/element-web#25158.
- Fix create subspace dialog not working (#10652). Fixes element-hq/element-web#24882.
v3.72.0-rc.2
🐛 Bug Fixes
- Fix: reveal images when image previews are disabled (#10781). Fixes element-hq/element-web#25271. Contributed by @kerryarchibald.
v3.72.0-rc.1
✨ Features
- Add UIFeature.locationSharing to hide location sharing (#10727).
- Memoize field validation results (#10714).
- Commands for plain text editor (#10567). Contributed by @alunturner.
- Allow 16 lines of text in the rich text editors (#10670). Contributed by @alunturner.
- Bail out of
RoomSettingsDialog
when room is not found (#10662). Contributed by @kerryarchibald. - Element-R: Populate device list for right-panel (#10671). Contributed by @florianduros.
- Make existing and new issue URLs configurable (#10710). Fixes element-hq/element-web#24424.
- Fix usages of ARIA tabpanel (#10628). Fixes element-hq/element-web#25016.
- Element-R: Starting a DMs with a user (#10673). Contributed by @florianduros.
- ARIA Accessibility improvements (#10675).
- ARIA Accessibility improvements (#10674).
- Add arrow key controls to emoji and reaction pickers (#10637). Fixes element-hq/element-web#17189.
- Translate credits in help about section (#10676).
🐛 Bug Fixes
- Fix autocomplete not resetting properly on message send (#10741). Fixes element-hq/element-web#25170.
- Fix start_sso not working with guests disabled (#10720). Fixes element-hq/element-web#16624.
- Fix soft crash with Element call widgets (#10684).
- Send correct receipt when marking a room as read (#10730). Fixes element-hq/element-web#25207.
- Offload some more waveform processing onto a worker (#9223). Fixes element-hq/element-web#19756.
- Consolidate login errors (#10722). Fixes element-hq/element-web#17520.
- Fix all rooms search generating permalinks to wrong room id (#10625). Fixes element-hq/element-web#25115.
- Posthog properly handle Analytics ID changing from under us (#10702). Fixes element-hq/element-web#25187.
- Fix Clock being read as an absolute time rather than duration (#10706). Fixes element-hq/element-web#22582.
- Properly translate errors in
ChangePassword.tsx
so they show up translated to the user but not in our logs (#10615). Fixes element-hq/element-web#9597. Contributed by @MadLittleMods. - Honour feature toggles in guest mode (#10651). Fixes element-hq/element-web#24513. Contributed by @andybalaam.
- Fix default content in devtools event sender (#10699). Contributed by @tulir.
- Fix a crash when a call ends while you're in it (#10681). Fixes element-hq/element-web#25153.
- Fix lack of screen reader indication when triggering auto complete (#10664). Fixes element-hq/element-web#11011.
- Fix typing tile duplicating users (#10678). Fixes element-hq/element-web#25165.
- Fix wrong room topic tooltip position (#10667). Fixes element-hq/element-web#25158.
- Fix create subspace dialog not working (#10652). Fixes element-hq/element-web#24882.
v3.71.1
v3.71.0
🔒 Security
- Fixes for CVE-2023-30609 / GHSA-xv83-x443-7rmw
✨ Features
- Pick sensible default option for phone country dropdown (#10627). Fixes element-hq/element-web#3528.
- Relate field validation tooltip via aria-describedby (#10522). Fixes element-hq/element-web#24963.
- Handle more completion types in rte autocomplete (#10560). Contributed by @alunturner.
- Show a tile for an unloaded predecessor room if it has via_servers (#10483). Contributed by @andybalaam.
- Exclude message timestamps from aria live region (#10584). Fixes element-hq/element-web#5696.
- Make composer format bar an aria toolbar (#10583). Fixes element-hq/element-web#11283.
- Improve accessibility of font slider (#10473). Fixes element-hq/element-web#20168 and element-hq/element-web#24962.
- fix file size display from kB to KB (#10561). Fixes element-hq/element-web#24866. Contributed by @NSV1991.
- Handle /me in rte (#10558). Contributed by @alunturner.
- bind html with switch for manage extension setting option (#10553). Contributed by @NSV1991.
- Handle command completions in RTE (#10521). Contributed by @alunturner.
- Add room and user avatars to rte (#10497). Contributed by @alunturner.
- Support for MSC3882 revision 1 (#10443). Contributed by @hughns.
- Check profiles before starting a DM (#10472). Fixes element-hq/element-web#24830.
- Quick settings: Change the copy / labels on the options (#10427). Fixes element-hq/element-web#24522. Contributed by @justjanne.
- Update rte autocomplete styling (#10503). Contributed by @alunturner.
🐛 Bug Fixes
- Fix create subspace dialog not working (#10652). Fixes element-hq/element-web#24882
- Fix multiple accessibility defects identified by AXE (#10606).
- Fix view source from edit history dialog always showing latest event (#10626). Fixes element-hq/element-web#21859.
- #21451 Fix WebGL disabled error message (#10589). Contributed by @rashmitpankhania.
- Properly translate errors in
AddThreepid.ts
so they show up translated to the user but not in our logs (#10432). Contributed by @MadLittleMods. - Fix overflow on auth pages (#10605). Fixes element-hq/element-web#19548.
- Fix incorrect avatar background colour when using a custom theme (#10598). Contributed by @jdauphant.
- Remove dependency on
org.matrix.e2e_cross_signing
unstable feature (#10593). - Update setting description to match reality (#10600). Fixes element-hq/element-web#25106.
- Fix no identity server in help & about settings (#10563). Fixes element-hq/element-web#25077.
- Fix: Images no longer reserve their space in the timeline correctly (#10571). Fixes element-hq/element-web#25082. Contributed by @kerryarchibald.
- Fix issues with inhibited accessible focus outlines (#10579). Fixes element-hq/element-web#19742.
- Fix read receipts falling from sky (#10576). Fixes element-hq/element-web#25081.
- Fix avatar text issue in rte (#10559). Contributed by @alunturner.
- fix resizer only work with left mouse click (#10546). Contributed by @NSV1991.
- Fix send two join requests when joining a room from spotlight search (#10534). Fixes element-hq/element-web#25054.
- Highlight event when any version triggered a highlight (#10502). Fixes element-hq/element-web#24923 and element-hq/element-web#24970. Contributed by @kerryarchibald.
- Fix spacing of headings of integration manager on General settings tab (#10232). Fixes element-hq/element-web#24085. Contributed by @luixxiul.
v3.71.0-rc.1
✨ Features
- Pick sensible default option for phone country dropdown (#10627). Fixes element-hq/element-web#3528.
- Relate field validation tooltip via aria-describedby (#10522). Fixes element-hq/element-web#24963.
- Handle more completion types in rte autocomplete (#10560). Contributed by @alunturner.
- Show a tile for an unloaded predecessor room if it has via_servers (#10483). Contributed by @andybalaam.
- Exclude message timestamps from aria live region (#10584). Fixes element-hq/element-web#5696.
- Make composer format bar an aria toolbar (#10583). Fixes element-hq/element-web#11283.
- Improve accessibility of font slider (#10473). Fixes element-hq/element-web#20168 and element-hq/element-web#24962.
- fix file size display from kB to KB (#10561). Fixes element-hq/element-web#24866. Contributed by @NSV1991.
- Handle /me in rte (#10558). Contributed by @alunturner.
- bind html with switch for manage extension setting option (#10553). Contributed by @NSV1991.
- Handle command completions in RTE (#10521). Contributed by @alunturner.
- Add room and user avatars to rte (#10497). Contributed by @alunturner.
- Support for MSC3882 revision 1 (#10443). Contributed by @hughns.
- Check profiles before starting a DM (#10472). Fixes element-hq/element-web#24830.
- Quick settings: Change the copy / labels on the options (#10427). Fixes element-hq/element-web#24522. Contributed by @justjanne.
- Update rte autocomplete styling (#10503). Contributed by @alunturner.
🐛 Bug Fixes
- Fix multiple accessibility defects identified by AXE (#10606).
- Fix view source from edit history dialog always showing latest event (#10626). Fixes element-hq/element-web#21859.
- #21451 Fix WebGL disabled error message (#10589). Contributed by @rashmitpankhania.
- Properly translate errors in
AddThreepid.ts
so they show up translated to the user but not in our logs (#10432). Contributed by @MadLittleMods. - Fix overflow on auth pages (#10605). Fixes element-hq/element-web#19548.
- Fix incorrect avatar background colour when using a custom theme (#10598). Contributed by @jdauphant.
- Remove dependency on
org.matrix.e2e_cross_signing
unstable feature (#10593). - Update setting description to match reality (#10600). Fixes element-hq/element-web#25106.
- Fix no identity server in help & about settings (#10563). Fixes element-hq/element-web#25077.
- Fix: Images no longer reserve their space in the timeline correctly (#10571). Fixes element-hq/element-web#25082. Contributed by @kerryarchibald.
- Fix issues with inhibited accessible focus outlines (#10579). Fixes element-hq/element-web#19742.
- Fix read receipts falling from sky (#10576). Fixes element-hq/element-web#25081.
- Fix avatar text issue in rte (#10559). Contributed by @alunturner.
- fix resizer only work with left mouse click (#10546). Contributed by @NSV1991.
- Fix send two join requests when joining a room from spotlight search (#10534). Fixes element-hq/element-web#25054.
- Highlight event when any version triggered a highlight (#10502). Fixes element-hq/element-web#24923 and element-hq/element-web#24970. Contributed by @kerryarchibald.
- Fix spacing of headings of integration manager on General settings tab (#10232). Fixes element-hq/element-web#24085. Contributed by @luixxiul.
v3.70.0
✨ Features
- Style mentions as pills in rich text editor (#10448). Contributed by @alunturner.
- Show room create icon if "UIComponent.roomCreation" is enabled (#10364). Contributed by @maheichyk.
- Mentions as links rte (#10463). Contributed by @alunturner.
- Better error handling in jump to date (#10405). Contributed by @MadLittleMods.
- Show "Invite" menu option if "UIComponent.sendInvites" is enabled. (#10363). Contributed by @maheichyk.
- Added
UserProfilesStore
,LruCache
and user permalink profile caching (#10425). Fixes element-hq/element-web#10559. - Mentions as links rte (#10422). Contributed by @alunturner.
- Implement MSC3952: intentional mentions (#9983).
- Implement MSC3973: Search users in the user directory with the Widget API (#10269). Contributed by @dhenneke.
- Permalinks to message are now displayed as pills (#10392). Fixes element-hq/element-web#24751 and element-hq/element-web#24706.
- Show search,dial,explore in filterContainer if "UIComponent.filterContainer" is enabled (#10381). Contributed by @maheichyk.
- Increase space panel collapse clickable area (#6084). Fixes element-hq/element-web#17379. Contributed by @jaiwanth-v.
- Add fallback for replies to Polls (#10380). Fixes element-hq/element-web#24197. Contributed by @kerryarchibald.
- Permalinks to rooms and users are now pillified (#10388). Fixes element-hq/element-web#24825.
- Poll history - access poll history from room settings (#10356). Contributed by @kerryarchibald.
- Add API params to mute audio and/or video in Jitsi calls by default (#10376). Contributed by @dhenneke.
- Notifications: inline error message on notifications saving error (#10288). Contributed by @kerryarchibald.
- Support dynamic room predecessor in SpaceProvider (#10348). Contributed by @andybalaam.
- Support dynamic room predecessors for RoomProvider (#10346). Contributed by @andybalaam.
- Support dynamic room predecessors in OwnBeaconStore (#10339). Contributed by @andybalaam.
- Support dynamic room predecessors in ForwardDialog (#10344). Contributed by @andybalaam.
- Support dynamic room predecessors in SpaceHierarchy (#10341). Contributed by @andybalaam.
- Support dynamic room predecessors in AddExistingToSpaceDialog (#10342). Contributed by @andybalaam.
- Support dynamic room predecessors in leave-behaviour (#10340). Contributed by @andybalaam.
- Support dynamic room predecessors in StopGapWidgetDriver (#10338). Contributed by @andybalaam.
- Support dynamic room predecessors in WidgetLayoutStore (#10326). Contributed by @andybalaam.
- Support dynamic room predecessors in SpaceStore (#10332). Contributed by @andybalaam.
- Sync polls push rules on changes to account_data (#10287). Contributed by @kerryarchibald.
- Support dynamic room predecessors in BreadcrumbsStore (#10295). Contributed by @andybalaam.
- Improved a11y for Field feedback and Secure Phrase input (#10320). Contributed by @Sebbones.
- Support dynamic room predecessors in RoomNotificationStateStore (#10297). Contributed by @andybalaam.
🐛 Bug Fixes
- Allow editing with RTE to overflow for autocomplete visibility (#10499). Contributed by @alunturner.
- Added auto focus to Github URL on opening of debug logs modal (#10479). Contributed by @ShivamSpm.
- Fix detection of encryption for all users in a room (#10487). Fixes element-hq/element-web#24995.
- Properly generate mentions when editing a reply with MSC3952 (#10486). Fixes element-hq/element-web#24924. Contributed by @kerryarchibald.
- Improve performance of rendering a room with many hidden events (#10131). Contributed by @andybalaam.
- Prevent future date selection in jump to date (#10419). Fixes element-hq/element-web#20800. Contributed by @MadLittleMods.
- Add aria labels to message search bar to improve accessibility (#10476). Fixes element-hq/element-web#24921.
- Fix decryption failure bar covering the timeline (#10360). Fixes element-hq/element-web#24780 element-hq/element-web#24074 and element-hq/element-web#24183. Contributed by @luixxiul.
- Improve profile picture settings accessibility (#10470). Fixes element-hq/element-web#24919.
- Handle group call redaction (#10465).
- Display relative timestamp for threads on the same calendar day (#10399). Fixes element-hq/element-web#24841. Contributed by @kerryarchibald.
- Fix timeline list and paragraph display issues (#10424). Fixes element-hq/element-web#24602. Contributed by @alunturner.
- Use unique keys for voice broadcast pips (#10457). Fixes element-hq/element-web#24959.
- Fix "show read receipts sent by other users" not applying to threads (#10445). Fixes element-hq/element-web#24910.
- Fix joining public rooms without aliases in search dialog (#10437). Fixes element-hq/element-web#23937.
- Add input validation for
m.direct
inDMRoomMap
(#10436). Fixes element-hq/element-web#24909. - Reduce height reserved for "collapse" button's line on IRC layout (#10211). Fixes element-hq/element-web#24605. Contributed by @luixxiul.
- Fix
creatorUserId is required
error when opening sticker picker (#10423). - Fix block/inline Element descendants error noise in
NewRoomIntro.tsx
(#10412). Contributed by @MadLittleMods. - Fix profile resizer to make first character of a line selectable in IRC layout (#10396). Fixes element-hq/element-web#14764. Contributed by @luixxiul.
- Ensure space between wrapped lines of room name on IRC layout (#10188). Fixes element-hq/element-web#24742. Contributed by @luixxiul.
- Remove unreadable alt attribute from the room status bar warning icon (nonsense to screenreaders) (#10402). Contributed by @MadLittleMods.
- Fix big date separators when jump to date is enabled (#10404). Fixes element-hq/element-web#22969. Contributed by @MadLittleMods.
- Fixes user authentication when registering via the module API (#10257). Contributed by @maheichyk.
- Handle more edge cases in Space Hierarchy (#10280). Contributed by @justjanne.
- Further improve performance with lots of hidden events (#10353). Fixes element-hq/element-web#24480. Contributed by @andybalaam.
- Respect user cancelling upload flow by dismissing spinner (#10373). Fixes element-hq/element-web#24667.
- When starting a DM, the end-to-end encryption status icon does now only appear if the DM can be encrypted (#10394). Fixes element-hq/element-web#24397.
- Fix
[object Object]
in feedback metadata ([#10390](https://github.com/matrix-org/mat...