Tags: featherbutt/matrix-react-sdk
Tags
[Full Changelog](matrix-org/matrix-react-sdk@v3.16.0-rc.2...v3.16.0) * [Release] Change read receipt drift to be non-fractional [\matrix-org#5746](matrix-org#5746) * [Release] Properly gate SpaceRoomView behind labs [\matrix-org#5750](matrix-org#5750)
[Full Changelog](matrix-org/matrix-react-sdk@v3.16.0-rc.1...v3.16.0-rc.2 ) * Fixed incorrect build output in rc.1
[Full Changelog](matrix-org/matrix-react-sdk@v3.15.0...v3.16.0-rc.1) * Upgrade to JS SDK 9.9.0-rc.1 * Translations update from Weblate [\matrix-org#5743](matrix-org#5743) * Document behaviour of showReadReceipts=false for sent receipts [\matrix-org#5739](matrix-org#5739) * Tweak sent marker code style [\matrix-org#5741](matrix-org#5741) * Fix sent markers disappearing for edits/reactions [\matrix-org#5737](matrix-org#5737) * Ignore to-device decryption in the room list store [\matrix-org#5740](matrix-org#5740) * Spaces suggested rooms support [\matrix-org#5736](matrix-org#5736) * Add tooltips to sent/sending receipts [\matrix-org#5738](matrix-org#5738) * Remove a bunch of useless 'use strict' definitions [\matrix-org#5735](matrix-org#5735) * [SK-1] Fix types for replaceableComponent [\matrix-org#5732](matrix-org#5732) * [SK-2] Make debugging skinning problems easier [\matrix-org#5733](matrix-org#5733) * Support sending invite reasons with /invite command [\matrix-org#5695](matrix-org#5695) * Fix clicking on the avatar for opening member info requires pixel-perfect accuracy [\matrix-org#5717](matrix-org#5717) * Display decrypted and encrypted event source on the same dialog [\matrix-org#5713](matrix-org#5713) * Fix units of TURN server expiry time [\matrix-org#5730](matrix-org#5730) * Display room name in pills instead of address [\matrix-org#5624](matrix-org#5624) * Refresh UI for file uploads [\matrix-org#5723](matrix-org#5723) * UI refresh for uploaded files [\matrix-org#5719](matrix-org#5719) * Improve message sending states to match new designs [\matrix-org#5699](matrix-org#5699) * Add clipboard write permission for widgets [\matrix-org#5725](matrix-org#5725) * Fix widget resizing [\matrix-org#5722](matrix-org#5722) * Option for audio streaming [\matrix-org#5707](matrix-org#5707) * Show a specific error for hs_disabled [\matrix-org#5576](matrix-org#5576) * Add Edge to the targets list [\matrix-org#5721](matrix-org#5721) * File drop UI fixes and improvements [\matrix-org#5505](matrix-org#5505) * Fix Bottom border of state counters is white on the dark theme [\matrix-org#5715](matrix-org#5715) * Trim spurious whitespace of nicknames [\matrix-org#5332](matrix-org#5332) * Ensure HostSignupDialog border colour matches light theme [\matrix-org#5716](matrix-org#5716) * Don't place another call if there's already one ongoing [\matrix-org#5712](matrix-org#5712) * Space room hierarchies [\matrix-org#5706](matrix-org#5706) * Iterate Space view and right panel [\matrix-org#5705](matrix-org#5705) * Add a scroll to bottom on message sent setting [\matrix-org#5692](matrix-org#5692) * Add .tmp files to gitignore [\matrix-org#5708](matrix-org#5708) * Initial Space Room View and Creation UX [\matrix-org#5704](matrix-org#5704) * Add multi language spell check [\matrix-org#5452](matrix-org#5452) * Fix tetris effect (holes) in read receipts [\matrix-org#5697](matrix-org#5697) * Fixed edit for markdown images [\matrix-org#5703](matrix-org#5703) * Iterate Space Panel [\matrix-org#5702](matrix-org#5702) * Fix read receipts for compact layout [\matrix-org#5700](matrix-org#5700) * Space Store and Space Panel for Room List filtering [\matrix-org#5689](matrix-org#5689) * Log when turn creds expire [\matrix-org#5691](matrix-org#5691) * Null check for maxHeight in call view [\matrix-org#5690](matrix-org#5690) * Autocomplete invited users [\matrix-org#5687](matrix-org#5687) * Add send message button [\matrix-org#5535](matrix-org#5535) * Move call buttons to the room header [\matrix-org#5693](matrix-org#5693) * Use the default SSSS key if the default is set [\matrix-org#5638](matrix-org#5638) * Initial Spaces feature flag [\matrix-org#5668](matrix-org#5668) * Clean up code edge cases and add helpers [\matrix-org#5667](matrix-org#5667) * Clean up widgets when leaving the room [\matrix-org#5684](matrix-org#5684) * Fix read receipts? [\matrix-org#5567](matrix-org#5567) * Fix MAU usage alerts [\matrix-org#5678](matrix-org#5678)
[Full Changelog](matrix-org/matrix-react-sdk@v3.15.0-rc.1...v3.15.0) matrix-react-sdk 3.15.0 fixes a low severity issue (CVE-2021-21320) where the user content sandbox can be abused to trick users into opening unexpected documents. The content is opened with a `blob` origin that cannot access Matrix user data, so messages and secrets are not at risk. Thanks to @keerok for responsibly disclosing this via Matrix's Security Disclosure Policy. * Upgrade to JS SDK 9.8.0
[Full Changelog](matrix-org/matrix-react-sdk@v3.14.0...v3.15.0-rc.1) * Upgrade to JS SDK 9.8.0-rc.1 * Translations update from Weblate [\matrix-org#5683](matrix-org#5683) * Fix object diffing when objects have different keys [\matrix-org#5681](matrix-org#5681) * Add <code> if it's missing [\matrix-org#5673](matrix-org#5673) * Add email only if the verification is complete [\matrix-org#5629](matrix-org#5629) * Fix portrait videocalls [\matrix-org#5676](matrix-org#5676) * Tweak code block icon positions [\matrix-org#5643](matrix-org#5643) * Revert "Improve URL preview formatting and image upload thumbnail size" [\matrix-org#5677](matrix-org#5677) * Fix context menu leaving visible area [\matrix-org#5644](matrix-org#5644) * Jitsi conferences names, take 3 [\matrix-org#5675](matrix-org#5675) * Update isUserOnDarkTheme to take use_system_theme in account [\matrix-org#5670](matrix-org#5670) * Discard some dead code [\matrix-org#5665](matrix-org#5665) * Add developer tool to explore and edit settings [\matrix-org#5664](matrix-org#5664) * Use and create new room helpers [\matrix-org#5663](matrix-org#5663) * Clear message previews when the maximum limit is reached for history [\matrix-org#5661](matrix-org#5661) * VoIP virtual rooms, mk II [\matrix-org#5639](matrix-org#5639) * Disable chat effects when reduced motion preferred [\matrix-org#5660](matrix-org#5660) * Improve URL preview formatting and image upload thumbnail size [\matrix-org#5637](matrix-org#5637) * Fix border radius when the panel is collapsed [\matrix-org#5641](matrix-org#5641) * Use a more generic layout setting - useIRCLayout → layout [\matrix-org#5571](matrix-org#5571) * Remove redundant lockOrigin parameter from usercontent [\matrix-org#5657](matrix-org#5657) * Set ICE candidate pool size option [\matrix-org#5655](matrix-org#5655) * Prepare to encrypt when a call arrives [\matrix-org#5654](matrix-org#5654) * Use config for host signup branding [\matrix-org#5650](matrix-org#5650) * Use randomly generated conference names for Jitsi [\matrix-org#5649](matrix-org#5649) * Modified regex to account for an immediate new line after slash commands [\matrix-org#5647](matrix-org#5647) * Fix codeblock scrollbar color for non-Firefox [\matrix-org#5642](matrix-org#5642) * Fix codeblock scrollbar colors [\matrix-org#5630](matrix-org#5630) * Added loading and disabled the button while searching for server [\matrix-org#5634](matrix-org#5634)
[Full Changelog](matrix-org/matrix-react-sdk@v3.14.0-rc.1...v3.14.0) * Upgrade to JS SDK 9.7.0 * [Release] Use config for host signup branding [\matrix-org#5651](matrix-org#5651)
[Full Changelog](matrix-org/matrix-react-sdk@v3.13.1...v3.14.0-rc.1) * Upgrade to JS SDK 9.7.0-rc.1 * Translations update from Weblate [\matrix-org#5636](matrix-org#5636) * Add host signup modal with iframe [\matrix-org#5450](matrix-org#5450) * Fix duplication of codeblock elements [\matrix-org#5633](matrix-org#5633) * Handle undefined call stats [\matrix-org#5632](matrix-org#5632) * Avoid delayed displaying of sources in source picker [\matrix-org#5631](matrix-org#5631) * Give breadcrumbs toolbar an accessibility label. [\matrix-org#5628](matrix-org#5628) * Fix the %s in logs [\matrix-org#5627](matrix-org#5627) * Fix jumpy notifications settings UI [\matrix-org#5625](matrix-org#5625) * Improve displaying of code blocks [\matrix-org#5559](matrix-org#5559) * Fix desktop Matrix screen sharing and add a screen/window picker [\matrix-org#5525](matrix-org#5525) * Call "MatrixClientPeg.get()" only once in method "findOverrideMuteRule" [\matrix-org#5498](matrix-org#5498) * Close current modal when session is logged out [\matrix-org#5616](matrix-org#5616) * Switch room explorer list to CSS grid [\matrix-org#5551](matrix-org#5551) * Improve SSO login start screen and 3pid invite handling somewhat [\matrix-org#5622](matrix-org#5622) * Don't jump to bottom on reaction [\matrix-org#5621](matrix-org#5621) * Fix several profile settings oddities [\matrix-org#5620](matrix-org#5620) * Add option to hide the stickers button in the composer [\matrix-org#5530](matrix-org#5530) * Fix confusing right panel button behaviour [\matrix-org#5598](matrix-org#5598) * Fix jumping timestamp if hovering a message with e2e indicator bar [\matrix-org#5601](matrix-org#5601) * Fix avatar and trash alignment [\matrix-org#5614](matrix-org#5614) * Fix z-index of stickerpicker [\matrix-org#5617](matrix-org#5617) * Fix permalink via parsing for rooms [\matrix-org#5615](matrix-org#5615) * Fix "Terms and Conditions" checkbox alignment [\matrix-org#5613](matrix-org#5613) * Fix flair height after accent changes [\matrix-org#5611](matrix-org#5611) * Iterate Social Logins work around edge cases and branding [\matrix-org#5609](matrix-org#5609) * Lock widget room ID when added [\matrix-org#5607](matrix-org#5607) * Better errors for SSO failures [\matrix-org#5605](matrix-org#5605) * Increase language search bar width [\matrix-org#5549](matrix-org#5549) * Scroll to bottom on message_sent [\matrix-org#5565](matrix-org#5565) * Fix new rooms being titled 'Empty Room' [\matrix-org#5587](matrix-org#5587) * Fix saving the collapsed state of the left panel [\matrix-org#5593](matrix-org#5593) * Fix app-url hint in the e2e-test run script output [\matrix-org#5600](matrix-org#5600) * Fix RoomView re-mounting breaking peeking [\matrix-org#5602](matrix-org#5602) * Tweak a few room ID checks [\matrix-org#5592](matrix-org#5592) * Remove pills from event permalinks with text [\matrix-org#5575](matrix-org#5575)
[Full Changelog](matrix-org/matrix-react-sdk@v3.13.0...v3.13.1) * [Release] Fix z-index of stickerpicker [\matrix-org#5618](matrix-org#5618)
[Full Changelog](matrix-org/matrix-react-sdk@v3.13.0-rc.1...v3.13.0) * Upgrade to JS SDK 9.6.0 * [Release] Fix flair height after accent changes [\matrix-org#5612](matrix-org#5612) * [Release] Iterate Social Logins work around edge cases and branding [\matrix-org#5610](matrix-org#5610) * [Release] Lock widget room ID when added [\matrix-org#5608](matrix-org#5608) * [Release] Better errors for SSO failures [\matrix-org#5606](matrix-org#5606) * [Release] Fix RoomView re-mounting breaking peeking [\matrix-org#5603](matrix-org#5603)
[Full Changelog](matrix-org/matrix-react-sdk@v3.12.1...v3.13.0-rc.1) * Upgrade to JS SDK 9.6.0-rc.1 * Translations update from Weblate [\matrix-org#5597](matrix-org#5597) * Support managed hybrid widgets from config [\matrix-org#5596](matrix-org#5596) * Add managed hybrid call widgets when supported [\matrix-org#5594](matrix-org#5594) * Tweak mobile guide toast copy [\matrix-org#5595](matrix-org#5595) * Improve SSO auth flow [\matrix-org#5578](matrix-org#5578) * Add optional mobile guide toast [\matrix-org#5586](matrix-org#5586) * Fix invisible text after logging out in the dark theme [\matrix-org#5588](matrix-org#5588) * Fix escape for cancelling replies [\matrix-org#5591](matrix-org#5591) * Update widget-api to beta.12 [\matrix-org#5589](matrix-org#5589) * Add commands for DM conversion [\matrix-org#5540](matrix-org#5540) * Run a UI refresh over the OIDC Exchange confirmation dialog [\matrix-org#5580](matrix-org#5580) * Allow stickerpickers the legacy "visibility" capability [\matrix-org#5581](matrix-org#5581) * Hide local video if it is muted [\matrix-org#5529](matrix-org#5529) * Don't use name width in reply thread for IRC layout [\matrix-org#5518](matrix-org#5518) * Update code_style.md [\matrix-org#5554](matrix-org#5554) * Fix Czech capital letters like ŠČŘ... [\matrix-org#5569](matrix-org#5569) * Add optional search shortcut [\matrix-org#5548](matrix-org#5548) * Fix Sudden 'find a room' UI shows up when the only room moves to favourites [\matrix-org#5584](matrix-org#5584) * Increase PersistedElement's z-index [\matrix-org#5568](matrix-org#5568) * Remove check that prevents Jitsi widgets from being unpinned [\matrix-org#5582](matrix-org#5582) * Fix Jitsi widgets causing localized tile crashes [\matrix-org#5583](matrix-org#5583) * Log candidates for calls [\matrix-org#5573](matrix-org#5573) * Upgrade deps 2021-01 [\matrix-org#5579](matrix-org#5579) * Fix "Continuing without email" dialog bug [\matrix-org#5566](matrix-org#5566) * Require registration for verification actions [\matrix-org#5574](matrix-org#5574) * Don't play the hangup sound when the call is answered from elsewhere [\matrix-org#5572](matrix-org#5572) * Move to newer base image for end-to-end tests [\matrix-org#5570](matrix-org#5570) * Update widgets in the room upon join [\matrix-org#5564](matrix-org#5564) * Update AuxPanel and related buttons when widgets change or on reload [\matrix-org#5563](matrix-org#5563) * Add VoIP user mapper [\matrix-org#5560](matrix-org#5560) * Improve styling of SSO Buttons for multiple IdPs [\matrix-org#5558](matrix-org#5558) * Fixes for the general tab in the room dialog [\matrix-org#5522](matrix-org#5522) * fix issue 16226 to allow switching back to default HS. [\matrix-org#5561](matrix-org#5561) * Support room-defined widget layouts [\matrix-org#5553](matrix-org#5553) * Change a bunch of strings from Recovery Key/Phrase to Security Key/Phrase [\matrix-org#5533](matrix-org#5533) * Give a bigger target area to AppsDrawer vertical resizer [\matrix-org#5557](matrix-org#5557) * Fix minimized left panel avatar alignment [\matrix-org#5493](matrix-org#5493) * Ensure component index has been written before renaming [\matrix-org#5556](matrix-org#5556) * Fixed continue button while selecting home-server [\matrix-org#5552](matrix-org#5552) * Wire up MSC2931 widget navigation [\matrix-org#5527](matrix-org#5527) * Various fixes for Bridge Info page (MSC2346) [\matrix-org#5454](matrix-org#5454) * Use room-specific listeners for message preview and community prototype [\matrix-org#5547](matrix-org#5547) * Fix some misc. React warnings when viewing timeline [\matrix-org#5546](matrix-org#5546) * Use device storage for allowed widgets if account data not supported [\matrix-org#5544](matrix-org#5544) * Fix incoming call box on dark theme [\matrix-org#5542](matrix-org#5542) * Convert DMRoomMap to typescript [\matrix-org#5541](matrix-org#5541) * Add in-call dialpad for DTMF sending [\matrix-org#5532](matrix-org#5532)
PreviousNext