|
| 1 | +Changes in [2.8.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.8.0-rc.1) (2020-06-17) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.2...v2.8.0-rc.1) |
| 4 | + |
| 5 | + * Upgrade to JS SDK 7.0.0-rc.1 |
| 6 | + * Fix Styled Checkbox and Radio Button disabled state |
| 7 | + [\#4778](https://github.com/matrix-org/matrix-react-sdk/pull/4778) |
| 8 | + * clean up and fix the isMasterRuleEnabled logic |
| 9 | + [\#4782](https://github.com/matrix-org/matrix-react-sdk/pull/4782) |
| 10 | + * Fix case-sensitivity of /me to match rest of slash commands |
| 11 | + [\#4763](https://github.com/matrix-org/matrix-react-sdk/pull/4763) |
| 12 | + * Add a 'show less' button to the new room list |
| 13 | + [\#4765](https://github.com/matrix-org/matrix-react-sdk/pull/4765) |
| 14 | + * Update from Weblate |
| 15 | + [\#4781](https://github.com/matrix-org/matrix-react-sdk/pull/4781) |
| 16 | + * Sticky and collapsing headers for new room list |
| 17 | + [\#4758](https://github.com/matrix-org/matrix-react-sdk/pull/4758) |
| 18 | + * Make the room list labs setting reload on change |
| 19 | + [\#4780](https://github.com/matrix-org/matrix-react-sdk/pull/4780) |
| 20 | + * Handle/hide old rooms in the room list |
| 21 | + [\#4767](https://github.com/matrix-org/matrix-react-sdk/pull/4767) |
| 22 | + * Add some media queries to improve UI on mobile (#3991) |
| 23 | + [\#4656](https://github.com/matrix-org/matrix-react-sdk/pull/4656) |
| 24 | + * Match fuzzy filtering a bit more reliably in the new room list |
| 25 | + [\#4769](https://github.com/matrix-org/matrix-react-sdk/pull/4769) |
| 26 | + * Improve Field ts definitions some more |
| 27 | + [\#4777](https://github.com/matrix-org/matrix-react-sdk/pull/4777) |
| 28 | + * Fix alignment of checkboxes in new room list's context menu |
| 29 | + [\#4776](https://github.com/matrix-org/matrix-react-sdk/pull/4776) |
| 30 | + * Fix Field ts def, fix LocalEchoWrapper and NotificationsEnabledController |
| 31 | + [\#4775](https://github.com/matrix-org/matrix-react-sdk/pull/4775) |
| 32 | + * Add presence indicators and globes to new room list |
| 33 | + [\#4774](https://github.com/matrix-org/matrix-react-sdk/pull/4774) |
| 34 | + * Include the sticky room when filtering in the new room list |
| 35 | + [\#4772](https://github.com/matrix-org/matrix-react-sdk/pull/4772) |
| 36 | + * Add a home button to the new room list menu when available |
| 37 | + [\#4771](https://github.com/matrix-org/matrix-react-sdk/pull/4771) |
| 38 | + * use group layout for search results |
| 39 | + [\#4764](https://github.com/matrix-org/matrix-react-sdk/pull/4764) |
| 40 | + * Fix m.id.phone spec compliance |
| 41 | + [\#4757](https://github.com/matrix-org/matrix-react-sdk/pull/4757) |
| 42 | + * User Info default power levels for ban/kick/redact to 50 as per spec |
| 43 | + [\#4759](https://github.com/matrix-org/matrix-react-sdk/pull/4759) |
| 44 | + * Match new room list's text search to old room list |
| 45 | + [\#4768](https://github.com/matrix-org/matrix-react-sdk/pull/4768) |
| 46 | + * Fix ordering of recent rooms in the new room list |
| 47 | + [\#4766](https://github.com/matrix-org/matrix-react-sdk/pull/4766) |
| 48 | + * Change theme selector to use new styled radio buttons |
| 49 | + [\#4731](https://github.com/matrix-org/matrix-react-sdk/pull/4731) |
| 50 | + * Use recovery keys over passphrases |
| 51 | + [\#4686](https://github.com/matrix-org/matrix-react-sdk/pull/4686) |
| 52 | + * Update from Weblate |
| 53 | + [\#4760](https://github.com/matrix-org/matrix-react-sdk/pull/4760) |
| 54 | + * Initial dark theme support for new room list |
| 55 | + [\#4756](https://github.com/matrix-org/matrix-react-sdk/pull/4756) |
| 56 | + * Support per-list options and algorithms on the new room list |
| 57 | + [\#4754](https://github.com/matrix-org/matrix-react-sdk/pull/4754) |
| 58 | + * Send read marker updates immediately after moving visually |
| 59 | + [\#4755](https://github.com/matrix-org/matrix-react-sdk/pull/4755) |
| 60 | + * Add a minimized view to the new room list |
| 61 | + [\#4753](https://github.com/matrix-org/matrix-react-sdk/pull/4753) |
| 62 | + * Fix e2e icon alignment in irc-layout |
| 63 | + [\#4752](https://github.com/matrix-org/matrix-react-sdk/pull/4752) |
| 64 | + * Add some resource leak protection to new room list badges |
| 65 | + [\#4750](https://github.com/matrix-org/matrix-react-sdk/pull/4750) |
| 66 | + * Fix read-receipt alignment |
| 67 | + [\#4747](https://github.com/matrix-org/matrix-react-sdk/pull/4747) |
| 68 | + * Show message previews on the new room list tiles |
| 69 | + [\#4751](https://github.com/matrix-org/matrix-react-sdk/pull/4751) |
| 70 | + * Fix various layout concerns with the new room list |
| 71 | + [\#4749](https://github.com/matrix-org/matrix-react-sdk/pull/4749) |
| 72 | + * Prioritize text on the clipboard over file |
| 73 | + [\#4748](https://github.com/matrix-org/matrix-react-sdk/pull/4748) |
| 74 | + * Move Settings flag to ts |
| 75 | + [\#4729](https://github.com/matrix-org/matrix-react-sdk/pull/4729) |
| 76 | + * Add a context menu to rooms in the new room list |
| 77 | + [\#4743](https://github.com/matrix-org/matrix-react-sdk/pull/4743) |
| 78 | + * Add hover states and basic context menu to new room list |
| 79 | + [\#4742](https://github.com/matrix-org/matrix-react-sdk/pull/4742) |
| 80 | + * Update resize handle for new designs in new room list |
| 81 | + [\#4741](https://github.com/matrix-org/matrix-react-sdk/pull/4741) |
| 82 | + * Improve general stability in the new room list |
| 83 | + [\#4740](https://github.com/matrix-org/matrix-react-sdk/pull/4740) |
| 84 | + * Reimplement breadcrumbs for new room list |
| 85 | + [\#4735](https://github.com/matrix-org/matrix-react-sdk/pull/4735) |
| 86 | + * Add styled radio buttons |
| 87 | + [\#4744](https://github.com/matrix-org/matrix-react-sdk/pull/4744) |
| 88 | + * Hide checkbox tick on dark backgrounds |
| 89 | + [\#4730](https://github.com/matrix-org/matrix-react-sdk/pull/4730) |
| 90 | + * Make checkboxes a11y friendly |
| 91 | + [\#4746](https://github.com/matrix-org/matrix-react-sdk/pull/4746) |
| 92 | + * EventIndex: Store and restore the encryption info for encrypted events. |
| 93 | + [\#4738](https://github.com/matrix-org/matrix-react-sdk/pull/4738) |
| 94 | + * Use IDestroyable instead of IDisposable |
| 95 | + [\#4739](https://github.com/matrix-org/matrix-react-sdk/pull/4739) |
| 96 | + * Add/improve badge counts in new room list |
| 97 | + [\#4734](https://github.com/matrix-org/matrix-react-sdk/pull/4734) |
| 98 | + * Convert FormattingUtils to TypeScript and add badge utility function |
| 99 | + [\#4732](https://github.com/matrix-org/matrix-react-sdk/pull/4732) |
| 100 | + * Add filtering and exploring to the new room list |
| 101 | + [\#4736](https://github.com/matrix-org/matrix-react-sdk/pull/4736) |
| 102 | + * Support prioritized room list filters |
| 103 | + [\#4737](https://github.com/matrix-org/matrix-react-sdk/pull/4737) |
| 104 | + * Clean up font scaling appearance |
| 105 | + [\#4733](https://github.com/matrix-org/matrix-react-sdk/pull/4733) |
| 106 | + * Add user menu to new room list |
| 107 | + [\#4722](https://github.com/matrix-org/matrix-react-sdk/pull/4722) |
| 108 | + * New room list basic styling and layout |
| 109 | + [\#4711](https://github.com/matrix-org/matrix-react-sdk/pull/4711) |
| 110 | + * Fix read receipt overlap |
| 111 | + [\#4727](https://github.com/matrix-org/matrix-react-sdk/pull/4727) |
| 112 | + * Load correct default font size |
| 113 | + [\#4726](https://github.com/matrix-org/matrix-react-sdk/pull/4726) |
| 114 | + * send state of lowBandwidth in rageshakes |
| 115 | + [\#4724](https://github.com/matrix-org/matrix-react-sdk/pull/4724) |
| 116 | + * Change internal font size from from 15 to 10 |
| 117 | + [\#4725](https://github.com/matrix-org/matrix-react-sdk/pull/4725) |
| 118 | + * Upgrade deps |
| 119 | + [\#4723](https://github.com/matrix-org/matrix-react-sdk/pull/4723) |
| 120 | + * Ensure active Jitsi conference is closed on widget pop-out |
| 121 | + [\#4444](https://github.com/matrix-org/matrix-react-sdk/pull/4444) |
| 122 | + * Introduce sticky rooms to the new room list |
| 123 | + [\#4720](https://github.com/matrix-org/matrix-react-sdk/pull/4720) |
| 124 | + * Handle remaining cases for room updates in new room list |
| 125 | + [\#4721](https://github.com/matrix-org/matrix-react-sdk/pull/4721) |
| 126 | + * Allow searching the emoji picker using other emoji |
| 127 | + [\#4719](https://github.com/matrix-org/matrix-react-sdk/pull/4719) |
| 128 | + * New room list scrolling and resizing |
| 129 | + [\#4697](https://github.com/matrix-org/matrix-react-sdk/pull/4697) |
| 130 | + * Don't show FormatBar if composer is empty |
| 131 | + [\#4696](https://github.com/matrix-org/matrix-react-sdk/pull/4696) |
| 132 | + * Split the left panel into new and old for new room list designs |
| 133 | + [\#4687](https://github.com/matrix-org/matrix-react-sdk/pull/4687) |
| 134 | + * Fix compact layout regression |
| 135 | + [\#4712](https://github.com/matrix-org/matrix-react-sdk/pull/4712) |
| 136 | + * fix emoji in safari |
| 137 | + [\#4710](https://github.com/matrix-org/matrix-react-sdk/pull/4710) |
| 138 | + * Fix not being able to dismiss new login toasts |
| 139 | + [\#4709](https://github.com/matrix-org/matrix-react-sdk/pull/4709) |
| 140 | + * Fix exceptions from Tooltip |
| 141 | + [\#4708](https://github.com/matrix-org/matrix-react-sdk/pull/4708) |
| 142 | + * Stop removing variation selector from quick reactions |
| 143 | + [\#4707](https://github.com/matrix-org/matrix-react-sdk/pull/4707) |
| 144 | + * Tidy up continuation algorithm and make it work for hidden profile changes |
| 145 | + [\#4704](https://github.com/matrix-org/matrix-react-sdk/pull/4704) |
| 146 | + * Profile settings should never show a disambiguated display name |
| 147 | + [\#4699](https://github.com/matrix-org/matrix-react-sdk/pull/4699) |
| 148 | + * Prevent (double) 4S bootstrap from RestoreKeyBackupDialog |
| 149 | + [\#4701](https://github.com/matrix-org/matrix-react-sdk/pull/4701) |
| 150 | + * Stop checkbox styling bleeding through room address selector |
| 151 | + [\#4691](https://github.com/matrix-org/matrix-react-sdk/pull/4691) |
| 152 | + * Center HeaderButtons |
| 153 | + [\#4695](https://github.com/matrix-org/matrix-react-sdk/pull/4695) |
| 154 | + * Add .well-known option to control default e2ee behaviour |
| 155 | + [\#4605](https://github.com/matrix-org/matrix-react-sdk/pull/4605) |
| 156 | + * Add max-width to right and left panels |
| 157 | + [\#4692](https://github.com/matrix-org/matrix-react-sdk/pull/4692) |
| 158 | + * Fix login loop where the sso flow returns to `#/login` |
| 159 | + [\#4685](https://github.com/matrix-org/matrix-react-sdk/pull/4685) |
| 160 | + * Don't clear MAU toasts when a successful sync comes in |
| 161 | + [\#4690](https://github.com/matrix-org/matrix-react-sdk/pull/4690) |
| 162 | + * Add initial filtering support to new room list |
| 163 | + [\#4681](https://github.com/matrix-org/matrix-react-sdk/pull/4681) |
| 164 | + * Bubble up a decline-to-render of verification events to outside wrapper |
| 165 | + [\#4664](https://github.com/matrix-org/matrix-react-sdk/pull/4664) |
| 166 | + * upgrade to twemoji 13.0.0 |
| 167 | + [\#4672](https://github.com/matrix-org/matrix-react-sdk/pull/4672) |
| 168 | + * Apply FocusLock to ImageView to capture Escape handling |
| 169 | + [\#4666](https://github.com/matrix-org/matrix-react-sdk/pull/4666) |
| 170 | + * Fix the 'complete security' screen |
| 171 | + [\#4689](https://github.com/matrix-org/matrix-react-sdk/pull/4689) |
| 172 | + * add null-guard for Autocomplete containerRef |
| 173 | + [\#4688](https://github.com/matrix-org/matrix-react-sdk/pull/4688) |
| 174 | + * Remove legacy codepaths for Unknown Device Error (UDE/UDD) handling |
| 175 | + [\#4660](https://github.com/matrix-org/matrix-react-sdk/pull/4660) |
| 176 | + * Remove feature_cross_signing |
| 177 | + [\#4655](https://github.com/matrix-org/matrix-react-sdk/pull/4655) |
| 178 | + * Autocomplete: use scrollIntoView for auto-scroll to fix it |
| 179 | + [\#4670](https://github.com/matrix-org/matrix-react-sdk/pull/4670) |
| 180 | + |
1 | 181 | Changes in [2.7.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.2) (2020-06-16) |
2 | 182 | =================================================================================================== |
3 | 183 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.1...v2.7.2) |
|
0 commit comments