|
| 1 | +Changes in [3.27.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.27.0-rc.1) (2021-07-27) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.26.0...v3.27.0-rc.1) |
| 4 | + |
| 5 | + * Fix timing of voice message recording UI appearing |
| 6 | + [\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479) |
| 7 | + * Fix PiP resize issues |
| 8 | + [\#6483](https://github.com/matrix-org/matrix-react-sdk/pull/6483) |
| 9 | + * Translations update from Weblate |
| 10 | + [\#6482](https://github.com/matrix-org/matrix-react-sdk/pull/6482) |
| 11 | + * Make new reply UI clickable |
| 12 | + [\#6474](https://github.com/matrix-org/matrix-react-sdk/pull/6474) |
| 13 | + * Fix infinite pagination loop when offline |
| 14 | + [\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478) |
| 15 | + * Fix deleted message left offset in the timeline |
| 16 | + [\#6473](https://github.com/matrix-org/matrix-react-sdk/pull/6473) |
| 17 | + * Fix broken layout of the space hierarchy view |
| 18 | + [\#6481](https://github.com/matrix-org/matrix-react-sdk/pull/6481) |
| 19 | + * Add data-layout to MELS for better CSS structure |
| 20 | + [\#6480](https://github.com/matrix-org/matrix-react-sdk/pull/6480) |
| 21 | + * Style markdown quotes |
| 22 | + [\#6468](https://github.com/matrix-org/matrix-react-sdk/pull/6468) |
| 23 | + * Update ESLint Config |
| 24 | + [\#6476](https://github.com/matrix-org/matrix-react-sdk/pull/6476) |
| 25 | + * Fix VoIP event tile issues |
| 26 | + [\#6471](https://github.com/matrix-org/matrix-react-sdk/pull/6471) |
| 27 | + * Fix editing of <sub> & <sup> & <u> |
| 28 | + [\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469) |
| 29 | + * Fix avatar overlapping with timestamp |
| 30 | + [\#6461](https://github.com/matrix-org/matrix-react-sdk/pull/6461) |
| 31 | + * Fix reactions row pushing content on IRC layout |
| 32 | + [\#6464](https://github.com/matrix-org/matrix-react-sdk/pull/6464) |
| 33 | + * Fix blurhash rounded corners missing regression |
| 34 | + [\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467) |
| 35 | + * Adhere to better eslint rules |
| 36 | + [\#6459](https://github.com/matrix-org/matrix-react-sdk/pull/6459) |
| 37 | + * Clean up voice messages code |
| 38 | + [\#6453](https://github.com/matrix-org/matrix-react-sdk/pull/6453) |
| 39 | + * Fix position of the space hierarchy spinner |
| 40 | + [\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462) |
| 41 | + * Fix clipped avatar in room list |
| 42 | + [\#6463](https://github.com/matrix-org/matrix-react-sdk/pull/6463) |
| 43 | + * Make inline events feel less claustrophobic in bubble layout |
| 44 | + [\#6460](https://github.com/matrix-org/matrix-react-sdk/pull/6460) |
| 45 | + * Initial MSC3083 + MSC3244 support |
| 46 | + [\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212) |
| 47 | + * Add event selected state for message bubbles |
| 48 | + [\#6449](https://github.com/matrix-org/matrix-react-sdk/pull/6449) |
| 49 | + * Make images fit inside message bubble |
| 50 | + [\#6448](https://github.com/matrix-org/matrix-react-sdk/pull/6448) |
| 51 | + * Don't show scrollbar for URL previews |
| 52 | + [\#6450](https://github.com/matrix-org/matrix-react-sdk/pull/6450) |
| 53 | + * Fix display of image messages that lack thumbnails |
| 54 | + [\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456) |
| 55 | + * Fix avatar obstructing membership and state changes |
| 56 | + [\#6439](https://github.com/matrix-org/matrix-react-sdk/pull/6439) |
| 57 | + * Zoom images in lightbox to where the cursor points |
| 58 | + [\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418) |
| 59 | + * Always display the Sender in the reply tile |
| 60 | + [\#6446](https://github.com/matrix-org/matrix-react-sdk/pull/6446) |
| 61 | + * Use modern layout in file and notification panel |
| 62 | + [\#6447](https://github.com/matrix-org/matrix-react-sdk/pull/6447) |
| 63 | + * Add right padding for event replies |
| 64 | + [\#6444](https://github.com/matrix-org/matrix-react-sdk/pull/6444) |
| 65 | + * Fix event tile cut off in share preview |
| 66 | + [\#6445](https://github.com/matrix-org/matrix-react-sdk/pull/6445) |
| 67 | + * Remove excessive padding after url previews |
| 68 | + [\#6443](https://github.com/matrix-org/matrix-react-sdk/pull/6443) |
| 69 | + * Make quotes thinner |
| 70 | + [\#6441](https://github.com/matrix-org/matrix-react-sdk/pull/6441) |
| 71 | + * Prevent action bar to overlap the event content |
| 72 | + [\#6438](https://github.com/matrix-org/matrix-react-sdk/pull/6438) |
| 73 | + * Use a MediaElementSourceAudioNode to process large audio files |
| 74 | + [\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436) |
| 75 | + * Revert 100% on codeblocks |
| 76 | + [\#6440](https://github.com/matrix-org/matrix-react-sdk/pull/6440) |
| 77 | + * Fix duration placeholder parsing for audio files |
| 78 | + [\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435) |
| 79 | + * Handle upload errors in voice messages |
| 80 | + [\#6434](https://github.com/matrix-org/matrix-react-sdk/pull/6434) |
| 81 | + * Render error state for audio components |
| 82 | + [\#6433](https://github.com/matrix-org/matrix-react-sdk/pull/6433) |
| 83 | + * Clean up visual style of files and voice messages |
| 84 | + [\#6432](https://github.com/matrix-org/matrix-react-sdk/pull/6432) |
| 85 | + * Convert a few things to TS |
| 86 | + [\#6413](https://github.com/matrix-org/matrix-react-sdk/pull/6413) |
| 87 | + * Fix onPaste handler to work with copying files from Finder |
| 88 | + [\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389) |
| 89 | + * Increase hit area for timestamp in message bubbles |
| 90 | + [\#6428](https://github.com/matrix-org/matrix-react-sdk/pull/6428) |
| 91 | + * Navigate to the first room with notifications when clicked on space |
| 92 | + notification dot |
| 93 | + [\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974) |
| 94 | + * Add matrix: to the list of permitted URL schemes |
| 95 | + [\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388) |
| 96 | + * Make diff colors in codeblocks more pleasant |
| 97 | + [\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355) |
| 98 | + * Add alwaysShowTimestamps and others to RoomView setting watchers |
| 99 | + [\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261) |
| 100 | + * Restore 'use default' naming on room notifications |
| 101 | + [\#6431](https://github.com/matrix-org/matrix-react-sdk/pull/6431) |
| 102 | + * Use cached value to read member count |
| 103 | + [\#6429](https://github.com/matrix-org/matrix-react-sdk/pull/6429) |
| 104 | + * yarn upgrade |
| 105 | + [\#6430](https://github.com/matrix-org/matrix-react-sdk/pull/6430) |
| 106 | + * Improve new layout switcher UI |
| 107 | + [\#6427](https://github.com/matrix-org/matrix-react-sdk/pull/6427) |
| 108 | + * Play only one audio file at a time |
| 109 | + [\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417) |
| 110 | + * Improve file labeling in replies |
| 111 | + [\#6404](https://github.com/matrix-org/matrix-react-sdk/pull/6404) |
| 112 | + * Fix replies line clamping |
| 113 | + [\#6425](https://github.com/matrix-org/matrix-react-sdk/pull/6425) |
| 114 | + * Add null guard for room prop in EventTile |
| 115 | + [\#6426](https://github.com/matrix-org/matrix-react-sdk/pull/6426) |
| 116 | + * Fix font slider preview for message bubbles |
| 117 | + [\#6421](https://github.com/matrix-org/matrix-react-sdk/pull/6421) |
| 118 | + * Add spoiler support for message bubbles |
| 119 | + [\#6419](https://github.com/matrix-org/matrix-react-sdk/pull/6419) |
| 120 | + * Fix error when hovering over non-emoji reactions |
| 121 | + [\#6416](https://github.com/matrix-org/matrix-react-sdk/pull/6416) |
| 122 | + * Fix sticker display for message bubbles |
| 123 | + [\#6423](https://github.com/matrix-org/matrix-react-sdk/pull/6423) |
| 124 | + * Reintroduce grouped events padding on modern layout |
| 125 | + [\#6420](https://github.com/matrix-org/matrix-react-sdk/pull/6420) |
| 126 | + * TypeScript migration for auth components |
| 127 | + [\#6412](https://github.com/matrix-org/matrix-react-sdk/pull/6412) |
| 128 | + * Fix grecaptcha throwing useless error sometimes |
| 129 | + [\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401) |
| 130 | + * Move download button for media to the action bar |
| 131 | + [\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386) |
| 132 | + * Remove hover effect from files in the files panel |
| 133 | + [\#6405](https://github.com/matrix-org/matrix-react-sdk/pull/6405) |
| 134 | + * Revert accidental renaming of dispatcherRef |
| 135 | + [\#6415](https://github.com/matrix-org/matrix-react-sdk/pull/6415) |
| 136 | + * Add VoIP event tiles |
| 137 | + [\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121) |
| 138 | + * Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes |
| 139 | + [\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347) |
| 140 | + * Conform to new react and typescript eslint rules |
| 141 | + [\#6408](https://github.com/matrix-org/matrix-react-sdk/pull/6408) |
| 142 | + * Remove unwanted comma in EventTile |
| 143 | + [\#6414](https://github.com/matrix-org/matrix-react-sdk/pull/6414) |
| 144 | + * 💭 Message bubble layout |
| 145 | + [\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291) |
| 146 | + * Fix sticker placeholder centering |
| 147 | + [\#6411](https://github.com/matrix-org/matrix-react-sdk/pull/6411) |
| 148 | + * Fix avatar placeholders not getting capitalized |
| 149 | + [\#6407](https://github.com/matrix-org/matrix-react-sdk/pull/6407) |
| 150 | + * Revert order of notification setting radios |
| 151 | + [\#6406](https://github.com/matrix-org/matrix-react-sdk/pull/6406) |
| 152 | + * Respect compound emojis in default avatar initial generation |
| 153 | + [\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397) |
| 154 | + * Update eslint-plugin-matrix-org |
| 155 | + [\#6403](https://github.com/matrix-org/matrix-react-sdk/pull/6403) |
| 156 | + * Rename Copy Link to Copy Room Link |
| 157 | + [\#6402](https://github.com/matrix-org/matrix-react-sdk/pull/6402) |
| 158 | + * Don't throw exception from setStickyRoom as it split-brains the |
| 159 | + RoomListStore |
| 160 | + [\#6399](https://github.com/matrix-org/matrix-react-sdk/pull/6399) |
| 161 | + * Fix bug where 'other homeserver' would unfocus |
| 162 | + [\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394) |
| 163 | + * Cleanup reply code |
| 164 | + [\#6392](https://github.com/matrix-org/matrix-react-sdk/pull/6392) |
| 165 | + * Match colors of room and user avatars in DMs |
| 166 | + [\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393) |
| 167 | + * Remove title from Image View |
| 168 | + [\#6395](https://github.com/matrix-org/matrix-react-sdk/pull/6395) |
| 169 | + * Notification settings UI refresh |
| 170 | + [\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352) |
| 171 | + * Avoid hitting the settings store from TextForEvent |
| 172 | + [\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205) |
| 173 | + * Fix issues with room list duplication |
| 174 | + [\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391) |
| 175 | + * Use URLSearchParams instead of transitive dependency `querystring` |
| 176 | + [\#4399](https://github.com/matrix-org/matrix-react-sdk/pull/4399) |
| 177 | + * Add "Copy Link" to room context menu |
| 178 | + [\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374) |
| 179 | + * Fix EventIndex double handling events and erroring |
| 180 | + [\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385) |
| 181 | + * Fix IRC layout replies |
| 182 | + [\#6387](https://github.com/matrix-org/matrix-react-sdk/pull/6387) |
| 183 | + * Improve reply rendering |
| 184 | + [\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553) |
| 185 | + * Update PR template for new changelog generation |
| 186 | + [\#6380](https://github.com/matrix-org/matrix-react-sdk/pull/6380) |
| 187 | + * Silence / Fix some console warnings/errors |
| 188 | + [\#6382](https://github.com/matrix-org/matrix-react-sdk/pull/6382) |
| 189 | + * Cache value of feature_spaces* flags as they cause page refresh so are |
| 190 | + immutable |
| 191 | + [\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381) |
| 192 | + * Standardise spelling and casing of homeserver, identity server, and |
| 193 | + integration manager |
| 194 | + [\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365) |
| 195 | + * Convert CONTRIBUTING to markdown |
| 196 | + [\#6379](https://github.com/matrix-org/matrix-react-sdk/pull/6379) |
| 197 | + * Move blurhashing into a Worker and use OffscreenCanvas for thumbnailing |
| 198 | + [\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366) |
| 199 | + * Exclude state events from widgets reading room events |
| 200 | + [\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378) |
| 201 | + * Use webpack worker-loader instead of homegrown hack |
| 202 | + [\#6356](https://github.com/matrix-org/matrix-react-sdk/pull/6356) |
| 203 | + * Send clear events to widgets when permitted |
| 204 | + [\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371) |
| 205 | + * Comment why end to end tests are only on the develop branch |
| 206 | + [\#6377](https://github.com/matrix-org/matrix-react-sdk/pull/6377) |
| 207 | + * Improve and consolidate typing |
| 208 | + [\#6345](https://github.com/matrix-org/matrix-react-sdk/pull/6345) |
| 209 | + * Fix 'User' type import |
| 210 | + [\#6375](https://github.com/matrix-org/matrix-react-sdk/pull/6375) |
| 211 | + |
1 | 212 | Changes in [3.26.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.26.0) (2021-07-19)
|
2 | 213 | =====================================================================================================
|
3 | 214 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.26.0-rc.1...v3.26.0)
|
|
0 commit comments