Tags: yesexactly/matrix-react-sdk
Tags
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.8-rc.2...v0.8.8) * No changes
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.8-rc.1...v0.8.8-rc.2) * Fix bug where links to Riot would fail to open.
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.7...v0.8.8-rc.1) * Update js-sdk to fix registration without a captcha (element-hq/element-web#3621)
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.7-rc.4...v0.8.7) * No changes
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.7-rc.3...v0.8.7-rc.4) * Fix people section vanishing on 'clear cache' [\matrix-org#799](matrix-org#799) * Make the clear cache button work on desktop [\matrix-org#798](matrix-org#798)
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.7-rc.2...v0.8.7-rc.3) * Use matrix-js-sdk v0.7.6-rc.2
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.7-rc.1...v0.8.7-rc.2) * fix the warning shown to users about needing to export e2e keys [\matrix-org#797](matrix-org#797)
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.6...v0.8.7-rc.1) * Add support for using indexeddb in a webworker [\matrix-org#792](matrix-org#792) * Fix infinite pagination/glitches with pagination [\matrix-org#795](matrix-org#795) * Fix issue where teamTokenMap was ignored for guests [\matrix-org#793](matrix-org#793) * Click emote sender -> insert display name into composer [\matrix-org#791](matrix-org#791) * Fix scroll token selection logic [\matrix-org#785](matrix-org#785) * Replace sdkReady with firstSyncPromise, add mx_last_room_id [\matrix-org#790](matrix-org#790) * Change "Unread messages." to "Jump to first unread message." [\matrix-org#789](matrix-org#789) * Update for new IndexedDBStore interface [\matrix-org#786](matrix-org#786) * Add <ol start="..."> to allowed attributes list [\matrix-org#787](matrix-org#787) * Fix the onFinished for timeline pos dialog [\matrix-org#784](matrix-org#784) * Only join a room when enter is hit if the join button is shown [\matrix-org#776](matrix-org#776) * Remove non-functional session load error [\matrix-org#783](matrix-org#783) * Use Login & Register via component interface [\matrix-org#782](matrix-org#782) * Attempt to fix the flakyness seen with tests [\matrix-org#781](matrix-org#781) * Remove React warning [\matrix-org#780](matrix-org#780) * Only clear the local notification count if needed [\matrix-org#779](matrix-org#779) * Don't re-notify about messages on browser refresh [\matrix-org#777](matrix-org#777) * Improve zeroing of RoomList notification badges [\matrix-org#775](matrix-org#775) * Fix VOIP bar hidden on first render of RoomStatusBar [\matrix-org#774](matrix-org#774) * Correct confirm prompt for disinvite [\matrix-org#772](matrix-org#772) * Add state loggingIn to MatrixChat to fix flashing login [\matrix-org#773](matrix-org#773) * Fix bug where you can't invite a valid address [\matrix-org#771](matrix-org#771) * Fix people section DropTarget and refactor Rooms [\matrix-org#761](matrix-org#761) * Read Receipt offset [\matrix-org#770](matrix-org#770) * Support adding phone numbers in UserSettings [\matrix-org#756](matrix-org#756) * Prevent crash on login of no guest session [\matrix-org#769](matrix-org#769) * Add canResetTimeline callback and thread it through to TimelinePanel [\matrix-org#768](matrix-org#768) * Show spinner whilst processing recaptcha response [\matrix-org#767](matrix-org#767) * Login / registration with phone number, mark 2 [\matrix-org#750](matrix-org#750) * Display threepids slightly prettier [\matrix-org#758](matrix-org#758) * Fix extraneous leading space in sent emotes [\matrix-org#764](matrix-org#764) * Add ConfirmRedactDialog component [\matrix-org#763](matrix-org#763) * Fix password UI auth test [\matrix-org#760](matrix-org#760) * Display timestamps and profiles for redacted events [\matrix-org#759](matrix-org#759) * Fix UDD for voip in e2e rooms [\matrix-org#757](matrix-org#757) * Add "Export E2E keys" option to logout dialog [\matrix-org#755](matrix-org#755) * Fix People section a bit [\matrix-org#754](matrix-org#754) * Do routing to /register _onLoadCompleted [\matrix-org#753](matrix-org#753) * Double UNPAGINATION_PADDING again [\matrix-org#747](matrix-org#747) * Add null check to start_login [\matrix-org#751](matrix-org#751) * Merge the two RoomTile context menus into one [\matrix-org#746](matrix-org#746) * Fix import for Lifecycle [\matrix-org#748](matrix-org#748) * Make UDD appear when UDE on uploading a file [\matrix-org#745](matrix-org#745) * Decide on which screen to show after login in one place [\matrix-org#743](matrix-org#743) * Add onClick to permalinks to route within Riot [\matrix-org#744](matrix-org#744) * Add support for pasting files into the text box [\matrix-org#605](matrix-org#605) * Show message redactions as black event tiles [\matrix-org#739](matrix-org#739) * Allow user to choose from existing DMs on new chat [\matrix-org#736](matrix-org#736) * Fix the team server registration [\matrix-org#741](matrix-org#741) * Clarify "No devices" message [\matrix-org#740](matrix-org#740) * Change timestamp permalinks to matrix.to [\matrix-org#735](matrix-org#735) * Fix resend bar and "send anyway" in UDD [\matrix-org#734](matrix-org#734) * Make COLOR_REGEX stricter [\matrix-org#737](matrix-org#737) * Port registration over to use InteractiveAuth [\matrix-org#729](matrix-org#729) * Test to see how fuse feels [\matrix-org#732](matrix-org#732) * Submit a new display name on blur of input field [\matrix-org#733](matrix-org#733) * Allow [bf]g colors for <font> style attrib [\matrix-org#610](matrix-org#610) * MELS: either expanded or summary, not both [\matrix-org#683](matrix-org#683) * Autoplay videos and GIFs if enabled by the user. [\matrix-org#730](matrix-org#730) * Warn users about using e2e for the first time [\matrix-org#731](matrix-org#731) * Show UDDialog on UDE during VoIP calls [\matrix-org#721](matrix-org#721) * Notify MatrixChat of teamToken after login [\matrix-org#726](matrix-org#726) * Fix a couple of issues with RRs [\matrix-org#727](matrix-org#727) * Do not push a dummy element with a scroll token for invisible events [\matrix-org#718](matrix-org#718) * MELS: check scroll on load + use mels-1,-2,... key [\matrix-org#715](matrix-org#715) * Fix message composer placeholders [\matrix-org#723](matrix-org#723) * Clarify non-e2e vs. e2e /w composers placeholder [\matrix-org#720](matrix-org#720) * Fix status bar expanded on tab-complete [\matrix-org#722](matrix-org#722) * add .editorconfig [\matrix-org#713](matrix-org#713) * Change the name of the database [\matrix-org#719](matrix-org#719) * Allow setting the default HS from the query parameter [\matrix-org#716](matrix-org#716) * first cut of improving UX for deleting devices. [\matrix-org#717](matrix-org#717) * Fix block quotes all being on a single line [\matrix-org#711](matrix-org#711) * Support reasons for kick / ban [\matrix-org#710](matrix-org#710) * Show when you've been kicked or banned [\matrix-org#709](matrix-org#709) * Add a 'Clear Cache' button [\matrix-org#708](matrix-org#708) * Update the room view on room name change [\matrix-org#707](matrix-org#707) * Add a button to un-ban users in RoomSettings [\matrix-org#698](matrix-org#698) * Use IndexedDBStore from the JS-SDK [\matrix-org#687](matrix-org#687) * Make UserSettings use the right teamToken [\matrix-org#706](matrix-org#706) * If the home page is somehow accessed, goto directory [\matrix-org#705](matrix-org#705) * Display avatar initials in typing notifications [\matrix-org#699](matrix-org#699) * fix eslint's no-invalid-this rule for class properties [\matrix-org#703](matrix-org#703) * If a referrer hasn't been specified, use empty string [\matrix-org#701](matrix-org#701) * Don't force-logout the user if reading localstorage fails [\matrix-org#700](matrix-org#700) * Convert some missed buttons to AccessibleButton [\matrix-org#697](matrix-org#697) * Make ban either ban or unban [\matrix-org#696](matrix-org#696) * Add confirmation dialog to kick/ban buttons [\matrix-org#694](matrix-org#694) * Fix typo with Scalar popup [\matrix-org#695](matrix-org#695) * Treat the literal team token string "undefined" as undefined [\matrix-org#693](matrix-org#693) * Store retrieved sid in the signupInstance of EmailIdentityStage [\matrix-org#692](matrix-org#692) * Split out InterActiveAuthDialog [\matrix-org#691](matrix-org#691) * View /home on registered /w team [\matrix-org#689](matrix-org#689) * Instead of sending userId, userEmail, send sid, client_secret [\matrix-org#688](matrix-org#688) * Enable branded URLs again by parsing the path client-side [\matrix-org#686](matrix-org#686) * Use new method of getting team icon [\matrix-org#680](matrix-org#680) * Persist query parameter team token across refreshes [\matrix-org#685](matrix-org#685) * Thread teamToken through to LeftPanel for "Home" button [\matrix-org#684](matrix-org#684) * Fix typing notif and status bar [\matrix-org#682](matrix-org#682) * Consider emails ending in matrix.org as a uni email [\matrix-org#681](matrix-org#681) * Set referrer qp in nextLink [\matrix-org#679](matrix-org#679) * Do not set team_token if not returned by RTS on login [\matrix-org#678](matrix-org#678) * Get team_token from the RTS on login [\matrix-org#676](matrix-org#676) * Quick and dirty support for custom welcome pages [\matrix-org#550](matrix-org#550) * RTS Welcome Pages [\matrix-org#666](matrix-org#666) * Logging to try to track down riot-web#3148 [\matrix-org#677](matrix-org#677)
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.6-rc.3...v0.8.6) * Update to matrix-js-sdk 0.7.5 (no changes from 0.7.5-rc.3)
[Full Changelog](matrix-org/matrix-react-sdk@v0.8.6-rc.2...v0.8.6-rc.3) * Fix deviceverifybuttons [5fd7410](matrix-org@827b5a6)
PreviousNext