|
| 1 | +Changes in [3.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.0) (2020-10-12) |
| 2 | +=================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.0-rc.1...v3.6.0) |
| 4 | + |
| 5 | + * Upgrade JS SDK to 8.5.0 |
| 6 | + * [Release] Fix templating for v1 jitsi widgets |
| 7 | + [\#5306](https://github.com/matrix-org/matrix-react-sdk/pull/5306) |
| 8 | + * [Release] Use new preparing event for widget communications |
| 9 | + [\#5304](https://github.com/matrix-org/matrix-react-sdk/pull/5304) |
| 10 | + |
| 11 | +Changes in [3.6.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.0-rc.1) (2020-10-07) |
| 12 | +============================================================================================================= |
| 13 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.5.0...v3.6.0-rc.1) |
| 14 | + |
| 15 | + * Upgrade JS SDK to 8.5.0-rc.1 |
| 16 | + * Update from Weblate |
| 17 | + [\#5297](https://github.com/matrix-org/matrix-react-sdk/pull/5297) |
| 18 | + * Fix edited replies being wrongly treated as big emoji |
| 19 | + [\#5295](https://github.com/matrix-org/matrix-react-sdk/pull/5295) |
| 20 | + * Fix StopGapWidget infinitely recursing |
| 21 | + [\#5294](https://github.com/matrix-org/matrix-react-sdk/pull/5294) |
| 22 | + * Fix editing and redactions not updating the Reply Thread |
| 23 | + [\#5281](https://github.com/matrix-org/matrix-react-sdk/pull/5281) |
| 24 | + * Hide Jump to Read Receipt button for users who have not yet sent an RR |
| 25 | + [\#5282](https://github.com/matrix-org/matrix-react-sdk/pull/5282) |
| 26 | + * fix img tags not always being rendered correctly |
| 27 | + [\#5279](https://github.com/matrix-org/matrix-react-sdk/pull/5279) |
| 28 | + * Hopefully fix righhtpanel crash |
| 29 | + [\#5293](https://github.com/matrix-org/matrix-react-sdk/pull/5293) |
| 30 | + * Fix naive pinning limit and app tile widgetMessaging NPE |
| 31 | + [\#5283](https://github.com/matrix-org/matrix-react-sdk/pull/5283) |
| 32 | + * Show server errors from saving profile settings |
| 33 | + [\#5272](https://github.com/matrix-org/matrix-react-sdk/pull/5272) |
| 34 | + * Update copy for `redact` permission |
| 35 | + [\#5273](https://github.com/matrix-org/matrix-react-sdk/pull/5273) |
| 36 | + * Remove width limit on widgets |
| 37 | + [\#5265](https://github.com/matrix-org/matrix-react-sdk/pull/5265) |
| 38 | + * Fix call container avatar initial centering |
| 39 | + [\#5280](https://github.com/matrix-org/matrix-react-sdk/pull/5280) |
| 40 | + * Fix right panel for peeking rooms |
| 41 | + [\#5268](https://github.com/matrix-org/matrix-react-sdk/pull/5268) |
| 42 | + * Add support for dehydrated devices |
| 43 | + [\#5239](https://github.com/matrix-org/matrix-react-sdk/pull/5239) |
| 44 | + * Use Own Profile Store for the Profile Settings |
| 45 | + [\#5277](https://github.com/matrix-org/matrix-react-sdk/pull/5277) |
| 46 | + * null-guard defaultAvatarUrlForString |
| 47 | + [\#5270](https://github.com/matrix-org/matrix-react-sdk/pull/5270) |
| 48 | + * Choose first result on enter in the emoji picker |
| 49 | + [\#5257](https://github.com/matrix-org/matrix-react-sdk/pull/5257) |
| 50 | + * Fix room directory clipping links in the room's topic |
| 51 | + [\#5276](https://github.com/matrix-org/matrix-react-sdk/pull/5276) |
| 52 | + * Decorate failed e2ee downgrade attempts better |
| 53 | + [\#5278](https://github.com/matrix-org/matrix-react-sdk/pull/5278) |
| 54 | + * MELS use latest avatar rather than the first avatar |
| 55 | + [\#5262](https://github.com/matrix-org/matrix-react-sdk/pull/5262) |
| 56 | + * Fix Encryption Panel close button clashing with Base Card |
| 57 | + [\#5261](https://github.com/matrix-org/matrix-react-sdk/pull/5261) |
| 58 | + * Wrap canEncryptToAllUsers in a try/catch to handle server errors |
| 59 | + [\#5275](https://github.com/matrix-org/matrix-react-sdk/pull/5275) |
| 60 | + * Fix conditional on communities prototype room creation dialog |
| 61 | + [\#5274](https://github.com/matrix-org/matrix-react-sdk/pull/5274) |
| 62 | + * Fix ensureDmExists for encryption detection |
| 63 | + [\#5271](https://github.com/matrix-org/matrix-react-sdk/pull/5271) |
| 64 | + * Switch to using the Widget API SDK for widget messaging |
| 65 | + [\#5171](https://github.com/matrix-org/matrix-react-sdk/pull/5171) |
| 66 | + * Ensure package links exist when releasing |
| 67 | + [\#5269](https://github.com/matrix-org/matrix-react-sdk/pull/5269) |
| 68 | + * Fix the call preview when not in same room as the call |
| 69 | + [\#5267](https://github.com/matrix-org/matrix-react-sdk/pull/5267) |
| 70 | + * Make the hangup button do things for conference calls |
| 71 | + [\#5223](https://github.com/matrix-org/matrix-react-sdk/pull/5223) |
| 72 | + * Render Jitsi widget state events in a more obvious way |
| 73 | + [\#5222](https://github.com/matrix-org/matrix-react-sdk/pull/5222) |
| 74 | + * Make the PIP Jitsi look and feel like the 1:1 PIP |
| 75 | + [\#5226](https://github.com/matrix-org/matrix-react-sdk/pull/5226) |
| 76 | + * Trim range when formatting so that it excludes leading/trailing spaces |
| 77 | + [\#5263](https://github.com/matrix-org/matrix-react-sdk/pull/5263) |
| 78 | + * Fix button label on the Set Password Dialog |
| 79 | + [\#5264](https://github.com/matrix-org/matrix-react-sdk/pull/5264) |
| 80 | + * fix link to classic yarn's `yarn link` |
| 81 | + [\#5259](https://github.com/matrix-org/matrix-react-sdk/pull/5259) |
| 82 | + * Fix index mismatch between username colors styles and custom theming |
| 83 | + [\#5256](https://github.com/matrix-org/matrix-react-sdk/pull/5256) |
| 84 | + * Disable autocompletion on security key input during login |
| 85 | + [\#5258](https://github.com/matrix-org/matrix-react-sdk/pull/5258) |
| 86 | + * fix uninitialised state and eventlistener leak in RoomUpgradeWarningBar |
| 87 | + [\#5255](https://github.com/matrix-org/matrix-react-sdk/pull/5255) |
| 88 | + * Only set title when it changes |
| 89 | + [\#5254](https://github.com/matrix-org/matrix-react-sdk/pull/5254) |
| 90 | + * Convert CallHandler to typescript |
| 91 | + [\#5248](https://github.com/matrix-org/matrix-react-sdk/pull/5248) |
| 92 | + * Retry loading i18n language if it fails |
| 93 | + [\#5209](https://github.com/matrix-org/matrix-react-sdk/pull/5209) |
| 94 | + * Rework profile area for user and room settings to be more clear |
| 95 | + [\#5243](https://github.com/matrix-org/matrix-react-sdk/pull/5243) |
| 96 | + * Validation improve pattern for derived data |
| 97 | + [\#5241](https://github.com/matrix-org/matrix-react-sdk/pull/5241) |
| 98 | + |
| 99 | +Changes in [3.5.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.5.0) (2020-09-28) |
| 100 | +=================================================================================================== |
| 101 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.5.0-rc.1...v3.5.0) |
| 102 | + |
| 103 | + * Upgrade JS SDK to 8.4.1 |
| 104 | + |
| 105 | +Changes in [3.5.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.5.0-rc.1) (2020-09-23) |
| 106 | +============================================================================================================= |
| 107 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.4.1...v3.5.0-rc.1) |
| 108 | + |
| 109 | + * Upgrade JS SDK to 8.4.0-rc.1 |
| 110 | + * Update from Weblate |
| 111 | + [\#5246](https://github.com/matrix-org/matrix-react-sdk/pull/5246) |
| 112 | + * Upgrade sanitize-html, set nesting limit |
| 113 | + [\#5245](https://github.com/matrix-org/matrix-react-sdk/pull/5245) |
| 114 | + * Add a note to use the desktop builds when seshat isn't available |
| 115 | + [\#5225](https://github.com/matrix-org/matrix-react-sdk/pull/5225) |
| 116 | + * Add some permission checks to the communities v2 prototype |
| 117 | + [\#5240](https://github.com/matrix-org/matrix-react-sdk/pull/5240) |
| 118 | + * Support HS-preferred Secure Backup setup methods |
| 119 | + [\#5242](https://github.com/matrix-org/matrix-react-sdk/pull/5242) |
| 120 | + * Only show User Info verify button if the other user has e2ee devices |
| 121 | + [\#5234](https://github.com/matrix-org/matrix-react-sdk/pull/5234) |
| 122 | + * Fix New Room List arrow key management |
| 123 | + [\#5237](https://github.com/matrix-org/matrix-react-sdk/pull/5237) |
| 124 | + * Fix Room Directory View & Preview actions for federated joins |
| 125 | + [\#5235](https://github.com/matrix-org/matrix-react-sdk/pull/5235) |
| 126 | + * Add a UI feature to disable advanced encryption options |
| 127 | + [\#5238](https://github.com/matrix-org/matrix-react-sdk/pull/5238) |
| 128 | + * UI Feature Flag: Communities |
| 129 | + [\#5216](https://github.com/matrix-org/matrix-react-sdk/pull/5216) |
| 130 | + * Rename apps back to widgets |
| 131 | + [\#5236](https://github.com/matrix-org/matrix-react-sdk/pull/5236) |
| 132 | + * Adjust layout and formatting of notifications / files cards |
| 133 | + [\#5229](https://github.com/matrix-org/matrix-react-sdk/pull/5229) |
| 134 | + * Fix Search Results Tile undefined variable access regression |
| 135 | + [\#5232](https://github.com/matrix-org/matrix-react-sdk/pull/5232) |
| 136 | + * Fix Cmd/Ctrl+Shift+U for File Upload |
| 137 | + [\#5233](https://github.com/matrix-org/matrix-react-sdk/pull/5233) |
| 138 | + * Disable the e2ee toggle when creating a room on a server with forced e2e |
| 139 | + [\#5231](https://github.com/matrix-org/matrix-react-sdk/pull/5231) |
| 140 | + * UI Feature Flag: Disable advanced options and tidy up some copy |
| 141 | + [\#5215](https://github.com/matrix-org/matrix-react-sdk/pull/5215) |
| 142 | + * UI Feature Flag: 3PIDs |
| 143 | + [\#5228](https://github.com/matrix-org/matrix-react-sdk/pull/5228) |
| 144 | + * Defer encryption setup until first E2EE room |
| 145 | + [\#5219](https://github.com/matrix-org/matrix-react-sdk/pull/5219) |
| 146 | + * Tidy devDeps, all the webpack stuff lives in the layer above |
| 147 | + [\#5179](https://github.com/matrix-org/matrix-react-sdk/pull/5179) |
| 148 | + * UI Feature Flag: Hide flair |
| 149 | + [\#5214](https://github.com/matrix-org/matrix-react-sdk/pull/5214) |
| 150 | + * UI Feature Flag: Identity server |
| 151 | + [\#5218](https://github.com/matrix-org/matrix-react-sdk/pull/5218) |
| 152 | + * UI Feature Flag: Share dialog QR code and social icons |
| 153 | + [\#5221](https://github.com/matrix-org/matrix-react-sdk/pull/5221) |
| 154 | + * UI Feature Flag: Registration, Password Reset, Deactivate |
| 155 | + [\#5227](https://github.com/matrix-org/matrix-react-sdk/pull/5227) |
| 156 | + * Retry joinRoom up to 5 times in the case of a 504 GATEWAY TIMEOUT |
| 157 | + [\#5204](https://github.com/matrix-org/matrix-react-sdk/pull/5204) |
| 158 | + * UI Feature Flag: Disable VoIP |
| 159 | + [\#5217](https://github.com/matrix-org/matrix-react-sdk/pull/5217) |
| 160 | + * Fix setState() usage in the constructor of RoomDirectory |
| 161 | + [\#5224](https://github.com/matrix-org/matrix-react-sdk/pull/5224) |
| 162 | + * Hide Analytics sections if piwik config is not provided |
| 163 | + [\#5211](https://github.com/matrix-org/matrix-react-sdk/pull/5211) |
| 164 | + * UI Feature Flag: Disable feedback button |
| 165 | + [\#5213](https://github.com/matrix-org/matrix-react-sdk/pull/5213) |
| 166 | + * Clean up UserInfo to not show a blank Power Selector for users not in room |
| 167 | + [\#5220](https://github.com/matrix-org/matrix-react-sdk/pull/5220) |
| 168 | + * Also hide bug reporting prompts from the Error Boundaries |
| 169 | + [\#5212](https://github.com/matrix-org/matrix-react-sdk/pull/5212) |
| 170 | + * Tactical improvements to 3PID invites |
| 171 | + [\#5201](https://github.com/matrix-org/matrix-react-sdk/pull/5201) |
| 172 | + * If no bug_report_endpoint_url, hide rageshaking from the App |
| 173 | + [\#5210](https://github.com/matrix-org/matrix-react-sdk/pull/5210) |
| 174 | + * Introduce a concept of UI features, using it for URL previews at first |
| 175 | + [\#5208](https://github.com/matrix-org/matrix-react-sdk/pull/5208) |
| 176 | + * Remove defunct "always show encryption icons" setting |
| 177 | + [\#5207](https://github.com/matrix-org/matrix-react-sdk/pull/5207) |
| 178 | + * Don't show Notifications Prompt Toast if user has master rule enabled |
| 179 | + [\#5203](https://github.com/matrix-org/matrix-react-sdk/pull/5203) |
| 180 | + * Fix Bridges tab crashing when the room does not have bridges |
| 181 | + [\#5206](https://github.com/matrix-org/matrix-react-sdk/pull/5206) |
| 182 | + * Don't count widgets which no longer exist towards pinned count |
| 183 | + [\#5202](https://github.com/matrix-org/matrix-react-sdk/pull/5202) |
| 184 | + * Fix crashes with cannot read isResizing of undefined |
| 185 | + [\#5205](https://github.com/matrix-org/matrix-react-sdk/pull/5205) |
| 186 | + * Prompt to remove the jitsi widget when pressing the call button |
| 187 | + [\#5193](https://github.com/matrix-org/matrix-react-sdk/pull/5193) |
| 188 | + * Show verification status in the room summary card |
| 189 | + [\#5195](https://github.com/matrix-org/matrix-react-sdk/pull/5195) |
| 190 | + * Fix user info scrolling in new card view |
| 191 | + [\#5198](https://github.com/matrix-org/matrix-react-sdk/pull/5198) |
| 192 | + * Fix sticker picker height |
| 193 | + [\#5197](https://github.com/matrix-org/matrix-react-sdk/pull/5197) |
| 194 | + * Call jitsi widgets 'group calls' |
| 195 | + [\#5191](https://github.com/matrix-org/matrix-react-sdk/pull/5191) |
| 196 | + * Don't show 'unpin' for persistent widgets |
| 197 | + [\#5194](https://github.com/matrix-org/matrix-react-sdk/pull/5194) |
| 198 | + * Split up cross-signing and secure backup settings |
| 199 | + [\#5182](https://github.com/matrix-org/matrix-react-sdk/pull/5182) |
| 200 | + * Fix onNewScreen to use replace when going from roomId->roomAlias |
| 201 | + [\#5185](https://github.com/matrix-org/matrix-react-sdk/pull/5185) |
| 202 | + * bring back 1.2M style badge counts rather than 99+ |
| 203 | + [\#5192](https://github.com/matrix-org/matrix-react-sdk/pull/5192) |
| 204 | + * Run the rageshake command through the bug report dialog |
| 205 | + [\#5189](https://github.com/matrix-org/matrix-react-sdk/pull/5189) |
| 206 | + * Account for via in pill matching regex |
| 207 | + [\#5188](https://github.com/matrix-org/matrix-react-sdk/pull/5188) |
| 208 | + * Remove now-unused create-react-class from lockfile |
| 209 | + [\#5187](https://github.com/matrix-org/matrix-react-sdk/pull/5187) |
| 210 | + * Fixed 1px jump upwards |
| 211 | + [\#5163](https://github.com/matrix-org/matrix-react-sdk/pull/5163) |
| 212 | + * Always allow widgets when using the local version |
| 213 | + [\#5184](https://github.com/matrix-org/matrix-react-sdk/pull/5184) |
| 214 | + * Migrate RoomView and RoomContext to Typescript |
| 215 | + [\#5175](https://github.com/matrix-org/matrix-react-sdk/pull/5175) |
| 216 | + |
1 | 217 | Changes in [3.4.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.4.1) (2020-09-14) |
2 | 218 | =================================================================================================== |
3 | 219 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.4.0...v3.4.1) |
|
0 commit comments