|
| 1 | +Changes in [0.8.7-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.7-rc.1) (2017-04-07) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6...v0.8.7-rc.1) |
| 4 | + |
| 5 | + * Add support for using indexeddb in a webworker |
| 6 | + [\#792](https://github.com/matrix-org/matrix-react-sdk/pull/792) |
| 7 | + * Fix infinite pagination/glitches with pagination |
| 8 | + [\#795](https://github.com/matrix-org/matrix-react-sdk/pull/795) |
| 9 | + * Fix issue where teamTokenMap was ignored for guests |
| 10 | + [\#793](https://github.com/matrix-org/matrix-react-sdk/pull/793) |
| 11 | + * Click emote sender -> insert display name into composer |
| 12 | + [\#791](https://github.com/matrix-org/matrix-react-sdk/pull/791) |
| 13 | + * Fix scroll token selection logic |
| 14 | + [\#785](https://github.com/matrix-org/matrix-react-sdk/pull/785) |
| 15 | + * Replace sdkReady with firstSyncPromise, add mx_last_room_id |
| 16 | + [\#790](https://github.com/matrix-org/matrix-react-sdk/pull/790) |
| 17 | + * Change "Unread messages." to "Jump to first unread message." |
| 18 | + [\#789](https://github.com/matrix-org/matrix-react-sdk/pull/789) |
| 19 | + * Update for new IndexedDBStore interface |
| 20 | + [\#786](https://github.com/matrix-org/matrix-react-sdk/pull/786) |
| 21 | + * Add <ol start="..."> to allowed attributes list |
| 22 | + [\#787](https://github.com/matrix-org/matrix-react-sdk/pull/787) |
| 23 | + * Fix the onFinished for timeline pos dialog |
| 24 | + [\#784](https://github.com/matrix-org/matrix-react-sdk/pull/784) |
| 25 | + * Only join a room when enter is hit if the join button is shown |
| 26 | + [\#776](https://github.com/matrix-org/matrix-react-sdk/pull/776) |
| 27 | + * Remove non-functional session load error |
| 28 | + [\#783](https://github.com/matrix-org/matrix-react-sdk/pull/783) |
| 29 | + * Use Login & Register via component interface |
| 30 | + [\#782](https://github.com/matrix-org/matrix-react-sdk/pull/782) |
| 31 | + * Attempt to fix the flakyness seen with tests |
| 32 | + [\#781](https://github.com/matrix-org/matrix-react-sdk/pull/781) |
| 33 | + * Remove React warning |
| 34 | + [\#780](https://github.com/matrix-org/matrix-react-sdk/pull/780) |
| 35 | + * Only clear the local notification count if needed |
| 36 | + [\#779](https://github.com/matrix-org/matrix-react-sdk/pull/779) |
| 37 | + * Don't re-notify about messages on browser refresh |
| 38 | + [\#777](https://github.com/matrix-org/matrix-react-sdk/pull/777) |
| 39 | + * Improve zeroing of RoomList notification badges |
| 40 | + [\#775](https://github.com/matrix-org/matrix-react-sdk/pull/775) |
| 41 | + * Fix VOIP bar hidden on first render of RoomStatusBar |
| 42 | + [\#774](https://github.com/matrix-org/matrix-react-sdk/pull/774) |
| 43 | + * Correct confirm prompt for disinvite |
| 44 | + [\#772](https://github.com/matrix-org/matrix-react-sdk/pull/772) |
| 45 | + * Add state loggingIn to MatrixChat to fix flashing login |
| 46 | + [\#773](https://github.com/matrix-org/matrix-react-sdk/pull/773) |
| 47 | + * Fix bug where you can't invite a valid address |
| 48 | + [\#771](https://github.com/matrix-org/matrix-react-sdk/pull/771) |
| 49 | + * Fix people section DropTarget and refactor Rooms |
| 50 | + [\#761](https://github.com/matrix-org/matrix-react-sdk/pull/761) |
| 51 | + * Read Receipt offset |
| 52 | + [\#770](https://github.com/matrix-org/matrix-react-sdk/pull/770) |
| 53 | + * Support adding phone numbers in UserSettings |
| 54 | + [\#756](https://github.com/matrix-org/matrix-react-sdk/pull/756) |
| 55 | + * Prevent crash on login of no guest session |
| 56 | + [\#769](https://github.com/matrix-org/matrix-react-sdk/pull/769) |
| 57 | + * Add canResetTimeline callback and thread it through to TimelinePanel |
| 58 | + [\#768](https://github.com/matrix-org/matrix-react-sdk/pull/768) |
| 59 | + * Show spinner whilst processing recaptcha response |
| 60 | + [\#767](https://github.com/matrix-org/matrix-react-sdk/pull/767) |
| 61 | + * Login / registration with phone number, mark 2 |
| 62 | + [\#750](https://github.com/matrix-org/matrix-react-sdk/pull/750) |
| 63 | + * Display threepids slightly prettier |
| 64 | + [\#758](https://github.com/matrix-org/matrix-react-sdk/pull/758) |
| 65 | + * Fix extraneous leading space in sent emotes |
| 66 | + [\#764](https://github.com/matrix-org/matrix-react-sdk/pull/764) |
| 67 | + * Add ConfirmRedactDialog component |
| 68 | + [\#763](https://github.com/matrix-org/matrix-react-sdk/pull/763) |
| 69 | + * Fix password UI auth test |
| 70 | + [\#760](https://github.com/matrix-org/matrix-react-sdk/pull/760) |
| 71 | + * Display timestamps and profiles for redacted events |
| 72 | + [\#759](https://github.com/matrix-org/matrix-react-sdk/pull/759) |
| 73 | + * Fix UDD for voip in e2e rooms |
| 74 | + [\#757](https://github.com/matrix-org/matrix-react-sdk/pull/757) |
| 75 | + * Add "Export E2E keys" option to logout dialog |
| 76 | + [\#755](https://github.com/matrix-org/matrix-react-sdk/pull/755) |
| 77 | + * Fix People section a bit |
| 78 | + [\#754](https://github.com/matrix-org/matrix-react-sdk/pull/754) |
| 79 | + * Do routing to /register _onLoadCompleted |
| 80 | + [\#753](https://github.com/matrix-org/matrix-react-sdk/pull/753) |
| 81 | + * Double UNPAGINATION_PADDING again |
| 82 | + [\#747](https://github.com/matrix-org/matrix-react-sdk/pull/747) |
| 83 | + * Add null check to start_login |
| 84 | + [\#751](https://github.com/matrix-org/matrix-react-sdk/pull/751) |
| 85 | + * Merge the two RoomTile context menus into one |
| 86 | + [\#746](https://github.com/matrix-org/matrix-react-sdk/pull/746) |
| 87 | + * Fix import for Lifecycle |
| 88 | + [\#748](https://github.com/matrix-org/matrix-react-sdk/pull/748) |
| 89 | + * Make UDD appear when UDE on uploading a file |
| 90 | + [\#745](https://github.com/matrix-org/matrix-react-sdk/pull/745) |
| 91 | + * Decide on which screen to show after login in one place |
| 92 | + [\#743](https://github.com/matrix-org/matrix-react-sdk/pull/743) |
| 93 | + * Add onClick to permalinks to route within Riot |
| 94 | + [\#744](https://github.com/matrix-org/matrix-react-sdk/pull/744) |
| 95 | + * Add support for pasting files into the text box |
| 96 | + [\#605](https://github.com/matrix-org/matrix-react-sdk/pull/605) |
| 97 | + * Show message redactions as black event tiles |
| 98 | + [\#739](https://github.com/matrix-org/matrix-react-sdk/pull/739) |
| 99 | + * Allow user to choose from existing DMs on new chat |
| 100 | + [\#736](https://github.com/matrix-org/matrix-react-sdk/pull/736) |
| 101 | + * Fix the team server registration |
| 102 | + [\#741](https://github.com/matrix-org/matrix-react-sdk/pull/741) |
| 103 | + * Clarify "No devices" message |
| 104 | + [\#740](https://github.com/matrix-org/matrix-react-sdk/pull/740) |
| 105 | + * Change timestamp permalinks to matrix.to |
| 106 | + [\#735](https://github.com/matrix-org/matrix-react-sdk/pull/735) |
| 107 | + * Fix resend bar and "send anyway" in UDD |
| 108 | + [\#734](https://github.com/matrix-org/matrix-react-sdk/pull/734) |
| 109 | + * Make COLOR_REGEX stricter |
| 110 | + [\#737](https://github.com/matrix-org/matrix-react-sdk/pull/737) |
| 111 | + * Port registration over to use InteractiveAuth |
| 112 | + [\#729](https://github.com/matrix-org/matrix-react-sdk/pull/729) |
| 113 | + * Test to see how fuse feels |
| 114 | + [\#732](https://github.com/matrix-org/matrix-react-sdk/pull/732) |
| 115 | + * Submit a new display name on blur of input field |
| 116 | + [\#733](https://github.com/matrix-org/matrix-react-sdk/pull/733) |
| 117 | + * Allow [bf]g colors for <font> style attrib |
| 118 | + [\#610](https://github.com/matrix-org/matrix-react-sdk/pull/610) |
| 119 | + * MELS: either expanded or summary, not both |
| 120 | + [\#683](https://github.com/matrix-org/matrix-react-sdk/pull/683) |
| 121 | + * Autoplay videos and GIFs if enabled by the user. |
| 122 | + [\#730](https://github.com/matrix-org/matrix-react-sdk/pull/730) |
| 123 | + * Warn users about using e2e for the first time |
| 124 | + [\#731](https://github.com/matrix-org/matrix-react-sdk/pull/731) |
| 125 | + * Show UDDialog on UDE during VoIP calls |
| 126 | + [\#721](https://github.com/matrix-org/matrix-react-sdk/pull/721) |
| 127 | + * Notify MatrixChat of teamToken after login |
| 128 | + [\#726](https://github.com/matrix-org/matrix-react-sdk/pull/726) |
| 129 | + * Fix a couple of issues with RRs |
| 130 | + [\#727](https://github.com/matrix-org/matrix-react-sdk/pull/727) |
| 131 | + * Do not push a dummy element with a scroll token for invisible events |
| 132 | + [\#718](https://github.com/matrix-org/matrix-react-sdk/pull/718) |
| 133 | + * MELS: check scroll on load + use mels-1,-2,... key |
| 134 | + [\#715](https://github.com/matrix-org/matrix-react-sdk/pull/715) |
| 135 | + * Fix message composer placeholders |
| 136 | + [\#723](https://github.com/matrix-org/matrix-react-sdk/pull/723) |
| 137 | + * Clarify non-e2e vs. e2e /w composers placeholder |
| 138 | + [\#720](https://github.com/matrix-org/matrix-react-sdk/pull/720) |
| 139 | + * Fix status bar expanded on tab-complete |
| 140 | + [\#722](https://github.com/matrix-org/matrix-react-sdk/pull/722) |
| 141 | + * add .editorconfig |
| 142 | + [\#713](https://github.com/matrix-org/matrix-react-sdk/pull/713) |
| 143 | + * Change the name of the database |
| 144 | + [\#719](https://github.com/matrix-org/matrix-react-sdk/pull/719) |
| 145 | + * Allow setting the default HS from the query parameter |
| 146 | + [\#716](https://github.com/matrix-org/matrix-react-sdk/pull/716) |
| 147 | + * first cut of improving UX for deleting devices. |
| 148 | + [\#717](https://github.com/matrix-org/matrix-react-sdk/pull/717) |
| 149 | + * Fix block quotes all being on a single line |
| 150 | + [\#711](https://github.com/matrix-org/matrix-react-sdk/pull/711) |
| 151 | + * Support reasons for kick / ban |
| 152 | + [\#710](https://github.com/matrix-org/matrix-react-sdk/pull/710) |
| 153 | + * Show when you've been kicked or banned |
| 154 | + [\#709](https://github.com/matrix-org/matrix-react-sdk/pull/709) |
| 155 | + * Add a 'Clear Cache' button |
| 156 | + [\#708](https://github.com/matrix-org/matrix-react-sdk/pull/708) |
| 157 | + * Update the room view on room name change |
| 158 | + [\#707](https://github.com/matrix-org/matrix-react-sdk/pull/707) |
| 159 | + * Add a button to un-ban users in RoomSettings |
| 160 | + [\#698](https://github.com/matrix-org/matrix-react-sdk/pull/698) |
| 161 | + * Use IndexedDBStore from the JS-SDK |
| 162 | + [\#687](https://github.com/matrix-org/matrix-react-sdk/pull/687) |
| 163 | + * Make UserSettings use the right teamToken |
| 164 | + [\#706](https://github.com/matrix-org/matrix-react-sdk/pull/706) |
| 165 | + * If the home page is somehow accessed, goto directory |
| 166 | + [\#705](https://github.com/matrix-org/matrix-react-sdk/pull/705) |
| 167 | + * Display avatar initials in typing notifications |
| 168 | + [\#699](https://github.com/matrix-org/matrix-react-sdk/pull/699) |
| 169 | + * fix eslint's no-invalid-this rule for class properties |
| 170 | + [\#703](https://github.com/matrix-org/matrix-react-sdk/pull/703) |
| 171 | + * If a referrer hasn't been specified, use empty string |
| 172 | + [\#701](https://github.com/matrix-org/matrix-react-sdk/pull/701) |
| 173 | + * Don't force-logout the user if reading localstorage fails |
| 174 | + [\#700](https://github.com/matrix-org/matrix-react-sdk/pull/700) |
| 175 | + * Convert some missed buttons to AccessibleButton |
| 176 | + [\#697](https://github.com/matrix-org/matrix-react-sdk/pull/697) |
| 177 | + * Make ban either ban or unban |
| 178 | + [\#696](https://github.com/matrix-org/matrix-react-sdk/pull/696) |
| 179 | + * Add confirmation dialog to kick/ban buttons |
| 180 | + [\#694](https://github.com/matrix-org/matrix-react-sdk/pull/694) |
| 181 | + * Fix typo with Scalar popup |
| 182 | + [\#695](https://github.com/matrix-org/matrix-react-sdk/pull/695) |
| 183 | + * Treat the literal team token string "undefined" as undefined |
| 184 | + [\#693](https://github.com/matrix-org/matrix-react-sdk/pull/693) |
| 185 | + * Store retrieved sid in the signupInstance of EmailIdentityStage |
| 186 | + [\#692](https://github.com/matrix-org/matrix-react-sdk/pull/692) |
| 187 | + * Split out InterActiveAuthDialog |
| 188 | + [\#691](https://github.com/matrix-org/matrix-react-sdk/pull/691) |
| 189 | + * View /home on registered /w team |
| 190 | + [\#689](https://github.com/matrix-org/matrix-react-sdk/pull/689) |
| 191 | + * Instead of sending userId, userEmail, send sid, client_secret |
| 192 | + [\#688](https://github.com/matrix-org/matrix-react-sdk/pull/688) |
| 193 | + * Enable branded URLs again by parsing the path client-side |
| 194 | + [\#686](https://github.com/matrix-org/matrix-react-sdk/pull/686) |
| 195 | + * Use new method of getting team icon |
| 196 | + [\#680](https://github.com/matrix-org/matrix-react-sdk/pull/680) |
| 197 | + * Persist query parameter team token across refreshes |
| 198 | + [\#685](https://github.com/matrix-org/matrix-react-sdk/pull/685) |
| 199 | + * Thread teamToken through to LeftPanel for "Home" button |
| 200 | + [\#684](https://github.com/matrix-org/matrix-react-sdk/pull/684) |
| 201 | + * Fix typing notif and status bar |
| 202 | + [\#682](https://github.com/matrix-org/matrix-react-sdk/pull/682) |
| 203 | + * Consider emails ending in matrix.org as a uni email |
| 204 | + [\#681](https://github.com/matrix-org/matrix-react-sdk/pull/681) |
| 205 | + * Set referrer qp in nextLink |
| 206 | + [\#679](https://github.com/matrix-org/matrix-react-sdk/pull/679) |
| 207 | + * Do not set team_token if not returned by RTS on login |
| 208 | + [\#678](https://github.com/matrix-org/matrix-react-sdk/pull/678) |
| 209 | + * Get team_token from the RTS on login |
| 210 | + [\#676](https://github.com/matrix-org/matrix-react-sdk/pull/676) |
| 211 | + * Quick and dirty support for custom welcome pages |
| 212 | + [\#550](https://github.com/matrix-org/matrix-react-sdk/pull/550) |
| 213 | + * RTS Welcome Pages |
| 214 | + [\#666](https://github.com/matrix-org/matrix-react-sdk/pull/666) |
| 215 | + * Logging to try to track down riot-web#3148 |
| 216 | + [\#677](https://github.com/matrix-org/matrix-react-sdk/pull/677) |
| 217 | + |
1 | 218 | Changes in [0.8.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6) (2017-02-04)
|
2 | 219 | ===================================================================================================
|
3 | 220 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6-rc.3...v0.8.6)
|
|
0 commit comments