-
v0.14.2-rc.143702a48 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.1...v0.14.2-rc.1) * Update from Weblate. [\#2244](https://github.com/matrix-org/matrix-react-sdk/pull/2244) * Show the group member list again [\#2223](https://github.com/matrix-org/matrix-react-sdk/pull/2223) * lint: make colorScheme camel case [\#2237](https://github.com/matrix-org/matrix-react-sdk/pull/2237) * Change leave room button text, OK -> Leave [\#2236](https://github.com/matrix-org/matrix-react-sdk/pull/2236) * Move all dialog buttons to the right and fix their order [\#2231](https://github.com/matrix-org/matrix-react-sdk/pull/2231) * Add a bit of text to explain the purpose of the RoomPreviewSpinner [\#2225](https://github.com/matrix-org/matrix-react-sdk/pull/2225) * Move the login box from the left sidebar to where the composer is [\#2219](https://github.com/matrix-org/matrix-react-sdk/pull/2219) * Fix an error where React doesn't like value=null on a select [\#2230](https://github.com/matrix-org/matrix-react-sdk/pull/2230) * add missing sticker translation [\#2216](https://github.com/matrix-org/matrix-react-sdk/pull/2216) * Support m.login.terms during registration [\#2221](https://github.com/matrix-org/matrix-react-sdk/pull/2221) * Don't show the invite nag bar when peeking [\#2220](https://github.com/matrix-org/matrix-react-sdk/pull/2220) * Apply the user's tint once the MatrixClientPeg is moderately ready [\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214) * Make rageshake use less memory [\#2217](https://github.com/matrix-org/matrix-react-sdk/pull/2217) * Fix autocomplete [\#2212](https://github.com/matrix-org/matrix-react-sdk/pull/2212) * Explain feature states in a lot more detail [\#2211](https://github.com/matrix-org/matrix-react-sdk/pull/2211) * Fix various lint errors [\#2213](https://github.com/matrix-org/matrix-react-sdk/pull/2213)
-
v0.14.1167746f4 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0...v0.14.1) * Apply the user's tint once the MatrixClientPeg is moderately ready [\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214)
-
v0.14.0cbb11755 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0-rc.1...v0.14.0) * Phased rollout of lazy loading [\#2218](https://github.com/matrix-org/matrix-react-sdk/pull/2218)
-
v0.14.0-rc.115f3d996 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.6...v0.14.0-rc.1) * turn LL on by default! [\#2209](https://github.com/matrix-org/matrix-react-sdk/pull/2209) * Update from Weblate. [\#2207](https://github.com/matrix-org/matrix-react-sdk/pull/2207) * Fix quote post slate update [\#2206](https://github.com/matrix-org/matrix-react-sdk/pull/2206) * Handle InvalidStoreError from js-sdk [\#2205](https://github.com/matrix-org/matrix-react-sdk/pull/2205) * Fall back to default avatar in RR when member isn't loaded yet [\#2204](https://github.com/matrix-org/matrix-react-sdk/pull/2204) * Update to new version of slate [\#2202](https://github.com/matrix-org/matrix-react-sdk/pull/2202) * Update karma to webpack 4 [\#2203](https://github.com/matrix-org/matrix-react-sdk/pull/2203) * More accessible buttons - take 2 [\#2194](https://github.com/matrix-org/matrix-react-sdk/pull/2194) * log correct error code when opening log idb [\#2200](https://github.com/matrix-org/matrix-react-sdk/pull/2200) * show warning when LL is disabled but was enabled before [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201) * Fall back to another store if indexeddb start fails [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195) * Silence bluebird warnings [\#2198](https://github.com/matrix-org/matrix-react-sdk/pull/2198) * Use createObjectURL instead of readAsDataURL for videos [\#2197](https://github.com/matrix-org/matrix-react-sdk/pull/2197) * Revert "Use createObjectURL instead of readAsDataURL for videos" [\#2196](https://github.com/matrix-org/matrix-react-sdk/pull/2196) * Track how far the user travels before dismissing their user settings [\#2183](https://github.com/matrix-org/matrix-react-sdk/pull/2183) * Drop (IRC) suffix hacks [\#2193](https://github.com/matrix-org/matrix-react-sdk/pull/2193) * Use createObjectURL instead of readAsDataURL for videos [\#2176](https://github.com/matrix-org/matrix-react-sdk/pull/2176) * Remove old migration code [\#2192](https://github.com/matrix-org/matrix-react-sdk/pull/2192) * Fix brace style in TextForEvent.js [\#2191](https://github.com/matrix-org/matrix-react-sdk/pull/2191) * Fix error logging [\#2190](https://github.com/matrix-org/matrix-react-sdk/pull/2190) * Fix Promise.defer warning in ScalarAuthClient.js [\#2188](https://github.com/matrix-org/matrix-react-sdk/pull/2188) * Communicate early that a 3pid is required during registration if needed [\#2180](https://github.com/matrix-org/matrix-react-sdk/pull/2180) * try to encourage people to attach logs to bugs [\#2185](https://github.com/matrix-org/matrix-react-sdk/pull/2185) * Show the 'homeserver unavailable' warning when the first sync fails [\#2182](https://github.com/matrix-org/matrix-react-sdk/pull/2182) * allow passing initial is_url like hs_url in query params [\#2083](https://github.com/matrix-org/matrix-react-sdk/pull/2083) * Update karma [\#2177](https://github.com/matrix-org/matrix-react-sdk/pull/2177) * fudge hangup reasons [\#2184](https://github.com/matrix-org/matrix-react-sdk/pull/2184) * Provide more helpful errors when i18n generation fails [\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181)
-
v0.13.6ae288bb9 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5...v0.13.6) * Fix resuming session in Firefox private mode/Tor browser being broken [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195) * Show warning about using lazy-loading/non-lazy-loading versions simultaneously (/app & /develop) [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201)
-
v0.13.5c4d39eeb · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5-rc.1...v0.13.5) * No changes since rc.1
-
v0.13.5-rc.11b224c22 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4...v0.13.5-rc.1) * resync when LL is toggled, show message when enabled [\#2178](https://github.com/matrix-org/matrix-react-sdk/pull/2178) * Update from Weblate. [\#2179](https://github.com/matrix-org/matrix-react-sdk/pull/2179) * Split npm start into an init and watch script [\#2175](https://github.com/matrix-org/matrix-react-sdk/pull/2175) * show canonical aliases in timeline, and set/remove implicit ones [\#2171](https://github.com/matrix-org/matrix-react-sdk/pull/2171) * Fix stale RR and improve LL reliability in RoomView & MemberList. [\#2168](https://github.com/matrix-org/matrix-react-sdk/pull/2168) * pass --travis flag to e2e tests to disable tests known not to work Travis CI [\#2170](https://github.com/matrix-org/matrix-react-sdk/pull/2170) * Add m.room.aliases to the timeline [\#2167](https://github.com/matrix-org/matrix-react-sdk/pull/2167) * postpone loading the members until the user joined the room [\#2165](https://github.com/matrix-org/matrix-react-sdk/pull/2165) * Allow translation tags object to be a variable [\#2166](https://github.com/matrix-org/matrix-react-sdk/pull/2166) * Don't try to exit fullscreen if not fullscreen [\#2164](https://github.com/matrix-org/matrix-react-sdk/pull/2164) * avoid updating the memberlist while the spinner is shown [\#2161](https://github.com/matrix-org/matrix-react-sdk/pull/2161) * fix logging room id when LL members fail [\#2163](https://github.com/matrix-org/matrix-react-sdk/pull/2163) * dont keep the spinner in the memberlist when fetching /members fails [\#2162](https://github.com/matrix-org/matrix-react-sdk/pull/2162) * only dispatch an action for self-membership [\#2160](https://github.com/matrix-org/matrix-react-sdk/pull/2160) * avoid unneeded lookups in memberDict [\#2153](https://github.com/matrix-org/matrix-react-sdk/pull/2153) * Update from Weblate. [\#2157](https://github.com/matrix-org/matrix-react-sdk/pull/2157) * avoid memberlist refresh for events related to rooms other but the current [\#2156](https://github.com/matrix-org/matrix-react-sdk/pull/2156)
-
v0.13.4405f0bcf · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4-rc.1...v0.13.4) * No changes since rc.1
-
v0.13.4-rc.1830edeb9 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3...v0.13.4-rc.1) * Error on splash screen if sync is failing [\#2155](https://github.com/matrix-org/matrix-react-sdk/pull/2155) * Do full registration if HS doesn't support ILAG [\#2150](https://github.com/matrix-org/matrix-react-sdk/pull/2150) * Re-apply "Don't rely on room members to query power levels" [\#2152](https://github.com/matrix-org/matrix-react-sdk/pull/2152) * s/DidMount/WillMount/ in MessageComposerInput [\#2151](https://github.com/matrix-org/matrix-react-sdk/pull/2151) * Revert "Don't rely on room members to query power levels" [\#2149](https://github.com/matrix-org/matrix-react-sdk/pull/2149) * Don't rely on room members to query power levels [\#2145](https://github.com/matrix-org/matrix-react-sdk/pull/2145) * Correctly mark email as optional [\#2148](https://github.com/matrix-org/matrix-react-sdk/pull/2148) * guests trying to join communities should fire the ILAG flow. [\#2059](https://github.com/matrix-org/matrix-react-sdk/pull/2059) * Fix DM avatars, part 3 [\#2146](https://github.com/matrix-org/matrix-react-sdk/pull/2146) * Fix: show spinner again while recovering from connection error [\#2143](https://github.com/matrix-org/matrix-react-sdk/pull/2143) * Fix: infinite spinner on trying to create welcomeUserId room without consent [\#2147](https://github.com/matrix-org/matrix-react-sdk/pull/2147) * Show spinner in member list while loading members [\#2139](https://github.com/matrix-org/matrix-react-sdk/pull/2139) * Slash command to discard megolm session [\#2140](https://github.com/matrix-org/matrix-react-sdk/pull/2140)
-
v0.13.34b45c17f · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.2...v0.13.3) * No changes since rc.2
-
v0.13.3-rc.2e83dca41 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.1...v0.13.3-rc.2) * Update js-sdk to fix exception
-
v0.13.3-rc.15688f98d · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.2...v0.13.3-rc.1) * Fix DM avatar [\#2141](https://github.com/matrix-org/matrix-react-sdk/pull/2141) * Update from Weblate. [\#2142](https://github.com/matrix-org/matrix-react-sdk/pull/2142) * Support m.room.tombstone events [\#2124](https://github.com/matrix-org/matrix-react-sdk/pull/2124) * Support room creation events [\#2123](https://github.com/matrix-org/matrix-react-sdk/pull/2123) * Support for room upgrades [\#2122](https://github.com/matrix-org/matrix-react-sdk/pull/2122) * Fix: dont show 1:1 avatar for rooms +2 members but only <=2 members loaded [\#2137](https://github.com/matrix-org/matrix-react-sdk/pull/2137) * Render terms & conditions in settings [\#2136](https://github.com/matrix-org/matrix-react-sdk/pull/2136) * Don't crash if the value of a room tag is null [\#2133](https://github.com/matrix-org/matrix-react-sdk/pull/2133) * Add stub for getVisibleRooms() [\#2134](https://github.com/matrix-org/matrix-react-sdk/pull/2134) * Fix LL crash trying to render own avatar in composer when member isn't available yet [\#2132](https://github.com/matrix-org/matrix-react-sdk/pull/2132) * Support M_INCOMPATIBLE_ROOM_VERSION [\#2125](https://github.com/matrix-org/matrix-react-sdk/pull/2125) * Hide replaced rooms [\#2127](https://github.com/matrix-org/matrix-react-sdk/pull/2127) * Fix CPU spin on joining large room [\#2128](https://github.com/matrix-org/matrix-react-sdk/pull/2128) * Change format of server usage limit message [\#2131](https://github.com/matrix-org/matrix-react-sdk/pull/2131) * Re-apply "Fix showing peek preview while LL members are loading"" [\#2130](https://github.com/matrix-org/matrix-react-sdk/pull/2130) * Revert "Fix showing peek preview while LL members are loading" [\#2129](https://github.com/matrix-org/matrix-react-sdk/pull/2129) * Fix showing peek preview while LL members are loading [\#2126](https://github.com/matrix-org/matrix-react-sdk/pull/2126) * Destroy non-persistent widgets when switching room [\#2098](https://github.com/matrix-org/matrix-react-sdk/pull/2098) * Lazy loading of room members [\#2118](https://github.com/matrix-org/matrix-react-sdk/pull/2118) * Lazy loading: feature toggle [\#2115](https://github.com/matrix-org/matrix-react-sdk/pull/2115) * Lazy loading: cleanup [\#2116](https://github.com/matrix-org/matrix-react-sdk/pull/2116) * Lazy loading: fix end-to-end encryption rooms [\#2113](https://github.com/matrix-org/matrix-react-sdk/pull/2113) * Lazy loading: Lazy load members while backpaginating [\#2104](https://github.com/matrix-org/matrix-react-sdk/pull/2104) * Lazy loading: don't assume we have our own member available [\#2102](https://github.com/matrix-org/matrix-react-sdk/pull/2102) * Lazy load room members - Part I [\#2072](https://github.com/matrix-org/matrix-react-sdk/pull/2072)
-
v0.13.204d1ba26 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1...v0.13.2) * Don't crash if the value of a room tag is null [\#2135](https://github.com/matrix-org/matrix-react-sdk/pull/2135)
-
v0.13.1aecddd58 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1-rc.1...v0.13.1) * No changes since rc.1
-
v0.13.1-rc.10ab25896 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0...v0.13.1-rc.1) * Update from Weblate. [\#2121](https://github.com/matrix-org/matrix-react-sdk/pull/2121) * Shift to M_RESOURCE_LIMIT_EXCEEDED errors [\#2120](https://github.com/matrix-org/matrix-react-sdk/pull/2120) * Fix RoomSettings test [\#2119](https://github.com/matrix-org/matrix-react-sdk/pull/2119) * Show room version number in room settings [\#2117](https://github.com/matrix-org/matrix-react-sdk/pull/2117) * Warning bar for MAU limit hit [\#2114](https://github.com/matrix-org/matrix-react-sdk/pull/2114) * Recognise server notices room(s) [\#2112](https://github.com/matrix-org/matrix-react-sdk/pull/2112) * Update room tags behaviour to match spec more [\#2111](https://github.com/matrix-org/matrix-react-sdk/pull/2111) * while logging out ignore `Session.logged_out` as it is intentional [\#2058](https://github.com/matrix-org/matrix-react-sdk/pull/2058) * Don't show 'connection lost' bar on MAU error [\#2110](https://github.com/matrix-org/matrix-react-sdk/pull/2110) * Support MAU error on sync [\#2108](https://github.com/matrix-org/matrix-react-sdk/pull/2108) * Support active user limit on message send [\#2106](https://github.com/matrix-org/matrix-react-sdk/pull/2106) * Run end to end tests as part of Travis build [\#2091](https://github.com/matrix-org/matrix-react-sdk/pull/2091) * Remove package-lock.json for now [\#2097](https://github.com/matrix-org/matrix-react-sdk/pull/2097) * Support montly active user limit error on /login [\#2103](https://github.com/matrix-org/matrix-react-sdk/pull/2103) * Unpin sanitize-html [\#2105](https://github.com/matrix-org/matrix-react-sdk/pull/2105) * Pin sanitize-html to 0.18.2 [\#2101](https://github.com/matrix-org/matrix-react-sdk/pull/2101) * Make clicking on side panels close settings (mk 3) [\#2096](https://github.com/matrix-org/matrix-react-sdk/pull/2096) * Fix persistent element location not updating [\#2092](https://github.com/matrix-org/matrix-react-sdk/pull/2092) * fix Devtools input autofocus && state traversal when len === 1 && key="" [\#2090](https://github.com/matrix-org/matrix-react-sdk/pull/2090) * allow autocompleting Emoji by common aliases, e.g :+1: to :thumbsup: [\#2085](https://github.com/matrix-org/matrix-react-sdk/pull/2085)
-
v0.13.03c8fc5a8 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0-rc.2...v0.13.0) * Fix composer bug where cursor position would change when Riot regained focus [\#2093](https://github.com/matrix-org/matrix-react-sdk/pull/2093) * Fix persistend element location not updating [\#2094](https://github.com/matrix-org/matrix-react-sdk/pull/2094) * Slate Fixes 42? [\#2089](https://github.com/matrix-org/matrix-react-sdk/pull/2089)
-
v0.13.0-rc.2c6ad30ff · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0-rc.1...v0.13.0-rc.2) * Take jitsi conf calling out of labs [\#2087](https://github.com/matrix-org/matrix-react-sdk/pull/2087)
-
v0.13.0-rc.115c3d4ed · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9...v0.13.0-rc.1) * Update from Weblate. [\#2086](https://github.com/matrix-org/matrix-react-sdk/pull/2086) * Moar Slate Fixes [\#2082](https://github.com/matrix-org/matrix-react-sdk/pull/2082) * Destroy the widget when its permission is revoked [\#2081](https://github.com/matrix-org/matrix-react-sdk/pull/2081) * Make ActiveWidgetStore clear persistent widgets [\#2084](https://github.com/matrix-org/matrix-react-sdk/pull/2084) * CreateRoomDialog is rendered before getting the config default_federate [\#2078](https://github.com/matrix-org/matrix-react-sdk/pull/2078) * Slate Fixes [\#2076](https://github.com/matrix-org/matrix-react-sdk/pull/2076) * FIX: Don't error on rooms the user has left already [\#2077](https://github.com/matrix-org/matrix-react-sdk/pull/2077) * Fix persistent apps being the wrong size [\#2080](https://github.com/matrix-org/matrix-react-sdk/pull/2080) * Fix widgets resetting when going to the top-left [\#2079](https://github.com/matrix-org/matrix-react-sdk/pull/2079) * Jitsi: Use integrations URL from config [\#2062](https://github.com/matrix-org/matrix-react-sdk/pull/2062) * Allow jitsi in e2e rooms [\#2075](https://github.com/matrix-org/matrix-react-sdk/pull/2075) * Fix border around persisted widgets [\#2071](https://github.com/matrix-org/matrix-react-sdk/pull/2071) * Fix e2e icons floating above jitsi [\#2073](https://github.com/matrix-org/matrix-react-sdk/pull/2073) * hide some commands after space as they have special semantics [\#2074](https://github.com/matrix-org/matrix-react-sdk/pull/2074) * Even More Slate Fixes :D [\#2070](https://github.com/matrix-org/matrix-react-sdk/pull/2070) * Improve UX for Jitsi by adding local echo for widgets [\#2035](https://github.com/matrix-org/matrix-react-sdk/pull/2035) * Jitsi: Check integrations server before call [\#2063](https://github.com/matrix-org/matrix-react-sdk/pull/2063) * Jitsi: Error message on no permission [\#2061](https://github.com/matrix-org/matrix-react-sdk/pull/2061) * Fix read receipts on top of Jitsi [\#2065](https://github.com/matrix-org/matrix-react-sdk/pull/2065) * Moar Slate Fixes [\#2069](https://github.com/matrix-org/matrix-react-sdk/pull/2069) * fix 2nd typo in one PR :( [\#2068](https://github.com/matrix-org/matrix-react-sdk/pull/2068) * check if has some completions, not if >=0 [\#2067](https://github.com/matrix-org/matrix-react-sdk/pull/2067) * Slate fixes [\#2066](https://github.com/matrix-org/matrix-react-sdk/pull/2066) * Implement always-on-screen capability for widgets [\#2056](https://github.com/matrix-org/matrix-react-sdk/pull/2056) * simplify MessageComposerStore and improve its performance [\#2064](https://github.com/matrix-org/matrix-react-sdk/pull/2064) * Replace Draft with Slate [\#1890](https://github.com/matrix-org/matrix-react-sdk/pull/1890) * Fix not stopping to peek when navigating away from peeked room [\#2055](https://github.com/matrix-org/matrix-react-sdk/pull/2055) * T3chguy/slate cont2 [\#2049](https://github.com/matrix-org/matrix-react-sdk/pull/2049) * add null-guard for stickerpickerWidget in StickerPicker [\#2057](https://github.com/matrix-org/matrix-react-sdk/pull/2057) * Implement always-on-screen capability for widgets [\#2053](https://github.com/matrix-org/matrix-react-sdk/pull/2053) * fix nullguard on EventTile, getComponent never returns falsey, it throws [\#2024](https://github.com/matrix-org/matrix-react-sdk/pull/2024) * Fix stickerpicker PersistedElement usage [\#2051](https://github.com/matrix-org/matrix-react-sdk/pull/2051) * encrypt for invited users if history visibility allows. [\#2042](https://github.com/matrix-org/matrix-react-sdk/pull/2042) * move nag bar clear statement to any desktop notif toggle not just 0->1 [\#2031](https://github.com/matrix-org/matrix-react-sdk/pull/2031) * use TruncatedList to prevent rendering hundreds/thousands of DOM nodes [\#2041](https://github.com/matrix-org/matrix-react-sdk/pull/2041) * Fix stuff [\#2047](https://github.com/matrix-org/matrix-react-sdk/pull/2047) * Show m.room.server_acl [\#2046](https://github.com/matrix-org/matrix-react-sdk/pull/2046)
-
v0.12.9487e3cb9 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9-rc.2...v0.12.9) * No changes since rc.1
-
v0.12.9-rc.264542da7 · ·
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9-rc.1...v0.12.9-rc.2) * Implement aggregation by error type for tracked decryption failures [\#2045](https://github.com/matrix-org/matrix-react-sdk/pull/2045) * make new hiding of roomsublist behaviour opt-in [\#2044](https://github.com/matrix-org/matrix-react-sdk/pull/2044) * Implement aggregation by error type for tracked decryption failures [\#2043](https://github.com/matrix-org/matrix-react-sdk/pull/2043) * make new hiding of roomsublist behaviour opt-in [\#2030](https://github.com/matrix-org/matrix-react-sdk/pull/2030)