1 | Changes in [3.16.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.16.0) (2021-03-15)
|
2 | =====================================================================================================
|
3 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0-rc.2...v3.16.0)
|
4 |
|
5 | * [Release] Change read receipt drift to be non-fractional
|
6 | [\#5746](https://github.com/matrix-org/matrix-react-sdk/pull/5746)
|
7 | * [Release] Properly gate SpaceRoomView behind labs
|
8 | [\#5750](https://github.com/matrix-org/matrix-react-sdk/pull/5750)
|
9 |
|
10 | Changes in [3.16.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.16.0-rc.2) (2021-03-10)
|
11 | ===============================================================================================================
|
12 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0-rc.1...v3.16.0-rc.2)
|
13 |
|
14 | * Fixed incorrect build output in rc.1
|
15 |
|
16 | Changes in [3.16.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.16.0-rc.1) (2021-03-10)
|
17 | ===============================================================================================================
|
18 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.15.0...v3.16.0-rc.1)
|
19 |
|
20 | * Upgrade to JS SDK 9.9.0-rc.1
|
21 | * Translations update from Weblate
|
22 | [\#5743](https://github.com/matrix-org/matrix-react-sdk/pull/5743)
|
23 | * Document behaviour of showReadReceipts=false for sent receipts
|
24 | [\#5739](https://github.com/matrix-org/matrix-react-sdk/pull/5739)
|
25 | * Tweak sent marker code style
|
26 | [\#5741](https://github.com/matrix-org/matrix-react-sdk/pull/5741)
|
27 | * Fix sent markers disappearing for edits/reactions
|
28 | [\#5737](https://github.com/matrix-org/matrix-react-sdk/pull/5737)
|
29 | * Ignore to-device decryption in the room list store
|
30 | [\#5740](https://github.com/matrix-org/matrix-react-sdk/pull/5740)
|
31 | * Spaces suggested rooms support
|
32 | [\#5736](https://github.com/matrix-org/matrix-react-sdk/pull/5736)
|
33 | * Add tooltips to sent/sending receipts
|
34 | [\#5738](https://github.com/matrix-org/matrix-react-sdk/pull/5738)
|
35 | * Remove a bunch of useless 'use strict' definitions
|
36 | [\#5735](https://github.com/matrix-org/matrix-react-sdk/pull/5735)
|
37 | * [SK-1] Fix types for replaceableComponent
|
38 | [\#5732](https://github.com/matrix-org/matrix-react-sdk/pull/5732)
|
39 | * [SK-2] Make debugging skinning problems easier
|
40 | [\#5733](https://github.com/matrix-org/matrix-react-sdk/pull/5733)
|
41 | * Support sending invite reasons with /invite command
|
42 | [\#5695](https://github.com/matrix-org/matrix-react-sdk/pull/5695)
|
43 | * Fix clicking on the avatar for opening member info requires pixel-perfect
|
44 | accuracy
|
45 | [\#5717](https://github.com/matrix-org/matrix-react-sdk/pull/5717)
|
46 | * Display decrypted and encrypted event source on the same dialog
|
47 | [\#5713](https://github.com/matrix-org/matrix-react-sdk/pull/5713)
|
48 | * Fix units of TURN server expiry time
|
49 | [\#5730](https://github.com/matrix-org/matrix-react-sdk/pull/5730)
|
50 | * Display room name in pills instead of address
|
51 | [\#5624](https://github.com/matrix-org/matrix-react-sdk/pull/5624)
|
52 | * Refresh UI for file uploads
|
53 | [\#5723](https://github.com/matrix-org/matrix-react-sdk/pull/5723)
|
54 | * UI refresh for uploaded files
|
55 | [\#5719](https://github.com/matrix-org/matrix-react-sdk/pull/5719)
|
56 | * Improve message sending states to match new designs
|
57 | [\#5699](https://github.com/matrix-org/matrix-react-sdk/pull/5699)
|
58 | * Add clipboard write permission for widgets
|
59 | [\#5725](https://github.com/matrix-org/matrix-react-sdk/pull/5725)
|
60 | * Fix widget resizing
|
61 | [\#5722](https://github.com/matrix-org/matrix-react-sdk/pull/5722)
|
62 | * Option for audio streaming
|
63 | [\#5707](https://github.com/matrix-org/matrix-react-sdk/pull/5707)
|
64 | * Show a specific error for hs_disabled
|
65 | [\#5576](https://github.com/matrix-org/matrix-react-sdk/pull/5576)
|
66 | * Add Edge to the targets list
|
67 | [\#5721](https://github.com/matrix-org/matrix-react-sdk/pull/5721)
|
68 | * File drop UI fixes and improvements
|
69 | [\#5505](https://github.com/matrix-org/matrix-react-sdk/pull/5505)
|
70 | * Fix Bottom border of state counters is white on the dark theme
|
71 | [\#5715](https://github.com/matrix-org/matrix-react-sdk/pull/5715)
|
72 | * Trim spurious whitespace of nicknames
|
73 | [\#5332](https://github.com/matrix-org/matrix-react-sdk/pull/5332)
|
74 | * Ensure HostSignupDialog border colour matches light theme
|
75 | [\#5716](https://github.com/matrix-org/matrix-react-sdk/pull/5716)
|
76 | * Don't place another call if there's already one ongoing
|
77 | [\#5712](https://github.com/matrix-org/matrix-react-sdk/pull/5712)
|
78 | * Space room hierarchies
|
79 | [\#5706](https://github.com/matrix-org/matrix-react-sdk/pull/5706)
|
80 | * Iterate Space view and right panel
|
81 | [\#5705](https://github.com/matrix-org/matrix-react-sdk/pull/5705)
|
82 | * Add a scroll to bottom on message sent setting
|
83 | [\#5692](https://github.com/matrix-org/matrix-react-sdk/pull/5692)
|
84 | * Add .tmp files to gitignore
|
85 | [\#5708](https://github.com/matrix-org/matrix-react-sdk/pull/5708)
|
86 | * Initial Space Room View and Creation UX
|
87 | [\#5704](https://github.com/matrix-org/matrix-react-sdk/pull/5704)
|
88 | * Add multi language spell check
|
89 | [\#5452](https://github.com/matrix-org/matrix-react-sdk/pull/5452)
|
90 | * Fix tetris effect (holes) in read receipts
|
91 | [\#5697](https://github.com/matrix-org/matrix-react-sdk/pull/5697)
|
92 | * Fixed edit for markdown images
|
93 | [\#5703](https://github.com/matrix-org/matrix-react-sdk/pull/5703)
|
94 | * Iterate Space Panel
|
95 | [\#5702](https://github.com/matrix-org/matrix-react-sdk/pull/5702)
|
96 | * Fix read receipts for compact layout
|
97 | [\#5700](https://github.com/matrix-org/matrix-react-sdk/pull/5700)
|
98 | * Space Store and Space Panel for Room List filtering
|
99 | [\#5689](https://github.com/matrix-org/matrix-react-sdk/pull/5689)
|
100 | * Log when turn creds expire
|
101 | [\#5691](https://github.com/matrix-org/matrix-react-sdk/pull/5691)
|
102 | * Null check for maxHeight in call view
|
103 | [\#5690](https://github.com/matrix-org/matrix-react-sdk/pull/5690)
|
104 | * Autocomplete invited users
|
105 | [\#5687](https://github.com/matrix-org/matrix-react-sdk/pull/5687)
|
106 | * Add send message button
|
107 | [\#5535](https://github.com/matrix-org/matrix-react-sdk/pull/5535)
|
108 | * Move call buttons to the room header
|
109 | [\#5693](https://github.com/matrix-org/matrix-react-sdk/pull/5693)
|
110 | * Use the default SSSS key if the default is set
|
111 | [\#5638](https://github.com/matrix-org/matrix-react-sdk/pull/5638)
|
112 | * Initial Spaces feature flag
|
113 | [\#5668](https://github.com/matrix-org/matrix-react-sdk/pull/5668)
|
114 | * Clean up code edge cases and add helpers
|
115 | [\#5667](https://github.com/matrix-org/matrix-react-sdk/pull/5667)
|
116 | * Clean up widgets when leaving the room
|
117 | [\#5684](https://github.com/matrix-org/matrix-react-sdk/pull/5684)
|
118 | * Fix read receipts?
|
119 | [\#5567](https://github.com/matrix-org/matrix-react-sdk/pull/5567)
|
120 | * Fix MAU usage alerts
|
121 | [\#5678](https://github.com/matrix-org/matrix-react-sdk/pull/5678)
|
122 |
|
123 | Changes in [3.15.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0) (2021-03-01)
|
124 | =====================================================================================================
|
125 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.15.0-rc.1...v3.15.0)
|
126 |
|
127 | ## Security notice
|
128 |
|
129 | matrix-react-sdk 3.15.0 fixes a low severity issue (CVE-2021-21320) where the
|
130 | user content sandbox can be abused to trick users into opening unexpected
|
131 | documents. The content is opened with a `blob` origin that cannot access Matrix
|
132 | user data, so messages and secrets are not at risk. Thanks to @keerok for
|
133 | responsibly disclosing this via Matrix's Security Disclosure Policy.
|
134 |
|
135 | ## All changes
|
136 |
|
137 | * Upgrade to JS SDK 9.8.0
|
138 |
|
139 | Changes in [3.15.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0-rc.1) (2021-02-24)
|
140 | ===============================================================================================================
|
141 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0...v3.15.0-rc.1)
|
142 |
|
143 | * Upgrade to JS SDK 9.8.0-rc.1
|
144 | * Translations update from Weblate
|
145 | [\#5683](https://github.com/matrix-org/matrix-react-sdk/pull/5683)
|
146 | * Fix object diffing when objects have different keys
|
147 | [\#5681](https://github.com/matrix-org/matrix-react-sdk/pull/5681)
|
148 | * Add <code> if it's missing
|
149 | [\#5673](https://github.com/matrix-org/matrix-react-sdk/pull/5673)
|
150 | * Add email only if the verification is complete
|
151 | [\#5629](https://github.com/matrix-org/matrix-react-sdk/pull/5629)
|
152 | * Fix portrait videocalls
|
153 | [\#5676](https://github.com/matrix-org/matrix-react-sdk/pull/5676)
|
154 | * Tweak code block icon positions
|
155 | [\#5643](https://github.com/matrix-org/matrix-react-sdk/pull/5643)
|
156 | * Revert "Improve URL preview formatting and image upload thumbnail size"
|
157 | [\#5677](https://github.com/matrix-org/matrix-react-sdk/pull/5677)
|
158 | * Fix context menu leaving visible area
|
159 | [\#5644](https://github.com/matrix-org/matrix-react-sdk/pull/5644)
|
160 | * Jitsi conferences names, take 3
|
161 | [\#5675](https://github.com/matrix-org/matrix-react-sdk/pull/5675)
|
162 | * Update isUserOnDarkTheme to take use_system_theme in account
|
163 | [\#5670](https://github.com/matrix-org/matrix-react-sdk/pull/5670)
|
164 | * Discard some dead code
|
165 | [\#5665](https://github.com/matrix-org/matrix-react-sdk/pull/5665)
|
166 | * Add developer tool to explore and edit settings
|
167 | [\#5664](https://github.com/matrix-org/matrix-react-sdk/pull/5664)
|
168 | * Use and create new room helpers
|
169 | [\#5663](https://github.com/matrix-org/matrix-react-sdk/pull/5663)
|
170 | * Clear message previews when the maximum limit is reached for history
|
171 | [\#5661](https://github.com/matrix-org/matrix-react-sdk/pull/5661)
|
172 | * VoIP virtual rooms, mk II
|
173 | [\#5639](https://github.com/matrix-org/matrix-react-sdk/pull/5639)
|
174 | * Disable chat effects when reduced motion preferred
|
175 | [\#5660](https://github.com/matrix-org/matrix-react-sdk/pull/5660)
|
176 | * Improve URL preview formatting and image upload thumbnail size
|
177 | [\#5637](https://github.com/matrix-org/matrix-react-sdk/pull/5637)
|
178 | * Fix border radius when the panel is collapsed
|
179 | [\#5641](https://github.com/matrix-org/matrix-react-sdk/pull/5641)
|
180 | * Use a more generic layout setting - useIRCLayout → layout
|
181 | [\#5571](https://github.com/matrix-org/matrix-react-sdk/pull/5571)
|
182 | * Remove redundant lockOrigin parameter from usercontent
|
183 | [\#5657](https://github.com/matrix-org/matrix-react-sdk/pull/5657)
|
184 | * Set ICE candidate pool size option
|
185 | [\#5655](https://github.com/matrix-org/matrix-react-sdk/pull/5655)
|
186 | * Prepare to encrypt when a call arrives
|
187 | [\#5654](https://github.com/matrix-org/matrix-react-sdk/pull/5654)
|
188 | * Use config for host signup branding
|
189 | [\#5650](https://github.com/matrix-org/matrix-react-sdk/pull/5650)
|
190 | * Use randomly generated conference names for Jitsi
|
191 | [\#5649](https://github.com/matrix-org/matrix-react-sdk/pull/5649)
|
192 | * Modified regex to account for an immediate new line after slash commands
|
193 | [\#5647](https://github.com/matrix-org/matrix-react-sdk/pull/5647)
|
194 | * Fix codeblock scrollbar color for non-Firefox
|
195 | [\#5642](https://github.com/matrix-org/matrix-react-sdk/pull/5642)
|
196 | * Fix codeblock scrollbar colors
|
197 | [\#5630](https://github.com/matrix-org/matrix-react-sdk/pull/5630)
|
198 | * Added loading and disabled the button while searching for server
|
199 | [\#5634](https://github.com/matrix-org/matrix-react-sdk/pull/5634)
|
200 |
|
201 | Changes in [3.14.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0) (2021-02-16)
|
202 | =====================================================================================================
|
203 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0-rc.1...v3.14.0)
|
204 |
|
205 | * Upgrade to JS SDK 9.7.0
|
206 | * [Release] Use config for host signup branding
|
207 | [\#5651](https://github.com/matrix-org/matrix-react-sdk/pull/5651)
|
208 |
|
209 | Changes in [3.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0-rc.1) (2021-02-10)
|
210 | ===============================================================================================================
|
211 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.1...v3.14.0-rc.1)
|
212 |
|
213 | * Upgrade to JS SDK 9.7.0-rc.1
|
214 | * Translations update from Weblate
|
215 | [\#5636](https://github.com/matrix-org/matrix-react-sdk/pull/5636)
|
216 | * Add host signup modal with iframe
|
217 | [\#5450](https://github.com/matrix-org/matrix-react-sdk/pull/5450)
|
218 | * Fix duplication of codeblock elements
|
219 | [\#5633](https://github.com/matrix-org/matrix-react-sdk/pull/5633)
|
220 | * Handle undefined call stats
|
221 | [\#5632](https://github.com/matrix-org/matrix-react-sdk/pull/5632)
|
222 | * Avoid delayed displaying of sources in source picker
|
223 | [\#5631](https://github.com/matrix-org/matrix-react-sdk/pull/5631)
|
224 | * Give breadcrumbs toolbar an accessibility label.
|
225 | [\#5628](https://github.com/matrix-org/matrix-react-sdk/pull/5628)
|
226 | * Fix the %s in logs
|
227 | [\#5627](https://github.com/matrix-org/matrix-react-sdk/pull/5627)
|
228 | * Fix jumpy notifications settings UI
|
229 | [\#5625](https://github.com/matrix-org/matrix-react-sdk/pull/5625)
|
230 | * Improve displaying of code blocks
|
231 | [\#5559](https://github.com/matrix-org/matrix-react-sdk/pull/5559)
|
232 | * Fix desktop Matrix screen sharing and add a screen/window picker
|
233 | [\#5525](https://github.com/matrix-org/matrix-react-sdk/pull/5525)
|
234 | * Call "MatrixClientPeg.get()" only once in method "findOverrideMuteRule"
|
235 | [\#5498](https://github.com/matrix-org/matrix-react-sdk/pull/5498)
|
236 | * Close current modal when session is logged out
|
237 | [\#5616](https://github.com/matrix-org/matrix-react-sdk/pull/5616)
|
238 | * Switch room explorer list to CSS grid
|
239 | [\#5551](https://github.com/matrix-org/matrix-react-sdk/pull/5551)
|
240 | * Improve SSO login start screen and 3pid invite handling somewhat
|
241 | [\#5622](https://github.com/matrix-org/matrix-react-sdk/pull/5622)
|
242 | * Don't jump to bottom on reaction
|
243 | [\#5621](https://github.com/matrix-org/matrix-react-sdk/pull/5621)
|
244 | * Fix several profile settings oddities
|
245 | [\#5620](https://github.com/matrix-org/matrix-react-sdk/pull/5620)
|
246 | * Add option to hide the stickers button in the composer
|
247 | [\#5530](https://github.com/matrix-org/matrix-react-sdk/pull/5530)
|
248 | * Fix confusing right panel button behaviour
|
249 | [\#5598](https://github.com/matrix-org/matrix-react-sdk/pull/5598)
|
250 | * Fix jumping timestamp if hovering a message with e2e indicator bar
|
251 | [\#5601](https://github.com/matrix-org/matrix-react-sdk/pull/5601)
|
252 | * Fix avatar and trash alignment
|
253 | [\#5614](https://github.com/matrix-org/matrix-react-sdk/pull/5614)
|
254 | * Fix z-index of stickerpicker
|
255 | [\#5617](https://github.com/matrix-org/matrix-react-sdk/pull/5617)
|
256 | * Fix permalink via parsing for rooms
|
257 | [\#5615](https://github.com/matrix-org/matrix-react-sdk/pull/5615)
|
258 | * Fix "Terms and Conditions" checkbox alignment
|
259 | [\#5613](https://github.com/matrix-org/matrix-react-sdk/pull/5613)
|
260 | * Fix flair height after accent changes
|
261 | [\#5611](https://github.com/matrix-org/matrix-react-sdk/pull/5611)
|
262 | * Iterate Social Logins work around edge cases and branding
|
263 | [\#5609](https://github.com/matrix-org/matrix-react-sdk/pull/5609)
|
264 | * Lock widget room ID when added
|
265 | [\#5607](https://github.com/matrix-org/matrix-react-sdk/pull/5607)
|
266 | * Better errors for SSO failures
|
267 | [\#5605](https://github.com/matrix-org/matrix-react-sdk/pull/5605)
|
268 | * Increase language search bar width
|
269 | [\#5549](https://github.com/matrix-org/matrix-react-sdk/pull/5549)
|
270 | * Scroll to bottom on message_sent
|
271 | [\#5565](https://github.com/matrix-org/matrix-react-sdk/pull/5565)
|
272 | * Fix new rooms being titled 'Empty Room'
|
273 | [\#5587](https://github.com/matrix-org/matrix-react-sdk/pull/5587)
|
274 | * Fix saving the collapsed state of the left panel
|
275 | [\#5593](https://github.com/matrix-org/matrix-react-sdk/pull/5593)
|
276 | * Fix app-url hint in the e2e-test run script output
|
277 | [\#5600](https://github.com/matrix-org/matrix-react-sdk/pull/5600)
|
278 | * Fix RoomView re-mounting breaking peeking
|
279 | [\#5602](https://github.com/matrix-org/matrix-react-sdk/pull/5602)
|
280 | * Tweak a few room ID checks
|
281 | [\#5592](https://github.com/matrix-org/matrix-react-sdk/pull/5592)
|
282 | * Remove pills from event permalinks with text
|
283 | [\#5575](https://github.com/matrix-org/matrix-react-sdk/pull/5575)
|
284 |
|
285 | Changes in [3.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.1) (2021-02-04)
|
286 | =====================================================================================================
|
287 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.0...v3.13.1)
|
288 |
|
289 | * [Release] Fix z-index of stickerpicker
|
290 | [\#5618](https://github.com/matrix-org/matrix-react-sdk/pull/5618)
|
291 |
|
292 | Changes in [3.13.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.0) (2021-02-03)
|
293 | =====================================================================================================
|
294 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.13.0-rc.1...v3.13.0)
|
295 |
|
296 | * Upgrade to JS SDK 9.6.0
|
297 | * [Release] Fix flair height after accent changes
|
298 | [\#5612](https://github.com/matrix-org/matrix-react-sdk/pull/5612)
|
299 | * [Release] Iterate Social Logins work around edge cases and branding
|
300 | [\#5610](https://github.com/matrix-org/matrix-react-sdk/pull/5610)
|
301 | * [Release] Lock widget room ID when added
|
302 | [\#5608](https://github.com/matrix-org/matrix-react-sdk/pull/5608)
|
303 | * [Release] Better errors for SSO failures
|
304 | [\#5606](https://github.com/matrix-org/matrix-react-sdk/pull/5606)
|
305 | * [Release] Fix RoomView re-mounting breaking peeking
|
306 | [\#5603](https://github.com/matrix-org/matrix-react-sdk/pull/5603)
|
307 |
|
308 | Changes in [3.13.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.13.0-rc.1) (2021-01-29)
|
309 | ===============================================================================================================
|
310 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.12.1...v3.13.0-rc.1)
|
311 |
|
312 | * Upgrade to JS SDK 9.6.0-rc.1
|
313 | * Translations update from Weblate
|
314 | [\#5597](https://github.com/matrix-org/matrix-react-sdk/pull/5597)
|
315 | * Support managed hybrid widgets from config
|
316 | [\#5596](https://github.com/matrix-org/matrix-react-sdk/pull/5596)
|
317 | * Add managed hybrid call widgets when supported
|
318 | [\#5594](https://github.com/matrix-org/matrix-react-sdk/pull/5594)
|
319 | * Tweak mobile guide toast copy
|
320 | [\#5595](https://github.com/matrix-org/matrix-react-sdk/pull/5595)
|
321 | * Improve SSO auth flow
|
322 | [\#5578](https://github.com/matrix-org/matrix-react-sdk/pull/5578)
|
323 | * Add optional mobile guide toast
|
324 | [\#5586](https://github.com/matrix-org/matrix-react-sdk/pull/5586)
|
325 | * Fix invisible text after logging out in the dark theme
|
326 | [\#5588](https://github.com/matrix-org/matrix-react-sdk/pull/5588)
|
327 | * Fix escape for cancelling replies
|
328 | [\#5591](https://github.com/matrix-org/matrix-react-sdk/pull/5591)
|
329 | * Update widget-api to beta.12
|
330 | [\#5589](https://github.com/matrix-org/matrix-react-sdk/pull/5589)
|
331 | * Add commands for DM conversion
|
332 | [\#5540](https://github.com/matrix-org/matrix-react-sdk/pull/5540)
|
333 | * Run a UI refresh over the OIDC Exchange confirmation dialog
|
334 | [\#5580](https://github.com/matrix-org/matrix-react-sdk/pull/5580)
|
335 | * Allow stickerpickers the legacy "visibility" capability
|
336 | [\#5581](https://github.com/matrix-org/matrix-react-sdk/pull/5581)
|
337 | * Hide local video if it is muted
|
338 | [\#5529](https://github.com/matrix-org/matrix-react-sdk/pull/5529)
|
339 | * Don't use name width in reply thread for IRC layout
|
340 | [\#5518](https://github.com/matrix-org/matrix-react-sdk/pull/5518)
|
341 | * Update code_style.md
|
342 | [\#5554](https://github.com/matrix-org/matrix-react-sdk/pull/5554)
|
343 | * Fix Czech capital letters like ŠČŘ...
|
344 | [\#5569](https://github.com/matrix-org/matrix-react-sdk/pull/5569)
|
345 | * Add optional search shortcut
|
346 | [\#5548](https://github.com/matrix-org/matrix-react-sdk/pull/5548)
|
347 | * Fix Sudden 'find a room' UI shows up when the only room moves to favourites
|
348 | [\#5584](https://github.com/matrix-org/matrix-react-sdk/pull/5584)
|
349 | * Increase PersistedElement's z-index
|
350 | [\#5568](https://github.com/matrix-org/matrix-react-sdk/pull/5568)
|
351 | * Remove check that prevents Jitsi widgets from being unpinned
|
352 | [\#5582](https://github.com/matrix-org/matrix-react-sdk/pull/5582)
|
353 | * Fix Jitsi widgets causing localized tile crashes
|
354 | [\#5583](https://github.com/matrix-org/matrix-react-sdk/pull/5583)
|
355 | * Log candidates for calls
|
356 | [\#5573](https://github.com/matrix-org/matrix-react-sdk/pull/5573)
|
357 | * Upgrade deps 2021-01
|
358 | [\#5579](https://github.com/matrix-org/matrix-react-sdk/pull/5579)
|
359 | * Fix "Continuing without email" dialog bug
|
360 | [\#5566](https://github.com/matrix-org/matrix-react-sdk/pull/5566)
|
361 | * Require registration for verification actions
|
362 | [\#5574](https://github.com/matrix-org/matrix-react-sdk/pull/5574)
|
363 | * Don't play the hangup sound when the call is answered from elsewhere
|
364 | [\#5572](https://github.com/matrix-org/matrix-react-sdk/pull/5572)
|
365 | * Move to newer base image for end-to-end tests
|
366 | [\#5570](https://github.com/matrix-org/matrix-react-sdk/pull/5570)
|
367 | * Update widgets in the room upon join
|
368 | [\#5564](https://github.com/matrix-org/matrix-react-sdk/pull/5564)
|
369 | * Update AuxPanel and related buttons when widgets change or on reload
|
370 | [\#5563](https://github.com/matrix-org/matrix-react-sdk/pull/5563)
|
371 | * Add VoIP user mapper
|
372 | [\#5560](https://github.com/matrix-org/matrix-react-sdk/pull/5560)
|
373 | * Improve styling of SSO Buttons for multiple IdPs
|
374 | [\#5558](https://github.com/matrix-org/matrix-react-sdk/pull/5558)
|
375 | * Fixes for the general tab in the room dialog
|
376 | [\#5522](https://github.com/matrix-org/matrix-react-sdk/pull/5522)
|
377 | * fix issue 16226 to allow switching back to default HS.
|
378 | [\#5561](https://github.com/matrix-org/matrix-react-sdk/pull/5561)
|
379 | * Support room-defined widget layouts
|
380 | [\#5553](https://github.com/matrix-org/matrix-react-sdk/pull/5553)
|
381 | * Change a bunch of strings from Recovery Key/Phrase to Security Key/Phrase
|
382 | [\#5533](https://github.com/matrix-org/matrix-react-sdk/pull/5533)
|
383 | * Give a bigger target area to AppsDrawer vertical resizer
|
384 | [\#5557](https://github.com/matrix-org/matrix-react-sdk/pull/5557)
|
385 | * Fix minimized left panel avatar alignment
|
386 | [\#5493](https://github.com/matrix-org/matrix-react-sdk/pull/5493)
|
387 | * Ensure component index has been written before renaming
|
388 | [\#5556](https://github.com/matrix-org/matrix-react-sdk/pull/5556)
|
389 | * Fixed continue button while selecting home-server
|
390 | [\#5552](https://github.com/matrix-org/matrix-react-sdk/pull/5552)
|
391 | * Wire up MSC2931 widget navigation
|
392 | [\#5527](https://github.com/matrix-org/matrix-react-sdk/pull/5527)
|
393 | * Various fixes for Bridge Info page (MSC2346)
|
394 | [\#5454](https://github.com/matrix-org/matrix-react-sdk/pull/5454)
|
395 | * Use room-specific listeners for message preview and community prototype
|
396 | [\#5547](https://github.com/matrix-org/matrix-react-sdk/pull/5547)
|
397 | * Fix some misc. React warnings when viewing timeline
|
398 | [\#5546](https://github.com/matrix-org/matrix-react-sdk/pull/5546)
|
399 | * Use device storage for allowed widgets if account data not supported
|
400 | [\#5544](https://github.com/matrix-org/matrix-react-sdk/pull/5544)
|
401 | * Fix incoming call box on dark theme
|
402 | [\#5542](https://github.com/matrix-org/matrix-react-sdk/pull/5542)
|
403 | * Convert DMRoomMap to typescript
|
404 | [\#5541](https://github.com/matrix-org/matrix-react-sdk/pull/5541)
|
405 | * Add in-call dialpad for DTMF sending
|
406 | [\#5532](https://github.com/matrix-org/matrix-react-sdk/pull/5532)
|
407 |
|
408 | Changes in [3.12.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.12.1) (2021-01-26)
|
409 | =====================================================================================================
|
410 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.12.0...v3.12.1)
|
411 |
|
412 | * Upgrade to JS SDK 9.5.1
|
413 |
|
414 | Changes in [3.12.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.12.0) (2021-01-18)
|
415 | =====================================================================================================
|
416 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.12.0-rc.1...v3.12.0)
|
417 |
|
418 | * Upgrade to JS SDK 9.5.0
|
419 | * Fix incoming call box on dark theme
|
420 | [\#5543](https://github.com/matrix-org/matrix-react-sdk/pull/5543)
|
421 |
|
422 | Changes in [3.12.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.12.0-rc.1) (2021-01-13)
|
423 | ===============================================================================================================
|
424 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.11.1...v3.12.0-rc.1)
|
425 |
|
426 | * Upgrade to JS SDK 9.5.0-rc.1
|
427 | * Fix soft crash on soft logout page
|
428 | [\#5539](https://github.com/matrix-org/matrix-react-sdk/pull/5539)
|
429 | * Translations update from Weblate
|
430 | [\#5538](https://github.com/matrix-org/matrix-react-sdk/pull/5538)
|
431 | * Run TypeScript tests
|
432 | [\#5537](https://github.com/matrix-org/matrix-react-sdk/pull/5537)
|
433 | * Add a basic widget explorer to devtools (per-room)
|
434 | [\#5528](https://github.com/matrix-org/matrix-react-sdk/pull/5528)
|
435 | * Add <input type="password"> to security key field
|
436 | [\#5534](https://github.com/matrix-org/matrix-react-sdk/pull/5534)
|
437 | * Fix avatar upload prompt/tooltip floating wrong and permissions
|
438 | [\#5526](https://github.com/matrix-org/matrix-react-sdk/pull/5526)
|
439 | * Add a dialpad UI for PSTN lookup
|
440 | [\#5523](https://github.com/matrix-org/matrix-react-sdk/pull/5523)
|
441 | * Basic call transfer initiation support
|
442 | [\#5494](https://github.com/matrix-org/matrix-react-sdk/pull/5494)
|
443 | * Fix #15988
|
444 | [\#5524](https://github.com/matrix-org/matrix-react-sdk/pull/5524)
|
445 | * Bump node-notifier from 8.0.0 to 8.0.1
|
446 | [\#5520](https://github.com/matrix-org/matrix-react-sdk/pull/5520)
|
447 | * Use TypeScript source for development, swap to build during release
|
448 | [\#5503](https://github.com/matrix-org/matrix-react-sdk/pull/5503)
|
449 | * Look for emoji in the body that will be displayed
|
450 | [\#5517](https://github.com/matrix-org/matrix-react-sdk/pull/5517)
|
451 | * Bump ini from 1.3.5 to 1.3.7
|
452 | [\#5486](https://github.com/matrix-org/matrix-react-sdk/pull/5486)
|
453 | * Recognise `*.element.io` links as Element permalinks
|
454 | [\#5514](https://github.com/matrix-org/matrix-react-sdk/pull/5514)
|
455 | * Fixes for call UI
|
456 | [\#5509](https://github.com/matrix-org/matrix-react-sdk/pull/5509)
|
457 | * Add a snowfall chat effect (with /snowfall command)
|
458 | [\#5511](https://github.com/matrix-org/matrix-react-sdk/pull/5511)
|
459 | * fireworks effect
|
460 | [\#5507](https://github.com/matrix-org/matrix-react-sdk/pull/5507)
|
461 | * Don't play call end sound for calls that never started
|
462 | [\#5506](https://github.com/matrix-org/matrix-react-sdk/pull/5506)
|
463 | * Add /tableflip slash command
|
464 | [\#5485](https://github.com/matrix-org/matrix-react-sdk/pull/5485)
|
465 | * Import from src in IncomingCallBox.tsx
|
466 | [\#5504](https://github.com/matrix-org/matrix-react-sdk/pull/5504)
|
467 | * Social Login support both https and mxc icons
|
468 | [\#5499](https://github.com/matrix-org/matrix-react-sdk/pull/5499)
|
469 | * Fix padding in confirmation email registration prompt
|
470 | [\#5501](https://github.com/matrix-org/matrix-react-sdk/pull/5501)
|
471 | * Fix room list help prompt alignment
|
472 | [\#5500](https://github.com/matrix-org/matrix-react-sdk/pull/5500)
|
473 |
|
474 | Changes in [3.11.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.11.1) (2020-12-21)
|
475 | =====================================================================================================
|
476 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.11.0...v3.11.1)
|
477 |
|
478 | * Upgrade JS SDK to 9.4.1
|
479 |
|
480 | Changes in [3.11.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.11.0) (2020-12-21)
|
481 | =====================================================================================================
|
482 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.11.0-rc.2...v3.11.0)
|
483 |
|
484 | * Upgrade JS SDK to 9.4.0
|
485 | * [Release] Look for emoji in the body that will be displayed
|
486 | [\#5519](https://github.com/matrix-org/matrix-react-sdk/pull/5519)
|
487 | * [Release] Recognise `*.element.io` links as Element permalinks
|
488 | [\#5516](https://github.com/matrix-org/matrix-react-sdk/pull/5516)
|
489 | * [Release] Fixes for call UI
|
490 | [\#5513](https://github.com/matrix-org/matrix-react-sdk/pull/5513)
|
491 | * [RELEASE] Add a snowfall chat effect (with /snowfall command)
|
492 | [\#5512](https://github.com/matrix-org/matrix-react-sdk/pull/5512)
|
493 | * [Release] Fix padding in confirmation email registration prompt
|
494 | [\#5502](https://github.com/matrix-org/matrix-react-sdk/pull/5502)
|
495 |
|
496 | Changes in [3.11.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.11.0-rc.2) (2020-12-16)
|
497 | ===============================================================================================================
|
498 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.11.0-rc.1...v3.11.0-rc.2)
|
499 |
|
500 | * Upgrade JS SDK to 9.4.0-rc.2
|
501 |
|
502 | Changes in [3.11.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.11.0-rc.1) (2020-12-16)
|
503 | ===============================================================================================================
|
504 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.10.0...v3.11.0-rc.1)
|
505 |
|
506 | * Upgrade JS SDK to 9.4.0-rc.1
|
507 | * Translations update from Weblate
|
508 | [\#5497](https://github.com/matrix-org/matrix-react-sdk/pull/5497)
|
509 | * Unregister from the dispatcher in CallHandler
|
510 | [\#5495](https://github.com/matrix-org/matrix-react-sdk/pull/5495)
|
511 | * Better adhere to MSC process
|
512 | [\#5496](https://github.com/matrix-org/matrix-react-sdk/pull/5496)
|
513 | * Use random pickle key on all platforms
|
514 | [\#5483](https://github.com/matrix-org/matrix-react-sdk/pull/5483)
|
515 | * Fix mx_MemberList icons
|
516 | [\#5492](https://github.com/matrix-org/matrix-react-sdk/pull/5492)
|
517 | * Convert InviteDialog to TypeScript
|
518 | [\#5491](https://github.com/matrix-org/matrix-react-sdk/pull/5491)
|
519 | * Add keyboard shortcut for emoji reactions
|
520 | [\#5425](https://github.com/matrix-org/matrix-react-sdk/pull/5425)
|
521 | * Run chat effects on events sent by widgets too
|
522 | [\#5488](https://github.com/matrix-org/matrix-react-sdk/pull/5488)
|
523 | * Fix being unable to pin widgets
|
524 | [\#5487](https://github.com/matrix-org/matrix-react-sdk/pull/5487)
|
525 | * Line 1 / 2 Support
|
526 | [\#5468](https://github.com/matrix-org/matrix-react-sdk/pull/5468)
|
527 | * Remove impossible labs feature: sending hidden read receipts
|
528 | [\#5484](https://github.com/matrix-org/matrix-react-sdk/pull/5484)
|
529 | * Fix height of Remote Video in call
|
530 | [\#5456](https://github.com/matrix-org/matrix-react-sdk/pull/5456)
|
531 | * Add UI for hold functionality
|
532 | [\#5446](https://github.com/matrix-org/matrix-react-sdk/pull/5446)
|
533 | * Allow SearchBox to expand to fill width
|
534 | [\#5411](https://github.com/matrix-org/matrix-react-sdk/pull/5411)
|
535 | * Use room alias in generated permalink for rooms
|
536 | [\#5451](https://github.com/matrix-org/matrix-react-sdk/pull/5451)
|
537 | * Only show confetti if the current room is receiving an appropriate event
|
538 | [\#5482](https://github.com/matrix-org/matrix-react-sdk/pull/5482)
|
539 | * Throttle RoomState.members handler to improve performance
|
540 | [\#5481](https://github.com/matrix-org/matrix-react-sdk/pull/5481)
|
541 | * Handle manual hs urls better for the server picker
|
542 | [\#5477](https://github.com/matrix-org/matrix-react-sdk/pull/5477)
|
543 | * Add Olm as a dev dependency for types
|
544 | [\#5479](https://github.com/matrix-org/matrix-react-sdk/pull/5479)
|
545 | * Hide Invite to this room CTA if no permission
|
546 | [\#5476](https://github.com/matrix-org/matrix-react-sdk/pull/5476)
|
547 | * Fix width of underline in server picker dialog
|
548 | [\#5478](https://github.com/matrix-org/matrix-react-sdk/pull/5478)
|
549 | * Fix confetti room unread state check
|
550 | [\#5475](https://github.com/matrix-org/matrix-react-sdk/pull/5475)
|
551 | * Show confetti in a chat room on command or emoji
|
552 | [\#5140](https://github.com/matrix-org/matrix-react-sdk/pull/5140)
|
553 | * Fix inverted settings default value
|
554 | [\#5391](https://github.com/matrix-org/matrix-react-sdk/pull/5391)
|
555 | * Improve usability of the Server Picker Dialog
|
556 | [\#5474](https://github.com/matrix-org/matrix-react-sdk/pull/5474)
|
557 | * Fix typos in some strings
|
558 | [\#5473](https://github.com/matrix-org/matrix-react-sdk/pull/5473)
|
559 | * Bump highlight.js from 10.1.2 to 10.4.1
|
560 | [\#5472](https://github.com/matrix-org/matrix-react-sdk/pull/5472)
|
561 | * Remove old app test script path
|
562 | [\#5471](https://github.com/matrix-org/matrix-react-sdk/pull/5471)
|
563 | * add support for giving reason when redacting
|
564 | [\#5260](https://github.com/matrix-org/matrix-react-sdk/pull/5260)
|
565 | * Add support for Netlify to fetchdep script
|
566 | [\#5469](https://github.com/matrix-org/matrix-react-sdk/pull/5469)
|
567 | * Nest other layers inside on automation
|
568 | [\#5467](https://github.com/matrix-org/matrix-react-sdk/pull/5467)
|
569 | * Rebrand various CI scripts and modules
|
570 | [\#5466](https://github.com/matrix-org/matrix-react-sdk/pull/5466)
|
571 | * Add more widget sanity checking
|
572 | [\#5462](https://github.com/matrix-org/matrix-react-sdk/pull/5462)
|
573 | * Fix React complaining about unknown DOM props
|
574 | [\#5465](https://github.com/matrix-org/matrix-react-sdk/pull/5465)
|
575 | * Jump to home page when leaving a room
|
576 | [\#5464](https://github.com/matrix-org/matrix-react-sdk/pull/5464)
|
577 | * Fix SSO buttons for Social Logins
|
578 | [\#5463](https://github.com/matrix-org/matrix-react-sdk/pull/5463)
|
579 | * Social Login and login delight tweaks
|
580 | [\#5426](https://github.com/matrix-org/matrix-react-sdk/pull/5426)
|
581 |
|
582 | Changes in [3.10.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.10.0) (2020-12-07)
|
583 | =====================================================================================================
|
584 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.10.0-rc.1...v3.10.0)
|
585 |
|
586 | * Upgrade to JS SDK 9.3.0
|
587 |
|
588 | Changes in [3.10.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.10.0-rc.1) (2020-12-02)
|
589 | ===============================================================================================================
|
590 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.9.0...v3.10.0-rc.1)
|
591 |
|
592 | * Upgrade to JS SDK 9.3.0-rc.1
|
593 | * Translations update from Weblate
|
594 | [\#5461](https://github.com/matrix-org/matrix-react-sdk/pull/5461)
|
595 | * Fix VoIP call plinth on dark theme
|
596 | [\#5460](https://github.com/matrix-org/matrix-react-sdk/pull/5460)
|
597 | * Add sanity checking around widget pinning
|
598 | [\#5459](https://github.com/matrix-org/matrix-react-sdk/pull/5459)
|
599 | * Update i18n for Appearance User Settings
|
600 | [\#5457](https://github.com/matrix-org/matrix-react-sdk/pull/5457)
|
601 | * Only show 'answered elsewhere' if we tried to answer too
|
602 | [\#5455](https://github.com/matrix-org/matrix-react-sdk/pull/5455)
|
603 | * Fixed Avatar for 3PID invites
|
604 | [\#5442](https://github.com/matrix-org/matrix-react-sdk/pull/5442)
|
605 | * Slightly better error if we can't capture user media
|
606 | [\#5449](https://github.com/matrix-org/matrix-react-sdk/pull/5449)
|
607 | * Make it possible in-code to hide rooms from the room list
|
608 | [\#5445](https://github.com/matrix-org/matrix-react-sdk/pull/5445)
|
609 | * Fix the stickerpicker
|
610 | [\#5447](https://github.com/matrix-org/matrix-react-sdk/pull/5447)
|
611 | * Add live password validation to change password dialog
|
612 | [\#5436](https://github.com/matrix-org/matrix-react-sdk/pull/5436)
|
613 | * LaTeX rendering in element-web using KaTeX
|
614 | [\#5244](https://github.com/matrix-org/matrix-react-sdk/pull/5244)
|
615 | * Add lifecycle customisation point after logout
|
616 | [\#5448](https://github.com/matrix-org/matrix-react-sdk/pull/5448)
|
617 | * Simplify UserMenu for Guests as they can't use most of the options
|
618 | [\#5421](https://github.com/matrix-org/matrix-react-sdk/pull/5421)
|
619 | * Fix known issues with modal widgets
|
620 | [\#5444](https://github.com/matrix-org/matrix-react-sdk/pull/5444)
|
621 | * Fix existing widgets not having approved capabilities for their function
|
622 | [\#5443](https://github.com/matrix-org/matrix-react-sdk/pull/5443)
|
623 | * Use the WidgetDriver to run OIDC requests
|
624 | [\#5440](https://github.com/matrix-org/matrix-react-sdk/pull/5440)
|
625 | * Add a customisation point for widget permissions and fix amnesia issues
|
626 | [\#5439](https://github.com/matrix-org/matrix-react-sdk/pull/5439)
|
627 | * Fix Widget event notification text including spurious space
|
628 | [\#5441](https://github.com/matrix-org/matrix-react-sdk/pull/5441)
|
629 | * Move call listener out of MatrixChat
|
630 | [\#5438](https://github.com/matrix-org/matrix-react-sdk/pull/5438)
|
631 | * New Look in-Call View
|
632 | [\#5432](https://github.com/matrix-org/matrix-react-sdk/pull/5432)
|
633 | * Support arbitrary widgets sticking to the screen + sending stickers
|
634 | [\#5435](https://github.com/matrix-org/matrix-react-sdk/pull/5435)
|
635 | * Auth typescripting and validation tweaks
|
636 | [\#5433](https://github.com/matrix-org/matrix-react-sdk/pull/5433)
|
637 | * Add new widget API actions for changing rooms and sending/receiving events
|
638 | [\#5385](https://github.com/matrix-org/matrix-react-sdk/pull/5385)
|
639 | * Revert room header click behaviour to opening room settings
|
640 | [\#5434](https://github.com/matrix-org/matrix-react-sdk/pull/5434)
|
641 | * Add option to send/edit a message with Ctrl + Enter / Command + Enter
|
642 | [\#5160](https://github.com/matrix-org/matrix-react-sdk/pull/5160)
|
643 | * Add Analytics instrumentation to the Homepage
|
644 | [\#5409](https://github.com/matrix-org/matrix-react-sdk/pull/5409)
|
645 | * Fix encrypted video playback in Chrome-based browsers
|
646 | [\#5430](https://github.com/matrix-org/matrix-react-sdk/pull/5430)
|
647 | * Add border-radius for video
|
648 | [\#5333](https://github.com/matrix-org/matrix-react-sdk/pull/5333)
|
649 | * Push name to the end, near text, in IRC layout
|
650 | [\#5166](https://github.com/matrix-org/matrix-react-sdk/pull/5166)
|
651 | * Disable notifications for the room you have recently been active in
|
652 | [\#5325](https://github.com/matrix-org/matrix-react-sdk/pull/5325)
|
653 | * Search through the list of unfiltered rooms rather than the rooms in the
|
654 | state which are already filtered by the search text
|
655 | [\#5331](https://github.com/matrix-org/matrix-react-sdk/pull/5331)
|
656 | * Lighten blockquote colour in dark mode
|
657 | [\#5353](https://github.com/matrix-org/matrix-react-sdk/pull/5353)
|
658 | * Specify community description img must be mxc urls
|
659 | [\#5364](https://github.com/matrix-org/matrix-react-sdk/pull/5364)
|
660 | * Add keyboard shortcut to close the current conversation
|
661 | [\#5253](https://github.com/matrix-org/matrix-react-sdk/pull/5253)
|
662 | * Redirect user home from auth screens if they are already logged in
|
663 | [\#5423](https://github.com/matrix-org/matrix-react-sdk/pull/5423)
|
664 |
|
665 | Changes in [3.9.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.9.0) (2020-11-23)
|
666 | ===================================================================================================
|
667 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.9.0-rc.1...v3.9.0)
|
668 |
|
669 | * Upgrade JS SDK to 9.2.0
|
670 | * [Release] Fix encrypted video playback in Chrome-based browsers
|
671 | [\#5431](https://github.com/matrix-org/matrix-react-sdk/pull/5431)
|
672 |
|
673 | Changes in [3.9.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.9.0-rc.1) (2020-11-18)
|
674 | =============================================================================================================
|
675 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.8.0...v3.9.0-rc.1)
|
676 |
|
677 | * Upgrade JS SDK to 9.2.0-rc.1
|
678 | * Translations update from Weblate
|
679 | [\#5429](https://github.com/matrix-org/matrix-react-sdk/pull/5429)
|
680 | * Fix message search summary text
|
681 | [\#5428](https://github.com/matrix-org/matrix-react-sdk/pull/5428)
|
682 | * Shrink new room intro top margin to half for encryption bubble tile
|
683 | [\#5427](https://github.com/matrix-org/matrix-react-sdk/pull/5427)
|
684 | * Small delight tweaks to improve rough corners in the app
|
685 | [\#5418](https://github.com/matrix-org/matrix-react-sdk/pull/5418)
|
686 | * Fix DM logic to always pick a more reliable DM room
|
687 | [\#5424](https://github.com/matrix-org/matrix-react-sdk/pull/5424)
|
688 | * Update styling of the Analytics toast
|
689 | [\#5408](https://github.com/matrix-org/matrix-react-sdk/pull/5408)
|
690 | * Fix vertical centering of the Homepage and button layout
|
691 | [\#5420](https://github.com/matrix-org/matrix-react-sdk/pull/5420)
|
692 | * Fix BaseAvatar sometimes messing up and duplicating the url
|
693 | [\#5422](https://github.com/matrix-org/matrix-react-sdk/pull/5422)
|
694 | * Disable buttons when required by MSC2790
|
695 | [\#5412](https://github.com/matrix-org/matrix-react-sdk/pull/5412)
|
696 | * Fix drag drop file to upload for Safari
|
697 | [\#5414](https://github.com/matrix-org/matrix-react-sdk/pull/5414)
|
698 | * Fix poorly i18n'd string
|
699 | [\#5416](https://github.com/matrix-org/matrix-react-sdk/pull/5416)
|
700 | * Fix the feedback not closing without feedback/countly
|
701 | [\#5417](https://github.com/matrix-org/matrix-react-sdk/pull/5417)
|
702 | * Fix New Room Intro invite to this room button
|
703 | [\#5419](https://github.com/matrix-org/matrix-react-sdk/pull/5419)
|
704 | * Change how we expose Role in User Info and hide in DMs
|
705 | [\#5413](https://github.com/matrix-org/matrix-react-sdk/pull/5413)
|
706 | * Disallow sending of empty messages
|
707 | [\#5390](https://github.com/matrix-org/matrix-react-sdk/pull/5390)
|
708 | * hide some validation tooltips if fields are valid.
|
709 | [\#5403](https://github.com/matrix-org/matrix-react-sdk/pull/5403)
|
710 | * Improvements around new room empty space interactions
|
711 | [\#5398](https://github.com/matrix-org/matrix-react-sdk/pull/5398)
|
712 | * Implement call hold
|
713 | [\#5366](https://github.com/matrix-org/matrix-react-sdk/pull/5366)
|
714 | * Fix Skeleton UI showing up when not intended.
|
715 | [\#5407](https://github.com/matrix-org/matrix-react-sdk/pull/5407)
|
716 | * Close context menu when user clicks the Home button
|
717 | [\#5406](https://github.com/matrix-org/matrix-react-sdk/pull/5406)
|
718 | * Skip e2ee warn logout prompt if user has no megolm sessions to lose
|
719 | [\#5410](https://github.com/matrix-org/matrix-react-sdk/pull/5410)
|
720 | * Allow country names to be translated
|
721 | [\#5405](https://github.com/matrix-org/matrix-react-sdk/pull/5405)
|
722 | * Support thirdparty lookup for phone numbers
|
723 | [\#5396](https://github.com/matrix-org/matrix-react-sdk/pull/5396)
|
724 | * Change "Password" to "New Password"
|
725 | [\#5371](https://github.com/matrix-org/matrix-react-sdk/pull/5371)
|
726 | * Add customisation point for dehydration key
|
727 | [\#5397](https://github.com/matrix-org/matrix-react-sdk/pull/5397)
|
728 | * Rebrand Riot -> Element in the permalink classes
|
729 | [\#5386](https://github.com/matrix-org/matrix-react-sdk/pull/5386)
|
730 | * Invite / Create DM UX tweaks
|
731 | [\#5387](https://github.com/matrix-org/matrix-react-sdk/pull/5387)
|
732 | * Tweaks to toasts and post-registration landing
|
733 | [\#5383](https://github.com/matrix-org/matrix-react-sdk/pull/5383)
|
734 |
|
735 | Changes in [3.8.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.8.0) (2020-11-09)
|
736 | ===================================================================================================
|
737 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.8.0-rc.1...v3.8.0)
|
738 |
|
739 | * Upgrade JS SDK to 9.1.0
|
740 |
|
741 | Changes in [3.8.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.8.0-rc.1) (2020-11-04)
|
742 | =============================================================================================================
|
743 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.7.1...v3.8.0-rc.1)
|
744 |
|
745 | * Upgrade JS SDK to 9.1.0-rc.1
|
746 | * Log when saving profile
|
747 | [\#5394](https://github.com/matrix-org/matrix-react-sdk/pull/5394)
|
748 | * Translations update from Weblate
|
749 | [\#5395](https://github.com/matrix-org/matrix-react-sdk/pull/5395)
|
750 | * Hide prompt to add email for notifications if 3pid ui feature is off
|
751 | [\#5392](https://github.com/matrix-org/matrix-react-sdk/pull/5392)
|
752 | * Fix room list message preview copy for hangup events
|
753 | [\#5388](https://github.com/matrix-org/matrix-react-sdk/pull/5388)
|
754 | * Track UISIs as Countly Events
|
755 | [\#5382](https://github.com/matrix-org/matrix-react-sdk/pull/5382)
|
756 | * Don't let users accidentally redact ACL events
|
757 | [\#5384](https://github.com/matrix-org/matrix-react-sdk/pull/5384)
|
758 | * Two more easy files to remove from eslintignore
|
759 | [\#5378](https://github.com/matrix-org/matrix-react-sdk/pull/5378)
|
760 | * Fix Widget OpenID Permissions for realsies
|
761 | [\#5381](https://github.com/matrix-org/matrix-react-sdk/pull/5381)
|
762 | * Fix regression with OpenID permissions on widgets
|
763 | [\#5380](https://github.com/matrix-org/matrix-react-sdk/pull/5380)
|
764 | * Fix room directory events happening in the wrong order for Funnels
|
765 | [\#5379](https://github.com/matrix-org/matrix-react-sdk/pull/5379)
|
766 | * Remove a couple more files from eslintignore
|
767 | [\#5377](https://github.com/matrix-org/matrix-react-sdk/pull/5377)
|
768 | * Fix countly method bindings and errors
|
769 | [\#5376](https://github.com/matrix-org/matrix-react-sdk/pull/5376)
|
770 | * Fix a bunch of silly lint errors
|
771 | [\#5375](https://github.com/matrix-org/matrix-react-sdk/pull/5375)
|
772 | * Typescript: ImageUtils
|
773 | [\#5374](https://github.com/matrix-org/matrix-react-sdk/pull/5374)
|
774 | * Convert AuxPanel to TypeScript
|
775 | [\#5373](https://github.com/matrix-org/matrix-react-sdk/pull/5373)
|
776 | * Only pass metrics if they exist otherwise Countly will be unhappy!
|
777 | [\#5372](https://github.com/matrix-org/matrix-react-sdk/pull/5372)
|
778 | * Fix CountlyAnalytics NPE on MatrixClientPeg
|
779 | [\#5370](https://github.com/matrix-org/matrix-react-sdk/pull/5370)
|
780 | * fix CountlyAnalytics canEnable on wrong target
|
781 | [\#5369](https://github.com/matrix-org/matrix-react-sdk/pull/5369)
|
782 | * Initial Countly work
|
783 | [\#5365](https://github.com/matrix-org/matrix-react-sdk/pull/5365)
|
784 | * Fix videos not playing in non-encrypted rooms
|
785 | [\#5368](https://github.com/matrix-org/matrix-react-sdk/pull/5368)
|
786 | * Fix custom tag layout which regressed in #5309
|
787 | [\#5367](https://github.com/matrix-org/matrix-react-sdk/pull/5367)
|
788 | * Watch replyToEvent at RoomView to prevent races
|
789 | [\#5360](https://github.com/matrix-org/matrix-react-sdk/pull/5360)
|
790 | * Add a UI Feature flag for room history settings
|
791 | [\#5362](https://github.com/matrix-org/matrix-react-sdk/pull/5362)
|
792 | * Hide inline images when preference disabled
|
793 | [\#5361](https://github.com/matrix-org/matrix-react-sdk/pull/5361)
|
794 | * Fix React warning by moving handler to each button
|
795 | [\#5359](https://github.com/matrix-org/matrix-react-sdk/pull/5359)
|
796 | * Do not preload encrypted videos|images unless autoplay or thumbnailing is on
|
797 | [\#5352](https://github.com/matrix-org/matrix-react-sdk/pull/5352)
|
798 | * Fix theme variable passed to Jitsi
|
799 | [\#5357](https://github.com/matrix-org/matrix-react-sdk/pull/5357)
|
800 | * docs: added comment explanation
|
801 | [\#5349](https://github.com/matrix-org/matrix-react-sdk/pull/5349)
|
802 | * Modal Widgets - MSC2790
|
803 | [\#5252](https://github.com/matrix-org/matrix-react-sdk/pull/5252)
|
804 | * Widgets fixes
|
805 | [\#5350](https://github.com/matrix-org/matrix-react-sdk/pull/5350)
|
806 | * Fix User Menu avatar colouring being based on wrong string
|
807 | [\#5348](https://github.com/matrix-org/matrix-react-sdk/pull/5348)
|
808 | * Support 'answered elsewhere'
|
809 | [\#5345](https://github.com/matrix-org/matrix-react-sdk/pull/5345)
|
810 |
|
811 | Changes in [3.7.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.7.1) (2020-10-28)
|
812 | ===================================================================================================
|
813 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.7.0...v3.7.1)
|
814 |
|
815 | * Upgrade JS SDK to 9.0.1
|
816 | * [Release] Fix theme variable passed to Jitsi
|
817 | [\#5358](https://github.com/matrix-org/matrix-react-sdk/pull/5358)
|
818 | * [Release] Widget fixes
|
819 | [\#5351](https://github.com/matrix-org/matrix-react-sdk/pull/5351)
|
820 |
|
821 | Changes in [3.7.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.7.0) (2020-10-26)
|
822 | ===================================================================================================
|
823 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.7.0-rc.2...v3.7.0)
|
824 |
|
825 | * Upgrade JS SDK to 9.0.0
|
826 |
|
827 | Changes in [3.7.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.7.0-rc.2) (2020-10-21)
|
828 | =============================================================================================================
|
829 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.7.0-rc.1...v3.7.0-rc.2)
|
830 |
|
831 | * Fix JS SDK dependency to use 9.0.0-rc.1 as intended
|
832 |
|
833 | Changes in [3.7.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.7.0-rc.1) (2020-10-21)
|
834 | =============================================================================================================
|
835 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.1...v3.7.0-rc.1)
|
836 |
|
837 | * Upgrade JS SDK to 9.0.0-rc.1
|
838 | * Update Weblate URL
|
839 | [\#5346](https://github.com/matrix-org/matrix-react-sdk/pull/5346)
|
840 | * Translations update from Weblate
|
841 | [\#5347](https://github.com/matrix-org/matrix-react-sdk/pull/5347)
|
842 | * Left Panel Widget support
|
843 | [\#5247](https://github.com/matrix-org/matrix-react-sdk/pull/5247)
|
844 | * Pinned widgets work
|
845 | [\#5266](https://github.com/matrix-org/matrix-react-sdk/pull/5266)
|
846 | * Convert resizer to Typescript
|
847 | [\#5343](https://github.com/matrix-org/matrix-react-sdk/pull/5343)
|
848 | * Hide filtering microcopy when left panel is minimized
|
849 | [\#5338](https://github.com/matrix-org/matrix-react-sdk/pull/5338)
|
850 | * Skip editor confirmation of upgrades
|
851 | [\#5344](https://github.com/matrix-org/matrix-react-sdk/pull/5344)
|
852 | * Spec compliance, /search doesn't have to return results
|
853 | [\#5337](https://github.com/matrix-org/matrix-react-sdk/pull/5337)
|
854 | * Fix excessive hosting link padding
|
855 | [\#5336](https://github.com/matrix-org/matrix-react-sdk/pull/5336)
|
856 | * Adjust for new widget messaging APIs
|
857 | [\#5341](https://github.com/matrix-org/matrix-react-sdk/pull/5341)
|
858 | * Fix case where sublist context menu missed an update
|
859 | [\#5339](https://github.com/matrix-org/matrix-react-sdk/pull/5339)
|
860 | * Add analytics to VoIP
|
861 | [\#5340](https://github.com/matrix-org/matrix-react-sdk/pull/5340)
|
862 | * Fix Jitsi OpenIDC auth
|
863 | [\#5334](https://github.com/matrix-org/matrix-react-sdk/pull/5334)
|
864 | * Support rejecting calls
|
865 | [\#5324](https://github.com/matrix-org/matrix-react-sdk/pull/5324)
|
866 | * Don't show admin tooling if we're not in the room
|
867 | [\#5330](https://github.com/matrix-org/matrix-react-sdk/pull/5330)
|
868 | * Show Integrations error if iframe failed to load too
|
869 | [\#5328](https://github.com/matrix-org/matrix-react-sdk/pull/5328)
|
870 | * Add security customisation points
|
871 | [\#5327](https://github.com/matrix-org/matrix-react-sdk/pull/5327)
|
872 | * Discard all mx_fadable legacy cruft which is totally useless
|
873 | [\#5326](https://github.com/matrix-org/matrix-react-sdk/pull/5326)
|
874 | * Fix background-image: url(null) for backdrop filter
|
875 | [\#5319](https://github.com/matrix-org/matrix-react-sdk/pull/5319)
|
876 | * Make the ACL update message less noisy
|
877 | [\#5316](https://github.com/matrix-org/matrix-react-sdk/pull/5316)
|
878 | * Fix aspect ratio of avatar before clicking Save
|
879 | [\#5318](https://github.com/matrix-org/matrix-react-sdk/pull/5318)
|
880 | * Don't supply popout widgets with widget parameters
|
881 | [\#5323](https://github.com/matrix-org/matrix-react-sdk/pull/5323)
|
882 | * Changed rainbow algorithm
|
883 | [\#5301](https://github.com/matrix-org/matrix-react-sdk/pull/5301)
|
884 | * Renamed TagPanel and TagOrderStore
|
885 | [\#5309](https://github.com/matrix-org/matrix-react-sdk/pull/5309)
|
886 | * Fix/clarify boolean logic for reaction previews
|
887 | [\#5321](https://github.com/matrix-org/matrix-react-sdk/pull/5321)
|
888 | * Support glare for VoIP calls
|
889 | [\#5311](https://github.com/matrix-org/matrix-react-sdk/pull/5311)
|
890 | * Round of Typescript conversions
|
891 | [\#5314](https://github.com/matrix-org/matrix-react-sdk/pull/5314)
|
892 | * Fix broken rendering of Room Create when showHiddenEvents enabled
|
893 | [\#5317](https://github.com/matrix-org/matrix-react-sdk/pull/5317)
|
894 | * Improve LHS resize performance and tidy stale props&classes
|
895 | [\#5313](https://github.com/matrix-org/matrix-react-sdk/pull/5313)
|
896 | * event-index: Pass the user/device id pair when initializing the event index.
|
897 | [\#5312](https://github.com/matrix-org/matrix-react-sdk/pull/5312)
|
898 | * Fix various aspects of (jitsi) widgets
|
899 | [\#5315](https://github.com/matrix-org/matrix-react-sdk/pull/5315)
|
900 | * Fix rogue (partial) call bar
|
901 | [\#5310](https://github.com/matrix-org/matrix-react-sdk/pull/5310)
|
902 | * Rewrite call state machine
|
903 | [\#5308](https://github.com/matrix-org/matrix-react-sdk/pull/5308)
|
904 | * Convert `src/SecurityManager.js` to TypeScript
|
905 | [\#5307](https://github.com/matrix-org/matrix-react-sdk/pull/5307)
|
906 | * Fix templating for v1 jitsi widgets
|
907 | [\#5305](https://github.com/matrix-org/matrix-react-sdk/pull/5305)
|
908 | * Use new preparing event for widget communications
|
909 | [\#5303](https://github.com/matrix-org/matrix-react-sdk/pull/5303)
|
910 | * Fix parsing issue in event tile preview for appearance tab
|
911 | [\#5302](https://github.com/matrix-org/matrix-react-sdk/pull/5302)
|
912 | * Track replyToEvent along with Cider state & history
|
913 | [\#5284](https://github.com/matrix-org/matrix-react-sdk/pull/5284)
|
914 | * Roving Tab Index should not interfere with inputs
|
915 | [\#5299](https://github.com/matrix-org/matrix-react-sdk/pull/5299)
|
916 | * Visual tweaks from 2020-10-06 polishing
|
917 | [\#5298](https://github.com/matrix-org/matrix-react-sdk/pull/5298)
|
918 | * Convert auth lifecycle to TS, remove dead ILAG code
|
919 | [\#5296](https://github.com/matrix-org/matrix-react-sdk/pull/5296)
|
920 |
|
921 | Changes in [3.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.1) (2020-10-20)
|
922 | ===================================================================================================
|
923 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.0...v3.6.1)
|
924 |
|
925 | * [Release] Adjust for new widget messaging APIs
|
926 | [\#5342](https://github.com/matrix-org/matrix-react-sdk/pull/5342)
|
927 | * [Release] Fix Jitsi OpenIDC auth
|
928 | [\#5335](https://github.com/matrix-org/matrix-react-sdk/pull/5335)
|
929 |
|
930 | Changes in [3.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.0) (2020-10-12)
|
931 | ===================================================================================================
|
932 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.0-rc.1...v3.6.0)
|
933 |
|
934 | * Upgrade JS SDK to 8.5.0
|
935 | * [Release] Fix templating for v1 jitsi widgets
|
936 | [\#5306](https://github.com/matrix-org/matrix-react-sdk/pull/5306)
|
937 | * [Release] Use new preparing event for widget communications
|
938 | [\#5304](https://github.com/matrix-org/matrix-react-sdk/pull/5304)
|
939 |
|
940 | 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)
|
941 | =============================================================================================================
|
942 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.5.0...v3.6.0-rc.1)
|
943 |
|
944 | * Upgrade JS SDK to 8.5.0-rc.1
|
945 | * Update from Weblate
|
946 | [\#5297](https://github.com/matrix-org/matrix-react-sdk/pull/5297)
|
947 | * Fix edited replies being wrongly treated as big emoji
|
948 | [\#5295](https://github.com/matrix-org/matrix-react-sdk/pull/5295)
|
949 | * Fix StopGapWidget infinitely recursing
|
950 | [\#5294](https://github.com/matrix-org/matrix-react-sdk/pull/5294)
|
951 | * Fix editing and redactions not updating the Reply Thread
|
952 | [\#5281](https://github.com/matrix-org/matrix-react-sdk/pull/5281)
|
953 | * Hide Jump to Read Receipt button for users who have not yet sent an RR
|
954 | [\#5282](https://github.com/matrix-org/matrix-react-sdk/pull/5282)
|
955 | * fix img tags not always being rendered correctly
|
956 | [\#5279](https://github.com/matrix-org/matrix-react-sdk/pull/5279)
|
957 | * Hopefully fix righhtpanel crash
|
958 | [\#5293](https://github.com/matrix-org/matrix-react-sdk/pull/5293)
|
959 | * Fix naive pinning limit and app tile widgetMessaging NPE
|
960 | [\#5283](https://github.com/matrix-org/matrix-react-sdk/pull/5283)
|
961 | * Show server errors from saving profile settings
|
962 | [\#5272](https://github.com/matrix-org/matrix-react-sdk/pull/5272)
|
963 | * Update copy for `redact` permission
|
964 | [\#5273](https://github.com/matrix-org/matrix-react-sdk/pull/5273)
|
965 | * Remove width limit on widgets
|
966 | [\#5265](https://github.com/matrix-org/matrix-react-sdk/pull/5265)
|
967 | * Fix call container avatar initial centering
|
968 | [\#5280](https://github.com/matrix-org/matrix-react-sdk/pull/5280)
|
969 | * Fix right panel for peeking rooms
|
970 | [\#5268](https://github.com/matrix-org/matrix-react-sdk/pull/5268)
|
971 | * Add support for dehydrated devices
|
972 | [\#5239](https://github.com/matrix-org/matrix-react-sdk/pull/5239)
|
973 | * Use Own Profile Store for the Profile Settings
|
974 | [\#5277](https://github.com/matrix-org/matrix-react-sdk/pull/5277)
|
975 | * null-guard defaultAvatarUrlForString
|
976 | [\#5270](https://github.com/matrix-org/matrix-react-sdk/pull/5270)
|
977 | * Choose first result on enter in the emoji picker
|
978 | [\#5257](https://github.com/matrix-org/matrix-react-sdk/pull/5257)
|
979 | * Fix room directory clipping links in the room's topic
|
980 | [\#5276](https://github.com/matrix-org/matrix-react-sdk/pull/5276)
|
981 | * Decorate failed e2ee downgrade attempts better
|
982 | [\#5278](https://github.com/matrix-org/matrix-react-sdk/pull/5278)
|
983 | * MELS use latest avatar rather than the first avatar
|
984 | [\#5262](https://github.com/matrix-org/matrix-react-sdk/pull/5262)
|
985 | * Fix Encryption Panel close button clashing with Base Card
|
986 | [\#5261](https://github.com/matrix-org/matrix-react-sdk/pull/5261)
|
987 | * Wrap canEncryptToAllUsers in a try/catch to handle server errors
|
988 | [\#5275](https://github.com/matrix-org/matrix-react-sdk/pull/5275)
|
989 | * Fix conditional on communities prototype room creation dialog
|
990 | [\#5274](https://github.com/matrix-org/matrix-react-sdk/pull/5274)
|
991 | * Fix ensureDmExists for encryption detection
|
992 | [\#5271](https://github.com/matrix-org/matrix-react-sdk/pull/5271)
|
993 | * Switch to using the Widget API SDK for widget messaging
|
994 | [\#5171](https://github.com/matrix-org/matrix-react-sdk/pull/5171)
|
995 | * Ensure package links exist when releasing
|
996 | [\#5269](https://github.com/matrix-org/matrix-react-sdk/pull/5269)
|
997 | * Fix the call preview when not in same room as the call
|
998 | [\#5267](https://github.com/matrix-org/matrix-react-sdk/pull/5267)
|
999 | * Make the hangup button do things for conference calls
|
1000 | [\#5223](https://github.com/matrix-org/matrix-react-sdk/pull/5223)
|
1001 | * Render Jitsi widget state events in a more obvious way
|
1002 | [\#5222](https://github.com/matrix-org/matrix-react-sdk/pull/5222)
|
1003 | * Make the PIP Jitsi look and feel like the 1:1 PIP
|
1004 | [\#5226](https://github.com/matrix-org/matrix-react-sdk/pull/5226)
|
1005 | * Trim range when formatting so that it excludes leading/trailing spaces
|
1006 | [\#5263](https://github.com/matrix-org/matrix-react-sdk/pull/5263)
|
1007 | * Fix button label on the Set Password Dialog
|
1008 | [\#5264](https://github.com/matrix-org/matrix-react-sdk/pull/5264)
|
1009 | * fix link to classic yarn's `yarn link`
|
1010 | [\#5259](https://github.com/matrix-org/matrix-react-sdk/pull/5259)
|
1011 | * Fix index mismatch between username colors styles and custom theming
|
1012 | [\#5256](https://github.com/matrix-org/matrix-react-sdk/pull/5256)
|
1013 | * Disable autocompletion on security key input during login
|
1014 | [\#5258](https://github.com/matrix-org/matrix-react-sdk/pull/5258)
|
1015 | * fix uninitialised state and eventlistener leak in RoomUpgradeWarningBar
|
1016 | [\#5255](https://github.com/matrix-org/matrix-react-sdk/pull/5255)
|
1017 | * Only set title when it changes
|
1018 | [\#5254](https://github.com/matrix-org/matrix-react-sdk/pull/5254)
|
1019 | * Convert CallHandler to typescript
|
1020 | [\#5248](https://github.com/matrix-org/matrix-react-sdk/pull/5248)
|
1021 | * Retry loading i18n language if it fails
|
1022 | [\#5209](https://github.com/matrix-org/matrix-react-sdk/pull/5209)
|
1023 | * Rework profile area for user and room settings to be more clear
|
1024 | [\#5243](https://github.com/matrix-org/matrix-react-sdk/pull/5243)
|
1025 | * Validation improve pattern for derived data
|
1026 | [\#5241](https://github.com/matrix-org/matrix-react-sdk/pull/5241)
|
1027 |
|
1028 | Changes in [3.5.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.5.0) (2020-09-28)
|
1029 | ===================================================================================================
|
1030 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.5.0-rc.1...v3.5.0)
|
1031 |
|
1032 | * Upgrade JS SDK to 8.4.1
|
1033 |
|
1034 | 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)
|
1035 | =============================================================================================================
|
1036 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.4.1...v3.5.0-rc.1)
|
1037 |
|
1038 | * Upgrade JS SDK to 8.4.0-rc.1
|
1039 | * Update from Weblate
|
1040 | [\#5246](https://github.com/matrix-org/matrix-react-sdk/pull/5246)
|
1041 | * Upgrade sanitize-html, set nesting limit
|
1042 | [\#5245](https://github.com/matrix-org/matrix-react-sdk/pull/5245)
|
1043 | * Add a note to use the desktop builds when seshat isn't available
|
1044 | [\#5225](https://github.com/matrix-org/matrix-react-sdk/pull/5225)
|
1045 | * Add some permission checks to the communities v2 prototype
|
1046 | [\#5240](https://github.com/matrix-org/matrix-react-sdk/pull/5240)
|
1047 | * Support HS-preferred Secure Backup setup methods
|
1048 | [\#5242](https://github.com/matrix-org/matrix-react-sdk/pull/5242)
|
1049 | * Only show User Info verify button if the other user has e2ee devices
|
1050 | [\#5234](https://github.com/matrix-org/matrix-react-sdk/pull/5234)
|
1051 | * Fix New Room List arrow key management
|
1052 | [\#5237](https://github.com/matrix-org/matrix-react-sdk/pull/5237)
|
1053 | * Fix Room Directory View & Preview actions for federated joins
|
1054 | [\#5235](https://github.com/matrix-org/matrix-react-sdk/pull/5235)
|
1055 | * Add a UI feature to disable advanced encryption options
|
1056 | [\#5238](https://github.com/matrix-org/matrix-react-sdk/pull/5238)
|
1057 | * UI Feature Flag: Communities
|
1058 | [\#5216](https://github.com/matrix-org/matrix-react-sdk/pull/5216)
|
1059 | * Rename apps back to widgets
|
1060 | [\#5236](https://github.com/matrix-org/matrix-react-sdk/pull/5236)
|
1061 | * Adjust layout and formatting of notifications / files cards
|
1062 | [\#5229](https://github.com/matrix-org/matrix-react-sdk/pull/5229)
|
1063 | * Fix Search Results Tile undefined variable access regression
|
1064 | [\#5232](https://github.com/matrix-org/matrix-react-sdk/pull/5232)
|
1065 | * Fix Cmd/Ctrl+Shift+U for File Upload
|
1066 | [\#5233](https://github.com/matrix-org/matrix-react-sdk/pull/5233)
|
1067 | * Disable the e2ee toggle when creating a room on a server with forced e2e
|
1068 | [\#5231](https://github.com/matrix-org/matrix-react-sdk/pull/5231)
|
1069 | * UI Feature Flag: Disable advanced options and tidy up some copy
|
1070 | [\#5215](https://github.com/matrix-org/matrix-react-sdk/pull/5215)
|
1071 | * UI Feature Flag: 3PIDs
|
1072 | [\#5228](https://github.com/matrix-org/matrix-react-sdk/pull/5228)
|
1073 | * Defer encryption setup until first E2EE room
|
1074 | [\#5219](https://github.com/matrix-org/matrix-react-sdk/pull/5219)
|
1075 | * Tidy devDeps, all the webpack stuff lives in the layer above
|
1076 | [\#5179](https://github.com/matrix-org/matrix-react-sdk/pull/5179)
|
1077 | * UI Feature Flag: Hide flair
|
1078 | [\#5214](https://github.com/matrix-org/matrix-react-sdk/pull/5214)
|
1079 | * UI Feature Flag: Identity server
|
1080 | [\#5218](https://github.com/matrix-org/matrix-react-sdk/pull/5218)
|
1081 | * UI Feature Flag: Share dialog QR code and social icons
|
1082 | [\#5221](https://github.com/matrix-org/matrix-react-sdk/pull/5221)
|
1083 | * UI Feature Flag: Registration, Password Reset, Deactivate
|
1084 | [\#5227](https://github.com/matrix-org/matrix-react-sdk/pull/5227)
|
1085 | * Retry joinRoom up to 5 times in the case of a 504 GATEWAY TIMEOUT
|
1086 | [\#5204](https://github.com/matrix-org/matrix-react-sdk/pull/5204)
|
1087 | * UI Feature Flag: Disable VoIP
|
1088 | [\#5217](https://github.com/matrix-org/matrix-react-sdk/pull/5217)
|
1089 | * Fix setState() usage in the constructor of RoomDirectory
|
1090 | [\#5224](https://github.com/matrix-org/matrix-react-sdk/pull/5224)
|
1091 | * Hide Analytics sections if piwik config is not provided
|
1092 | [\#5211](https://github.com/matrix-org/matrix-react-sdk/pull/5211)
|
1093 | * UI Feature Flag: Disable feedback button
|
1094 | [\#5213](https://github.com/matrix-org/matrix-react-sdk/pull/5213)
|
1095 | * Clean up UserInfo to not show a blank Power Selector for users not in room
|
1096 | [\#5220](https://github.com/matrix-org/matrix-react-sdk/pull/5220)
|
1097 | * Also hide bug reporting prompts from the Error Boundaries
|
1098 | [\#5212](https://github.com/matrix-org/matrix-react-sdk/pull/5212)
|
1099 | * Tactical improvements to 3PID invites
|
1100 | [\#5201](https://github.com/matrix-org/matrix-react-sdk/pull/5201)
|
1101 | * If no bug_report_endpoint_url, hide rageshaking from the App
|
1102 | [\#5210](https://github.com/matrix-org/matrix-react-sdk/pull/5210)
|
1103 | * Introduce a concept of UI features, using it for URL previews at first
|
1104 | [\#5208](https://github.com/matrix-org/matrix-react-sdk/pull/5208)
|
1105 | * Remove defunct "always show encryption icons" setting
|
1106 | [\#5207](https://github.com/matrix-org/matrix-react-sdk/pull/5207)
|
1107 | * Don't show Notifications Prompt Toast if user has master rule enabled
|
1108 | [\#5203](https://github.com/matrix-org/matrix-react-sdk/pull/5203)
|
1109 | * Fix Bridges tab crashing when the room does not have bridges
|
1110 | [\#5206](https://github.com/matrix-org/matrix-react-sdk/pull/5206)
|
1111 | * Don't count widgets which no longer exist towards pinned count
|
1112 | [\#5202](https://github.com/matrix-org/matrix-react-sdk/pull/5202)
|
1113 | * Fix crashes with cannot read isResizing of undefined
|
1114 | [\#5205](https://github.com/matrix-org/matrix-react-sdk/pull/5205)
|
1115 | * Prompt to remove the jitsi widget when pressing the call button
|
1116 | [\#5193](https://github.com/matrix-org/matrix-react-sdk/pull/5193)
|
1117 | * Show verification status in the room summary card
|
1118 | [\#5195](https://github.com/matrix-org/matrix-react-sdk/pull/5195)
|
1119 | * Fix user info scrolling in new card view
|
1120 | [\#5198](https://github.com/matrix-org/matrix-react-sdk/pull/5198)
|
1121 | * Fix sticker picker height
|
1122 | [\#5197](https://github.com/matrix-org/matrix-react-sdk/pull/5197)
|
1123 | * Call jitsi widgets 'group calls'
|
1124 | [\#5191](https://github.com/matrix-org/matrix-react-sdk/pull/5191)
|
1125 | * Don't show 'unpin' for persistent widgets
|
1126 | [\#5194](https://github.com/matrix-org/matrix-react-sdk/pull/5194)
|
1127 | * Split up cross-signing and secure backup settings
|
1128 | [\#5182](https://github.com/matrix-org/matrix-react-sdk/pull/5182)
|
1129 | * Fix onNewScreen to use replace when going from roomId->roomAlias
|
1130 | [\#5185](https://github.com/matrix-org/matrix-react-sdk/pull/5185)
|
1131 | * bring back 1.2M style badge counts rather than 99+
|
1132 | [\#5192](https://github.com/matrix-org/matrix-react-sdk/pull/5192)
|
1133 | * Run the rageshake command through the bug report dialog
|
1134 | [\#5189](https://github.com/matrix-org/matrix-react-sdk/pull/5189)
|
1135 | * Account for via in pill matching regex
|
1136 | [\#5188](https://github.com/matrix-org/matrix-react-sdk/pull/5188)
|
1137 | * Remove now-unused create-react-class from lockfile
|
1138 | [\#5187](https://github.com/matrix-org/matrix-react-sdk/pull/5187)
|
1139 | * Fixed 1px jump upwards
|
1140 | [\#5163](https://github.com/matrix-org/matrix-react-sdk/pull/5163)
|
1141 | * Always allow widgets when using the local version
|
1142 | [\#5184](https://github.com/matrix-org/matrix-react-sdk/pull/5184)
|
1143 | * Migrate RoomView and RoomContext to Typescript
|
1144 | [\#5175](https://github.com/matrix-org/matrix-react-sdk/pull/5175)
|
1145 |
|
1146 | Changes in [3.4.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.4.1) (2020-09-14)
|
1147 | ===================================================================================================
|
1148 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.4.0...v3.4.1)
|
1149 |
|
1150 | * Don't count widgets which no longer exist towards pinned count
|
1151 | [\#5202](https://github.com/matrix-org/matrix-react-sdk/pull/5202)
|
1152 | * Fix crashes with cannot read isResizing of undefined
|
1153 | [\#5205](https://github.com/matrix-org/matrix-react-sdk/pull/5205)
|
1154 |
|
1155 | Changes in [3.4.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.4.0) (2020-09-14)
|
1156 | ===================================================================================================
|
1157 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.4.0-rc.1...v3.4.0)
|
1158 |
|
1159 | * Upgrade to JS SDK 8.3.0
|
1160 | * [Release] Show verification status in the room summary card
|
1161 | [\#5196](https://github.com/matrix-org/matrix-react-sdk/pull/5196)
|
1162 | * Fix user info scrolling in new card view
|
1163 | [\#5200](https://github.com/matrix-org/matrix-react-sdk/pull/5200)
|
1164 | * Fix sticker picker height
|
1165 | [\#5199](https://github.com/matrix-org/matrix-react-sdk/pull/5199)
|
1166 | * [Release] Account for via in pill matching regex
|
1167 | [\#5190](https://github.com/matrix-org/matrix-react-sdk/pull/5190)
|
1168 |
|
1169 | Changes in [3.4.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.4.0-rc.1) (2020-09-09)
|
1170 | =============================================================================================================
|
1171 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.3.0...v3.4.0-rc.1)
|
1172 |
|
1173 | * Upgrade to JS SDK 8.3.0-rc.1
|
1174 | * Update from Weblate
|
1175 | [\#5183](https://github.com/matrix-org/matrix-react-sdk/pull/5183)
|
1176 | * Right Panel Room Summary and Widgets
|
1177 | [\#5167](https://github.com/matrix-org/matrix-react-sdk/pull/5167)
|
1178 | * null-guard roomId in RightPanel and pass Room to UserView
|
1179 | [\#5180](https://github.com/matrix-org/matrix-react-sdk/pull/5180)
|
1180 | * Fix create-react-class regression.
|
1181 | [\#5178](https://github.com/matrix-org/matrix-react-sdk/pull/5178)
|
1182 | * Fix WatchManager for global room watchers and tidy widget code a little
|
1183 | [\#5176](https://github.com/matrix-org/matrix-react-sdk/pull/5176)
|
1184 | * Fix permalink local linkification to not strip via servers
|
1185 | [\#5174](https://github.com/matrix-org/matrix-react-sdk/pull/5174)
|
1186 | * Support creation of Jitsi widgets with "openidtoken-jwt" auth
|
1187 | [\#5173](https://github.com/matrix-org/matrix-react-sdk/pull/5173)
|
1188 | * Fix create-react-class regression.
|
1189 | [\#5177](https://github.com/matrix-org/matrix-react-sdk/pull/5177)
|
1190 | * Update openid_credentials Widget API action for MSC1960 updates
|
1191 | [\#5172](https://github.com/matrix-org/matrix-react-sdk/pull/5172)
|
1192 | * Allow persistent resizing of the widget app drawer
|
1193 | [\#5138](https://github.com/matrix-org/matrix-react-sdk/pull/5138)
|
1194 | * add lenny face command
|
1195 | [\#5158](https://github.com/matrix-org/matrix-react-sdk/pull/5158)
|
1196 | * Prep work for Settings changes with cross-signing deferral
|
1197 | [\#5169](https://github.com/matrix-org/matrix-react-sdk/pull/5169)
|
1198 | * Small code clean ups and tweaks
|
1199 | [\#5168](https://github.com/matrix-org/matrix-react-sdk/pull/5168)
|
1200 | * Fix soft crash from TruncatedList in the createReactClass conversion
|
1201 | [\#5170](https://github.com/matrix-org/matrix-react-sdk/pull/5170)
|
1202 | * Remove create-react-class
|
1203 | [\#5157](https://github.com/matrix-org/matrix-react-sdk/pull/5157)
|
1204 | * Consolidate Lodash files in bundle
|
1205 | [\#5162](https://github.com/matrix-org/matrix-react-sdk/pull/5162)
|
1206 | * Communities v2 prototype: "In community" view
|
1207 | [\#5161](https://github.com/matrix-org/matrix-react-sdk/pull/5161)
|
1208 | * Respect user preference for whether pills should have an avatar or not
|
1209 | [\#5165](https://github.com/matrix-org/matrix-react-sdk/pull/5165)
|
1210 | * Communities v2 prototype: DM copy updates
|
1211 | [\#5153](https://github.com/matrix-org/matrix-react-sdk/pull/5153)
|
1212 | * Only wait for public keys during verification
|
1213 | [\#5164](https://github.com/matrix-org/matrix-react-sdk/pull/5164)
|
1214 | * Fix eslint ts override tsx matching and delint
|
1215 | [\#5155](https://github.com/matrix-org/matrix-react-sdk/pull/5155)
|
1216 | * Fix react error about functional components can't take refs
|
1217 | [\#5159](https://github.com/matrix-org/matrix-react-sdk/pull/5159)
|
1218 | * Remove redundant components and devDependencies
|
1219 | [\#5156](https://github.com/matrix-org/matrix-react-sdk/pull/5156)
|
1220 | * Add display-capture to iframe allow for widgets
|
1221 | [\#5154](https://github.com/matrix-org/matrix-react-sdk/pull/5154)
|
1222 | * Update create room dialog copy & community prototype home icon
|
1223 | [\#5151](https://github.com/matrix-org/matrix-react-sdk/pull/5151)
|
1224 | * Migrate to new, separate APIs for cross-signing and secret storage
|
1225 | [\#5149](https://github.com/matrix-org/matrix-react-sdk/pull/5149)
|
1226 | * Fix clicking the background of the tag panel not clearing the filter
|
1227 | [\#5152](https://github.com/matrix-org/matrix-react-sdk/pull/5152)
|
1228 | * Communities v2 prototype: Associate created rooms with the selected
|
1229 | community
|
1230 | [\#5147](https://github.com/matrix-org/matrix-react-sdk/pull/5147)
|
1231 | * Communities v2 prototype: Tag panel selection changes
|
1232 | [\#5145](https://github.com/matrix-org/matrix-react-sdk/pull/5145)
|
1233 | * Communities v2 prototype: Create community flow
|
1234 | [\#5144](https://github.com/matrix-org/matrix-react-sdk/pull/5144)
|
1235 | * Communities v2 prototype: Override invite aesthetics for community-as-room
|
1236 | invites
|
1237 | [\#5143](https://github.com/matrix-org/matrix-react-sdk/pull/5143)
|
1238 |
|
1239 | Changes in [3.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.3.0) (2020-09-01)
|
1240 | ===================================================================================================
|
1241 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.3.0-rc.1...v3.3.0)
|
1242 |
|
1243 | * Upgrade to JS SDK 8.2.0
|
1244 |
|
1245 | Changes in [3.3.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.3.0-rc.1) (2020-08-26)
|
1246 | =============================================================================================================
|
1247 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.2.0...v3.3.0-rc.1)
|
1248 |
|
1249 | * Upgrade to JS SDK 8.2.0-rc.1
|
1250 | * Update from Weblate
|
1251 | [\#5146](https://github.com/matrix-org/matrix-react-sdk/pull/5146)
|
1252 | * BaseAvatar avoid initial render with default avatar
|
1253 | [\#5142](https://github.com/matrix-org/matrix-react-sdk/pull/5142)
|
1254 | * Enforce Secure Backup completion when requested by HS
|
1255 | [\#5130](https://github.com/matrix-org/matrix-react-sdk/pull/5130)
|
1256 | * Communities v2 prototype: Explore rooms, global state, and default room
|
1257 | [\#5139](https://github.com/matrix-org/matrix-react-sdk/pull/5139)
|
1258 | * Add communities v2 prototyping feature flag + initial tag panel prototypes
|
1259 | [\#5133](https://github.com/matrix-org/matrix-react-sdk/pull/5133)
|
1260 | * Remove some unused components
|
1261 | [\#5134](https://github.com/matrix-org/matrix-react-sdk/pull/5134)
|
1262 | * Allow avatar image view for 1:1 rooms
|
1263 | [\#5137](https://github.com/matrix-org/matrix-react-sdk/pull/5137)
|
1264 | * Send mx_local_settings in rageshake
|
1265 | [\#5136](https://github.com/matrix-org/matrix-react-sdk/pull/5136)
|
1266 | * Run all room leaving behaviour through a single function
|
1267 | [\#5132](https://github.com/matrix-org/matrix-react-sdk/pull/5132)
|
1268 | * Add clarifying comment in media device selection
|
1269 | [\#5131](https://github.com/matrix-org/matrix-react-sdk/pull/5131)
|
1270 | * Settings v3: Feature flag changes
|
1271 | [\#5124](https://github.com/matrix-org/matrix-react-sdk/pull/5124)
|
1272 | * Clear url previews if they all get edited out of the event
|
1273 | [\#5129](https://github.com/matrix-org/matrix-react-sdk/pull/5129)
|
1274 | * Consider tab completions as modifications for editing purposes to unlock
|
1275 | sending
|
1276 | [\#5128](https://github.com/matrix-org/matrix-react-sdk/pull/5128)
|
1277 | * Use matrix-doc for SAS emoji translations
|
1278 | [\#5125](https://github.com/matrix-org/matrix-react-sdk/pull/5125)
|
1279 | * Add a rageshake function to download the logs locally
|
1280 | [\#3849](https://github.com/matrix-org/matrix-react-sdk/pull/3849)
|
1281 | * Room List filtering visual tweaks
|
1282 | [\#5123](https://github.com/matrix-org/matrix-react-sdk/pull/5123)
|
1283 | * Make reply preview not an overlay so you can see new messages
|
1284 | [\#5072](https://github.com/matrix-org/matrix-react-sdk/pull/5072)
|
1285 | * Allow room tile context menu when minimized using right click
|
1286 | [\#5113](https://github.com/matrix-org/matrix-react-sdk/pull/5113)
|
1287 | * Add null guard to group inviter for corrupted groups
|
1288 | [\#5121](https://github.com/matrix-org/matrix-react-sdk/pull/5121)
|
1289 | * Room List styling tweaks
|
1290 | [\#5118](https://github.com/matrix-org/matrix-react-sdk/pull/5118)
|
1291 | * Fix corner rounding on images not always affecting right side
|
1292 | [\#5120](https://github.com/matrix-org/matrix-react-sdk/pull/5120)
|
1293 | * Change add room action for rooms to context menu
|
1294 | [\#5108](https://github.com/matrix-org/matrix-react-sdk/pull/5108)
|
1295 | * Switch out the globe icon and colour it depending on theme
|
1296 | [\#5106](https://github.com/matrix-org/matrix-react-sdk/pull/5106)
|
1297 | * Message Action Bar watch for event send changes
|
1298 | [\#5115](https://github.com/matrix-org/matrix-react-sdk/pull/5115)
|
1299 | * Put message previews for Emoji behind Labs
|
1300 | [\#5110](https://github.com/matrix-org/matrix-react-sdk/pull/5110)
|
1301 | * Fix styling for selected community marker
|
1302 | [\#5107](https://github.com/matrix-org/matrix-react-sdk/pull/5107)
|
1303 | * Fix action bar safe area regression
|
1304 | [\#5111](https://github.com/matrix-org/matrix-react-sdk/pull/5111)
|
1305 | * Fix /op slash command
|
1306 | [\#5109](https://github.com/matrix-org/matrix-react-sdk/pull/5109)
|
1307 |
|
1308 | Changes in [3.2.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.2.0) (2020-08-17)
|
1309 | ===================================================================================================
|
1310 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.2.0-rc.1...v3.2.0)
|
1311 |
|
1312 | * Upgrade to JS SDK 8.1.0
|
1313 | * [Release] Fix corner rounding on images not always affecting right side
|
1314 | [\#5122](https://github.com/matrix-org/matrix-react-sdk/pull/5122)
|
1315 | * [Release] Message Action Bar watch for event send changes
|
1316 | [\#5116](https://github.com/matrix-org/matrix-react-sdk/pull/5116)
|
1317 | * Fix /op slash command to release
|
1318 | [\#5114](https://github.com/matrix-org/matrix-react-sdk/pull/5114)
|
1319 | * Fix action bar safe area regression
|
1320 | [\#5112](https://github.com/matrix-org/matrix-react-sdk/pull/5112)
|
1321 |
|
1322 | Changes in [3.2.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.2.0-rc.1) (2020-08-13)
|
1323 | =============================================================================================================
|
1324 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.1.0...v3.2.0-rc.1)
|
1325 |
|
1326 | * Upgrade to JS SDK 8.1.0-rc.1
|
1327 | * Update from Weblate
|
1328 | [\#5105](https://github.com/matrix-org/matrix-react-sdk/pull/5105)
|
1329 | * padding the timeline so that its scrollbar has its own space from the
|
1330 | resizer
|
1331 | [\#5103](https://github.com/matrix-org/matrix-react-sdk/pull/5103)
|
1332 | * Try to close notification on all platforms which support it, not just
|
1333 | electron
|
1334 | [\#5102](https://github.com/matrix-org/matrix-react-sdk/pull/5102)
|
1335 | * Fix exception when stripping replies from an event with a non-string body
|
1336 | [\#5101](https://github.com/matrix-org/matrix-react-sdk/pull/5101)
|
1337 | * Quick win session 24/07/2020
|
1338 | [\#5056](https://github.com/matrix-org/matrix-react-sdk/pull/5056)
|
1339 | * Remove rebranding toast
|
1340 | [\#5100](https://github.com/matrix-org/matrix-react-sdk/pull/5100)
|
1341 | * Generate previews for rooms when the option changes
|
1342 | [\#5098](https://github.com/matrix-org/matrix-react-sdk/pull/5098)
|
1343 | * Fix Bridge Settings tab
|
1344 | [\#5095](https://github.com/matrix-org/matrix-react-sdk/pull/5095)
|
1345 | * get screen type from app prop
|
1346 | [\#5081](https://github.com/matrix-org/matrix-react-sdk/pull/5081)
|
1347 | * Update rageshake app name
|
1348 | [\#5093](https://github.com/matrix-org/matrix-react-sdk/pull/5093)
|
1349 | * Factor out Iconized Context menu for reusability
|
1350 | [\#5085](https://github.com/matrix-org/matrix-react-sdk/pull/5085)
|
1351 | * Decouple Audible notifications from Desktop notifications
|
1352 | [\#5088](https://github.com/matrix-org/matrix-react-sdk/pull/5088)
|
1353 | * Make the room sublist show more/less buttons treeitems
|
1354 | [\#5087](https://github.com/matrix-org/matrix-react-sdk/pull/5087)
|
1355 | * Share and debug master cross-signing key
|
1356 | [\#5092](https://github.com/matrix-org/matrix-react-sdk/pull/5092)
|
1357 | * Create Map comparison utilities and convert Hooks to Typescript
|
1358 | [\#5086](https://github.com/matrix-org/matrix-react-sdk/pull/5086)
|
1359 | * Fix room list scrolling in Safari
|
1360 | [\#5090](https://github.com/matrix-org/matrix-react-sdk/pull/5090)
|
1361 | * Replace Riot with Element in docs and comments
|
1362 | [\#5083](https://github.com/matrix-org/matrix-react-sdk/pull/5083)
|
1363 | * When the room view isn't active don't highlight it in room list
|
1364 | [\#5027](https://github.com/matrix-org/matrix-react-sdk/pull/5027)
|
1365 | * remove emoji icons in autocomplete/reply by designer request
|
1366 | [\#5073](https://github.com/matrix-org/matrix-react-sdk/pull/5073)
|
1367 | * Add title and icon to empty state of file and notification panel
|
1368 | [\#5079](https://github.com/matrix-org/matrix-react-sdk/pull/5079)
|
1369 | * Mass redact ignore room creation events
|
1370 | [\#5045](https://github.com/matrix-org/matrix-react-sdk/pull/5045)
|
1371 | * Replace all chevrons with a single icon
|
1372 | [\#5067](https://github.com/matrix-org/matrix-react-sdk/pull/5067)
|
1373 | * Replace i18n generation script with something matching our project
|
1374 | [\#5077](https://github.com/matrix-org/matrix-react-sdk/pull/5077)
|
1375 | * Handle tag changes in sticky room updates
|
1376 | [\#5078](https://github.com/matrix-org/matrix-react-sdk/pull/5078)
|
1377 | * Remove leftover bits of TSLint
|
1378 | [\#5075](https://github.com/matrix-org/matrix-react-sdk/pull/5075)
|
1379 | * Clean up documentation of Whenable + fix other code concerns
|
1380 | [\#5076](https://github.com/matrix-org/matrix-react-sdk/pull/5076)
|
1381 | * Center the jump down/up icon, looks misaligned
|
1382 | [\#5074](https://github.com/matrix-org/matrix-react-sdk/pull/5074)
|
1383 | * [WIP] Support a new settings structure
|
1384 | [\#5058](https://github.com/matrix-org/matrix-react-sdk/pull/5058)
|
1385 | * Convert SettingsStore to TypeScript
|
1386 | [\#5062](https://github.com/matrix-org/matrix-react-sdk/pull/5062)
|
1387 |
|
1388 | Changes in [3.1.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.1.0) (2020-08-05)
|
1389 | ===================================================================================================
|
1390 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.1.0-rc.1...v3.1.0)
|
1391 |
|
1392 | * Upgrade JS SDK to 8.0.1
|
1393 | * Fix room list scrolling in Safari
|
1394 | [\#5091](https://github.com/matrix-org/matrix-react-sdk/pull/5091)
|
1395 | * Add null guard in InviteDialog
|
1396 | [\#5084](https://github.com/matrix-org/matrix-react-sdk/pull/5084)
|
1397 | * Add null guard in InviteDialog
|
1398 | [\#5082](https://github.com/matrix-org/matrix-react-sdk/pull/5082)
|
1399 | * Handle tag changes in sticky room updates
|
1400 | [\#5080](https://github.com/matrix-org/matrix-react-sdk/pull/5080)
|
1401 |
|
1402 | Changes in [3.1.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.1.0-rc.1) (2020-07-31)
|
1403 | =============================================================================================================
|
1404 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.0.0...v3.1.0-rc.1)
|
1405 |
|
1406 | * Upgrade JS SDK to 8.0.1-rc.1
|
1407 | * Update from Weblate
|
1408 | [\#5071](https://github.com/matrix-org/matrix-react-sdk/pull/5071)
|
1409 | * Add local echo for notifications in the new room list
|
1410 | [\#5065](https://github.com/matrix-org/matrix-react-sdk/pull/5065)
|
1411 | * Fix various small regressions in the room list's behaviour
|
1412 | [\#5070](https://github.com/matrix-org/matrix-react-sdk/pull/5070)
|
1413 | * Remove redundant lint dependencies
|
1414 | [\#5059](https://github.com/matrix-org/matrix-react-sdk/pull/5059)
|
1415 | * Fix key backup warning on soft logout page
|
1416 | [\#5069](https://github.com/matrix-org/matrix-react-sdk/pull/5069)
|
1417 | * Bump elliptic from 6.5.2 to 6.5.3
|
1418 | [\#5066](https://github.com/matrix-org/matrix-react-sdk/pull/5066)
|
1419 | * Fix crash on logging in again after soft logout
|
1420 | [\#5068](https://github.com/matrix-org/matrix-react-sdk/pull/5068)
|
1421 | * Convert right_panel to TS
|
1422 | [\#5036](https://github.com/matrix-org/matrix-react-sdk/pull/5036)
|
1423 | * Remove all unreferenced images
|
1424 | [\#5063](https://github.com/matrix-org/matrix-react-sdk/pull/5063)
|
1425 | * Provide nicer error for no known servers error when accepting an invite
|
1426 | [\#5061](https://github.com/matrix-org/matrix-react-sdk/pull/5061)
|
1427 | * add logging for keytar/pickle key
|
1428 | [\#5057](https://github.com/matrix-org/matrix-react-sdk/pull/5057)
|
1429 | * Don't speak the outgoing message if it is in the Sending state.
|
1430 | [\#4075](https://github.com/matrix-org/matrix-react-sdk/pull/4075)
|
1431 | * Remove poorly contrasted "dark style" heading in Room Preview Bar
|
1432 | [\#5052](https://github.com/matrix-org/matrix-react-sdk/pull/5052)
|
1433 | * Fix Query Matcher regression with certain unhomoglyph'd characters
|
1434 | [\#5050](https://github.com/matrix-org/matrix-react-sdk/pull/5050)
|
1435 | * Fix handlebar interaction
|
1436 | [\#4989](https://github.com/matrix-org/matrix-react-sdk/pull/4989)
|
1437 | * Minor improvements to filtering performance
|
1438 | [\#5054](https://github.com/matrix-org/matrix-react-sdk/pull/5054)
|
1439 | * Fix TextWithTooltip "leaking" tooltip wrappers
|
1440 | [\#5055](https://github.com/matrix-org/matrix-react-sdk/pull/5055)
|
1441 |
|
1442 | Changes in [3.0.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.0.0) (2020-07-27)
|
1443 | ===================================================================================================
|
1444 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.10.1...v3.0.0)
|
1445 |
|
1446 | BREAKING CHANGES
|
1447 | ---
|
1448 |
|
1449 | * The room list components have been replaced as part of this release, so the list, tiles, and other associated components now use a different prop / state contract.
|
1450 |
|
1451 |
|
1452 | All Changes
|
1453 | ---
|
1454 |
|
1455 | * Upgrade to JS SDK 8.0.0
|
1456 | * Update from Weblate
|
1457 | [\#5053](https://github.com/matrix-org/matrix-react-sdk/pull/5053)
|
1458 | * RoomList listen to notificationState updates for bolding
|
1459 | [\#5051](https://github.com/matrix-org/matrix-react-sdk/pull/5051)
|
1460 | * Ensure notification badges stop listening when they unmount
|
1461 | [\#5049](https://github.com/matrix-org/matrix-react-sdk/pull/5049)
|
1462 | * Improve RoomTile performance
|
1463 | [\#5048](https://github.com/matrix-org/matrix-react-sdk/pull/5048)
|
1464 | * Reward users for using stable ordering in their room list
|
1465 | [\#5047](https://github.com/matrix-org/matrix-react-sdk/pull/5047)
|
1466 | * Fix autocomplete suggesting a different thing mid-composition
|
1467 | [\#5030](https://github.com/matrix-org/matrix-react-sdk/pull/5030)
|
1468 | * Put low priority xor toggle back in the room list context menu
|
1469 | [\#5026](https://github.com/matrix-org/matrix-react-sdk/pull/5026)
|
1470 | * Fix autocompletion of Community IDs
|
1471 | [\#5040](https://github.com/matrix-org/matrix-react-sdk/pull/5040)
|
1472 | * Use OpenType tabular numbers in timestamps
|
1473 | [\#5042](https://github.com/matrix-org/matrix-react-sdk/pull/5042)
|
1474 | * Update packages to modern versions
|
1475 | [\#5046](https://github.com/matrix-org/matrix-react-sdk/pull/5046)
|
1476 | * Add dismiss button to rebrand toast
|
1477 | [\#5044](https://github.com/matrix-org/matrix-react-sdk/pull/5044)
|
1478 | * Fix Firefox composer regression exception
|
1479 | [\#5039](https://github.com/matrix-org/matrix-react-sdk/pull/5039)
|
1480 | * Fix BaseAvatar wrongly using Buttons when it needs not
|
1481 | [\#5037](https://github.com/matrix-org/matrix-react-sdk/pull/5037)
|
1482 | * Performance improvements round 2: Maps, freezing, dispatching, and flexbox
|
1483 | obliteration
|
1484 | [\#5038](https://github.com/matrix-org/matrix-react-sdk/pull/5038)
|
1485 | * Mixed bag of performance improvements: ScrollPanel and notifications
|
1486 | [\#5034](https://github.com/matrix-org/matrix-react-sdk/pull/5034)
|
1487 | * Update message previews
|
1488 | [\#5025](https://github.com/matrix-org/matrix-react-sdk/pull/5025)
|
1489 | * Translate create room buttons
|
1490 | [\#5035](https://github.com/matrix-org/matrix-react-sdk/pull/5035)
|
1491 | * Escape single quotes in composer placeholder
|
1492 | [\#5033](https://github.com/matrix-org/matrix-react-sdk/pull/5033)
|
1493 | * Don't hammer on the layout engine with avatar updates for the background
|
1494 | [\#5032](https://github.com/matrix-org/matrix-react-sdk/pull/5032)
|
1495 | * Ensure incremental updates to the ImportanceAlgorithm trigger A-Z order
|
1496 | [\#5031](https://github.com/matrix-org/matrix-react-sdk/pull/5031)
|
1497 | * don't syntax highlight languages that begin with "_"
|
1498 | [\#5029](https://github.com/matrix-org/matrix-react-sdk/pull/5029)
|
1499 | * Convert Modal to TypeScript
|
1500 | [\#4956](https://github.com/matrix-org/matrix-react-sdk/pull/4956)
|
1501 | * Use new eslint dependency and remove tslint
|
1502 | [\#4815](https://github.com/matrix-org/matrix-react-sdk/pull/4815)
|
1503 | * Support custom tags in the room list again
|
1504 | [\#5024](https://github.com/matrix-org/matrix-react-sdk/pull/5024)
|
1505 | * Fix the tag panel context menu
|
1506 | [\#5028](https://github.com/matrix-org/matrix-react-sdk/pull/5028)
|
1507 | * Tag Watcher don't create new filter if not needed, confuses references
|
1508 | [\#5021](https://github.com/matrix-org/matrix-react-sdk/pull/5021)
|
1509 | * Convert editor to TypeScript
|
1510 | [\#4978](https://github.com/matrix-org/matrix-react-sdk/pull/4978)
|
1511 | * Query Matcher use unhomoglyph for a little bit more leniency
|
1512 | [\#4977](https://github.com/matrix-org/matrix-react-sdk/pull/4977)
|
1513 | * Fix Breadcrumbs2 ending up with 2 tabIndexes on Firefox
|
1514 | [\#5017](https://github.com/matrix-org/matrix-react-sdk/pull/5017)
|
1515 | * Add min-width to floating Jitsi
|
1516 | [\#5023](https://github.com/matrix-org/matrix-react-sdk/pull/5023)
|
1517 | * Update crypto event icon to match rest of app styling
|
1518 | [\#5020](https://github.com/matrix-org/matrix-react-sdk/pull/5020)
|
1519 | * Fix Reactions Row Button vertical misalignment due to forced height
|
1520 | [\#5019](https://github.com/matrix-org/matrix-react-sdk/pull/5019)
|
1521 | * Use mouseleave instead of mouseout for hover events. Fix tooltip flicker
|
1522 | [\#5016](https://github.com/matrix-org/matrix-react-sdk/pull/5016)
|
1523 | * Fix slash commands null guard
|
1524 | [\#5015](https://github.com/matrix-org/matrix-react-sdk/pull/5015)
|
1525 | * Fix field tooltips
|
1526 | [\#5014](https://github.com/matrix-org/matrix-react-sdk/pull/5014)
|
1527 | * Fix community right panel button regression
|
1528 | [\#5022](https://github.com/matrix-org/matrix-react-sdk/pull/5022)
|
1529 | * [BREAKING] Remove the old room list
|
1530 | [\#5013](https://github.com/matrix-org/matrix-react-sdk/pull/5013)
|
1531 | * ellipse senders for images and videos
|
1532 | [\#4990](https://github.com/matrix-org/matrix-react-sdk/pull/4990)
|
1533 | * Sprinkle and consolidate some tooltips
|
1534 | [\#5012](https://github.com/matrix-org/matrix-react-sdk/pull/5012)
|
1535 | * Hopefully make cancel dialog a bit less weird
|
1536 | [\#4833](https://github.com/matrix-org/matrix-react-sdk/pull/4833)
|
1537 | * Fix emoji filterString
|
1538 | [\#5011](https://github.com/matrix-org/matrix-react-sdk/pull/5011)
|
1539 | * Fix size call for devtools state events
|
1540 | [\#5008](https://github.com/matrix-org/matrix-react-sdk/pull/5008)
|
1541 | * Fix `this` context in _setupHomeserverManagers for IntegrationManagers
|
1542 | [\#5010](https://github.com/matrix-org/matrix-react-sdk/pull/5010)
|
1543 | * Sync recently used reactions list across sessions
|
1544 | [\#4993](https://github.com/matrix-org/matrix-react-sdk/pull/4993)
|
1545 | * Null guard no e2ee for UserInfo
|
1546 | [\#5009](https://github.com/matrix-org/matrix-react-sdk/pull/5009)
|
1547 | * stop Inter from clobbering Twemoji
|
1548 | [\#5007](https://github.com/matrix-org/matrix-react-sdk/pull/5007)
|
1549 | * use a proper HTML sanitizer to strip <mx-reply>, rather than a regexp
|
1550 | [\#5006](https://github.com/matrix-org/matrix-react-sdk/pull/5006)
|
1551 | * Convert room list log setting to a real setting
|
1552 | [\#5005](https://github.com/matrix-org/matrix-react-sdk/pull/5005)
|
1553 | * Bump lodash from 4.17.15 to 4.17.19 in /test/end-to-end-tests
|
1554 | [\#5003](https://github.com/matrix-org/matrix-react-sdk/pull/5003)
|
1555 | * Bump lodash from 4.17.15 to 4.17.19
|
1556 | [\#5004](https://github.com/matrix-org/matrix-react-sdk/pull/5004)
|
1557 | * Convert devtools dialog to use new room state format
|
1558 | [\#4936](https://github.com/matrix-org/matrix-react-sdk/pull/4936)
|
1559 | * Update checkbox
|
1560 | [\#5000](https://github.com/matrix-org/matrix-react-sdk/pull/5000)
|
1561 | * Increase width for country code dropdown
|
1562 | [\#5001](https://github.com/matrix-org/matrix-react-sdk/pull/5001)
|
1563 |
|
1564 | Changes in [2.10.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.10.1) (2020-07-16)
|
1565 | =====================================================================================================
|
1566 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.10.0...v2.10.1)
|
1567 |
|
1568 | * Post-launch Element Web polish
|
1569 | [\#5002](https://github.com/matrix-org/matrix-react-sdk/pull/5002)
|
1570 | * Move e2e icon
|
1571 | [\#4992](https://github.com/matrix-org/matrix-react-sdk/pull/4992)
|
1572 | * Wire up new room list breadcrumbs as an ARIA Toolbar
|
1573 | [\#4976](https://github.com/matrix-org/matrix-react-sdk/pull/4976)
|
1574 | * Fix Room Tile Icon to not ignore DMs in other tags
|
1575 | [\#4999](https://github.com/matrix-org/matrix-react-sdk/pull/4999)
|
1576 | * Fix filtering by community not showing DM rooms with community members
|
1577 | [\#4997](https://github.com/matrix-org/matrix-react-sdk/pull/4997)
|
1578 | * Fix enter in new room list filter breaking things
|
1579 | [\#4996](https://github.com/matrix-org/matrix-react-sdk/pull/4996)
|
1580 | * Notify left panel of resizing when it is collapsed&expanded
|
1581 | [\#4995](https://github.com/matrix-org/matrix-react-sdk/pull/4995)
|
1582 | * When removing a filter condition, try recalculate in case it wasn't last
|
1583 | [\#4994](https://github.com/matrix-org/matrix-react-sdk/pull/4994)
|
1584 | * Create a generic ARIA toolbar component
|
1585 | [\#4975](https://github.com/matrix-org/matrix-react-sdk/pull/4975)
|
1586 | * Fix /op Slash Command
|
1587 | [\#4604](https://github.com/matrix-org/matrix-react-sdk/pull/4604)
|
1588 | * Fix copy button in share dialog
|
1589 | [\#4998](https://github.com/matrix-org/matrix-react-sdk/pull/4998)
|
1590 | * Add tooltip to Room Tile Icon
|
1591 | [\#4987](https://github.com/matrix-org/matrix-react-sdk/pull/4987)
|
1592 | * Fix names jumping on hover in irc layout
|
1593 | [\#4991](https://github.com/matrix-org/matrix-react-sdk/pull/4991)
|
1594 | * check that encryptionInfo.sender is set
|
1595 | [\#4988](https://github.com/matrix-org/matrix-react-sdk/pull/4988)
|
1596 | * Update help link
|
1597 | [\#4986](https://github.com/matrix-org/matrix-react-sdk/pull/4986)
|
1598 | * Update cover photo link
|
1599 | [\#4985](https://github.com/matrix-org/matrix-react-sdk/pull/4985)
|
1600 |
|
1601 | Changes in [2.10.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.10.0) (2020-07-15)
|
1602 | =====================================================================================================
|
1603 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.9.0...v2.10.0)
|
1604 |
|
1605 | * Incorporate new toasts into end-to-end tests
|
1606 | [\#4983](https://github.com/matrix-org/matrix-react-sdk/pull/4983)
|
1607 | * Fix TS lint errors
|
1608 | [\#4982](https://github.com/matrix-org/matrix-react-sdk/pull/4982)
|
1609 | * Fix js lint errors after rebrand merge
|
1610 | [\#4981](https://github.com/matrix-org/matrix-react-sdk/pull/4981)
|
1611 | * Fix style lint
|
1612 | [\#4980](https://github.com/matrix-org/matrix-react-sdk/pull/4980)
|
1613 | * Fix alignment of login/syncing spinner
|
1614 | [\#4979](https://github.com/matrix-org/matrix-react-sdk/pull/4979)
|
1615 | * De labs font-scaling
|
1616 | [\#4899](https://github.com/matrix-org/matrix-react-sdk/pull/4899)
|
1617 | * Remove debug logging from new room list
|
1618 | [\#4972](https://github.com/matrix-org/matrix-react-sdk/pull/4972)
|
1619 | * Tweak sticky header hiding to avoid pop
|
1620 | [\#4974](https://github.com/matrix-org/matrix-react-sdk/pull/4974)
|
1621 | * Fix show-all keyboard focus regression
|
1622 | [\#4973](https://github.com/matrix-org/matrix-react-sdk/pull/4973)
|
1623 | * Clean up TODOs, comments, and imports in the new room list
|
1624 | [\#4970](https://github.com/matrix-org/matrix-react-sdk/pull/4970)
|
1625 | * Make EffectiveMembership utils generic
|
1626 | [\#4971](https://github.com/matrix-org/matrix-react-sdk/pull/4971)
|
1627 | * Update sticky headers when breadcrumbs pop in or out
|
1628 | [\#4969](https://github.com/matrix-org/matrix-react-sdk/pull/4969)
|
1629 | * Fix show less button occluding the last tile
|
1630 | [\#4967](https://github.com/matrix-org/matrix-react-sdk/pull/4967)
|
1631 | * Ensure breadcrumbs don't keep turning themselves back on
|
1632 | [\#4968](https://github.com/matrix-org/matrix-react-sdk/pull/4968)
|
1633 | * Update top vs. bottom sticky styles separately
|
1634 | [\#4966](https://github.com/matrix-org/matrix-react-sdk/pull/4966)
|
1635 | * Ensure RoomListStore2 gets reset when the client becomes invalidated
|
1636 | [\#4965](https://github.com/matrix-org/matrix-react-sdk/pull/4965)
|
1637 | * Add fade to show more button on room list
|
1638 | [\#4963](https://github.com/matrix-org/matrix-react-sdk/pull/4963)
|
1639 | * Fix extra room tiles being rendered on smaller sublists
|
1640 | [\#4964](https://github.com/matrix-org/matrix-react-sdk/pull/4964)
|
1641 | * Ensure tag changes (leaving rooms) causes rooms to move between lists
|
1642 | [\#4962](https://github.com/matrix-org/matrix-react-sdk/pull/4962)
|
1643 | * Fix badges for font size 20
|
1644 | [\#4958](https://github.com/matrix-org/matrix-react-sdk/pull/4958)
|
1645 | * Fix default sorting mechanics for new room list
|
1646 | [\#4960](https://github.com/matrix-org/matrix-react-sdk/pull/4960)
|
1647 | * Fix room sub list header collapse/jump interactions on bottom-most sublist
|
1648 | [\#4961](https://github.com/matrix-org/matrix-react-sdk/pull/4961)
|
1649 | * Fix room tile context menu for Historical rooms
|
1650 | [\#4959](https://github.com/matrix-org/matrix-react-sdk/pull/4959)
|
1651 | * "ignore"/"unignore" commands: validate user ID
|
1652 | [\#4895](https://github.com/matrix-org/matrix-react-sdk/pull/4895)
|
1653 | * Stop classname from overwritting baseavatar's
|
1654 | [\#4957](https://github.com/matrix-org/matrix-react-sdk/pull/4957)
|
1655 | * Remove redundant scroll-margins and fix RoomTile wrongly scrolling
|
1656 | [\#4952](https://github.com/matrix-org/matrix-react-sdk/pull/4952)
|
1657 | * Fix RoomAvatar viewAvatarOnClick to work on actual avatars instead of
|
1658 | default ones
|
1659 | [\#4953](https://github.com/matrix-org/matrix-react-sdk/pull/4953)
|
1660 | * Be consistent with the at-room pill avatar configurability
|
1661 | [\#4955](https://github.com/matrix-org/matrix-react-sdk/pull/4955)
|
1662 | * Room List v2 Enter in the filter field should select the first result
|
1663 | [\#4954](https://github.com/matrix-org/matrix-react-sdk/pull/4954)
|
1664 | * Enable the new room list by default
|
1665 | [\#4919](https://github.com/matrix-org/matrix-react-sdk/pull/4919)
|
1666 | * Convert ImportanceAlgorithm over to using NotificationColor instead
|
1667 | [\#4949](https://github.com/matrix-org/matrix-react-sdk/pull/4949)
|
1668 | * Internalize algorithm updates in the new room list store
|
1669 | [\#4951](https://github.com/matrix-org/matrix-react-sdk/pull/4951)
|
1670 | * Remove now-dead code from sublist resizing
|
1671 | [\#4950](https://github.com/matrix-org/matrix-react-sdk/pull/4950)
|
1672 | * Ensure triggered updates get fired for filters in the new room list
|
1673 | [\#4948](https://github.com/matrix-org/matrix-react-sdk/pull/4948)
|
1674 | * Handle off-cycle filtering updates in the new room list
|
1675 | [\#4947](https://github.com/matrix-org/matrix-react-sdk/pull/4947)
|
1676 | * Make the show more button do a clean cut on the room list while transparent
|
1677 | [\#4941](https://github.com/matrix-org/matrix-react-sdk/pull/4941)
|
1678 | * Stop safari from aggressively shrinking flex items
|
1679 | [\#4945](https://github.com/matrix-org/matrix-react-sdk/pull/4945)
|
1680 | * Fix search padding
|
1681 | [\#4946](https://github.com/matrix-org/matrix-react-sdk/pull/4946)
|
1682 | * Reduce event loop load caused by duplicate calculations in the new room list
|
1683 | [\#4943](https://github.com/matrix-org/matrix-react-sdk/pull/4943)
|
1684 | * Add an option to disable room list logging, and improve logging
|
1685 | [\#4944](https://github.com/matrix-org/matrix-react-sdk/pull/4944)
|
1686 | * Scroll fade for breadcrumbs
|
1687 | [\#4942](https://github.com/matrix-org/matrix-react-sdk/pull/4942)
|
1688 | * Auto expand room list on search
|
1689 | [\#4927](https://github.com/matrix-org/matrix-react-sdk/pull/4927)
|
1690 | * Fix rough badge alignment for community invite tiles again
|
1691 | [\#4939](https://github.com/matrix-org/matrix-react-sdk/pull/4939)
|
1692 | * Improve safety of new rooms in the room list
|
1693 | [\#4940](https://github.com/matrix-org/matrix-react-sdk/pull/4940)
|
1694 | * Don't destroy room notification states when replacing them
|
1695 | [\#4938](https://github.com/matrix-org/matrix-react-sdk/pull/4938)
|
1696 | * Move irc layout option to advanced
|
1697 | [\#4937](https://github.com/matrix-org/matrix-react-sdk/pull/4937)
|
1698 | * Potential solution to supporting transparent 'show more' buttons
|
1699 | [\#4932](https://github.com/matrix-org/matrix-react-sdk/pull/4932)
|
1700 | * Improve performance and stability in sticky headers for new room list
|
1701 | [\#4931](https://github.com/matrix-org/matrix-react-sdk/pull/4931)
|
1702 | * Move and improve notification state handling
|
1703 | [\#4935](https://github.com/matrix-org/matrix-react-sdk/pull/4935)
|
1704 | * Move list layout management to its own store
|
1705 | [\#4934](https://github.com/matrix-org/matrix-react-sdk/pull/4934)
|
1706 | * Noop first breadcrumb
|
1707 | [\#4933](https://github.com/matrix-org/matrix-react-sdk/pull/4933)
|
1708 | * Highlight "Jump to Bottom" badge when appropriate
|
1709 | [\#4892](https://github.com/matrix-org/matrix-react-sdk/pull/4892)
|
1710 | * Don't render the context menu within its trigger otherwise unhandled clicks
|
1711 | bubble
|
1712 | [\#4930](https://github.com/matrix-org/matrix-react-sdk/pull/4930)
|
1713 | * Protect rooms from getting lost due to complex transitions
|
1714 | [\#4929](https://github.com/matrix-org/matrix-react-sdk/pull/4929)
|
1715 | * Hide archive button
|
1716 | [\#4928](https://github.com/matrix-org/matrix-react-sdk/pull/4928)
|
1717 | * Enable options to favourite and low priority rooms
|
1718 | [\#4920](https://github.com/matrix-org/matrix-react-sdk/pull/4920)
|
1719 | * Move voip previews to bottom right corner
|
1720 | [\#4904](https://github.com/matrix-org/matrix-react-sdk/pull/4904)
|
1721 | * Focus room filter on openSearch
|
1722 | [\#4923](https://github.com/matrix-org/matrix-react-sdk/pull/4923)
|
1723 | * Swap out the resizer lib for something more stable in the new room list
|
1724 | [\#4924](https://github.com/matrix-org/matrix-react-sdk/pull/4924)
|
1725 | * Add wrapper to room list so sticky headers don't need a background
|
1726 | [\#4912](https://github.com/matrix-org/matrix-react-sdk/pull/4912)
|
1727 | * New room list view_room show_room_tile support
|
1728 | [\#4908](https://github.com/matrix-org/matrix-react-sdk/pull/4908)
|
1729 | * Convert Context Menu to TypeScript
|
1730 | [\#4871](https://github.com/matrix-org/matrix-react-sdk/pull/4871)
|
1731 | * Use html innerText for org.matrix.custom.html m.room.message room list
|
1732 | previews
|
1733 | [\#4925](https://github.com/matrix-org/matrix-react-sdk/pull/4925)
|
1734 | * Fix MELS summary of 3pid invite revocations
|
1735 | [\#4913](https://github.com/matrix-org/matrix-react-sdk/pull/4913)
|
1736 | * Fix sticky headers being left on display:none if they change too quickly
|
1737 | [\#4926](https://github.com/matrix-org/matrix-react-sdk/pull/4926)
|
1738 | * Fix gaps under resize handle
|
1739 | [\#4922](https://github.com/matrix-org/matrix-react-sdk/pull/4922)
|
1740 | * Fix DM handling in new room list
|
1741 | [\#4921](https://github.com/matrix-org/matrix-react-sdk/pull/4921)
|
1742 | * Respect and fix understanding of legacy options in new room list
|
1743 | [\#4918](https://github.com/matrix-org/matrix-react-sdk/pull/4918)
|
1744 | * Ensure DMs are not lost in the new room list, and clean up tag logging
|
1745 | [\#4916](https://github.com/matrix-org/matrix-react-sdk/pull/4916)
|
1746 | * Mute "Unknown room caused setting update" spam
|
1747 | [\#4915](https://github.com/matrix-org/matrix-react-sdk/pull/4915)
|
1748 | * Remove comment claiming encrypted rooms are handled incorrectly in the new
|
1749 | room list
|
1750 | [\#4917](https://github.com/matrix-org/matrix-react-sdk/pull/4917)
|
1751 | * Try using requestAnimationFrame if available for sticky headers
|
1752 | [\#4914](https://github.com/matrix-org/matrix-react-sdk/pull/4914)
|
1753 | * Show more/Show less keep focus in a relevant place
|
1754 | [\#4911](https://github.com/matrix-org/matrix-react-sdk/pull/4911)
|
1755 | * Change orange to our orange and do some lints
|
1756 | [\#4910](https://github.com/matrix-org/matrix-react-sdk/pull/4910)
|
1757 | * New Room List implement view_room_delta for keyboard shortcuts
|
1758 | [\#4900](https://github.com/matrix-org/matrix-react-sdk/pull/4900)
|
1759 | * New Room List accessibility
|
1760 | [\#4896](https://github.com/matrix-org/matrix-react-sdk/pull/4896)
|
1761 | * Improve room safety in the new room list
|
1762 | [\#4905](https://github.com/matrix-org/matrix-react-sdk/pull/4905)
|
1763 | * Fix a number of issues with the new room list's invites
|
1764 | [\#4906](https://github.com/matrix-org/matrix-react-sdk/pull/4906)
|
1765 | * Decrease default visible rooms down to 5
|
1766 | [\#4907](https://github.com/matrix-org/matrix-react-sdk/pull/4907)
|
1767 | * swap order of context menu buttons so it does not jump when muted
|
1768 | [\#4909](https://github.com/matrix-org/matrix-react-sdk/pull/4909)
|
1769 | * Fix some room list sticky header instabilities
|
1770 | [\#4901](https://github.com/matrix-org/matrix-react-sdk/pull/4901)
|
1771 | * null-guard against groups with a null name in new Room List
|
1772 | [\#4903](https://github.com/matrix-org/matrix-react-sdk/pull/4903)
|
1773 | * Allow vertical scrolling on the new room list breadcrumbs
|
1774 | [\#4902](https://github.com/matrix-org/matrix-react-sdk/pull/4902)
|
1775 | * Convert things to Typescript, including languageHandler
|
1776 | [\#4883](https://github.com/matrix-org/matrix-react-sdk/pull/4883)
|
1777 | * Fix minor issues with the badges in the new room list
|
1778 | [\#4894](https://github.com/matrix-org/matrix-react-sdk/pull/4894)
|
1779 | * Radio button outline fixes including for new room list context menu
|
1780 | [\#4893](https://github.com/matrix-org/matrix-react-sdk/pull/4893)
|
1781 | * First step towards a11y in the new room list
|
1782 | [\#4882](https://github.com/matrix-org/matrix-react-sdk/pull/4882)
|
1783 | * Fix theme selector clicks bubbling out and causing context menu to float
|
1784 | away
|
1785 | [\#4891](https://github.com/matrix-org/matrix-react-sdk/pull/4891)
|
1786 | * Revert "Remove a bunch of noisy logging from the room list"
|
1787 | [\#4890](https://github.com/matrix-org/matrix-react-sdk/pull/4890)
|
1788 | * Remove duplicate compact settings, handle device level updates
|
1789 | [\#4888](https://github.com/matrix-org/matrix-react-sdk/pull/4888)
|
1790 | * fix notifications icons some more
|
1791 | [\#4887](https://github.com/matrix-org/matrix-react-sdk/pull/4887)
|
1792 | * Remove a bunch of noisy logging from the room list
|
1793 | [\#4886](https://github.com/matrix-org/matrix-react-sdk/pull/4886)
|
1794 | * Fix bell icon mismatch on room tile between hover and context menu
|
1795 | [\#4884](https://github.com/matrix-org/matrix-react-sdk/pull/4884)
|
1796 | * Add a null guard for message event previews
|
1797 | [\#4885](https://github.com/matrix-org/matrix-react-sdk/pull/4885)
|
1798 | * Enable the new room list by default and trigger an initial render
|
1799 | [\#4881](https://github.com/matrix-org/matrix-react-sdk/pull/4881)
|
1800 | * Fix selection states of room tiles in the new room list
|
1801 | [\#4879](https://github.com/matrix-org/matrix-react-sdk/pull/4879)
|
1802 | * Update mute icon behaviour for new room list designs
|
1803 | [\#4876](https://github.com/matrix-org/matrix-react-sdk/pull/4876)
|
1804 | * Fix alignment of avatars on community invites
|
1805 | [\#4878](https://github.com/matrix-org/matrix-react-sdk/pull/4878)
|
1806 | * Don't include empty badge container in minimized view
|
1807 | [\#4880](https://github.com/matrix-org/matrix-react-sdk/pull/4880)
|
1808 | * Fix alignment of dot badges in new room list
|
1809 | [\#4877](https://github.com/matrix-org/matrix-react-sdk/pull/4877)
|
1810 | * Reorganize and match new room list badges to old list behaviour
|
1811 | [\#4861](https://github.com/matrix-org/matrix-react-sdk/pull/4861)
|
1812 | * Implement breadcrumb notifications and scrolling
|
1813 | [\#4862](https://github.com/matrix-org/matrix-react-sdk/pull/4862)
|
1814 | * Add click-to-jump on badge in the room sublist header
|
1815 | [\#4875](https://github.com/matrix-org/matrix-react-sdk/pull/4875)
|
1816 | * Room List v2 context menu interactions
|
1817 | [\#4870](https://github.com/matrix-org/matrix-react-sdk/pull/4870)
|
1818 | * Wedge community invites into the new room list
|
1819 | [\#4874](https://github.com/matrix-org/matrix-react-sdk/pull/4874)
|
1820 | * Check whether crypto is enabled in room recovery reminder
|
1821 | [\#4873](https://github.com/matrix-org/matrix-react-sdk/pull/4873)
|
1822 | * Fix room list 2's room tile wrapping wrongly
|
1823 | [\#4872](https://github.com/matrix-org/matrix-react-sdk/pull/4872)
|
1824 | * Hide scrollbar without pixel jumping
|
1825 | [\#4863](https://github.com/matrix-org/matrix-react-sdk/pull/4863)
|
1826 | * Room Tile context menu, notifications, indicator and placement
|
1827 | [\#4858](https://github.com/matrix-org/matrix-react-sdk/pull/4858)
|
1828 | * Improve resizing interactions in the new room list
|
1829 | [\#4865](https://github.com/matrix-org/matrix-react-sdk/pull/4865)
|
1830 | * Disable use of account-level ordering options in new room list
|
1831 | [\#4866](https://github.com/matrix-org/matrix-react-sdk/pull/4866)
|
1832 | * Remove context menu on invites in new room list
|
1833 | [\#4867](https://github.com/matrix-org/matrix-react-sdk/pull/4867)
|
1834 | * Fix reaction event crashes in message previews
|
1835 | [\#4868](https://github.com/matrix-org/matrix-react-sdk/pull/4868)
|
1836 |
|
1837 | Changes in [2.9.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.9.0) (2020-07-03)
|
1838 | ===================================================================================================
|
1839 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.9.0-rc.1...v2.9.0)
|
1840 |
|
1841 | * Upgrade to JS SDK 7.1.0
|
1842 | * Remove duplicate compact settings, handle device level updates
|
1843 | [\#4889](https://github.com/matrix-org/matrix-react-sdk/pull/4889)
|
1844 |
|
1845 | Changes in [2.9.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.9.0-rc.1) (2020-07-01)
|
1846 | =============================================================================================================
|
1847 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.8.1...v2.9.0-rc.1)
|
1848 |
|
1849 | * Upgrade to JS SDK 7.1.0-rc.1
|
1850 | * Update from Weblate
|
1851 | [\#4869](https://github.com/matrix-org/matrix-react-sdk/pull/4869)
|
1852 | * Fix a number of proliferation issues in the new room list
|
1853 | [\#4828](https://github.com/matrix-org/matrix-react-sdk/pull/4828)
|
1854 | * Fix jumping to read marker for events without tiles
|
1855 | [\#4860](https://github.com/matrix-org/matrix-react-sdk/pull/4860)
|
1856 | * De-duplicate rooms from the room autocomplete provider
|
1857 | [\#4859](https://github.com/matrix-org/matrix-react-sdk/pull/4859)
|
1858 | * Add file upload button to recovery key input
|
1859 | [\#4847](https://github.com/matrix-org/matrix-react-sdk/pull/4847)
|
1860 | * Implement new design on security setup & login
|
1861 | [\#4831](https://github.com/matrix-org/matrix-react-sdk/pull/4831)
|
1862 | * Fix /join slash command via servers including room id as a via
|
1863 | [\#4856](https://github.com/matrix-org/matrix-react-sdk/pull/4856)
|
1864 | * Add Generic Expiring Toast and timing hooks
|
1865 | [\#4855](https://github.com/matrix-org/matrix-react-sdk/pull/4855)
|
1866 | * Fix Room Custom Sounds regression and make ProgressBar relevant again
|
1867 | [\#4846](https://github.com/matrix-org/matrix-react-sdk/pull/4846)
|
1868 | * Including start_sso and start_cas in redirect loop prevention
|
1869 | [\#4854](https://github.com/matrix-org/matrix-react-sdk/pull/4854)
|
1870 | * Clean up TODO comments for new room list
|
1871 | [\#4850](https://github.com/matrix-org/matrix-react-sdk/pull/4850)
|
1872 | * Show timestamp of redaction on hover
|
1873 | [\#4622](https://github.com/matrix-org/matrix-react-sdk/pull/4622)
|
1874 | * Remove the DM button from new room tiles
|
1875 | [\#4849](https://github.com/matrix-org/matrix-react-sdk/pull/4849)
|
1876 | * Hide room list show less button if it would do nothing
|
1877 | [\#4848](https://github.com/matrix-org/matrix-react-sdk/pull/4848)
|
1878 | * Improve message preview copy in new room list
|
1879 | [\#4823](https://github.com/matrix-org/matrix-react-sdk/pull/4823)
|
1880 | * Allow the tag panel to be disabled in the new room list
|
1881 | [\#4844](https://github.com/matrix-org/matrix-react-sdk/pull/4844)
|
1882 | * Make the whole user row clickable in the new room list
|
1883 | [\#4843](https://github.com/matrix-org/matrix-react-sdk/pull/4843)
|
1884 | * Add a new spinner design behind a labs flag
|
1885 | [\#4842](https://github.com/matrix-org/matrix-react-sdk/pull/4842)
|
1886 | * ts-ignore because something is made of fail
|
1887 | [\#4845](https://github.com/matrix-org/matrix-react-sdk/pull/4845)
|
1888 | * Fix Welcome.html CAS and SSO URLs not working
|
1889 | [\#4838](https://github.com/matrix-org/matrix-react-sdk/pull/4838)
|
1890 | * More small tweaks in preparation for Notifications rework
|
1891 | [\#4835](https://github.com/matrix-org/matrix-react-sdk/pull/4835)
|
1892 | * Iterate on the new room list resize handle
|
1893 | [\#4840](https://github.com/matrix-org/matrix-react-sdk/pull/4840)
|
1894 | * Update sublists for new hover states
|
1895 | [\#4837](https://github.com/matrix-org/matrix-react-sdk/pull/4837)
|
1896 | * Tweak parts of the new room list design
|
1897 | [\#4839](https://github.com/matrix-org/matrix-react-sdk/pull/4839)
|
1898 | * Implement new resize handle for dogfooding
|
1899 | [\#4836](https://github.com/matrix-org/matrix-react-sdk/pull/4836)
|
1900 | * Hide app badge count for hidden upgraded rooms (non-highlight)
|
1901 | [\#4834](https://github.com/matrix-org/matrix-react-sdk/pull/4834)
|
1902 | * Move compact modern layout checkbox to 'advanced'
|
1903 | [\#4822](https://github.com/matrix-org/matrix-react-sdk/pull/4822)
|
1904 | * Allow the user to resize the new sublists to 1 tile
|
1905 | [\#4825](https://github.com/matrix-org/matrix-react-sdk/pull/4825)
|
1906 | * Make LoggedInView a real component because it uses shouldComponentUpdate
|
1907 | [\#4832](https://github.com/matrix-org/matrix-react-sdk/pull/4832)
|
1908 | * Small tweaks in preparation for Notifications rework
|
1909 | [\#4829](https://github.com/matrix-org/matrix-react-sdk/pull/4829)
|
1910 | * Remove extraneous debug from the new left panel
|
1911 | [\#4826](https://github.com/matrix-org/matrix-react-sdk/pull/4826)
|
1912 | * Fix icons in the new user menu not showing up
|
1913 | [\#4824](https://github.com/matrix-org/matrix-react-sdk/pull/4824)
|
1914 | * Fix sticky room disappearing/jumping in search results
|
1915 | [\#4817](https://github.com/matrix-org/matrix-react-sdk/pull/4817)
|
1916 | * Show cross-signing / secret storage reset button in more cases
|
1917 | [\#4821](https://github.com/matrix-org/matrix-react-sdk/pull/4821)
|
1918 | * Use theme-capable icons in the user menu
|
1919 | [\#4819](https://github.com/matrix-org/matrix-react-sdk/pull/4819)
|
1920 | * Font support in custom themes
|
1921 | [\#4814](https://github.com/matrix-org/matrix-react-sdk/pull/4814)
|
1922 | * Decrease margin between new sublists
|
1923 | [\#4816](https://github.com/matrix-org/matrix-react-sdk/pull/4816)
|
1924 | * Update profile information in User Menu and truncate where needed
|
1925 | [\#4818](https://github.com/matrix-org/matrix-react-sdk/pull/4818)
|
1926 | * Fix MessageActionBar in irc layout
|
1927 | [\#4802](https://github.com/matrix-org/matrix-react-sdk/pull/4802)
|
1928 | * Mark messages with a black shield if the megolm session isn't trusted
|
1929 | [\#4797](https://github.com/matrix-org/matrix-react-sdk/pull/4797)
|
1930 | * Custom font selection
|
1931 | [\#4761](https://github.com/matrix-org/matrix-react-sdk/pull/4761)
|
1932 | * Use the correct timeline reference for message previews
|
1933 | [\#4812](https://github.com/matrix-org/matrix-react-sdk/pull/4812)
|
1934 | * Fix read receipt handling in the new room list
|
1935 | [\#4811](https://github.com/matrix-org/matrix-react-sdk/pull/4811)
|
1936 | * Improve unread/badge states in new room list (mk II)
|
1937 | [\#4805](https://github.com/matrix-org/matrix-react-sdk/pull/4805)
|
1938 | * Only fire setting changes for changed settings
|
1939 | [\#4803](https://github.com/matrix-org/matrix-react-sdk/pull/4803)
|
1940 | * Trigger room-specific watchers whenever a higher level change happens
|
1941 | [\#4804](https://github.com/matrix-org/matrix-react-sdk/pull/4804)
|
1942 | * Have the theme switcher set the device-level theme to match settings
|
1943 | [\#4810](https://github.com/matrix-org/matrix-react-sdk/pull/4810)
|
1944 | * Fix layout of minimized view for new room list
|
1945 | [\#4808](https://github.com/matrix-org/matrix-react-sdk/pull/4808)
|
1946 | * Fix sticky headers over/under extending themselves in the new room list
|
1947 | [\#4809](https://github.com/matrix-org/matrix-react-sdk/pull/4809)
|
1948 | * Update read receipt remainder for internal font size change
|
1949 | [\#4806](https://github.com/matrix-org/matrix-react-sdk/pull/4806)
|
1950 | * Fix some appearance tab crash and implement style nits
|
1951 | [\#4801](https://github.com/matrix-org/matrix-react-sdk/pull/4801)
|
1952 | * Add message preview for font slider
|
1953 | [\#4770](https://github.com/matrix-org/matrix-react-sdk/pull/4770)
|
1954 | * Add layout options to the appearance tab
|
1955 | [\#4773](https://github.com/matrix-org/matrix-react-sdk/pull/4773)
|
1956 | * Update from Weblate
|
1957 | [\#4800](https://github.com/matrix-org/matrix-react-sdk/pull/4800)
|
1958 | * Support accounts with cross signing but no SSSS
|
1959 | [\#4717](https://github.com/matrix-org/matrix-react-sdk/pull/4717)
|
1960 | * Look for existing verification requests after login
|
1961 | [\#4762](https://github.com/matrix-org/matrix-react-sdk/pull/4762)
|
1962 | * Add a checkpoint to index newly encrypted rooms.
|
1963 | [\#4611](https://github.com/matrix-org/matrix-react-sdk/pull/4611)
|
1964 | * Add support to paginate search results when using Seshat.
|
1965 | [\#4705](https://github.com/matrix-org/matrix-react-sdk/pull/4705)
|
1966 | * User versions in the event index.
|
1967 | [\#4788](https://github.com/matrix-org/matrix-react-sdk/pull/4788)
|
1968 | * Fix crash when filtering new room list too fast
|
1969 | [\#4796](https://github.com/matrix-org/matrix-react-sdk/pull/4796)
|
1970 | * hide search results from unknown rooms
|
1971 | [\#4795](https://github.com/matrix-org/matrix-react-sdk/pull/4795)
|
1972 | * Mark the new room list as ready for general testing
|
1973 | [\#4794](https://github.com/matrix-org/matrix-react-sdk/pull/4794)
|
1974 | * Extend QueryMatcher's sorting heuristic
|
1975 | [\#4784](https://github.com/matrix-org/matrix-react-sdk/pull/4784)
|
1976 | * Lint ts semicolons (aka. The great semicolon migration)
|
1977 | [\#4791](https://github.com/matrix-org/matrix-react-sdk/pull/4791)
|
1978 | * Revert "Use recovery keys over passphrases"
|
1979 | [\#4790](https://github.com/matrix-org/matrix-react-sdk/pull/4790)
|
1980 | * Clear `top` when not sticking headers to the top
|
1981 | [\#4783](https://github.com/matrix-org/matrix-react-sdk/pull/4783)
|
1982 | * Don't show a 'show less' button when it's impossible to collapse
|
1983 | [\#4785](https://github.com/matrix-org/matrix-react-sdk/pull/4785)
|
1984 | * Fix show less/more button occluding the list automatically
|
1985 | [\#4786](https://github.com/matrix-org/matrix-react-sdk/pull/4786)
|
1986 | * Improve room switching in the new room list
|
1987 | [\#4787](https://github.com/matrix-org/matrix-react-sdk/pull/4787)
|
1988 | * Remove labs option to cache 'passphrase'
|
1989 | [\#4789](https://github.com/matrix-org/matrix-react-sdk/pull/4789)
|
1990 | * Remove escape backslashes in non-Markdown messages
|
1991 | [\#4694](https://github.com/matrix-org/matrix-react-sdk/pull/4694)
|
1992 |
|
1993 | Changes in [2.8.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.8.1) (2020-06-29)
|
1994 | ===================================================================================================
|
1995 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.8.0...v2.8.1)
|
1996 |
|
1997 | * Support accounts with cross signing but no SSSS
|
1998 | [\#4852](https://github.com/matrix-org/matrix-react-sdk/pull/4852)
|
1999 |
|
2000 | Changes in [2.8.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.8.0) (2020-06-23)
|
2001 | ===================================================================================================
|
2002 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.8.0-rc.1...v2.8.0)
|
2003 |
|
2004 | * Upgrade to JS SDK 7.0.0
|
2005 | * Update read receipt remainder for internal font size change
|
2006 | [\#4807](https://github.com/matrix-org/matrix-react-sdk/pull/4807)
|
2007 | * Revert "Use recovery keys over passphrases"
|
2008 | [\#4793](https://github.com/matrix-org/matrix-react-sdk/pull/4793)
|
2009 |
|
2010 | 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)
|
2011 | =============================================================================================================
|
2012 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.2...v2.8.0-rc.1)
|
2013 |
|
2014 | * Upgrade to JS SDK 7.0.0-rc.1
|
2015 | * Fix Styled Checkbox and Radio Button disabled state
|
2016 | [\#4778](https://github.com/matrix-org/matrix-react-sdk/pull/4778)
|
2017 | * clean up and fix the isMasterRuleEnabled logic
|
2018 | [\#4782](https://github.com/matrix-org/matrix-react-sdk/pull/4782)
|
2019 | * Fix case-sensitivity of /me to match rest of slash commands
|
2020 | [\#4763](https://github.com/matrix-org/matrix-react-sdk/pull/4763)
|
2021 | * Add a 'show less' button to the new room list
|
2022 | [\#4765](https://github.com/matrix-org/matrix-react-sdk/pull/4765)
|
2023 | * Update from Weblate
|
2024 | [\#4781](https://github.com/matrix-org/matrix-react-sdk/pull/4781)
|
2025 | * Sticky and collapsing headers for new room list
|
2026 | [\#4758](https://github.com/matrix-org/matrix-react-sdk/pull/4758)
|
2027 | * Make the room list labs setting reload on change
|
2028 | [\#4780](https://github.com/matrix-org/matrix-react-sdk/pull/4780)
|
2029 | * Handle/hide old rooms in the room list
|
2030 | [\#4767](https://github.com/matrix-org/matrix-react-sdk/pull/4767)
|
2031 | * Add some media queries to improve UI on mobile (#3991)
|
2032 | [\#4656](https://github.com/matrix-org/matrix-react-sdk/pull/4656)
|
2033 | * Match fuzzy filtering a bit more reliably in the new room list
|
2034 | [\#4769](https://github.com/matrix-org/matrix-react-sdk/pull/4769)
|
2035 | * Improve Field ts definitions some more
|
2036 | [\#4777](https://github.com/matrix-org/matrix-react-sdk/pull/4777)
|
2037 | * Fix alignment of checkboxes in new room list's context menu
|
2038 | [\#4776](https://github.com/matrix-org/matrix-react-sdk/pull/4776)
|
2039 | * Fix Field ts def, fix LocalEchoWrapper and NotificationsEnabledController
|
2040 | [\#4775](https://github.com/matrix-org/matrix-react-sdk/pull/4775)
|
2041 | * Add presence indicators and globes to new room list
|
2042 | [\#4774](https://github.com/matrix-org/matrix-react-sdk/pull/4774)
|
2043 | * Include the sticky room when filtering in the new room list
|
2044 | [\#4772](https://github.com/matrix-org/matrix-react-sdk/pull/4772)
|
2045 | * Add a home button to the new room list menu when available
|
2046 | [\#4771](https://github.com/matrix-org/matrix-react-sdk/pull/4771)
|
2047 | * use group layout for search results
|
2048 | [\#4764](https://github.com/matrix-org/matrix-react-sdk/pull/4764)
|
2049 | * Fix m.id.phone spec compliance
|
2050 | [\#4757](https://github.com/matrix-org/matrix-react-sdk/pull/4757)
|
2051 | * User Info default power levels for ban/kick/redact to 50 as per spec
|
2052 | [\#4759](https://github.com/matrix-org/matrix-react-sdk/pull/4759)
|
2053 | * Match new room list's text search to old room list
|
2054 | [\#4768](https://github.com/matrix-org/matrix-react-sdk/pull/4768)
|
2055 | * Fix ordering of recent rooms in the new room list
|
2056 | [\#4766](https://github.com/matrix-org/matrix-react-sdk/pull/4766)
|
2057 | * Change theme selector to use new styled radio buttons
|
2058 | [\#4731](https://github.com/matrix-org/matrix-react-sdk/pull/4731)
|
2059 | * Use recovery keys over passphrases
|
2060 | [\#4686](https://github.com/matrix-org/matrix-react-sdk/pull/4686)
|
2061 | * Update from Weblate
|
2062 | [\#4760](https://github.com/matrix-org/matrix-react-sdk/pull/4760)
|
2063 | * Initial dark theme support for new room list
|
2064 | [\#4756](https://github.com/matrix-org/matrix-react-sdk/pull/4756)
|
2065 | * Support per-list options and algorithms on the new room list
|
2066 | [\#4754](https://github.com/matrix-org/matrix-react-sdk/pull/4754)
|
2067 | * Send read marker updates immediately after moving visually
|
2068 | [\#4755](https://github.com/matrix-org/matrix-react-sdk/pull/4755)
|
2069 | * Add a minimized view to the new room list
|
2070 | [\#4753](https://github.com/matrix-org/matrix-react-sdk/pull/4753)
|
2071 | * Fix e2e icon alignment in irc-layout
|
2072 | [\#4752](https://github.com/matrix-org/matrix-react-sdk/pull/4752)
|
2073 | * Add some resource leak protection to new room list badges
|
2074 | [\#4750](https://github.com/matrix-org/matrix-react-sdk/pull/4750)
|
2075 | * Fix read-receipt alignment
|
2076 | [\#4747](https://github.com/matrix-org/matrix-react-sdk/pull/4747)
|
2077 | * Show message previews on the new room list tiles
|
2078 | [\#4751](https://github.com/matrix-org/matrix-react-sdk/pull/4751)
|
2079 | * Fix various layout concerns with the new room list
|
2080 | [\#4749](https://github.com/matrix-org/matrix-react-sdk/pull/4749)
|
2081 | * Prioritize text on the clipboard over file
|
2082 | [\#4748](https://github.com/matrix-org/matrix-react-sdk/pull/4748)
|
2083 | * Move Settings flag to ts
|
2084 | [\#4729](https://github.com/matrix-org/matrix-react-sdk/pull/4729)
|
2085 | * Add a context menu to rooms in the new room list
|
2086 | [\#4743](https://github.com/matrix-org/matrix-react-sdk/pull/4743)
|
2087 | * Add hover states and basic context menu to new room list
|
2088 | [\#4742](https://github.com/matrix-org/matrix-react-sdk/pull/4742)
|
2089 | * Update resize handle for new designs in new room list
|
2090 | [\#4741](https://github.com/matrix-org/matrix-react-sdk/pull/4741)
|
2091 | * Improve general stability in the new room list
|
2092 | [\#4740](https://github.com/matrix-org/matrix-react-sdk/pull/4740)
|
2093 | * Reimplement breadcrumbs for new room list
|
2094 | [\#4735](https://github.com/matrix-org/matrix-react-sdk/pull/4735)
|
2095 | * Add styled radio buttons
|
2096 | [\#4744](https://github.com/matrix-org/matrix-react-sdk/pull/4744)
|
2097 | * Hide checkbox tick on dark backgrounds
|
2098 | [\#4730](https://github.com/matrix-org/matrix-react-sdk/pull/4730)
|
2099 | * Make checkboxes a11y friendly
|
2100 | [\#4746](https://github.com/matrix-org/matrix-react-sdk/pull/4746)
|
2101 | * EventIndex: Store and restore the encryption info for encrypted events.
|
2102 | [\#4738](https://github.com/matrix-org/matrix-react-sdk/pull/4738)
|
2103 | * Use IDestroyable instead of IDisposable
|
2104 | [\#4739](https://github.com/matrix-org/matrix-react-sdk/pull/4739)
|
2105 | * Add/improve badge counts in new room list
|
2106 | [\#4734](https://github.com/matrix-org/matrix-react-sdk/pull/4734)
|
2107 | * Convert FormattingUtils to TypeScript and add badge utility function
|
2108 | [\#4732](https://github.com/matrix-org/matrix-react-sdk/pull/4732)
|
2109 | * Add filtering and exploring to the new room list
|
2110 | [\#4736](https://github.com/matrix-org/matrix-react-sdk/pull/4736)
|
2111 | * Support prioritized room list filters
|
2112 | [\#4737](https://github.com/matrix-org/matrix-react-sdk/pull/4737)
|
2113 | * Clean up font scaling appearance
|
2114 | [\#4733](https://github.com/matrix-org/matrix-react-sdk/pull/4733)
|
2115 | * Add user menu to new room list
|
2116 | [\#4722](https://github.com/matrix-org/matrix-react-sdk/pull/4722)
|
2117 | * New room list basic styling and layout
|
2118 | [\#4711](https://github.com/matrix-org/matrix-react-sdk/pull/4711)
|
2119 | * Fix read receipt overlap
|
2120 | [\#4727](https://github.com/matrix-org/matrix-react-sdk/pull/4727)
|
2121 | * Load correct default font size
|
2122 | [\#4726](https://github.com/matrix-org/matrix-react-sdk/pull/4726)
|
2123 | * send state of lowBandwidth in rageshakes
|
2124 | [\#4724](https://github.com/matrix-org/matrix-react-sdk/pull/4724)
|
2125 | * Change internal font size from from 15 to 10
|
2126 | [\#4725](https://github.com/matrix-org/matrix-react-sdk/pull/4725)
|
2127 | * Upgrade deps
|
2128 | [\#4723](https://github.com/matrix-org/matrix-react-sdk/pull/4723)
|
2129 | * Ensure active Jitsi conference is closed on widget pop-out
|
2130 | [\#4444](https://github.com/matrix-org/matrix-react-sdk/pull/4444)
|
2131 | * Introduce sticky rooms to the new room list
|
2132 | [\#4720](https://github.com/matrix-org/matrix-react-sdk/pull/4720)
|
2133 | * Handle remaining cases for room updates in new room list
|
2134 | [\#4721](https://github.com/matrix-org/matrix-react-sdk/pull/4721)
|
2135 | * Allow searching the emoji picker using other emoji
|
2136 | [\#4719](https://github.com/matrix-org/matrix-react-sdk/pull/4719)
|
2137 | * New room list scrolling and resizing
|
2138 | [\#4697](https://github.com/matrix-org/matrix-react-sdk/pull/4697)
|
2139 | * Don't show FormatBar if composer is empty
|
2140 | [\#4696](https://github.com/matrix-org/matrix-react-sdk/pull/4696)
|
2141 | * Split the left panel into new and old for new room list designs
|
2142 | [\#4687](https://github.com/matrix-org/matrix-react-sdk/pull/4687)
|
2143 | * Fix compact layout regression
|
2144 | [\#4712](https://github.com/matrix-org/matrix-react-sdk/pull/4712)
|
2145 | * fix emoji in safari
|
2146 | [\#4710](https://github.com/matrix-org/matrix-react-sdk/pull/4710)
|
2147 | * Fix not being able to dismiss new login toasts
|
2148 | [\#4709](https://github.com/matrix-org/matrix-react-sdk/pull/4709)
|
2149 | * Fix exceptions from Tooltip
|
2150 | [\#4708](https://github.com/matrix-org/matrix-react-sdk/pull/4708)
|
2151 | * Stop removing variation selector from quick reactions
|
2152 | [\#4707](https://github.com/matrix-org/matrix-react-sdk/pull/4707)
|
2153 | * Tidy up continuation algorithm and make it work for hidden profile changes
|
2154 | [\#4704](https://github.com/matrix-org/matrix-react-sdk/pull/4704)
|
2155 | * Profile settings should never show a disambiguated display name
|
2156 | [\#4699](https://github.com/matrix-org/matrix-react-sdk/pull/4699)
|
2157 | * Prevent (double) 4S bootstrap from RestoreKeyBackupDialog
|
2158 | [\#4701](https://github.com/matrix-org/matrix-react-sdk/pull/4701)
|
2159 | * Stop checkbox styling bleeding through room address selector
|
2160 | [\#4691](https://github.com/matrix-org/matrix-react-sdk/pull/4691)
|
2161 | * Center HeaderButtons
|
2162 | [\#4695](https://github.com/matrix-org/matrix-react-sdk/pull/4695)
|
2163 | * Add .well-known option to control default e2ee behaviour
|
2164 | [\#4605](https://github.com/matrix-org/matrix-react-sdk/pull/4605)
|
2165 | * Add max-width to right and left panels
|
2166 | [\#4692](https://github.com/matrix-org/matrix-react-sdk/pull/4692)
|
2167 | * Fix login loop where the sso flow returns to `#/login`
|
2168 | [\#4685](https://github.com/matrix-org/matrix-react-sdk/pull/4685)
|
2169 | * Don't clear MAU toasts when a successful sync comes in
|
2170 | [\#4690](https://github.com/matrix-org/matrix-react-sdk/pull/4690)
|
2171 | * Add initial filtering support to new room list
|
2172 | [\#4681](https://github.com/matrix-org/matrix-react-sdk/pull/4681)
|
2173 | * Bubble up a decline-to-render of verification events to outside wrapper
|
2174 | [\#4664](https://github.com/matrix-org/matrix-react-sdk/pull/4664)
|
2175 | * upgrade to twemoji 13.0.0
|
2176 | [\#4672](https://github.com/matrix-org/matrix-react-sdk/pull/4672)
|
2177 | * Apply FocusLock to ImageView to capture Escape handling
|
2178 | [\#4666](https://github.com/matrix-org/matrix-react-sdk/pull/4666)
|
2179 | * Fix the 'complete security' screen
|
2180 | [\#4689](https://github.com/matrix-org/matrix-react-sdk/pull/4689)
|
2181 | * add null-guard for Autocomplete containerRef
|
2182 | [\#4688](https://github.com/matrix-org/matrix-react-sdk/pull/4688)
|
2183 | * Remove legacy codepaths for Unknown Device Error (UDE/UDD) handling
|
2184 | [\#4660](https://github.com/matrix-org/matrix-react-sdk/pull/4660)
|
2185 | * Remove feature_cross_signing
|
2186 | [\#4655](https://github.com/matrix-org/matrix-react-sdk/pull/4655)
|
2187 | * Autocomplete: use scrollIntoView for auto-scroll to fix it
|
2188 | [\#4670](https://github.com/matrix-org/matrix-react-sdk/pull/4670)
|
2189 |
|
2190 | Changes in [2.7.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.2) (2020-06-16)
|
2191 | ===================================================================================================
|
2192 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.1...v2.7.2)
|
2193 |
|
2194 | * Upgrade to JS SDK 6.2.2
|
2195 |
|
2196 | Changes in [2.7.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.1) (2020-06-05)
|
2197 | ===================================================================================================
|
2198 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.0...v2.7.1)
|
2199 |
|
2200 | * Upgrade to JS SDK 6.2.1
|
2201 | * Fix exceptions from Tooltip
|
2202 | [\#4716](https://github.com/matrix-org/matrix-react-sdk/pull/4716)
|
2203 | * Fix not being able to dismiss new login toasts
|
2204 | [\#4715](https://github.com/matrix-org/matrix-react-sdk/pull/4715)
|
2205 | * Fix compact layout regression
|
2206 | [\#4714](https://github.com/matrix-org/matrix-react-sdk/pull/4714)
|
2207 |
|
2208 | Changes in [2.7.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.0) (2020-06-04)
|
2209 | ===================================================================================================
|
2210 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.0-rc.2...v2.7.0)
|
2211 |
|
2212 | * Upgrade to JS SDK 6.2.0
|
2213 | * Prevent (double) 4S bootstrap from RestoreKeyBackupDialog
|
2214 | [\#4703](https://github.com/matrix-org/matrix-react-sdk/pull/4703)
|
2215 | * Fix checkbox bleed
|
2216 | [\#4702](https://github.com/matrix-org/matrix-react-sdk/pull/4702)
|
2217 | * Fix login loop where the sso flow returns to `#/login` to release
|
2218 | [\#4693](https://github.com/matrix-org/matrix-react-sdk/pull/4693)
|
2219 |
|
2220 | Changes in [2.7.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.0-rc.2) (2020-06-02)
|
2221 | =============================================================================================================
|
2222 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.7.0-rc.1...v2.7.0-rc.2)
|
2223 |
|
2224 | * Rewire the Sticker button to be an Emoji Picker
|
2225 | [\#3747](https://github.com/matrix-org/matrix-react-sdk/pull/3747)
|
2226 |
|
2227 | Changes in [2.7.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.7.0-rc.1) (2020-06-02)
|
2228 | =============================================================================================================
|
2229 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.6.1...v2.7.0-rc.1)
|
2230 |
|
2231 | * Upgrade to JS SDK 6.2.0-rc.1
|
2232 | * Update from Weblate
|
2233 | [\#4683](https://github.com/matrix-org/matrix-react-sdk/pull/4683)
|
2234 | * Make auth argument in the register request compliant with r0.6.0
|
2235 | [\#4347](https://github.com/matrix-org/matrix-react-sdk/pull/4347)
|
2236 | * Revert "Prevent PersistedElements overflowing scrolled areas"
|
2237 | [\#4682](https://github.com/matrix-org/matrix-react-sdk/pull/4682)
|
2238 | * Remove unused TagPanelButtons
|
2239 | [\#4680](https://github.com/matrix-org/matrix-react-sdk/pull/4680)
|
2240 | * Pass roomId to IRCTimelineProfileResizer
|
2241 | [\#4679](https://github.com/matrix-org/matrix-react-sdk/pull/4679)
|
2242 | * Remove logging to console for irc name resize
|
2243 | [\#4678](https://github.com/matrix-org/matrix-react-sdk/pull/4678)
|
2244 | * Use arrow functions instead of binding `this`
|
2245 | [\#4677](https://github.com/matrix-org/matrix-react-sdk/pull/4677)
|
2246 | * Increase specificity of compact layout selectors
|
2247 | [\#4675](https://github.com/matrix-org/matrix-react-sdk/pull/4675)
|
2248 | * Create and use stylised checkboxes
|
2249 | [\#4665](https://github.com/matrix-org/matrix-react-sdk/pull/4665)
|
2250 | * useIRCLayout moved to props
|
2251 | [\#4676](https://github.com/matrix-org/matrix-react-sdk/pull/4676)
|
2252 | * Fix paste image to upload
|
2253 | [\#4674](https://github.com/matrix-org/matrix-react-sdk/pull/4674)
|
2254 | * Fix FilePanel and NotificationsPanel regression
|
2255 | [\#4647](https://github.com/matrix-org/matrix-react-sdk/pull/4647)
|
2256 | * Allow deferring of Update Toast until the next morning
|
2257 | [\#4669](https://github.com/matrix-org/matrix-react-sdk/pull/4669)
|
2258 | * Give contextual feedback for manual update check instead of banner
|
2259 | [\#4668](https://github.com/matrix-org/matrix-react-sdk/pull/4668)
|
2260 | * Dialog wrap title instead of taking same space as the close/cancel button
|
2261 | [\#4659](https://github.com/matrix-org/matrix-react-sdk/pull/4659)
|
2262 | * Update Modular hosting link
|
2263 | [\#4627](https://github.com/matrix-org/matrix-react-sdk/pull/4627)
|
2264 | * Fix field placeholder regression
|
2265 | [\#4663](https://github.com/matrix-org/matrix-react-sdk/pull/4663)
|
2266 | * Fix/document a number of UIA oddities
|
2267 | [\#4667](https://github.com/matrix-org/matrix-react-sdk/pull/4667)
|
2268 | * Stop copy icon repeating weirdly
|
2269 | [\#4662](https://github.com/matrix-org/matrix-react-sdk/pull/4662)
|
2270 | * Try and fix the Notifier race
|
2271 | [\#4661](https://github.com/matrix-org/matrix-react-sdk/pull/4661)
|
2272 | * set the client's pickle key if the platform can store one
|
2273 | [\#4657](https://github.com/matrix-org/matrix-react-sdk/pull/4657)
|
2274 | * Migrate Banners to Toasts
|
2275 | [\#4624](https://github.com/matrix-org/matrix-react-sdk/pull/4624)
|
2276 | * Move Appearance tab to ts
|
2277 | [\#4658](https://github.com/matrix-org/matrix-react-sdk/pull/4658)
|
2278 | * Fix room alias lookup vs peeking race condition
|
2279 | [\#4606](https://github.com/matrix-org/matrix-react-sdk/pull/4606)
|
2280 | * Fix encryption icon miss-alignment
|
2281 | [\#4651](https://github.com/matrix-org/matrix-react-sdk/pull/4651)
|
2282 | * Fix sublist sizing regression
|
2283 | [\#4649](https://github.com/matrix-org/matrix-react-sdk/pull/4649)
|
2284 | * Fix lines overflowing room list width
|
2285 | [\#4650](https://github.com/matrix-org/matrix-react-sdk/pull/4650)
|
2286 | * Remove the keyshare dialog
|
2287 | [\#4648](https://github.com/matrix-org/matrix-react-sdk/pull/4648)
|
2288 | * Update badge counts in new room list as needed
|
2289 | [\#4654](https://github.com/matrix-org/matrix-react-sdk/pull/4654)
|
2290 | * EventIndex: Handle invalid m.room.redaction events correctly.
|
2291 | [\#4653](https://github.com/matrix-org/matrix-react-sdk/pull/4653)
|
2292 | * EventIndex: Print out the checkpoint if there was an error during a crawl
|
2293 | [\#4652](https://github.com/matrix-org/matrix-react-sdk/pull/4652)
|
2294 | * Move Field to Typescript
|
2295 | [\#4635](https://github.com/matrix-org/matrix-react-sdk/pull/4635)
|
2296 | * Use connection error to detect network problem
|
2297 | [\#4646](https://github.com/matrix-org/matrix-react-sdk/pull/4646)
|
2298 | * Revert default font size to 15px
|
2299 | [\#4641](https://github.com/matrix-org/matrix-react-sdk/pull/4641)
|
2300 | * Add logging when room join fails
|
2301 | [\#4645](https://github.com/matrix-org/matrix-react-sdk/pull/4645)
|
2302 | * Remove EncryptedEventDialog
|
2303 | [\#4644](https://github.com/matrix-org/matrix-react-sdk/pull/4644)
|
2304 | * Migrate Toasts to Typescript and to granular priority system
|
2305 | [\#4618](https://github.com/matrix-org/matrix-react-sdk/pull/4618)
|
2306 | * Update Crypto Store Too New copy
|
2307 | [\#4632](https://github.com/matrix-org/matrix-react-sdk/pull/4632)
|
2308 | * MemberAvatar should not have its own letter fallback, it should use
|
2309 | BaseAvatar
|
2310 | [\#4643](https://github.com/matrix-org/matrix-react-sdk/pull/4643)
|
2311 | * Fix media upload issues with abort and status bar
|
2312 | [\#4630](https://github.com/matrix-org/matrix-react-sdk/pull/4630)
|
2313 | * fix viewGroup to actually show the group if possible
|
2314 | [\#4633](https://github.com/matrix-org/matrix-react-sdk/pull/4633)
|
2315 | * Update confirm passphrase copy
|
2316 | [\#4634](https://github.com/matrix-org/matrix-react-sdk/pull/4634)
|
2317 | * Improve accessibility of the emoji picker
|
2318 | [\#4636](https://github.com/matrix-org/matrix-react-sdk/pull/4636)
|
2319 | * Fix Emoji Picker footer being too small if text overflows
|
2320 | [\#4631](https://github.com/matrix-org/matrix-react-sdk/pull/4631)
|
2321 | * Improve style of toasts to match Figma
|
2322 | [\#4613](https://github.com/matrix-org/matrix-react-sdk/pull/4613)
|
2323 | * Iterate toast count indicator more logically
|
2324 | [\#4620](https://github.com/matrix-org/matrix-react-sdk/pull/4620)
|
2325 | * Fix reacting to redactions
|
2326 | [\#4626](https://github.com/matrix-org/matrix-react-sdk/pull/4626)
|
2327 | * Fix sentMessageAndIsAlone by dispatching `message_sent` more consistently
|
2328 | [\#4628](https://github.com/matrix-org/matrix-react-sdk/pull/4628)
|
2329 | * Update from Weblate
|
2330 | [\#4640](https://github.com/matrix-org/matrix-react-sdk/pull/4640)
|
2331 | * Replace `alias` with `address` in copy for consistency
|
2332 | [\#4402](https://github.com/matrix-org/matrix-react-sdk/pull/4402)
|
2333 | * Convert MatrixClientPeg to TypeScript
|
2334 | [\#4638](https://github.com/matrix-org/matrix-react-sdk/pull/4638)
|
2335 | * Fix BaseAvatar wrongly retrying urls
|
2336 | [\#4629](https://github.com/matrix-org/matrix-react-sdk/pull/4629)
|
2337 | * Fix event highlights not being updated to reflect edits
|
2338 | [\#4637](https://github.com/matrix-org/matrix-react-sdk/pull/4637)
|
2339 | * Calculate badges in the new room list more reliably
|
2340 | [\#4625](https://github.com/matrix-org/matrix-react-sdk/pull/4625)
|
2341 | * Transition BaseAvatar to hooks
|
2342 | [\#4101](https://github.com/matrix-org/matrix-react-sdk/pull/4101)
|
2343 | * Convert BasePlatform and BaseEventIndexManager to Typescript
|
2344 | [\#4614](https://github.com/matrix-org/matrix-react-sdk/pull/4614)
|
2345 | * Fix: Tag_DM is not defined
|
2346 | [\#4619](https://github.com/matrix-org/matrix-react-sdk/pull/4619)
|
2347 | * Fix visibility of message timestamps
|
2348 | [\#4615](https://github.com/matrix-org/matrix-react-sdk/pull/4615)
|
2349 | * Rewrite the room list store
|
2350 | [\#4253](https://github.com/matrix-org/matrix-react-sdk/pull/4253)
|
2351 | * Update code style to mention switch statements
|
2352 | [\#4610](https://github.com/matrix-org/matrix-react-sdk/pull/4610)
|
2353 | * Fix key backup restore with SSSS
|
2354 | [\#4612](https://github.com/matrix-org/matrix-react-sdk/pull/4612)
|
2355 | * Handle null tokens in the crawler loop.
|
2356 | [\#4608](https://github.com/matrix-org/matrix-react-sdk/pull/4608)
|
2357 | * Font scaling settings and slider
|
2358 | [\#4424](https://github.com/matrix-org/matrix-react-sdk/pull/4424)
|
2359 | * Prevent PersistedElements overflowing scrolled areas
|
2360 | [\#4494](https://github.com/matrix-org/matrix-react-sdk/pull/4494)
|
2361 | * IRC ui layout
|
2362 | [\#4531](https://github.com/matrix-org/matrix-react-sdk/pull/4531)
|
2363 | * Remove SSSS key upgrade check from rageshake
|
2364 | [\#4607](https://github.com/matrix-org/matrix-react-sdk/pull/4607)
|
2365 | * Label the create room button better than "Add room"
|
2366 | [\#4603](https://github.com/matrix-org/matrix-react-sdk/pull/4603)
|
2367 | * Convert the dispatcher to TypeScript
|
2368 | [\#4593](https://github.com/matrix-org/matrix-react-sdk/pull/4593)
|
2369 | * Consolidate password/passphrase fields into a component & add dynamic colour
|
2370 | to progress
|
2371 | [\#4599](https://github.com/matrix-org/matrix-react-sdk/pull/4599)
|
2372 | * UserView, show Welcome page in the mid panel instead of empty space
|
2373 | [\#4590](https://github.com/matrix-org/matrix-react-sdk/pull/4590)
|
2374 | * Update from Weblate
|
2375 | [\#4601](https://github.com/matrix-org/matrix-react-sdk/pull/4601)
|
2376 | * Make email auth component fail better if server claims email isn't validated
|
2377 | [\#4600](https://github.com/matrix-org/matrix-react-sdk/pull/4600)
|
2378 | * Add new keyboard shortcuts for jump to unread and upload file
|
2379 | [\#4588](https://github.com/matrix-org/matrix-react-sdk/pull/4588)
|
2380 | * accept and linkify local domains like those from mDNS
|
2381 | [\#4594](https://github.com/matrix-org/matrix-react-sdk/pull/4594)
|
2382 | * Revert "ImageView make clicking off it easier"
|
2383 | [\#4586](https://github.com/matrix-org/matrix-react-sdk/pull/4586)
|
2384 | * wrap node-qrcode in a React FC and use it for ShareDialog
|
2385 | [\#4394](https://github.com/matrix-org/matrix-react-sdk/pull/4394)
|
2386 | * Pass screenAfterLogin through SSO in the callback url
|
2387 | [\#4585](https://github.com/matrix-org/matrix-react-sdk/pull/4585)
|
2388 | * Remove debugging that causes email addresses to load forever
|
2389 | [\#4597](https://github.com/matrix-org/matrix-react-sdk/pull/4597)
|
2390 |
|
2391 | Changes in [2.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.6.1) (2020-05-22)
|
2392 | ===================================================================================================
|
2393 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.6.0...v2.6.1)
|
2394 |
|
2395 | * Fix key backup restore with SSSS
|
2396 | [\#4617](https://github.com/matrix-org/matrix-react-sdk/pull/4617)
|
2397 | * Remove SSSS key upgrade check from rageshake
|
2398 | [\#4616](https://github.com/matrix-org/matrix-react-sdk/pull/4616)
|
2399 |
|
2400 | Changes in [2.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.6.0) (2020-05-19)
|
2401 | ===================================================================================================
|
2402 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.6.0-rc.1...v2.6.0)
|
2403 |
|
2404 | * Upgrade to JS SDK 6.1.0
|
2405 | * Revert "ImageView make clicking off it easier"
|
2406 | [\#4602](https://github.com/matrix-org/matrix-react-sdk/pull/4602)
|
2407 | * Remove debugging that causes email addresses to load forever (to release)
|
2408 | [\#4598](https://github.com/matrix-org/matrix-react-sdk/pull/4598)
|
2409 |
|
2410 | Changes in [2.6.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.6.0-rc.1) (2020-05-14)
|
2411 | =============================================================================================================
|
2412 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0...v2.6.0-rc.1)
|
2413 |
|
2414 | * Upgrade to JS SDK 6.1.0-rc.1
|
2415 | * Update from Weblate
|
2416 | [\#4596](https://github.com/matrix-org/matrix-react-sdk/pull/4596)
|
2417 | * Fix message edits dialog being wrong and sometimes crashing
|
2418 | [\#4595](https://github.com/matrix-org/matrix-react-sdk/pull/4595)
|
2419 | * Acquire a new session before enacting deactivation
|
2420 | [\#4584](https://github.com/matrix-org/matrix-react-sdk/pull/4584)
|
2421 | * Remove UI for upgrading 4S to symmetric encryption
|
2422 | [\#4581](https://github.com/matrix-org/matrix-react-sdk/pull/4581)
|
2423 | * Add copy to SSO prompts during cross-signing setup
|
2424 | [\#4555](https://github.com/matrix-org/matrix-react-sdk/pull/4555)
|
2425 | * Re-fix OpenID requests from widgets
|
2426 | [\#4592](https://github.com/matrix-org/matrix-react-sdk/pull/4592)
|
2427 | * Fix persistent widgets on desktop / http
|
2428 | [\#4591](https://github.com/matrix-org/matrix-react-sdk/pull/4591)
|
2429 | * Updated link and added:Yarn two is not yet used.
|
2430 | [\#4589](https://github.com/matrix-org/matrix-react-sdk/pull/4589)
|
2431 | * Fix topic dialog not supporting escape as it didn't have a "Close"
|
2432 | [\#4578](https://github.com/matrix-org/matrix-react-sdk/pull/4578)
|
2433 | * Default to public room when creating room from room directory
|
2434 | [\#4579](https://github.com/matrix-org/matrix-react-sdk/pull/4579)
|
2435 | * Replace png flags and add Kosovo to country code dropdown
|
2436 | [\#4576](https://github.com/matrix-org/matrix-react-sdk/pull/4576)
|
2437 | * Rename `trash (custom).svg` as electron doesn't like paths with spaces
|
2438 | [\#4583](https://github.com/matrix-org/matrix-react-sdk/pull/4583)
|
2439 | * Fix sign in / up links on previewed rooms
|
2440 | [\#4582](https://github.com/matrix-org/matrix-react-sdk/pull/4582)
|
2441 | * Avoid soft crash if unknown device in verification
|
2442 | [\#4580](https://github.com/matrix-org/matrix-react-sdk/pull/4580)
|
2443 | * Add slash commands /query and /msg to match IRC
|
2444 | [\#4568](https://github.com/matrix-org/matrix-react-sdk/pull/4568)
|
2445 | * Send cross-signing debug booleans over rageshake
|
2446 | [\#4570](https://github.com/matrix-org/matrix-react-sdk/pull/4570)
|
2447 | * Prompt user to specify an alternate server if theirs has registration off
|
2448 | [\#4575](https://github.com/matrix-org/matrix-react-sdk/pull/4575)
|
2449 | * Don't try and redact redactions for "Remove recent messages"
|
2450 | [\#4573](https://github.com/matrix-org/matrix-react-sdk/pull/4573)
|
2451 | * View Source should target the replacing event rather than the root one
|
2452 | [\#4571](https://github.com/matrix-org/matrix-react-sdk/pull/4571)
|
2453 | * Fix passphrase reset in key backup restore dialog
|
2454 | [\#4569](https://github.com/matrix-org/matrix-react-sdk/pull/4569)
|
2455 | * Ensure key backup gets dealt with correctly during secret storage reset
|
2456 | [\#4556](https://github.com/matrix-org/matrix-react-sdk/pull/4556)
|
2457 | * Fix crash for broken invites
|
2458 | [\#4565](https://github.com/matrix-org/matrix-react-sdk/pull/4565)
|
2459 | * Fix rageshake with no matrix client
|
2460 | [\#4572](https://github.com/matrix-org/matrix-react-sdk/pull/4572)
|
2461 | * Update from Weblate
|
2462 | [\#4567](https://github.com/matrix-org/matrix-react-sdk/pull/4567)
|
2463 | * Bring back UnknownBody for UISIs
|
2464 | [\#4564](https://github.com/matrix-org/matrix-react-sdk/pull/4564)
|
2465 | * clear tag panel selection if the community selected is left
|
2466 | [\#4559](https://github.com/matrix-org/matrix-react-sdk/pull/4559)
|
2467 | * Close ImageView when redacting
|
2468 | [\#4560](https://github.com/matrix-org/matrix-react-sdk/pull/4560)
|
2469 | * Redesign redactions
|
2470 | [\#4484](https://github.com/matrix-org/matrix-react-sdk/pull/4484)
|
2471 | * Don't try to reload profile information when closing the user panel
|
2472 | [\#4547](https://github.com/matrix-org/matrix-react-sdk/pull/4547)
|
2473 | * Fix right panel hiding when viewing room member
|
2474 | [\#4558](https://github.com/matrix-org/matrix-react-sdk/pull/4558)
|
2475 | * Don't erase password confirm on registration error
|
2476 | [\#4540](https://github.com/matrix-org/matrix-react-sdk/pull/4540)
|
2477 | * Add a loading state for email addresses/phone numbers in settings
|
2478 | [\#4557](https://github.com/matrix-org/matrix-react-sdk/pull/4557)
|
2479 | * set the meta tag for theme-color to the same theme css background
|
2480 | [\#4554](https://github.com/matrix-org/matrix-react-sdk/pull/4554)
|
2481 | * Update Invite Dialog copy to include email addresses
|
2482 | [\#4497](https://github.com/matrix-org/matrix-react-sdk/pull/4497)
|
2483 | * Fix slider toggle regression.
|
2484 | [\#4546](https://github.com/matrix-org/matrix-react-sdk/pull/4546)
|
2485 | * Fix a crash where a name could unexpectedly be an empty list
|
2486 | [\#4552](https://github.com/matrix-org/matrix-react-sdk/pull/4552)
|
2487 | * Solves communities can be dragged from context menu
|
2488 | [\#4492](https://github.com/matrix-org/matrix-react-sdk/pull/4492)
|
2489 | * Remove prefixes for composer avatar urls
|
2490 | [\#4553](https://github.com/matrix-org/matrix-react-sdk/pull/4553)
|
2491 | * Fix reply RR spacing getting doubled
|
2492 | [\#4541](https://github.com/matrix-org/matrix-react-sdk/pull/4541)
|
2493 | * Differentiate copy for own untrusted device dialog
|
2494 | [\#4549](https://github.com/matrix-org/matrix-react-sdk/pull/4549)
|
2495 | * EventIndex: Reduce the logging the event index is producing.
|
2496 | [\#4548](https://github.com/matrix-org/matrix-react-sdk/pull/4548)
|
2497 | * Increase rageshake size limit to 5mb
|
2498 | [\#4543](https://github.com/matrix-org/matrix-react-sdk/pull/4543)
|
2499 | * Update from Weblate
|
2500 | [\#4542](https://github.com/matrix-org/matrix-react-sdk/pull/4542)
|
2501 | * Guard against race when waiting for cross-signing to be ready
|
2502 | [\#4539](https://github.com/matrix-org/matrix-react-sdk/pull/4539)
|
2503 | * Wait for user to be verified in e2e setup
|
2504 | [\#4537](https://github.com/matrix-org/matrix-react-sdk/pull/4537)
|
2505 | * Convert MatrixChat to a TypeScript class
|
2506 | [\#4462](https://github.com/matrix-org/matrix-react-sdk/pull/4462)
|
2507 | * Mark room as read when escape is pressed
|
2508 | [\#4271](https://github.com/matrix-org/matrix-react-sdk/pull/4271)
|
2509 | * Only show key backup reminder when confirmed by server to be missing
|
2510 | [\#4534](https://github.com/matrix-org/matrix-react-sdk/pull/4534)
|
2511 | * Add device name to unverified session toast
|
2512 | [\#4535](https://github.com/matrix-org/matrix-react-sdk/pull/4535)
|
2513 | * Show progress when loading keys
|
2514 | [\#4507](https://github.com/matrix-org/matrix-react-sdk/pull/4507)
|
2515 | * Fix device verification toasts not disappearing
|
2516 | [\#4532](https://github.com/matrix-org/matrix-react-sdk/pull/4532)
|
2517 | * Update toast copy again
|
2518 | [\#4529](https://github.com/matrix-org/matrix-react-sdk/pull/4529)
|
2519 | * Re-apply theme after login
|
2520 | [\#4518](https://github.com/matrix-org/matrix-react-sdk/pull/4518)
|
2521 | * Reduce maximum width of toasts & allow multiple lines
|
2522 | [\#4525](https://github.com/matrix-org/matrix-react-sdk/pull/4525)
|
2523 | * Treat sessions that are there when we log in as old
|
2524 | [\#4524](https://github.com/matrix-org/matrix-react-sdk/pull/4524)
|
2525 | * Allow resetting storage from the access dialog
|
2526 | [\#4521](https://github.com/matrix-org/matrix-react-sdk/pull/4521)
|
2527 | * Update (bulk) unverified device toast copy
|
2528 | [\#4522](https://github.com/matrix-org/matrix-react-sdk/pull/4522)
|
2529 | * Make new device toasts appear above review toasts
|
2530 | [\#4519](https://github.com/matrix-org/matrix-react-sdk/pull/4519)
|
2531 | * Separate toasts for existing & new device verification
|
2532 | [\#4511](https://github.com/matrix-org/matrix-react-sdk/pull/4511)
|
2533 | * Slightly darker toggle off bg color
|
2534 | [\#4477](https://github.com/matrix-org/matrix-react-sdk/pull/4477)
|
2535 | * Fix pill vertical align
|
2536 | [\#4514](https://github.com/matrix-org/matrix-react-sdk/pull/4514)
|
2537 | * Fix set up encryption toast to use "set up" as action
|
2538 | [\#4502](https://github.com/matrix-org/matrix-react-sdk/pull/4502)
|
2539 | * Don't enable e2ee when inviting a 3pid
|
2540 | [\#4509](https://github.com/matrix-org/matrix-react-sdk/pull/4509)
|
2541 | * Fix internal link styling in Security Settings
|
2542 | [\#4510](https://github.com/matrix-org/matrix-react-sdk/pull/4510)
|
2543 | * Small custom theming fixes
|
2544 | [\#4508](https://github.com/matrix-org/matrix-react-sdk/pull/4508)
|
2545 | * Fix scaling issues
|
2546 | [\#4355](https://github.com/matrix-org/matrix-react-sdk/pull/4355)
|
2547 | * Aggregate device verify toasts
|
2548 | [\#4506](https://github.com/matrix-org/matrix-react-sdk/pull/4506)
|
2549 | * Support setting username and avatar colors in custom themes
|
2550 | [\#4503](https://github.com/matrix-org/matrix-react-sdk/pull/4503)
|
2551 | * only clear on continuations where the clear isn't done by SenderProfile
|
2552 | [\#4501](https://github.com/matrix-org/matrix-react-sdk/pull/4501)
|
2553 | * cap width of editable item list item to leave space for its X button
|
2554 | [\#4495](https://github.com/matrix-org/matrix-react-sdk/pull/4495)
|
2555 | * Add a link from settings / devices to your user profile
|
2556 | [\#4498](https://github.com/matrix-org/matrix-react-sdk/pull/4498)
|
2557 | * Update from Weblate
|
2558 | [\#4496](https://github.com/matrix-org/matrix-react-sdk/pull/4496)
|
2559 | * Make icon change in SetupEncryptionDialog
|
2560 | [\#4485](https://github.com/matrix-org/matrix-react-sdk/pull/4485)
|
2561 | * Remove invite only padlocks feature flag
|
2562 | [\#4487](https://github.com/matrix-org/matrix-react-sdk/pull/4487)
|
2563 | * Fix incorrect toast if security setup skipped
|
2564 | [\#4486](https://github.com/matrix-org/matrix-react-sdk/pull/4486)
|
2565 | * Revert "Update emojibase for fixed emoji codepoints and Emoji 13 support"
|
2566 | [\#4482](https://github.com/matrix-org/matrix-react-sdk/pull/4482)
|
2567 | * Fix widget URL templating (again)
|
2568 | [\#4481](https://github.com/matrix-org/matrix-react-sdk/pull/4481)
|
2569 | * Fix recovery link on login verification flow
|
2570 | [\#4479](https://github.com/matrix-org/matrix-react-sdk/pull/4479)
|
2571 | * Make avatars in pills occupy the entire space using cropping
|
2572 | [\#4476](https://github.com/matrix-org/matrix-react-sdk/pull/4476)
|
2573 | * Use WidgetType more often to avoid breaking new sticker pickers
|
2574 | [\#4458](https://github.com/matrix-org/matrix-react-sdk/pull/4458)
|
2575 | * Update logging for unmanaged widgets, and add TODO comments for other areas
|
2576 | [\#4460](https://github.com/matrix-org/matrix-react-sdk/pull/4460)
|
2577 | * Fix OpenID requests from widgets
|
2578 | [\#4459](https://github.com/matrix-org/matrix-react-sdk/pull/4459)
|
2579 | * Take encrypted message search out of labs
|
2580 | [\#4467](https://github.com/matrix-org/matrix-react-sdk/pull/4467)
|
2581 | * Fix BigEmoji for replies
|
2582 | [\#4475](https://github.com/matrix-org/matrix-react-sdk/pull/4475)
|
2583 | * Update login security copy and design to match Figma
|
2584 | [\#4472](https://github.com/matrix-org/matrix-react-sdk/pull/4472)
|
2585 | * Fix i18n of SSO UIA copy in Deactivate Account Dialog
|
2586 | [\#4471](https://github.com/matrix-org/matrix-react-sdk/pull/4471)
|
2587 | * Assert type of domNode as HTMLElement to fix build
|
2588 | [\#4470](https://github.com/matrix-org/matrix-react-sdk/pull/4470)
|
2589 | * Unignored in settings
|
2590 | [\#4466](https://github.com/matrix-org/matrix-react-sdk/pull/4466)
|
2591 | * Skip auth flow test for signing upload when password present
|
2592 | [\#4464](https://github.com/matrix-org/matrix-react-sdk/pull/4464)
|
2593 | * If user cannot set email during registration don't tell them to
|
2594 | [\#4461](https://github.com/matrix-org/matrix-react-sdk/pull/4461)
|
2595 | * Fix post-ts autocomplete, it is not null
|
2596 | [\#4463](https://github.com/matrix-org/matrix-react-sdk/pull/4463)
|
2597 | * Convert autocomplete stuff to TypeScript
|
2598 | [\#4452](https://github.com/matrix-org/matrix-react-sdk/pull/4452)
|
2599 | * Add a back button to the devtools verifications panel
|
2600 | [\#4455](https://github.com/matrix-org/matrix-react-sdk/pull/4455)
|
2601 | * Fix: wait until cross-signing keys are fetched to show verify button
|
2602 | [\#4456](https://github.com/matrix-org/matrix-react-sdk/pull/4456)
|
2603 | * Handle load error in create secret storage dialog
|
2604 | [\#4451](https://github.com/matrix-org/matrix-react-sdk/pull/4451)
|
2605 | * Allow iframes and Jitsi URLs in /addwidget
|
2606 | [\#4382](https://github.com/matrix-org/matrix-react-sdk/pull/4382)
|
2607 | * Support m.jitsi-typed widgets as Jitsi widgets
|
2608 | [\#4379](https://github.com/matrix-org/matrix-react-sdk/pull/4379)
|
2609 | * Don't recheck DeviceListener until after initial sync is finished
|
2610 | [\#4450](https://github.com/matrix-org/matrix-react-sdk/pull/4450)
|
2611 | * Fix CSS class in ButtonPlaceholder
|
2612 | [\#4449](https://github.com/matrix-org/matrix-react-sdk/pull/4449)
|
2613 | * Password Login make sure tab takes user to password field
|
2614 | [\#4441](https://github.com/matrix-org/matrix-react-sdk/pull/4441)
|
2615 | * Network Dropdown fix things not scrolling properly
|
2616 | [\#4439](https://github.com/matrix-org/matrix-react-sdk/pull/4439)
|
2617 | * ImageView make clicking off it easier
|
2618 | [\#4448](https://github.com/matrix-org/matrix-react-sdk/pull/4448)
|
2619 | * Add slash command to send a rageshake
|
2620 | [\#4443](https://github.com/matrix-org/matrix-react-sdk/pull/4443)
|
2621 | * EventIndex: Filter out events that don't have a propper content value.
|
2622 | [\#4446](https://github.com/matrix-org/matrix-react-sdk/pull/4446)
|
2623 | * Revert "Fix Filepanel scroll position state lost when room is changed"
|
2624 | [\#4445](https://github.com/matrix-org/matrix-react-sdk/pull/4445)
|
2625 | * Update seshat copy to remove trailing full stop
|
2626 | [\#4442](https://github.com/matrix-org/matrix-react-sdk/pull/4442)
|
2627 | * Fix Filepanel scroll position state lost when room is changed
|
2628 | [\#4388](https://github.com/matrix-org/matrix-react-sdk/pull/4388)
|
2629 | * Fix end-to-end tests for end-to-end encryption verification
|
2630 | [\#4436](https://github.com/matrix-org/matrix-react-sdk/pull/4436)
|
2631 | * Don't explode if the e2e test directory exists when crashing
|
2632 | [\#4437](https://github.com/matrix-org/matrix-react-sdk/pull/4437)
|
2633 | * Bump https-proxy-agent from 2.2.1 to 2.2.4 in /test/end-to-end-tests
|
2634 | [\#4430](https://github.com/matrix-org/matrix-react-sdk/pull/4430)
|
2635 | * Minor updates to e2e test instructions on Windows
|
2636 | [\#4432](https://github.com/matrix-org/matrix-react-sdk/pull/4432)
|
2637 | * Fix typo
|
2638 | [\#4435](https://github.com/matrix-org/matrix-react-sdk/pull/4435)
|
2639 | * Catch errors sooner so users can recover more easily
|
2640 | [\#4122](https://github.com/matrix-org/matrix-react-sdk/pull/4122)
|
2641 | * Rageshake: remind user of unsupported browser and send modernizr report
|
2642 | [\#4381](https://github.com/matrix-org/matrix-react-sdk/pull/4381)
|
2643 | * Design tweaks for DM Room Tiles
|
2644 | [\#4338](https://github.com/matrix-org/matrix-react-sdk/pull/4338)
|
2645 | * Don't break spills over multiple lines, ellipsis them at max-1-line
|
2646 | [\#4434](https://github.com/matrix-org/matrix-react-sdk/pull/4434)
|
2647 | * Turn the end-to-end tests back on and fix the lazy-loading tests
|
2648 | [\#4433](https://github.com/matrix-org/matrix-react-sdk/pull/4433)
|
2649 | * Fix key backup debug panel
|
2650 | [\#4431](https://github.com/matrix-org/matrix-react-sdk/pull/4431)
|
2651 | * Convert cross-signing feature flag to setting
|
2652 | [\#4416](https://github.com/matrix-org/matrix-react-sdk/pull/4416)
|
2653 | * Make RoomPublishSetting import-skinnable
|
2654 | [\#4428](https://github.com/matrix-org/matrix-react-sdk/pull/4428)
|
2655 | * Iterate cross-signing copy
|
2656 | [\#4425](https://github.com/matrix-org/matrix-react-sdk/pull/4425)
|
2657 | * Fix: ensure twemoji font is loaded when showing SAS emojis
|
2658 | [\#4422](https://github.com/matrix-org/matrix-react-sdk/pull/4422)
|
2659 | * Revert "Fix: load Twemoji before login so complete security gets the right
|
2660 | emojis during SAS"
|
2661 | [\#4421](https://github.com/matrix-org/matrix-react-sdk/pull/4421)
|
2662 | * Fix: load Twemoji before login so complete security gets the right emojis
|
2663 | during SAS
|
2664 | [\#4419](https://github.com/matrix-org/matrix-react-sdk/pull/4419)
|
2665 | * consolidate and fix copy to clipboard
|
2666 | [\#4410](https://github.com/matrix-org/matrix-react-sdk/pull/4410)
|
2667 | * Fix Message Context Menu options not displaying: block
|
2668 | [\#4418](https://github.com/matrix-org/matrix-react-sdk/pull/4418)
|
2669 | * Fix pills being broken by unescaped characters
|
2670 | [\#4411](https://github.com/matrix-org/matrix-react-sdk/pull/4411)
|
2671 |
|
2672 | Changes in [2.5.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0) (2020-05-05)
|
2673 | ===================================================================================================
|
2674 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.6...v2.5.0)
|
2675 |
|
2676 | * Upgrade to JS SDK 6.0.0
|
2677 | * EventIndex: Reduce the logging the event index is producing.
|
2678 | [\#4551](https://github.com/matrix-org/matrix-react-sdk/pull/4551)
|
2679 | * Differentiate copy for own untrusted device dialog
|
2680 | [\#4550](https://github.com/matrix-org/matrix-react-sdk/pull/4550)
|
2681 | * More detailed progress for key backup progress
|
2682 | [\#4545](https://github.com/matrix-org/matrix-react-sdk/pull/4545)
|
2683 | * Increase rageshake size limit to 5mb
|
2684 | [\#4544](https://github.com/matrix-org/matrix-react-sdk/pull/4544)
|
2685 |
|
2686 | Changes in [2.5.0-rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.6) (2020-05-01)
|
2687 | =============================================================================================================
|
2688 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.5...v2.5.0-rc.6)
|
2689 |
|
2690 | * Upgrade to JS SDK 6.0.0-rc.2
|
2691 | * Wait for user to be verified in e2e setup
|
2692 | [\#4538](https://github.com/matrix-org/matrix-react-sdk/pull/4538)
|
2693 | * Add device name to unverified session toast
|
2694 | [\#4536](https://github.com/matrix-org/matrix-react-sdk/pull/4536)
|
2695 |
|
2696 | Changes in [2.5.0-rc.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.5) (2020-04-30)
|
2697 | =============================================================================================================
|
2698 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.4...v2.5.0-rc.5)
|
2699 |
|
2700 | * Upgrade to JS SDK 6.0.0-rc.1
|
2701 | * Fix device verification toasts not disappearing
|
2702 | [\#4533](https://github.com/matrix-org/matrix-react-sdk/pull/4533)
|
2703 | * Allow resetting storage from the access dialog
|
2704 | [\#4526](https://github.com/matrix-org/matrix-react-sdk/pull/4526)
|
2705 | * Update toast copy again
|
2706 | [\#4530](https://github.com/matrix-org/matrix-react-sdk/pull/4530)
|
2707 | * Reduce maximum width of toasts & allow multiple lines
|
2708 | [\#4528](https://github.com/matrix-org/matrix-react-sdk/pull/4528)
|
2709 | * Treat sessions that are there when we log in as old
|
2710 | [\#4527](https://github.com/matrix-org/matrix-react-sdk/pull/4527)
|
2711 | * Update (bulk) unverified device toast copy
|
2712 | [\#4523](https://github.com/matrix-org/matrix-react-sdk/pull/4523)
|
2713 | * Make new device toasts appear above review toasts
|
2714 | [\#4520](https://github.com/matrix-org/matrix-react-sdk/pull/4520)
|
2715 | * Separate toasts for existing & new device verification
|
2716 | [\#4517](https://github.com/matrix-org/matrix-react-sdk/pull/4517)
|
2717 | * Aggregate device verify toasts
|
2718 | [\#4516](https://github.com/matrix-org/matrix-react-sdk/pull/4516)
|
2719 | * Fix set up encryption toast to use "set up" as action
|
2720 | [\#4515](https://github.com/matrix-org/matrix-react-sdk/pull/4515)
|
2721 | * Fix internal link styling in Security Settings
|
2722 | [\#4512](https://github.com/matrix-org/matrix-react-sdk/pull/4512)
|
2723 | * Don't enable e2ee when inviting a 3pid
|
2724 | [\#4513](https://github.com/matrix-org/matrix-react-sdk/pull/4513)
|
2725 | * only clear on continuations where the clear isn't done by SenderProfile
|
2726 | [\#4505](https://github.com/matrix-org/matrix-react-sdk/pull/4505)
|
2727 | * cap width of editable item list item to leave space for its X button
|
2728 | [\#4504](https://github.com/matrix-org/matrix-react-sdk/pull/4504)
|
2729 | * Add a link from settings / devices to your user profile
|
2730 | [\#4499](https://github.com/matrix-org/matrix-react-sdk/pull/4499)
|
2731 | * Make icon change in SetupEncryptionDialog
|
2732 | [\#4490](https://github.com/matrix-org/matrix-react-sdk/pull/4490)
|
2733 | * Remove invite only padlocks feature flag for release
|
2734 | [\#4488](https://github.com/matrix-org/matrix-react-sdk/pull/4488)
|
2735 | * Fix incorrect toast if security setup skipped
|
2736 | [\#4489](https://github.com/matrix-org/matrix-react-sdk/pull/4489)
|
2737 | * Revert "Update emojibase for fixed emoji codepoints and Emoji 13 support"
|
2738 | [\#4483](https://github.com/matrix-org/matrix-react-sdk/pull/4483)
|
2739 | * Fix recovery link on login verification flow
|
2740 | [\#4480](https://github.com/matrix-org/matrix-react-sdk/pull/4480)
|
2741 |
|
2742 | Changes in [2.5.0-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.4) (2020-04-23)
|
2743 | =============================================================================================================
|
2744 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.3...v2.5.0-rc.4)
|
2745 |
|
2746 | * Upgrade to JS SDK 5.3.1-rc.4
|
2747 | * Take encrypted message search out of labs for release
|
2748 | [\#4468](https://github.com/matrix-org/matrix-react-sdk/pull/4468)
|
2749 | * Update login security copy and design to match Figma [to release]
|
2750 | [\#4474](https://github.com/matrix-org/matrix-react-sdk/pull/4474)
|
2751 | * Fix i18n of SSO UIA copy in Deactivate Account Dialog on release
|
2752 | [\#4473](https://github.com/matrix-org/matrix-react-sdk/pull/4473)
|
2753 | * Skip auth flow test for signing upload when password present
|
2754 | [\#4465](https://github.com/matrix-org/matrix-react-sdk/pull/4465)
|
2755 | * Fix: wait until cross-signing keys are fetched to show verify button
|
2756 | [\#4457](https://github.com/matrix-org/matrix-react-sdk/pull/4457)
|
2757 | * Handle load error in create secret storage dialog
|
2758 | [\#4454](https://github.com/matrix-org/matrix-react-sdk/pull/4454)
|
2759 | * Don't recheck DeviceListener until after initial sync is finished
|
2760 | [\#4450](https://github.com/matrix-org/matrix-react-sdk/pull/4450)
|
2761 | * EventIndex: Filter out events that don't have a propper content value.
|
2762 | [\#4447](https://github.com/matrix-org/matrix-react-sdk/pull/4447)
|
2763 |
|
2764 | Changes in [2.5.0-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.3) (2020-04-17)
|
2765 | =============================================================================================================
|
2766 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.2...v2.5.0-rc.3)
|
2767 |
|
2768 | * Upgrade to JS SDK 5.3.1-rc.3
|
2769 |
|
2770 | Changes in [2.5.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.2) (2020-04-16)
|
2771 | =============================================================================================================
|
2772 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.5.0-rc.1...v2.5.0-rc.2)
|
2773 |
|
2774 | * Upgrade to JS SDK 5.3.1-rc.2
|
2775 | * [Release] Convert cross-signing flag to a setting
|
2776 | [\#4429](https://github.com/matrix-org/matrix-react-sdk/pull/4429)
|
2777 | * Iterate cross-signing copy
|
2778 | [\#4426](https://github.com/matrix-org/matrix-react-sdk/pull/4426)
|
2779 | * Fix: ensure twemoji font is loaded when showing SAS emojis
|
2780 | [\#4423](https://github.com/matrix-org/matrix-react-sdk/pull/4423)
|
2781 |
|
2782 | Changes in [2.5.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.5.0-rc.1) (2020-04-15)
|
2783 | =============================================================================================================
|
2784 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.4.0-rc.1...v2.5.0-rc.1)
|
2785 |
|
2786 | * Upgrade to JS SDK 5.3.1-rc.1
|
2787 | * null-guard MatrixClientPeg in RoomViewStore
|
2788 | [\#4415](https://github.com/matrix-org/matrix-react-sdk/pull/4415)
|
2789 | * Fix: prevent spurious notifications from indexer
|
2790 | [\#4414](https://github.com/matrix-org/matrix-react-sdk/pull/4414)
|
2791 | * Login block on initialSync with spinners
|
2792 | [\#4413](https://github.com/matrix-org/matrix-react-sdk/pull/4413)
|
2793 | * Allow network dropdown to be scrollable and fix context menu padding calc
|
2794 | [\#4408](https://github.com/matrix-org/matrix-react-sdk/pull/4408)
|
2795 | * Remove end-to-end message info option when cross-signing is used
|
2796 | [\#4412](https://github.com/matrix-org/matrix-react-sdk/pull/4412)
|
2797 | * Minimize widgets by default
|
2798 | [\#4378](https://github.com/matrix-org/matrix-react-sdk/pull/4378)
|
2799 | * Add comments to highlight where we'll need m.widget support
|
2800 | [\#4380](https://github.com/matrix-org/matrix-react-sdk/pull/4380)
|
2801 | * Fix: dont try to enable 4S if cross-signing is disabled
|
2802 | [\#4407](https://github.com/matrix-org/matrix-react-sdk/pull/4407)
|
2803 | * Fix: don't confuse user with spinner during complete security step
|
2804 | [\#4406](https://github.com/matrix-org/matrix-react-sdk/pull/4406)
|
2805 | * Fix: avoid potential crash during certain verification paths
|
2806 | [\#4405](https://github.com/matrix-org/matrix-react-sdk/pull/4405)
|
2807 | * Add riot-desktop shortcuts for forward/back matching browsers&slack
|
2808 | [\#4392](https://github.com/matrix-org/matrix-react-sdk/pull/4392)
|
2809 | * Convert LoggedInView to an ES6 PureComponent Class & TypeScript
|
2810 | [\#4398](https://github.com/matrix-org/matrix-react-sdk/pull/4398)
|
2811 | * Fix width of MVideoBody in FilePanel
|
2812 | [\#4396](https://github.com/matrix-org/matrix-react-sdk/pull/4396)
|
2813 | * Remove unused react-addons-css-transition-group
|
2814 | [\#4397](https://github.com/matrix-org/matrix-react-sdk/pull/4397)
|
2815 | * Fix emoji tooltip flickering
|
2816 | [\#4395](https://github.com/matrix-org/matrix-react-sdk/pull/4395)
|
2817 | * Pass along key backup for bootstrap
|
2818 | [\#4374](https://github.com/matrix-org/matrix-react-sdk/pull/4374)
|
2819 | * Fix create room dialog e2ee private room setting
|
2820 | [\#4403](https://github.com/matrix-org/matrix-react-sdk/pull/4403)
|
2821 | * Sort emoji by shortcodes for autocomplete primarily for :-1 and :+1
|
2822 | [\#4391](https://github.com/matrix-org/matrix-react-sdk/pull/4391)
|
2823 | * Fix invalid commands when figuring out whether to set isTyping
|
2824 | [\#4390](https://github.com/matrix-org/matrix-react-sdk/pull/4390)
|
2825 | * op/deop return error if trying to affect an unknown user
|
2826 | [\#4389](https://github.com/matrix-org/matrix-react-sdk/pull/4389)
|
2827 | * Composer pills respect showPillAvatar setting
|
2828 | [\#4384](https://github.com/matrix-org/matrix-react-sdk/pull/4384)
|
2829 | * Only send typing notification when composing commands which send messages
|
2830 | [\#4385](https://github.com/matrix-org/matrix-react-sdk/pull/4385)
|
2831 | * Reverse order of they match/they don't match buttons
|
2832 | [\#4386](https://github.com/matrix-org/matrix-react-sdk/pull/4386)
|
2833 | * Use singular text on 'delete sessions' button for SSO
|
2834 | [\#4383](https://github.com/matrix-org/matrix-react-sdk/pull/4383)
|
2835 | * Pass widget data through from sticker picker
|
2836 | [\#4377](https://github.com/matrix-org/matrix-react-sdk/pull/4377)
|
2837 | * Obliterate widgets when they are minimized
|
2838 | [\#4376](https://github.com/matrix-org/matrix-react-sdk/pull/4376)
|
2839 | * Fix image thumbnail width when read receipts are hidden
|
2840 | [\#4370](https://github.com/matrix-org/matrix-react-sdk/pull/4370)
|
2841 | * Add toggle for e2ee when creating private room
|
2842 | [\#4362](https://github.com/matrix-org/matrix-react-sdk/pull/4362)
|
2843 | * Fix logging for failed searches
|
2844 | [\#4372](https://github.com/matrix-org/matrix-react-sdk/pull/4372)
|
2845 | * Ensure UI is updated when cross-signing gets disabled
|
2846 | [\#4369](https://github.com/matrix-org/matrix-react-sdk/pull/4369)
|
2847 | * Retry the request for the master key from SSSS on login
|
2848 | [\#4371](https://github.com/matrix-org/matrix-react-sdk/pull/4371)
|
2849 | * Upgrade deps
|
2850 | [\#4365](https://github.com/matrix-org/matrix-react-sdk/pull/4365)
|
2851 | * App load tweaks, i18n and localStorage
|
2852 | [\#4367](https://github.com/matrix-org/matrix-react-sdk/pull/4367)
|
2853 | * Fix encoding of widget arguments
|
2854 | [\#4366](https://github.com/matrix-org/matrix-react-sdk/pull/4366)
|
2855 |
|
2856 | Changes in [2.4.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.4.0-rc.1) (2020-04-08)
|
2857 | =============================================================================================================
|
2858 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.1...v2.4.0-rc.1)
|
2859 |
|
2860 | * Upgrade to JS SDK to 5.3.0-rc.1
|
2861 | * EventIndex: Log if we had all events in a checkpoint but are continuing.
|
2862 | [\#4363](https://github.com/matrix-org/matrix-react-sdk/pull/4363)
|
2863 | * Update from Weblate
|
2864 | [\#4364](https://github.com/matrix-org/matrix-react-sdk/pull/4364)
|
2865 | * Support deactivating your account with SSO
|
2866 | [\#4356](https://github.com/matrix-org/matrix-react-sdk/pull/4356)
|
2867 | * Add debug status for cached backup key format
|
2868 | [\#4359](https://github.com/matrix-org/matrix-react-sdk/pull/4359)
|
2869 | * Fix composer placeholder not updating
|
2870 | [\#4361](https://github.com/matrix-org/matrix-react-sdk/pull/4361)
|
2871 | * Fix sas verification buttons to match figma
|
2872 | [\#4358](https://github.com/matrix-org/matrix-react-sdk/pull/4358)
|
2873 | * Don't show fallback text for verification requests
|
2874 | [\#4345](https://github.com/matrix-org/matrix-react-sdk/pull/4345)
|
2875 | * Fix share dialog correctly
|
2876 | [\#4360](https://github.com/matrix-org/matrix-react-sdk/pull/4360)
|
2877 | * Use singular copy when only deleting one device
|
2878 | [\#4357](https://github.com/matrix-org/matrix-react-sdk/pull/4357)
|
2879 | * Deem m.sticker events as actionable for reacting
|
2880 | [\#4288](https://github.com/matrix-org/matrix-react-sdk/pull/4288)
|
2881 | * Don't show spinner over encryption setup dialogs
|
2882 | [\#4354](https://github.com/matrix-org/matrix-react-sdk/pull/4354)
|
2883 | * Support Jitsi information from client .well-known
|
2884 | [\#4348](https://github.com/matrix-org/matrix-react-sdk/pull/4348)
|
2885 | * Add new default home page fallback
|
2886 | [\#4350](https://github.com/matrix-org/matrix-react-sdk/pull/4350)
|
2887 | * Check more account data in toast listener
|
2888 | [\#4351](https://github.com/matrix-org/matrix-react-sdk/pull/4351)
|
2889 | * Don't try to send presence updates until the client is started
|
2890 | [\#4353](https://github.com/matrix-org/matrix-react-sdk/pull/4353)
|
2891 | * Fix copy button on code blocks when there is no code tag just pre
|
2892 | [\#4352](https://github.com/matrix-org/matrix-react-sdk/pull/4352)
|
2893 | * Clear sessionStorage on sign out
|
2894 | [\#4346](https://github.com/matrix-org/matrix-react-sdk/pull/4346)
|
2895 | * Re-request room keys after auth
|
2896 | [\#4341](https://github.com/matrix-org/matrix-react-sdk/pull/4341)
|
2897 | * Update emojibase for fixed emoji codepoints and Emoji 13 support
|
2898 | [\#4344](https://github.com/matrix-org/matrix-react-sdk/pull/4344)
|
2899 | * App load order tweaks for code splitting
|
2900 | [\#4343](https://github.com/matrix-org/matrix-react-sdk/pull/4343)
|
2901 | * Fix alignment of e2e icon in userinfo and expose full displayname in title
|
2902 | [\#4312](https://github.com/matrix-org/matrix-react-sdk/pull/4312)
|
2903 | * Adjust copy & UX for self-verification
|
2904 | [\#4342](https://github.com/matrix-org/matrix-react-sdk/pull/4342)
|
2905 | * QR code reciprocation
|
2906 | [\#4334](https://github.com/matrix-org/matrix-react-sdk/pull/4334)
|
2907 | * Fix Hangul typing does not work properly
|
2908 | [\#4339](https://github.com/matrix-org/matrix-react-sdk/pull/4339)
|
2909 | * Fix: dismiss setup encryption toast if cross-signing is ready
|
2910 | [\#4336](https://github.com/matrix-org/matrix-react-sdk/pull/4336)
|
2911 | * Fix read marker visibility for grouped events
|
2912 | [\#4340](https://github.com/matrix-org/matrix-react-sdk/pull/4340)
|
2913 | * Make all 'font-size's and 'line-height's rem
|
2914 | [\#4305](https://github.com/matrix-org/matrix-react-sdk/pull/4305)
|
2915 | * Fix spurious extra devices on registration
|
2916 | [\#4337](https://github.com/matrix-org/matrix-react-sdk/pull/4337)
|
2917 | * Fix the edit messager composer
|
2918 | [\#4333](https://github.com/matrix-org/matrix-react-sdk/pull/4333)
|
2919 | * Fix Room Settings Dialog Notifications tab icon
|
2920 | [\#4321](https://github.com/matrix-org/matrix-react-sdk/pull/4321)
|
2921 | * Fix various cases of React warnings by silencing them
|
2922 | [\#4331](https://github.com/matrix-org/matrix-react-sdk/pull/4331)
|
2923 | * Only apply padding to standard textual buttons (kind buttons)
|
2924 | [\#4332](https://github.com/matrix-org/matrix-react-sdk/pull/4332)
|
2925 | * Use console.log in place of console.warn for less warnings
|
2926 | [\#4330](https://github.com/matrix-org/matrix-react-sdk/pull/4330)
|
2927 | * Revert componentDidMount changes on breadcrumbs
|
2928 | [\#4329](https://github.com/matrix-org/matrix-react-sdk/pull/4329)
|
2929 | * Use new method for checking secret storage key
|
2930 | [\#4309](https://github.com/matrix-org/matrix-react-sdk/pull/4309)
|
2931 | * Label and use UNSAFE_componentWillMount to minimize warnings
|
2932 | [\#4315](https://github.com/matrix-org/matrix-react-sdk/pull/4315)
|
2933 | * Fix a number of minor code quality issues
|
2934 | [\#4314](https://github.com/matrix-org/matrix-react-sdk/pull/4314)
|
2935 | * Use componentDidMount in place of componentWillMount where possible
|
2936 | [\#4313](https://github.com/matrix-org/matrix-react-sdk/pull/4313)
|
2937 | * EventIndex: Mark the initial checkpoints for a full crawl.
|
2938 | [\#4325](https://github.com/matrix-org/matrix-react-sdk/pull/4325)
|
2939 | * Fix UserInfo e2e buttons to match Figma
|
2940 | [\#4320](https://github.com/matrix-org/matrix-react-sdk/pull/4320)
|
2941 | * Only auto-scroll to RoomTile when clicking on RoomTile or via shortcuts
|
2942 | [\#4316](https://github.com/matrix-org/matrix-react-sdk/pull/4316)
|
2943 | * Support SSO for interactive authentication
|
2944 | [\#4292](https://github.com/matrix-org/matrix-react-sdk/pull/4292)
|
2945 | * Fix /invite Slash Command
|
2946 | [\#4328](https://github.com/matrix-org/matrix-react-sdk/pull/4328)
|
2947 | * Fix jitsi popout URL
|
2948 | [\#4326](https://github.com/matrix-org/matrix-react-sdk/pull/4326)
|
2949 | * Use our own jitsi widget for the popout URL
|
2950 | [\#4323](https://github.com/matrix-org/matrix-react-sdk/pull/4323)
|
2951 | * Fix popout support for jitsi widgets
|
2952 | [\#4319](https://github.com/matrix-org/matrix-react-sdk/pull/4319)
|
2953 | * Fix: legacy verify user throwing error
|
2954 | [\#4318](https://github.com/matrix-org/matrix-react-sdk/pull/4318)
|
2955 | * Document settingDefaults
|
2956 | [\#3046](https://github.com/matrix-org/matrix-react-sdk/pull/3046)
|
2957 | * Fix Ctrl+/ for Finnish keyboard where it includes Shift
|
2958 | [\#4317](https://github.com/matrix-org/matrix-react-sdk/pull/4317)
|
2959 | * Rework SlashCommands to better expose aliases
|
2960 | [\#4302](https://github.com/matrix-org/matrix-react-sdk/pull/4302)
|
2961 | * Fix EventListSummary when RR rendering is disabled
|
2962 | [\#4311](https://github.com/matrix-org/matrix-react-sdk/pull/4311)
|
2963 | * Update link to css location.
|
2964 | [\#4299](https://github.com/matrix-org/matrix-react-sdk/pull/4299)
|
2965 | * Fix peeking keeping two timeline update mechanisms in play
|
2966 | [\#4310](https://github.com/matrix-org/matrix-react-sdk/pull/4310)
|
2967 | * Pass new secret storage key to bootstrap path
|
2968 | [\#4308](https://github.com/matrix-org/matrix-react-sdk/pull/4308)
|
2969 | * Show red shield for users that become unverified
|
2970 | [\#4303](https://github.com/matrix-org/matrix-react-sdk/pull/4303)
|
2971 | * Accessibility fixed for Event List Summary and Composer Format Bar
|
2972 | [\#4295](https://github.com/matrix-org/matrix-react-sdk/pull/4295)
|
2973 | * Support $riot: Templates for SSO/CAS urls in the welcome.html page
|
2974 | [\#4279](https://github.com/matrix-org/matrix-react-sdk/pull/4279)
|
2975 | * Added the /html command
|
2976 | [\#4296](https://github.com/matrix-org/matrix-react-sdk/pull/4296)
|
2977 | * EventIndex: Better logging on how many events are added.
|
2978 | [\#4301](https://github.com/matrix-org/matrix-react-sdk/pull/4301)
|
2979 | * Field: mark id as optional in propTypes
|
2980 | [\#4307](https://github.com/matrix-org/matrix-react-sdk/pull/4307)
|
2981 | * Fix view community link icon contrast
|
2982 | [\#4254](https://github.com/matrix-org/matrix-react-sdk/pull/4254)
|
2983 | * Remove underscore from Jitsi conference names
|
2984 | [\#4304](https://github.com/matrix-org/matrix-react-sdk/pull/4304)
|
2985 | * Refactor shield display logic; changed rules for DMs
|
2986 | [\#4290](https://github.com/matrix-org/matrix-react-sdk/pull/4290)
|
2987 | * Fix: bring back global thin scrollbars
|
2988 | [\#4300](https://github.com/matrix-org/matrix-react-sdk/pull/4300)
|
2989 | * Keyboard shortcuts: Escape cancel reply and fix Ctrl+K
|
2990 | [\#4297](https://github.com/matrix-org/matrix-react-sdk/pull/4297)
|
2991 | * Field: make id optional, generate one if not provided
|
2992 | [\#4298](https://github.com/matrix-org/matrix-react-sdk/pull/4298)
|
2993 | * Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets
|
2994 | [\#4293](https://github.com/matrix-org/matrix-react-sdk/pull/4293)
|
2995 | * Rename secret storage force-reset variable to avoid confusion
|
2996 | [\#4274](https://github.com/matrix-org/matrix-react-sdk/pull/4274)
|
2997 | * Fix: can't dismiss unverified session toast when encryption hasn't been
|
2998 | upgraded
|
2999 | [\#4291](https://github.com/matrix-org/matrix-react-sdk/pull/4291)
|
3000 | * Blank out UserInfo avatar when changing between members
|
3001 | [\#4289](https://github.com/matrix-org/matrix-react-sdk/pull/4289)
|
3002 | * Add cancel button to verification panel
|
3003 | [\#4283](https://github.com/matrix-org/matrix-react-sdk/pull/4283)
|
3004 | * Show ongoing verification request straight away when navigating to member
|
3005 | [\#4284](https://github.com/matrix-org/matrix-react-sdk/pull/4284)
|
3006 | * Fix: allow scrolling while window is not focused & remove scrollbar hack
|
3007 | [\#4276](https://github.com/matrix-org/matrix-react-sdk/pull/4276)
|
3008 | * Show whether backup key is cached
|
3009 | [\#4287](https://github.com/matrix-org/matrix-react-sdk/pull/4287)
|
3010 | * Rename unverified session toast
|
3011 | [\#4285](https://github.com/matrix-org/matrix-react-sdk/pull/4285)
|
3012 | * Fix: pick last active DM for verification request
|
3013 | [\#4286](https://github.com/matrix-org/matrix-react-sdk/pull/4286)
|
3014 | * Fix formatBar not hidden after highlight and backspacing some text
|
3015 | [\#4269](https://github.com/matrix-org/matrix-react-sdk/pull/4269)
|
3016 |
|
3017 | Changes in [2.3.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.1) (2020-04-01)
|
3018 | ===================================================================================================
|
3019 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.0...v2.3.1)
|
3020 |
|
3021 | * Fix jitsi popout URL
|
3022 | [\#4327](https://github.com/matrix-org/matrix-react-sdk/pull/4327)
|
3023 | * Remove underscore from Jitsi conference names
|
3024 | [\#4324](https://github.com/matrix-org/matrix-react-sdk/pull/4324)
|
3025 | * Fix popout support for jitsi widgets
|
3026 | [\#4322](https://github.com/matrix-org/matrix-react-sdk/pull/4322)
|
3027 |
|
3028 | Changes in [2.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.0) (2020-03-30)
|
3029 | ===================================================================================================
|
3030 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.0-rc.1...v2.3.0)
|
3031 |
|
3032 | * Upgrade JS SDK to 5.2.0
|
3033 |
|
3034 | Changes in [2.3.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.3.0-rc.1) (2020-03-26)
|
3035 | =============================================================================================================
|
3036 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.3...v2.3.0-rc.1)
|
3037 |
|
3038 | * Upgrade JS SDK to 5.2.0-rc.1
|
3039 | * Add a flag to control whether cross-signing signatures are trusted
|
3040 | [\#4277](https://github.com/matrix-org/matrix-react-sdk/pull/4277)
|
3041 | * Update from Weblate
|
3042 | [\#4282](https://github.com/matrix-org/matrix-react-sdk/pull/4282)
|
3043 | * Update copy on SSSS symmetric upgrade toast
|
3044 | [\#4281](https://github.com/matrix-org/matrix-react-sdk/pull/4281)
|
3045 | * Wait for SSSS upgrade to complete
|
3046 | [\#4270](https://github.com/matrix-org/matrix-react-sdk/pull/4270)
|
3047 | * Update cross-signing verification copy and fix i18n
|
3048 | [\#4278](https://github.com/matrix-org/matrix-react-sdk/pull/4278)
|
3049 | * Fix soft-crash on bad permalinks
|
3050 | [\#4280](https://github.com/matrix-org/matrix-react-sdk/pull/4280)
|
3051 | * Fix: make self-verification wait for incoming request
|
3052 | [\#4267](https://github.com/matrix-org/matrix-react-sdk/pull/4267)
|
3053 | * Fall back to non-standard persisted api for Safari
|
3054 | [\#4272](https://github.com/matrix-org/matrix-react-sdk/pull/4272)
|
3055 | * Respond to backup key sharing requests
|
3056 | [\#4275](https://github.com/matrix-org/matrix-react-sdk/pull/4275)
|
3057 | * Log and display secret sharing cache state
|
3058 | [\#4268](https://github.com/matrix-org/matrix-react-sdk/pull/4268)
|
3059 | * Support sending config and ready events to capable widgets (Jitsi)
|
3060 | [\#4266](https://github.com/matrix-org/matrix-react-sdk/pull/4266)
|
3061 | * If cached keys are present in the key backup dialog, use them
|
3062 | [\#4273](https://github.com/matrix-org/matrix-react-sdk/pull/4273)
|
3063 | * Fix formatbar not hidden on highlighted message sent
|
3064 | [\#4265](https://github.com/matrix-org/matrix-react-sdk/pull/4265)
|
3065 | * Support Jitsi conferences sent/received on Riot Mobile and older Riot Webs
|
3066 | [\#4252](https://github.com/matrix-org/matrix-react-sdk/pull/4252)
|
3067 | * Use unified function to check cross-signing is ready
|
3068 | [\#4263](https://github.com/matrix-org/matrix-react-sdk/pull/4263)
|
3069 | * Migrate SSSS to symmetric
|
3070 | [\#4224](https://github.com/matrix-org/matrix-react-sdk/pull/4224)
|
3071 | * Migration to symmetric SSSS
|
3072 | [\#4242](https://github.com/matrix-org/matrix-react-sdk/pull/4242)
|
3073 | * Always display verification request toasts on top
|
3074 | [\#4262](https://github.com/matrix-org/matrix-react-sdk/pull/4262)
|
3075 | * Fix: assume SAS is supported when starting request with .start
|
3076 | [\#4249](https://github.com/matrix-org/matrix-react-sdk/pull/4249)
|
3077 | * Fix logout when Olm failed to load.
|
3078 | [\#4261](https://github.com/matrix-org/matrix-react-sdk/pull/4261)
|
3079 | * Improve naming of Jitsi conferences
|
3080 | [\#4251](https://github.com/matrix-org/matrix-react-sdk/pull/4251)
|
3081 | * Handle matrix.to user permalink in-room rather than solo
|
3082 | [\#4245](https://github.com/matrix-org/matrix-react-sdk/pull/4245)
|
3083 | * Fix: filter room list (again) by canonical and alternative aliases
|
3084 | [\#4260](https://github.com/matrix-org/matrix-react-sdk/pull/4260)
|
3085 | * EventIndex: Add some logging to the file panel populating.
|
3086 | [\#4250](https://github.com/matrix-org/matrix-react-sdk/pull/4250)
|
3087 | * Update from Weblate
|
3088 | [\#4259](https://github.com/matrix-org/matrix-react-sdk/pull/4259)
|
3089 | * Migrate RoomView to React Contexts in the hope for better temporal stability
|
3090 | [\#4258](https://github.com/matrix-org/matrix-react-sdk/pull/4258)
|
3091 | * Update WidgetUtils.js fix Jitsi path
|
3092 | [\#4256](https://github.com/matrix-org/matrix-react-sdk/pull/4256)
|
3093 | * Fix local jitsi build url fail and missing argument
|
3094 | [\#4255](https://github.com/matrix-org/matrix-react-sdk/pull/4255)
|
3095 | * Add shortcut CmdOrCtrl+. to toggle right panel
|
3096 | [\#4244](https://github.com/matrix-org/matrix-react-sdk/pull/4244)
|
3097 | * Improve Keyboard Shortcuts. Add alt-arrows & alt-shift-arrows
|
3098 | [\#4241](https://github.com/matrix-org/matrix-react-sdk/pull/4241)
|
3099 | * Bring back legacy verification by comparing public device keys
|
3100 | [\#4240](https://github.com/matrix-org/matrix-react-sdk/pull/4240)
|
3101 | * Searching: Return an empty result if the search term is an empty string.
|
3102 | [\#4248](https://github.com/matrix-org/matrix-react-sdk/pull/4248)
|
3103 | * Break continuation on showHiddenEvents-rendered events
|
3104 | [\#4247](https://github.com/matrix-org/matrix-react-sdk/pull/4247)
|
3105 | * Watch for show-RR settings changes, use room-specific and fix margins
|
3106 | [\#4246](https://github.com/matrix-org/matrix-react-sdk/pull/4246)
|
3107 | * Register Mac electron specific Cmd+, shortcut to User Settings
|
3108 | [\#4243](https://github.com/matrix-org/matrix-react-sdk/pull/4243)
|
3109 | * Use a local wrapper for Jitsi calls
|
3110 | [\#4234](https://github.com/matrix-org/matrix-react-sdk/pull/4234)
|
3111 | * Invite Dialog fixes
|
3112 | [\#4233](https://github.com/matrix-org/matrix-react-sdk/pull/4233)
|
3113 | * RoomPreviewBar word-break the sender name too
|
3114 | [\#4239](https://github.com/matrix-org/matrix-react-sdk/pull/4239)
|
3115 | * Report to the user when a key signature upload fails
|
3116 | [\#4229](https://github.com/matrix-org/matrix-react-sdk/pull/4229)
|
3117 | * pre-send megolm keys when possible when a user starts typing
|
3118 | [\#4235](https://github.com/matrix-org/matrix-react-sdk/pull/4235)
|
3119 | * we don't do mx_fadable anymore so get rid of broken RightPanel disabling
|
3120 | [\#4238](https://github.com/matrix-org/matrix-react-sdk/pull/4238)
|
3121 | * Fix left left panel overflowing vertically
|
3122 | [\#4237](https://github.com/matrix-org/matrix-react-sdk/pull/4237)
|
3123 | * Fix custom tags causing left panel to over-expand
|
3124 | [\#4236](https://github.com/matrix-org/matrix-react-sdk/pull/4236)
|
3125 | * Add Keyboard shortcuts dialog
|
3126 | [\#4231](https://github.com/matrix-org/matrix-react-sdk/pull/4231)
|
3127 | * Don't use buildkite agent to upload logs
|
3128 | [\#4232](https://github.com/matrix-org/matrix-react-sdk/pull/4232)
|
3129 | * Remove Gemini Scrollbars
|
3130 | [\#4217](https://github.com/matrix-org/matrix-react-sdk/pull/4217)
|
3131 | * Room Directory Explore Servers redesign
|
3132 | [\#4209](https://github.com/matrix-org/matrix-react-sdk/pull/4209)
|
3133 | * Fix redo keyboard shortcut on macOS
|
3134 | [\#4110](https://github.com/matrix-org/matrix-react-sdk/pull/4110)
|
3135 | * Fix: ensure local state for aliases doesn't get garbled up
|
3136 | [\#4230](https://github.com/matrix-org/matrix-react-sdk/pull/4230)
|
3137 | * Rename 'jump to bottom' to avoid ublock block
|
3138 | [\#4208](https://github.com/matrix-org/matrix-react-sdk/pull/4208)
|
3139 | * Restore key backup in background after complete security
|
3140 | [\#4225](https://github.com/matrix-org/matrix-react-sdk/pull/4225)
|
3141 | * Fix key backup trust text for cross-signing
|
3142 | [\#4223](https://github.com/matrix-org/matrix-react-sdk/pull/4223)
|
3143 | * Add default on config setting to control call button in composer
|
3144 | [\#4227](https://github.com/matrix-org/matrix-react-sdk/pull/4227)
|
3145 | * Fix: make alternative addresses UX less confusing
|
3146 | [\#4221](https://github.com/matrix-org/matrix-react-sdk/pull/4221)
|
3147 | * Wait for verification request on login
|
3148 | [\#4222](https://github.com/matrix-org/matrix-react-sdk/pull/4222)
|
3149 | * EventIndex: Add support to delete events from the index.
|
3150 | [\#4204](https://github.com/matrix-org/matrix-react-sdk/pull/4204)
|
3151 | * EventIndex: Remove a checkpoint if the HTTP request returns a 403.
|
3152 | [\#4214](https://github.com/matrix-org/matrix-react-sdk/pull/4214)
|
3153 | * Move to composer when typing letters with Shift held
|
3154 | [\#4216](https://github.com/matrix-org/matrix-react-sdk/pull/4216)
|
3155 | * Wrap large room names when previewing them
|
3156 | [\#4213](https://github.com/matrix-org/matrix-react-sdk/pull/4213)
|
3157 | * Rename Review Devices to Review Sessions
|
3158 | [\#4219](https://github.com/matrix-org/matrix-react-sdk/pull/4219)
|
3159 | * Fix typo in tabIndex to make React happy
|
3160 | [\#4215](https://github.com/matrix-org/matrix-react-sdk/pull/4215)
|
3161 | * Proof of concept for custom theme adding
|
3162 | [\#4148](https://github.com/matrix-org/matrix-react-sdk/pull/4148)
|
3163 | * Remove stuff that yarn install doesn't think we need
|
3164 | [\#4205](https://github.com/matrix-org/matrix-react-sdk/pull/4205)
|
3165 | * Declare jsx in tsconfig for IDEs
|
3166 | [\#4207](https://github.com/matrix-org/matrix-react-sdk/pull/4207)
|
3167 | * Fix: best-effort to join room without canonical alias over federation from
|
3168 | room directory
|
3169 | [\#4210](https://github.com/matrix-org/matrix-react-sdk/pull/4210)
|
3170 | * Test for cross-signing homeserver support during login, toasts
|
3171 | [\#4206](https://github.com/matrix-org/matrix-react-sdk/pull/4206)
|
3172 | * Send verification request to a single device in a way compatible with non-
|
3173 | cross-signing
|
3174 | [\#4202](https://github.com/matrix-org/matrix-react-sdk/pull/4202)
|
3175 | * Fixes for removing local alias
|
3176 | [\#4199](https://github.com/matrix-org/matrix-react-sdk/pull/4199)
|
3177 | * yarn upgrade
|
3178 | [\#4201](https://github.com/matrix-org/matrix-react-sdk/pull/4201)
|
3179 | * Support TypeScript for React components
|
3180 | [\#4203](https://github.com/matrix-org/matrix-react-sdk/pull/4203)
|
3181 | * When room name is changed, show both the old and new name
|
3182 | [\#4183](https://github.com/matrix-org/matrix-react-sdk/pull/4183)
|
3183 |
|
3184 | Changes in [2.2.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.3) (2020-03-17)
|
3185 | ===================================================================================================
|
3186 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.3-rc.1...v2.2.3)
|
3187 |
|
3188 | * Upgrade JS SDK to 5.1.1
|
3189 | * Add default on config setting to control call button in composer
|
3190 | [\#4228](https://github.com/matrix-org/matrix-react-sdk/pull/4228)
|
3191 | * Fix: make alternative addresses UX less confusing
|
3192 | [\#4226](https://github.com/matrix-org/matrix-react-sdk/pull/4226)
|
3193 | * Fix: best-effort to join room without canonical alias over federation from
|
3194 | room directory
|
3195 | [\#4211](https://github.com/matrix-org/matrix-react-sdk/pull/4211)
|
3196 |
|
3197 | Changes in [2.2.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.3-rc.1) (2020-03-11)
|
3198 | =============================================================================================================
|
3199 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.1...v2.2.3-rc.1)
|
3200 |
|
3201 | * Update from Weblate
|
3202 | [\#4200](https://github.com/matrix-org/matrix-react-sdk/pull/4200)
|
3203 | * Revert "enable 4s when accepting a verification request"
|
3204 | [\#4198](https://github.com/matrix-org/matrix-react-sdk/pull/4198)
|
3205 | * Don't remount main split children on rhs collapse
|
3206 | [\#4197](https://github.com/matrix-org/matrix-react-sdk/pull/4197)
|
3207 | * Add fallback label for canonical alias events that dont change anything
|
3208 | [\#4195](https://github.com/matrix-org/matrix-react-sdk/pull/4195)
|
3209 | * Immediately switch to verification dialog when clicking [Continue] from new
|
3210 | session dialog
|
3211 | [\#4196](https://github.com/matrix-org/matrix-react-sdk/pull/4196)
|
3212 | * Enable 4S if needed when trying to verify or accepting verification
|
3213 | [\#4194](https://github.com/matrix-org/matrix-react-sdk/pull/4194)
|
3214 | * Remove extraneous tab stop from room tree view.
|
3215 | [\#4193](https://github.com/matrix-org/matrix-react-sdk/pull/4193)
|
3216 | * Remove v1 identity server fallbacks
|
3217 | [\#4191](https://github.com/matrix-org/matrix-react-sdk/pull/4191)
|
3218 | * Allow editing of alt_aliases according to MSC2432
|
3219 | [\#4187](https://github.com/matrix-org/matrix-react-sdk/pull/4187)
|
3220 | * Update timeline rendering of aliases
|
3221 | [\#4189](https://github.com/matrix-org/matrix-react-sdk/pull/4189)
|
3222 | * Fix mark as read button for dark theme
|
3223 | [\#4190](https://github.com/matrix-org/matrix-react-sdk/pull/4190)
|
3224 | * Un-linkify version in settings
|
3225 | [\#4188](https://github.com/matrix-org/matrix-react-sdk/pull/4188)
|
3226 | * Make Mjolnir stop more robust
|
3227 | [\#4186](https://github.com/matrix-org/matrix-react-sdk/pull/4186)
|
3228 | * Fix secret sharing names to match spec
|
3229 | [\#4185](https://github.com/matrix-org/matrix-react-sdk/pull/4185)
|
3230 | * Share secrets with another device on request
|
3231 | [\#4172](https://github.com/matrix-org/matrix-react-sdk/pull/4172)
|
3232 | * Fall back to to_device verification if other user hasn't uploaded cross-
|
3233 | signing keys
|
3234 | [\#4181](https://github.com/matrix-org/matrix-react-sdk/pull/4181)
|
3235 | * Disable edits on redacted events
|
3236 | [\#4182](https://github.com/matrix-org/matrix-react-sdk/pull/4182)
|
3237 | * Use crypto.verification.request even when xsign is disabled
|
3238 | [\#4180](https://github.com/matrix-org/matrix-react-sdk/pull/4180)
|
3239 | * Reword the status for the currently indexing rooms.
|
3240 | [\#4084](https://github.com/matrix-org/matrix-react-sdk/pull/4084)
|
3241 | * Moved read receipts to the bottom of the message
|
3242 | [\#3892](https://github.com/matrix-org/matrix-react-sdk/pull/3892)
|
3243 | * Include a mark as read X under the scroll to unread button
|
3244 | [\#4159](https://github.com/matrix-org/matrix-react-sdk/pull/4159)
|
3245 | * Show the room presence indicator, even when cross-singing is enabled
|
3246 | [\#4178](https://github.com/matrix-org/matrix-react-sdk/pull/4178)
|
3247 | * Add local echo when clicking "Manually Verify" in unverified session dialog
|
3248 | [\#4179](https://github.com/matrix-org/matrix-react-sdk/pull/4179)
|
3249 | * link to matrix.org/security-disclosure-policy in help screen
|
3250 | [\#4129](https://github.com/matrix-org/matrix-react-sdk/pull/4129)
|
3251 | * only show verify button if user has uploaded cross-signing keys
|
3252 | [\#4174](https://github.com/matrix-org/matrix-react-sdk/pull/4174)
|
3253 | * Fix room alias references in topics
|
3254 | [\#4176](https://github.com/matrix-org/matrix-react-sdk/pull/4176)
|
3255 | * Fix not being able to start chats when you have no rooms
|
3256 | [\#4177](https://github.com/matrix-org/matrix-react-sdk/pull/4177)
|
3257 | * Disable registration flows on SSO servers
|
3258 | [\#4170](https://github.com/matrix-org/matrix-react-sdk/pull/4170)
|
3259 | * Don't group blank membership changes
|
3260 | [\#4160](https://github.com/matrix-org/matrix-react-sdk/pull/4160)
|
3261 | * Ensure the room list always triggers updates on itself
|
3262 | [\#4175](https://github.com/matrix-org/matrix-react-sdk/pull/4175)
|
3263 | * Fix composer touch bar flickering on keypress in Chrome
|
3264 | [\#4173](https://github.com/matrix-org/matrix-react-sdk/pull/4173)
|
3265 | * Document scrollpanel and BACAT scrolling
|
3266 | [\#4167](https://github.com/matrix-org/matrix-react-sdk/pull/4167)
|
3267 | * riot-desktop open SSO in browser so user doesn't have to auth twice
|
3268 | [\#4158](https://github.com/matrix-org/matrix-react-sdk/pull/4158)
|
3269 | * Lock login and registration buttons after submit
|
3270 | [\#4165](https://github.com/matrix-org/matrix-react-sdk/pull/4165)
|
3271 | * Suggest the server's results as lower quality in the invite dialog
|
3272 | [\#4149](https://github.com/matrix-org/matrix-react-sdk/pull/4149)
|
3273 | * Adjust scroll offset with relative scrolling
|
3274 | [\#4166](https://github.com/matrix-org/matrix-react-sdk/pull/4166)
|
3275 | * only automatically download in usercontent if user requested it
|
3276 | [\#4163](https://github.com/matrix-org/matrix-react-sdk/pull/4163)
|
3277 | * Fix having to decrypt & download in two steps
|
3278 | [\#4162](https://github.com/matrix-org/matrix-react-sdk/pull/4162)
|
3279 | * Use bash for release script
|
3280 | [\#4161](https://github.com/matrix-org/matrix-react-sdk/pull/4161)
|
3281 | * Revert to manual sorting for custom tag rooms
|
3282 | [\#4157](https://github.com/matrix-org/matrix-react-sdk/pull/4157)
|
3283 | * Fix the last char of people's names being cut off in the invite dialog
|
3284 | [\#4150](https://github.com/matrix-org/matrix-react-sdk/pull/4150)
|
3285 | * Add /whois SlashCommand to open UserInfo
|
3286 | [\#4154](https://github.com/matrix-org/matrix-react-sdk/pull/4154)
|
3287 | * word-break in pills and wrap the background correctly
|
3288 | [\#4155](https://github.com/matrix-org/matrix-react-sdk/pull/4155)
|
3289 | * don't show "This alias is available to use" if the alias is invalid
|
3290 | [\#4153](https://github.com/matrix-org/matrix-react-sdk/pull/4153)
|
3291 | * Don't ask to enable analytics when Do Not Track is enabled
|
3292 | [\#4098](https://github.com/matrix-org/matrix-react-sdk/pull/4098)
|
3293 | * Fix MELS not breaking on day boundaries regression
|
3294 | [\#4152](https://github.com/matrix-org/matrix-react-sdk/pull/4152)
|
3295 | * Fix Quote on search results page
|
3296 | [\#4151](https://github.com/matrix-org/matrix-react-sdk/pull/4151)
|
3297 | * Ensure errors when creating a DM are raised to the user
|
3298 | [\#4144](https://github.com/matrix-org/matrix-react-sdk/pull/4144)
|
3299 | * Add a Login button to startAnyRegistrationFlow
|
3300 | [\#3829](https://github.com/matrix-org/matrix-react-sdk/pull/3829)
|
3301 | * Use latest backup status directly rather than via state
|
3302 | [\#4147](https://github.com/matrix-org/matrix-react-sdk/pull/4147)
|
3303 | * Prefer account password variation of upgrading
|
3304 | [\#4146](https://github.com/matrix-org/matrix-react-sdk/pull/4146)
|
3305 | * Hide user avatars from screen readers in group and room user lists.
|
3306 | [\#4145](https://github.com/matrix-org/matrix-react-sdk/pull/4145)
|
3307 | * Room List sorting algorithms
|
3308 | [\#4085](https://github.com/matrix-org/matrix-react-sdk/pull/4085)
|
3309 | * Clear selected tags when disabling tag panel
|
3310 | [\#4143](https://github.com/matrix-org/matrix-react-sdk/pull/4143)
|
3311 | * Ignore cursor jumping shortcuts with shift
|
3312 | [\#4142](https://github.com/matrix-org/matrix-react-sdk/pull/4142)
|
3313 | * add local echo for clicking 'start verification' button
|
3314 | [\#4138](https://github.com/matrix-org/matrix-react-sdk/pull/4138)
|
3315 | * Fix formatting buttons not marking the composer as modified
|
3316 | [\#4141](https://github.com/matrix-org/matrix-react-sdk/pull/4141)
|
3317 | * Upgrade deps
|
3318 | [\#4136](https://github.com/matrix-org/matrix-react-sdk/pull/4136)
|
3319 | * Remove debug line from Analytics
|
3320 | [\#4137](https://github.com/matrix-org/matrix-react-sdk/pull/4137)
|
3321 | * Use the right function for creating binary verification QR codes
|
3322 | [\#4140](https://github.com/matrix-org/matrix-react-sdk/pull/4140)
|
3323 | * Ensure verification QR codes use the right buffer size
|
3324 | [\#4139](https://github.com/matrix-org/matrix-react-sdk/pull/4139)
|
3325 | * Don't prefix QR codes with the length of the static marker string
|
3326 | [\#4128](https://github.com/matrix-org/matrix-react-sdk/pull/4128)
|
3327 | * Solve fixed-width digit display in flowed text
|
3328 | [\#4127](https://github.com/matrix-org/matrix-react-sdk/pull/4127)
|
3329 | * Limit UserInfo Displayname to 3 lines to get rid of scrollbars
|
3330 | [\#4135](https://github.com/matrix-org/matrix-react-sdk/pull/4135)
|
3331 |
|
3332 | Changes in [2.2.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.1) (2020-03-04)
|
3333 | ===================================================================================================
|
3334 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.0...v2.2.1)
|
3335 |
|
3336 | * Adjust scroll offset with relative scrolling
|
3337 | [\#4171](https://github.com/matrix-org/matrix-react-sdk/pull/4171)
|
3338 | * Disable registration flows on SSO servers
|
3339 | [\#4169](https://github.com/matrix-org/matrix-react-sdk/pull/4169)
|
3340 |
|
3341 | Changes in [2.2.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.0) (2020-03-02)
|
3342 | ===================================================================================================
|
3343 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.2.0-rc.1...v2.2.0)
|
3344 |
|
3345 | * Upgrade JS SDK to 5.1.0
|
3346 | * Ignore cursor jumping shortcuts with shift
|
3347 | [\#4142](https://github.com/matrix-org/matrix-react-sdk/pull/4142)
|
3348 |
|
3349 | Changes in [2.2.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.2.0-rc.1) (2020-02-26)
|
3350 | =============================================================================================================
|
3351 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.1.1...v2.2.0-rc.1)
|
3352 |
|
3353 | * Upgrade JS SDK to 5.1.0-rc.1
|
3354 | * Fix message context menu breaking on invalid m.room.pinned_events event
|
3355 | [\#4133](https://github.com/matrix-org/matrix-react-sdk/pull/4133)
|
3356 | * Update from Weblate
|
3357 | [\#4134](https://github.com/matrix-org/matrix-react-sdk/pull/4134)
|
3358 | * Notify platform of language changes
|
3359 | [\#4121](https://github.com/matrix-org/matrix-react-sdk/pull/4121)
|
3360 | * Handle errors when previewing rooms more safely
|
3361 | [\#4132](https://github.com/matrix-org/matrix-react-sdk/pull/4132)
|
3362 | * Don't try to collapse zero events with a group
|
3363 | [\#4131](https://github.com/matrix-org/matrix-react-sdk/pull/4131)
|
3364 | * Don't print errors when the tab is used with no autocomplete present
|
3365 | [\#4130](https://github.com/matrix-org/matrix-react-sdk/pull/4130)
|
3366 | * Improve UI feedback while waiting for network
|
3367 | [\#4126](https://github.com/matrix-org/matrix-react-sdk/pull/4126)
|
3368 | * Ensure DMs tagged outside of account data work in the invite dialog
|
3369 | [\#4123](https://github.com/matrix-org/matrix-react-sdk/pull/4123)
|
3370 | * Show a warning dialog when user indicates a new session wasn't them
|
3371 | [\#4125](https://github.com/matrix-org/matrix-react-sdk/pull/4125)
|
3372 | * Show cancel events as hidden events if we wouldn't usually render them
|
3373 | [\#4120](https://github.com/matrix-org/matrix-react-sdk/pull/4120)
|
3374 | * Collapsed room list has unaligned room tiles #4030 version 2
|
3375 | [\#4033](https://github.com/matrix-org/matrix-react-sdk/pull/4033)
|
3376 | * Check for cross-signing homeserver support
|
3377 | [\#4118](https://github.com/matrix-org/matrix-react-sdk/pull/4118)
|
3378 | * Don't leak if show_sas never comes (or already came)
|
3379 | [\#4119](https://github.com/matrix-org/matrix-react-sdk/pull/4119)
|
3380 | * Add verification request viewer in devtools
|
3381 | [\#4106](https://github.com/matrix-org/matrix-react-sdk/pull/4106)
|
3382 | * update phase when request prop changes
|
3383 | [\#4117](https://github.com/matrix-org/matrix-react-sdk/pull/4117)
|
3384 | * Handle file downloading locally in electron rather than sending to browser
|
3385 | [\#4113](https://github.com/matrix-org/matrix-react-sdk/pull/4113)
|
3386 | * Remove unused CIDER setting watcher
|
3387 | [\#4116](https://github.com/matrix-org/matrix-react-sdk/pull/4116)
|
3388 | * Use alt_aliases for pills and autocomplete
|
3389 | [\#4102](https://github.com/matrix-org/matrix-react-sdk/pull/4102)
|
3390 | * Add shortcuts for beginning / end of composer
|
3391 | [\#4108](https://github.com/matrix-org/matrix-react-sdk/pull/4108)
|
3392 | * Update from Weblate
|
3393 | [\#4115](https://github.com/matrix-org/matrix-react-sdk/pull/4115)
|
3394 | * Revert "Fix escaped markdown passing backslashes through"
|
3395 | [\#4114](https://github.com/matrix-org/matrix-react-sdk/pull/4114)
|
3396 | * Fix a couple of React warnings/errors
|
3397 | [\#4112](https://github.com/matrix-org/matrix-react-sdk/pull/4112)
|
3398 | * Fix two big DOM leaks which were locking Chrome solid.
|
3399 | [\#4111](https://github.com/matrix-org/matrix-react-sdk/pull/4111)
|
3400 | * Filter out empty strings when pasting IDs into the invite dialog
|
3401 | [\#4109](https://github.com/matrix-org/matrix-react-sdk/pull/4109)
|
3402 | * Remove buildkite pipeline
|
3403 | [\#4107](https://github.com/matrix-org/matrix-react-sdk/pull/4107)
|
3404 | * Use binary packing for verification QR codes
|
3405 | [\#4091](https://github.com/matrix-org/matrix-react-sdk/pull/4091)
|
3406 | * Fix several small bugs with the invite/DM dialog
|
3407 | [\#4099](https://github.com/matrix-org/matrix-react-sdk/pull/4099)
|
3408 | * ignore e2e tests node_modules during linting
|
3409 | [\#4103](https://github.com/matrix-org/matrix-react-sdk/pull/4103)
|
3410 | * Apply null-guard to room pills for when we can't fetch the room
|
3411 | [\#4104](https://github.com/matrix-org/matrix-react-sdk/pull/4104)
|
3412 | * Fix theme being overridden to light even after login is completed
|
3413 | [\#4105](https://github.com/matrix-org/matrix-react-sdk/pull/4105)
|
3414 | * Fix bug where SSSS could be overwritten if user never cross-signs
|
3415 | [\#4100](https://github.com/matrix-org/matrix-react-sdk/pull/4100)
|
3416 | * Accept canonical alias for pills
|
3417 | [\#4096](https://github.com/matrix-org/matrix-react-sdk/pull/4096)
|
3418 | * Fix: don't advertise ability to scan a QR code for verification
|
3419 | [\#4094](https://github.com/matrix-org/matrix-react-sdk/pull/4094)
|
3420 | * Fixes for printing event indexing stats.
|
3421 | [\#4082](https://github.com/matrix-org/matrix-react-sdk/pull/4082)
|
3422 | * Remove exec so release script continues
|
3423 | [\#4095](https://github.com/matrix-org/matrix-react-sdk/pull/4095)
|
3424 | * Use Persistent Storage where possible
|
3425 | [\#4092](https://github.com/matrix-org/matrix-react-sdk/pull/4092)
|
3426 | * Fix user page (missing null check)
|
3427 | [\#4088](https://github.com/matrix-org/matrix-react-sdk/pull/4088)
|
3428 | * Cancel verification request on dialog close
|
3429 | [\#4081](https://github.com/matrix-org/matrix-react-sdk/pull/4081)
|
3430 | * Fix various memory leaks due to method re-binding
|
3431 | [\#4093](https://github.com/matrix-org/matrix-react-sdk/pull/4093)
|
3432 | * Fix share message context menu option keyboard a11y
|
3433 | [\#4073](https://github.com/matrix-org/matrix-react-sdk/pull/4073)
|
3434 |
|
3435 | Changes in [2.1.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.1.1) (2020-02-19)
|
3436 | ===================================================================================================
|
3437 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.1.0...v2.1.1)
|
3438 |
|
3439 | * show spinner while loading local aliases
|
3440 | [\#4090](https://github.com/matrix-org/matrix-react-sdk/pull/4090)
|
3441 | * Don't index key verification events.
|
3442 | [\#4083](https://github.com/matrix-org/matrix-react-sdk/pull/4083)
|
3443 | * Get rid of dependence on usercontent.riot.im
|
3444 | [\#4046](https://github.com/matrix-org/matrix-react-sdk/pull/4046)
|
3445 | * also detect aliases using new /aliases endpoint for room access settings
|
3446 | [\#4089](https://github.com/matrix-org/matrix-react-sdk/pull/4089)
|
3447 | * get local aliases from /aliases in room settings
|
3448 | [\#4086](https://github.com/matrix-org/matrix-react-sdk/pull/4086)
|
3449 | * Start verification sessions in an E2E DM where possible
|
3450 | [\#4080](https://github.com/matrix-org/matrix-react-sdk/pull/4080)
|
3451 | * Only show supported verification methods
|
3452 | [\#4077](https://github.com/matrix-org/matrix-react-sdk/pull/4077)
|
3453 | * Use local echo in VerificationRequest for accepting/declining a verification
|
3454 | request
|
3455 | [\#4072](https://github.com/matrix-org/matrix-react-sdk/pull/4072)
|
3456 | * Report installed PWA, touch input status in rageshakes, analytics
|
3457 | [\#4078](https://github.com/matrix-org/matrix-react-sdk/pull/4078)
|
3458 | * refactor event grouping into separate helper classes
|
3459 | [\#4059](https://github.com/matrix-org/matrix-react-sdk/pull/4059)
|
3460 | * Find existing requests when starting a new verification request
|
3461 | [\#4070](https://github.com/matrix-org/matrix-react-sdk/pull/4070)
|
3462 | * Always speak the full text of the typing indicator when it updates.
|
3463 | [\#4074](https://github.com/matrix-org/matrix-react-sdk/pull/4074)
|
3464 | * Fix escaped markdown passing backslashes through
|
3465 | [\#4008](https://github.com/matrix-org/matrix-react-sdk/pull/4008)
|
3466 | * Move the sidebar to below the sidebar tab buttons for screen readers.
|
3467 | [\#4071](https://github.com/matrix-org/matrix-react-sdk/pull/4071)
|
3468 |
|
3469 | Changes in [2.1.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.1.0) (2020-02-17)
|
3470 | ===================================================================================================
|
3471 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.1.0-rc.2...v2.1.0)
|
3472 |
|
3473 | * Automate SDK dep upgrades for release
|
3474 | [\#4076](https://github.com/matrix-org/matrix-react-sdk/pull/4076)
|
3475 |
|
3476 | Changes in [2.1.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.1.0-rc.2) (2020-02-13)
|
3477 | =============================================================================================================
|
3478 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.1.0-rc.1...v2.1.0-rc.2)
|
3479 |
|
3480 | * Fix error in previous attempt to upgrade JS SDK
|
3481 |
|
3482 | Changes in [2.1.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.1.0-rc.1) (2020-02-13)
|
3483 | =============================================================================================================
|
3484 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.0.0...v2.1.0-rc.1)
|
3485 |
|
3486 | * Upgrade JS SDK to 5.0.0-rc.1
|
3487 | * don't show tooltips on big icons
|
3488 | [\#4067](https://github.com/matrix-org/matrix-react-sdk/pull/4067)
|
3489 | * Update from Weblate
|
3490 | [\#4069](https://github.com/matrix-org/matrix-react-sdk/pull/4069)
|
3491 | * Fix sending of visit variables to Matomo
|
3492 | [\#4068](https://github.com/matrix-org/matrix-react-sdk/pull/4068)
|
3493 | * Use embedded piwik script rather than piwik.js to respect CSP
|
3494 | [\#4066](https://github.com/matrix-org/matrix-react-sdk/pull/4066)
|
3495 | * remove methods arg to requestVerification(DM)
|
3496 | [\#4058](https://github.com/matrix-org/matrix-react-sdk/pull/4058)
|
3497 | * Check for null config settings a bit safer
|
3498 | [\#4061](https://github.com/matrix-org/matrix-react-sdk/pull/4061)
|
3499 | * Score user ID searches higher when they match nearly exactly
|
3500 | [\#4060](https://github.com/matrix-org/matrix-react-sdk/pull/4060)
|
3501 | * Fix uncentered letter inside avatar for currently typing users
|
3502 | [\#4051](https://github.com/matrix-org/matrix-react-sdk/pull/4051)
|
3503 | * Disable 'start' button after clicking in VerificationPanel
|
3504 | [\#4065](https://github.com/matrix-org/matrix-react-sdk/pull/4065)
|
3505 | * Fixed bug where key reset didn't always return the right key
|
3506 | [\#4057](https://github.com/matrix-org/matrix-react-sdk/pull/4057)
|
3507 | * Don't render avatars in pills for screen readers.
|
3508 | [\#4062](https://github.com/matrix-org/matrix-react-sdk/pull/4062)
|
3509 | * Make QR self-verification compatible with RiotX
|
3510 | [\#4044](https://github.com/matrix-org/matrix-react-sdk/pull/4044)
|
3511 | * Verify single device from other user in right panel & Not Trusted dialog
|
3512 | [\#4043](https://github.com/matrix-org/matrix-react-sdk/pull/4043)
|
3513 | * Disable verification buttons after clicking to avoid double submission
|
3514 | [\#4049](https://github.com/matrix-org/matrix-react-sdk/pull/4049)
|
3515 | * Verification toast fixes
|
3516 | [\#4048](https://github.com/matrix-org/matrix-react-sdk/pull/4048)
|
3517 | * Use EncryptionPanel everywhere, part I
|
3518 | [\#4042](https://github.com/matrix-org/matrix-react-sdk/pull/4042)
|
3519 | * quick fix for cross-signing reset bug
|
3520 | [\#4056](https://github.com/matrix-org/matrix-react-sdk/pull/4056)
|
3521 | * Fix error message rendering for key entry
|
3522 | [\#4055](https://github.com/matrix-org/matrix-react-sdk/pull/4055)
|
3523 | * Fix recaptcha blocked by CSP for non-SSL origins
|
3524 | [\#4052](https://github.com/matrix-org/matrix-react-sdk/pull/4052)
|
3525 | * Fix watcher for showTypingNotifications setting
|
3526 | [\#4054](https://github.com/matrix-org/matrix-react-sdk/pull/4054)
|
3527 | * Allow custom hs url submission on enter
|
3528 | [\#4053](https://github.com/matrix-org/matrix-react-sdk/pull/4053)
|
3529 | * Support keepSecretStoragePassphraseForSession at the config level too
|
3530 | [\#4045](https://github.com/matrix-org/matrix-react-sdk/pull/4045)
|
3531 | * Add setting to allow hiding of typing indicator
|
3532 | [\#4047](https://github.com/matrix-org/matrix-react-sdk/pull/4047)
|
3533 | * Button to reset cross-signing and SSSS keys
|
3534 | [\#4041](https://github.com/matrix-org/matrix-react-sdk/pull/4041)
|
3535 | * Use forms to wrap password fields so Chrome doesn't go wild
|
3536 | [\#3974](https://github.com/matrix-org/matrix-react-sdk/pull/3974)
|
3537 | * Update QR code rendering to support VerificationRequests
|
3538 | [\#4001](https://github.com/matrix-org/matrix-react-sdk/pull/4001)
|
3539 | * Differentiate AccessSecretStorageDialog dismiss dialog based on which key we
|
3540 | want to read
|
3541 | [\#4038](https://github.com/matrix-org/matrix-react-sdk/pull/4038)
|
3542 | * Only emit in RoomViewStore when state actually changes
|
3543 | [\#4039](https://github.com/matrix-org/matrix-react-sdk/pull/4039)
|
3544 | * Mark AccessSecretStorageDialog to not be closed by clicking background
|
3545 | [\#4029](https://github.com/matrix-org/matrix-react-sdk/pull/4029)
|
3546 | * Let pointer events fall through to scroll button
|
3547 | [\#4037](https://github.com/matrix-org/matrix-react-sdk/pull/4037)
|
3548 | * Improve event indexing status strings for translation
|
3549 | [\#4035](https://github.com/matrix-org/matrix-react-sdk/pull/4035)
|
3550 | * Button size reviewed for word consuming languages & Settings showing devices
|
3551 | are a bit too tight
|
3552 | [\#4024](https://github.com/matrix-org/matrix-react-sdk/pull/4024)
|
3553 | * Only enumerate settings handlers which are supported
|
3554 | [\#4034](https://github.com/matrix-org/matrix-react-sdk/pull/4034)
|
3555 | * Fix listener removal in verification tile
|
3556 | [\#4036](https://github.com/matrix-org/matrix-react-sdk/pull/4036)
|
3557 | * Do not show alarming red shields on large encrypted rooms for your own
|
3558 | device
|
3559 | [\#4028](https://github.com/matrix-org/matrix-react-sdk/pull/4028)
|
3560 | * Add a class for styling room directory permissions
|
3561 | [\#4007](https://github.com/matrix-org/matrix-react-sdk/pull/4007)
|
3562 | * double-check user verification
|
3563 | [\#4010](https://github.com/matrix-org/matrix-react-sdk/pull/4010)
|
3564 | * Use minimist instead of optimist as it is deprecated
|
3565 | [\#4031](https://github.com/matrix-org/matrix-react-sdk/pull/4031)
|
3566 | * SettingsStore, use a counter instead of wall clock for watcher ids
|
3567 | [\#4032](https://github.com/matrix-org/matrix-react-sdk/pull/4032)
|
3568 | * Don't crash immediately if the room directory chunk is null/empty
|
3569 | [\#4027](https://github.com/matrix-org/matrix-react-sdk/pull/4027)
|
3570 | * Fix verification toast to close at 0s
|
3571 | [\#3998](https://github.com/matrix-org/matrix-react-sdk/pull/3998)
|
3572 | * Fix listener leak in TagPanel
|
3573 | [\#4026](https://github.com/matrix-org/matrix-react-sdk/pull/4026)
|
3574 | * Update from Weblate
|
3575 | [\#4025](https://github.com/matrix-org/matrix-react-sdk/pull/4025)
|
3576 | * Honour the isLogin flag in theme.js
|
3577 | [\#4023](https://github.com/matrix-org/matrix-react-sdk/pull/4023)
|
3578 | * ManageEventIndexDialog: Show how many rooms are being currently crawled.
|
3579 | [\#4022](https://github.com/matrix-org/matrix-react-sdk/pull/4022)
|
3580 | * Advertise that we can scan QR codes even though we can't
|
3581 | [\#4021](https://github.com/matrix-org/matrix-react-sdk/pull/4021)
|
3582 | * Checkpoint addition fixes and return of the crawler sleep time setting.
|
3583 | [\#4020](https://github.com/matrix-org/matrix-react-sdk/pull/4020)
|
3584 | * Truncate SAS emoji labels to fit
|
3585 | [\#4018](https://github.com/matrix-org/matrix-react-sdk/pull/4018)
|
3586 | * Apply copy edits to security setup flow
|
3587 | [\#4017](https://github.com/matrix-org/matrix-react-sdk/pull/4017)
|
3588 | * Fix user trust text to match what was checked
|
3589 | [\#4016](https://github.com/matrix-org/matrix-react-sdk/pull/4016)
|
3590 | * Fix size of invite only icon
|
3591 | [\#4015](https://github.com/matrix-org/matrix-react-sdk/pull/4015)
|
3592 | * Add temporary feature flag to control padlocks
|
3593 | [\#4013](https://github.com/matrix-org/matrix-react-sdk/pull/4013)
|
3594 | * Add an override for the theme
|
3595 | [\#4014](https://github.com/matrix-org/matrix-react-sdk/pull/4014)
|
3596 | * Add title to complete security loading
|
3597 | [\#4011](https://github.com/matrix-org/matrix-react-sdk/pull/4011)
|
3598 | * Only display the first zxcvbn warning/suggestion
|
3599 | [\#4012](https://github.com/matrix-org/matrix-react-sdk/pull/4012)
|
3600 | * Log exceptions from accessSecretStorage
|
3601 | [\#4009](https://github.com/matrix-org/matrix-react-sdk/pull/4009)
|
3602 | * Add advanced option to keep secret storage in memory for session
|
3603 | [\#3995](https://github.com/matrix-org/matrix-react-sdk/pull/3995)
|
3604 | * Add shields to member list, move power label to text
|
3605 | [\#4006](https://github.com/matrix-org/matrix-react-sdk/pull/4006)
|
3606 | * Make encryption events into bubble-style tiles
|
3607 | [\#4005](https://github.com/matrix-org/matrix-react-sdk/pull/4005)
|
3608 | * Update copy when the user verifies their own devices
|
3609 | [\#4000](https://github.com/matrix-org/matrix-react-sdk/pull/4000)
|
3610 | * Use Sets instead of array scans and simplify hiding of invalid users when
|
3611 | inviting
|
3612 | [\#4004](https://github.com/matrix-org/matrix-react-sdk/pull/4004)
|
3613 | * Fix room completion for invited rooms and upgraded rooms
|
3614 | [\#4003](https://github.com/matrix-org/matrix-react-sdk/pull/4003)
|
3615 | * Make shields in UserInfo black if user isn't verified
|
3616 | [\#3999](https://github.com/matrix-org/matrix-react-sdk/pull/3999)
|
3617 | * Change verify user text
|
3618 | [\#3994](https://github.com/matrix-org/matrix-react-sdk/pull/3994)
|
3619 | * Disable all inputs in login form while busy, not just the submit button
|
3620 | [\#3996](https://github.com/matrix-org/matrix-react-sdk/pull/3996)
|
3621 | * fix SAS dialog width
|
3622 | [\#3993](https://github.com/matrix-org/matrix-react-sdk/pull/3993)
|
3623 | * Update placeholder in the composer when it gets changed
|
3624 | [\#3990](https://github.com/matrix-org/matrix-react-sdk/pull/3990)
|
3625 | * Send initial device display name on register
|
3626 | [\#3992](https://github.com/matrix-org/matrix-react-sdk/pull/3992)
|
3627 | * Update QR code handling for new spec
|
3628 | [\#3959](https://github.com/matrix-org/matrix-react-sdk/pull/3959)
|
3629 | * Apply the Olympic effect to SAS Emoji Verification
|
3630 | [\#3989](https://github.com/matrix-org/matrix-react-sdk/pull/3989)
|
3631 | * Pass an ID to the <Field/> as needed and fix div inside p nesting
|
3632 | [\#3988](https://github.com/matrix-org/matrix-react-sdk/pull/3988)
|
3633 | * Update user info for device and trust changes
|
3634 | [\#3987](https://github.com/matrix-org/matrix-react-sdk/pull/3987)
|
3635 | * Relax secret storage account data check
|
3636 | [\#3985](https://github.com/matrix-org/matrix-react-sdk/pull/3985)
|
3637 | * Fix various races that prevented the right panel being in the right state
|
3638 | for verifications
|
3639 | [\#3984](https://github.com/matrix-org/matrix-react-sdk/pull/3984)
|
3640 | * Fix verifying individual devices
|
3641 | [\#3986](https://github.com/matrix-org/matrix-react-sdk/pull/3986)
|
3642 | * Update from Weblate
|
3643 | [\#3982](https://github.com/matrix-org/matrix-react-sdk/pull/3982)
|
3644 | * Replace device with session in UI text
|
3645 | [\#3980](https://github.com/matrix-org/matrix-react-sdk/pull/3980)
|
3646 | * Add missing await causing promises to be leaked as room IDs
|
3647 | [\#3981](https://github.com/matrix-org/matrix-react-sdk/pull/3981)
|
3648 | * Change new session toast to unverified
|
3649 | [\#3978](https://github.com/matrix-org/matrix-react-sdk/pull/3978)
|
3650 | * Replace Verify button in UserInfo verification with "Learn more"
|
3651 | [\#3975](https://github.com/matrix-org/matrix-react-sdk/pull/3975)
|
3652 | * Don't peek until the matrix client is ready
|
3653 | [\#3979](https://github.com/matrix-org/matrix-react-sdk/pull/3979)
|
3654 | * Verification: don't block UI update on verification finishing
|
3655 | [\#3976](https://github.com/matrix-org/matrix-react-sdk/pull/3976)
|
3656 | * Adjust icons with in person with design
|
3657 | [\#3977](https://github.com/matrix-org/matrix-react-sdk/pull/3977)
|
3658 | * Update copy for right panel verification
|
3659 | [\#3973](https://github.com/matrix-org/matrix-react-sdk/pull/3973)
|
3660 | * Check for timeline in pre-join UISI path
|
3661 | [\#3972](https://github.com/matrix-org/matrix-react-sdk/pull/3972)
|
3662 | * Let users paste text if they've already started filtering invite targets
|
3663 | [\#3970](https://github.com/matrix-org/matrix-react-sdk/pull/3970)
|
3664 | * Filter event types when deciding on activity metrics for DM suggestions
|
3665 | [\#3969](https://github.com/matrix-org/matrix-react-sdk/pull/3969)
|
3666 | * Revert a change causing a login loop
|
3667 | [\#3971](https://github.com/matrix-org/matrix-react-sdk/pull/3971)
|
3668 | * Improve the docs for the event index and fix some type hints.
|
3669 | [\#3960](https://github.com/matrix-org/matrix-react-sdk/pull/3960)
|
3670 | * Automatically focus on the invite dialog input
|
3671 | [\#3968](https://github.com/matrix-org/matrix-react-sdk/pull/3968)
|
3672 | * Restore key backup in Complete Security dialog
|
3673 | [\#3966](https://github.com/matrix-org/matrix-react-sdk/pull/3966)
|
3674 | * Right Panel Verification improvements
|
3675 | [\#3967](https://github.com/matrix-org/matrix-react-sdk/pull/3967)
|
3676 | * Cross Signing Right Panel Verification Decoration
|
3677 | [\#3950](https://github.com/matrix-org/matrix-react-sdk/pull/3950)
|
3678 | * Passing refireParams actually prevented this from working
|
3679 | [\#3965](https://github.com/matrix-org/matrix-react-sdk/pull/3965)
|
3680 | * Start new key backup in security setup flow
|
3681 | [\#3964](https://github.com/matrix-org/matrix-react-sdk/pull/3964)
|
3682 | * Tweak styling of the unread indicator circle.
|
3683 | [\#3958](https://github.com/matrix-org/matrix-react-sdk/pull/3958)
|
3684 | * Add device IDs in user info tooltips
|
3685 | [\#3963](https://github.com/matrix-org/matrix-react-sdk/pull/3963)
|
3686 | * Improve encryption upgrade on login flow
|
3687 | [\#3962](https://github.com/matrix-org/matrix-react-sdk/pull/3962)
|
3688 | * Switch back to legacy decorators
|
3689 | [\#3961](https://github.com/matrix-org/matrix-react-sdk/pull/3961)
|
3690 | * Style bridge settings tab according to design
|
3691 | [\#3894](https://github.com/matrix-org/matrix-react-sdk/pull/3894)
|
3692 | * Fix skinning and babel targets
|
3693 | [\#3957](https://github.com/matrix-org/matrix-react-sdk/pull/3957)
|
3694 | * Enable cross-signing lab when key in storage
|
3695 | [\#3956](https://github.com/matrix-org/matrix-react-sdk/pull/3956)
|
3696 | * Add new session verification details dialog
|
3697 | [\#3953](https://github.com/matrix-org/matrix-react-sdk/pull/3953)
|
3698 | * Fix issue where we don't notice if our own devices shouldn't be trusted
|
3699 | [\#3949](https://github.com/matrix-org/matrix-react-sdk/pull/3949)
|
3700 | * Add separate component for post-auth security flows
|
3701 | [\#3951](https://github.com/matrix-org/matrix-react-sdk/pull/3951)
|
3702 | * Add more logging to settings watchers
|
3703 | [\#3952](https://github.com/matrix-org/matrix-react-sdk/pull/3952)
|
3704 | * Use https for recaptcha for all non-http protocols
|
3705 | [\#3944](https://github.com/matrix-org/matrix-react-sdk/pull/3944)
|
3706 | * Add status and management UI for the event indexer
|
3707 | [\#3672](https://github.com/matrix-org/matrix-react-sdk/pull/3672)
|
3708 | * Remove DM icons if `feature_cross_signing` is enabled; hide padlocks in DM
|
3709 | room headers
|
3710 | [\#3948](https://github.com/matrix-org/matrix-react-sdk/pull/3948)
|
3711 | * Stop rogue verification toast if you verify during login
|
3712 | [\#3943](https://github.com/matrix-org/matrix-react-sdk/pull/3943)
|
3713 | * Show incoming verification requests in the 'complete security' phase
|
3714 | [\#3942](https://github.com/matrix-org/matrix-react-sdk/pull/3942)
|
3715 | * Dismiss logged out device toasts
|
3716 | [\#3941](https://github.com/matrix-org/matrix-react-sdk/pull/3941)
|
3717 | * Verification nag toasts
|
3718 | [\#3940](https://github.com/matrix-org/matrix-react-sdk/pull/3940)
|
3719 | * Update from Weblate
|
3720 | [\#3947](https://github.com/matrix-org/matrix-react-sdk/pull/3947)
|
3721 | * Remember password for e2e bootstrapping
|
3722 | [\#3939](https://github.com/matrix-org/matrix-react-sdk/pull/3939)
|
3723 | * fix compound emoji
|
3724 | [\#3946](https://github.com/matrix-org/matrix-react-sdk/pull/3946)
|
3725 | * Setup flow for cross-signing on login / registration
|
3726 | [\#3937](https://github.com/matrix-org/matrix-react-sdk/pull/3937)
|
3727 | * Update profile avatar letter size
|
3728 | [\#3935](https://github.com/matrix-org/matrix-react-sdk/pull/3935)
|
3729 | * Hide default encryption algorithm
|
3730 | [\#3936](https://github.com/matrix-org/matrix-react-sdk/pull/3936)
|
3731 | * Resolve default export warnings from Webpack
|
3732 | [\#3938](https://github.com/matrix-org/matrix-react-sdk/pull/3938)
|
3733 | * Add null check for cross-signing info in verification panel
|
3734 | [\#3934](https://github.com/matrix-org/matrix-react-sdk/pull/3934)
|
3735 | * Add trace logging to figure out which component is causing weird events
|
3736 | [\#3926](https://github.com/matrix-org/matrix-react-sdk/pull/3926)
|
3737 | * Remove user lists feature flag, making it the default
|
3738 | [\#3906](https://github.com/matrix-org/matrix-react-sdk/pull/3906)
|
3739 | * Last bit of polish for user lists
|
3740 | [\#3925](https://github.com/matrix-org/matrix-react-sdk/pull/3925)
|
3741 | * QR code verification
|
3742 | [\#3871](https://github.com/matrix-org/matrix-react-sdk/pull/3871)
|
3743 | * Do less unnecessary work on CI
|
3744 | [\#3933](https://github.com/matrix-org/matrix-react-sdk/pull/3933)
|
3745 | * Re-enable stylelint on CI
|
3746 | [\#3932](https://github.com/matrix-org/matrix-react-sdk/pull/3932)
|
3747 | * Design pass for room icons
|
3748 | [\#3931](https://github.com/matrix-org/matrix-react-sdk/pull/3931)
|
3749 | * Populate the file panel using the event index if available.
|
3750 | [\#3858](https://github.com/matrix-org/matrix-react-sdk/pull/3858)
|
3751 | * Split AsyncWrapper out from Modal
|
3752 | [\#3928](https://github.com/matrix-org/matrix-react-sdk/pull/3928)
|
3753 | * Fix error in verification code on develop
|
3754 | [\#3930](https://github.com/matrix-org/matrix-react-sdk/pull/3930)
|
3755 | * Seperates out the padlock icon, and adds a tooltip
|
3756 | [\#3929](https://github.com/matrix-org/matrix-react-sdk/pull/3929)
|
3757 | * Cross Signing redesign for composer
|
3758 | [\#3910](https://github.com/matrix-org/matrix-react-sdk/pull/3910)
|
3759 | * Fix verifying your own devices with to_device messages
|
3760 | [\#3927](https://github.com/matrix-org/matrix-react-sdk/pull/3927)
|
3761 | * Room list reflects encryption state
|
3762 | [\#3908](https://github.com/matrix-org/matrix-react-sdk/pull/3908)
|
3763 | * Make the entire User Info scrollable, sticky close button
|
3764 | [\#3914](https://github.com/matrix-org/matrix-react-sdk/pull/3914)
|
3765 | * Remove riot logo from the security setup screens
|
3766 | [\#3916](https://github.com/matrix-org/matrix-react-sdk/pull/3916)
|
3767 | * Only say the session is verified if it is now verified
|
3768 | [\#3917](https://github.com/matrix-org/matrix-react-sdk/pull/3917)
|
3769 | * Hide password section if you can't change your password
|
3770 | [\#3924](https://github.com/matrix-org/matrix-react-sdk/pull/3924)
|
3771 | * Ensure a plaintext version of the composer ends up on the clipboard
|
3772 | [\#3922](https://github.com/matrix-org/matrix-react-sdk/pull/3922)
|
3773 | * Move & upgrade babel runtime into dependencies (like it wants)
|
3774 | [\#3920](https://github.com/matrix-org/matrix-react-sdk/pull/3920)
|
3775 | * Don't list every single alias when there's many
|
3776 | [\#3918](https://github.com/matrix-org/matrix-react-sdk/pull/3918)
|
3777 | * Try to populate user IDs even when the server's directory fails us
|
3778 | [\#3907](https://github.com/matrix-org/matrix-react-sdk/pull/3907)
|
3779 | * Remove .event property on verification request
|
3780 | [\#3912](https://github.com/matrix-org/matrix-react-sdk/pull/3912)
|
3781 | * Attempt to fix Safari + VoiceOver misunderstanding the timeline list
|
3782 | [\#3911](https://github.com/matrix-org/matrix-react-sdk/pull/3911)
|
3783 | * Enable encryption in DMs with device keys
|
3784 | [\#3913](https://github.com/matrix-org/matrix-react-sdk/pull/3913)
|
3785 | * Fix scrollable area and padding in user lists dialog
|
3786 | [\#3905](https://github.com/matrix-org/matrix-react-sdk/pull/3905)
|
3787 | * Add Reject & Ignore user button to invites view
|
3788 | [\#3909](https://github.com/matrix-org/matrix-react-sdk/pull/3909)
|
3789 | * Fix paragraph-awareness of the composer formatting features
|
3790 | [\#3891](https://github.com/matrix-org/matrix-react-sdk/pull/3891)
|
3791 | * Updated visuals for cross-signing bootstrap
|
3792 | [\#3903](https://github.com/matrix-org/matrix-react-sdk/pull/3903)
|
3793 | * Implement some parts of new cross signing bootstrap UI
|
3794 | [\#3897](https://github.com/matrix-org/matrix-react-sdk/pull/3897)
|
3795 | * Treat links as external in report content admin message
|
3796 | [\#3904](https://github.com/matrix-org/matrix-react-sdk/pull/3904)
|
3797 | * Be consistent about our settings svg, free the other one
|
3798 | [\#3902](https://github.com/matrix-org/matrix-react-sdk/pull/3902)
|
3799 | * Change prepublish script to prepare
|
3800 | [\#3899](https://github.com/matrix-org/matrix-react-sdk/pull/3899)
|
3801 | * Remove the react-sdk version
|
3802 | [\#3901](https://github.com/matrix-org/matrix-react-sdk/pull/3901)
|
3803 | * BuildKite: Retry end-to-end tests automatically once if they fail
|
3804 | [\#3900](https://github.com/matrix-org/matrix-react-sdk/pull/3900)
|
3805 | * Slash Command improvements around sending messages with leading slash
|
3806 | [\#3893](https://github.com/matrix-org/matrix-react-sdk/pull/3893)
|
3807 | * Support admin configurable message when reporting content
|
3808 | [\#3898](https://github.com/matrix-org/matrix-react-sdk/pull/3898)
|
3809 | * Don't warn on unverified users; ensured behavior stays the same with flags
|
3810 | off
|
3811 | [\#3896](https://github.com/matrix-org/matrix-react-sdk/pull/3896)
|
3812 | * Fix roving room list for resizer and ff tabstop a11y
|
3813 | [\#3895](https://github.com/matrix-org/matrix-react-sdk/pull/3895)
|
3814 | * Verify individual messages via cross-signing
|
3815 | [\#3875](https://github.com/matrix-org/matrix-react-sdk/pull/3875)
|
3816 | * Fix layering of dependencies in riot-web and e2e tests
|
3817 | [\#3882](https://github.com/matrix-org/matrix-react-sdk/pull/3882)
|
3818 | * Implement Roving Tab Index and Room List as TreeView
|
3819 | [\#3844](https://github.com/matrix-org/matrix-react-sdk/pull/3844)
|
3820 | * Move room header shields over the avatar for the room
|
3821 | [\#3888](https://github.com/matrix-org/matrix-react-sdk/pull/3888)
|
3822 | * Fix toast icon to prevent clipping
|
3823 | [\#3890](https://github.com/matrix-org/matrix-react-sdk/pull/3890)
|
3824 | * Only show devices and verify actions in E2EE rooms
|
3825 | [\#3889](https://github.com/matrix-org/matrix-react-sdk/pull/3889)
|
3826 | * Change user info verification checks to use cross-signing
|
3827 | [\#3887](https://github.com/matrix-org/matrix-react-sdk/pull/3887)
|
3828 | * Fix click-to-ping not inserting colon if composer non-empty
|
3829 | [\#3886](https://github.com/matrix-org/matrix-react-sdk/pull/3886)
|
3830 | * Fix emoticon space completion for upper case emoticons like :D xD
|
3831 | [\#3884](https://github.com/matrix-org/matrix-react-sdk/pull/3884)
|
3832 | * Repair cross-signing panel with async status
|
3833 | [\#3880](https://github.com/matrix-org/matrix-react-sdk/pull/3880)
|
3834 | * Remove temporary key backup button
|
3835 | [\#3878](https://github.com/matrix-org/matrix-react-sdk/pull/3878)
|
3836 | * Score users who have recently spoken higher in invite suggestions
|
3837 | [\#3866](https://github.com/matrix-org/matrix-react-sdk/pull/3866)
|
3838 | * Initial support for verification in right panel
|
3839 | [\#3796](https://github.com/matrix-org/matrix-react-sdk/pull/3796)
|
3840 | * Prevent the invite dialog from jumping around when elements change
|
3841 | [\#3868](https://github.com/matrix-org/matrix-react-sdk/pull/3868)
|
3842 | * Add prepublish script
|
3843 | [\#3876](https://github.com/matrix-org/matrix-react-sdk/pull/3876)
|
3844 |
|
3845 | Changes in [2.0.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.0.0) (2020-01-27)
|
3846 | ===================================================================================================
|
3847 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.0.0-rc.2...v2.0.0)
|
3848 |
|
3849 | * Ensure a plaintext version of the composer ends up on the clipboard
|
3850 | [\#3923](https://github.com/matrix-org/matrix-react-sdk/pull/3923)
|
3851 | * Move & upgrade babel runtime into dependencies (like it wants)
|
3852 | [\#3921](https://github.com/matrix-org/matrix-react-sdk/pull/3921)
|
3853 | * Don't list every single alias when there's many
|
3854 | [\#3919](https://github.com/matrix-org/matrix-react-sdk/pull/3919)
|
3855 |
|
3856 | Changes in [2.0.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.0.0-rc.2) (2020-01-20)
|
3857 | =============================================================================================================
|
3858 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.0.0-rc.1...v2.0.0-rc.2)
|
3859 |
|
3860 | * Add prepublish script
|
3861 | [\#3877](https://github.com/matrix-org/matrix-react-sdk/pull/3877)
|
3862 |
|
3863 | Changes in [2.0.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v2.0.0-rc.1) (2020-01-20)
|
3864 | =============================================================================================================
|
3865 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.6...v2.0.0-rc.1)
|
3866 |
|
3867 | BREAKING CHANGES
|
3868 | ================
|
3869 | * The react-sdk node module now exports ES6 rather than ES5. If you
|
3870 | wish to supports target that aren't compatible with ES6, you
|
3871 | will need to transpile the react-sdk to a suitable dialect.
|
3872 |
|
3873 | All Changes
|
3874 | ===========
|
3875 | * Fix arrows keys moving through edit history
|
3876 | [\#3874](https://github.com/matrix-org/matrix-react-sdk/pull/3874)
|
3877 | * Fix error about MessagePanel not being available for read markers
|
3878 | [\#3867](https://github.com/matrix-org/matrix-react-sdk/pull/3867)
|
3879 | * Adjust secret storage to work before sync
|
3880 | [\#3864](https://github.com/matrix-org/matrix-react-sdk/pull/3864)
|
3881 | * Update from Weblate
|
3882 | [\#3872](https://github.com/matrix-org/matrix-react-sdk/pull/3872)
|
3883 | * Remove unused deps and dev-deps
|
3884 | [\#3870](https://github.com/matrix-org/matrix-react-sdk/pull/3870)
|
3885 | * Tidy Jest test stuff and dependencies
|
3886 | [\#3869](https://github.com/matrix-org/matrix-react-sdk/pull/3869)
|
3887 | * Move feature flag check for new session toast
|
3888 | [\#3865](https://github.com/matrix-org/matrix-react-sdk/pull/3865)
|
3889 | * Catch exception in checkTerms if no ID server
|
3890 | [\#3863](https://github.com/matrix-org/matrix-react-sdk/pull/3863)
|
3891 | * Catch exception if passphrase dialog cancelled
|
3892 | [\#3862](https://github.com/matrix-org/matrix-react-sdk/pull/3862)
|
3893 | * Disable key request dialogs with cross-signing
|
3894 | [\#3860](https://github.com/matrix-org/matrix-react-sdk/pull/3860)
|
3895 | * Toasts for new, unverified sessions
|
3896 | [\#3859](https://github.com/matrix-org/matrix-react-sdk/pull/3859)
|
3897 | * Check for a matrixclient before trying to use it
|
3898 | [\#3861](https://github.com/matrix-org/matrix-react-sdk/pull/3861)
|
3899 | * Room header & message box shields now reflect cross-signing state
|
3900 | [\#3850](https://github.com/matrix-org/matrix-react-sdk/pull/3850)
|
3901 | * Fix Array.concat undefined
|
3902 | [\#3857](https://github.com/matrix-org/matrix-react-sdk/pull/3857)
|
3903 | * Update chokidar to fix reskindex not working
|
3904 | [\#3856](https://github.com/matrix-org/matrix-react-sdk/pull/3856)
|
3905 | * Make the new DM invite dialog work for regular invites too
|
3906 | [\#3854](https://github.com/matrix-org/matrix-react-sdk/pull/3854)
|
3907 | * Fix event handler leak in MemberStatusMessageAvatar
|
3908 | [\#3855](https://github.com/matrix-org/matrix-react-sdk/pull/3855)
|
3909 | * Move DM creation logic into DMInviteDialog
|
3910 | [\#3843](https://github.com/matrix-org/matrix-react-sdk/pull/3843)
|
3911 | * Remove all text when cutting in the composer
|
3912 | [\#3848](https://github.com/matrix-org/matrix-react-sdk/pull/3848)
|
3913 | * Add a ToastStore
|
3914 | [\#3853](https://github.com/matrix-org/matrix-react-sdk/pull/3853)
|
3915 | * 'Members' button always toggle the right panel
|
3916 | [\#3804](https://github.com/matrix-org/matrix-react-sdk/pull/3804)
|
3917 | * Fix timing of when Composer considers itself to be modified
|
3918 | [\#3842](https://github.com/matrix-org/matrix-react-sdk/pull/3842)
|
3919 | * Compute download file icon immediately
|
3920 | [\#3851](https://github.com/matrix-org/matrix-react-sdk/pull/3851)
|
3921 | * Fix not being able to open profiles from the timeline
|
3922 | [\#3852](https://github.com/matrix-org/matrix-react-sdk/pull/3852)
|
3923 | * Add post-login complete security flow
|
3924 | [\#3847](https://github.com/matrix-org/matrix-react-sdk/pull/3847)
|
3925 | * Added cut/copy and pasting user pills from editor.
|
3926 | [\#3828](https://github.com/matrix-org/matrix-react-sdk/pull/3828)
|
3927 | * Fix imports for help & support tab
|
3928 | [\#3846](https://github.com/matrix-org/matrix-react-sdk/pull/3846)
|
3929 | * Humanize the recent DM rooms ourselves for translations
|
3930 | [\#3841](https://github.com/matrix-org/matrix-react-sdk/pull/3841)
|
3931 | * Improve the quality of invite suggestions by filtering out DMs
|
3932 | [\#3840](https://github.com/matrix-org/matrix-react-sdk/pull/3840)
|
3933 | * Fix linter and tests on develop
|
3934 | [\#3845](https://github.com/matrix-org/matrix-react-sdk/pull/3845)
|
3935 | * Fix sourcemaps by refactoring the build system
|
3936 | [\#3839](https://github.com/matrix-org/matrix-react-sdk/pull/3839)
|
3937 | * Don't error on unverified/unknown devices.
|
3938 | [\#3837](https://github.com/matrix-org/matrix-react-sdk/pull/3837)
|
3939 | * Padlock icons in room header
|
3940 | [\#3835](https://github.com/matrix-org/matrix-react-sdk/pull/3835)
|
3941 | * Don't allow upgrade from untrusted key backup.
|
3942 | [\#3822](https://github.com/matrix-org/matrix-react-sdk/pull/3822)
|
3943 | * Emoji verification: Change name of 🔒 to lock
|
3944 | [\#3825](https://github.com/matrix-org/matrix-react-sdk/pull/3825)
|
3945 | * Room padlock decorations only if cross-signing is enabled
|
3946 | [\#3838](https://github.com/matrix-org/matrix-react-sdk/pull/3838)
|
3947 | * Enable end-to-end tests for sourcemaps (+Windows instructions)
|
3948 | [\#3827](https://github.com/matrix-org/matrix-react-sdk/pull/3827)
|
3949 | * Repair community member info panel
|
3950 | [\#3832](https://github.com/matrix-org/matrix-react-sdk/pull/3832)
|
3951 | * Add feature flag around the presence indicator in room list
|
3952 | [\#3831](https://github.com/matrix-org/matrix-react-sdk/pull/3831)
|
3953 | * Display a padlock icon beside invite-only rooms in the room list
|
3954 | [\#3821](https://github.com/matrix-org/matrix-react-sdk/pull/3821)
|
3955 | * Update from Weblate
|
3956 | [\#3830](https://github.com/matrix-org/matrix-react-sdk/pull/3830)
|
3957 | * Fix listener leak on RoomView
|
3958 | [\#3826](https://github.com/matrix-org/matrix-react-sdk/pull/3826)
|
3959 | * Regenerate i18n for sourcemaps branch
|
3960 | [\#3824](https://github.com/matrix-org/matrix-react-sdk/pull/3824)
|
3961 | * Fix tests for sourcemaps branch
|
3962 | [\#3823](https://github.com/matrix-org/matrix-react-sdk/pull/3823)
|
3963 | * Jest
|
3964 | [\#3724](https://github.com/matrix-org/matrix-react-sdk/pull/3724)
|
3965 | * Sourcemaps: develop -> feature branch
|
3966 | [\#3817](https://github.com/matrix-org/matrix-react-sdk/pull/3817)
|
3967 | * Support pasting a bunch of identifiers into the invite dialog
|
3968 | [\#3820](https://github.com/matrix-org/matrix-react-sdk/pull/3820)
|
3969 | * Support 3PIDs (email addresses) in the invite dialog
|
3970 | [\#3819](https://github.com/matrix-org/matrix-react-sdk/pull/3819)
|
3971 | * Placeholder PR for cleaner diffs: ES6
|
3972 | [\#3765](https://github.com/matrix-org/matrix-react-sdk/pull/3765)
|
3973 | * Misc fixes for ES6 imports/exports
|
3974 | [\#3766](https://github.com/matrix-org/matrix-react-sdk/pull/3766)
|
3975 | * Wire up the invite targets dialog to a real composer and show selections
|
3976 | [\#3815](https://github.com/matrix-org/matrix-react-sdk/pull/3815)
|
3977 | * Change ref handling in TextualBody to prevent it parsing generated nodes
|
3978 | [\#3711](https://github.com/matrix-org/matrix-react-sdk/pull/3711)
|
3979 | * Render encoded html entities in og:description
|
3980 | [\#3789](https://github.com/matrix-org/matrix-react-sdk/pull/3789)
|
3981 | * Update package.json for new build process + cosmetics
|
3982 | [\#3767](https://github.com/matrix-org/matrix-react-sdk/pull/3767)
|
3983 | * Convert CommonJS exports to ES6 exports
|
3984 | [\#3761](https://github.com/matrix-org/matrix-react-sdk/pull/3761)
|
3985 | * Round 2 of CommonJS to ES6 imports
|
3986 | [\#3764](https://github.com/matrix-org/matrix-react-sdk/pull/3764)
|
3987 | * Strip all variation selectors on emoji
|
3988 | [\#3814](https://github.com/matrix-org/matrix-react-sdk/pull/3814)
|
3989 | * Use the new js-sdk imports and import from src
|
3990 | [\#3763](https://github.com/matrix-org/matrix-react-sdk/pull/3763)
|
3991 | * Convert many imports to handle ES6 exports
|
3992 | [\#3762](https://github.com/matrix-org/matrix-react-sdk/pull/3762)
|
3993 | * Fix userinfo for users not in the room
|
3994 | [\#3812](https://github.com/matrix-org/matrix-react-sdk/pull/3812)
|
3995 | * Attempt to fix e2e tests
|
3996 | [\#3811](https://github.com/matrix-org/matrix-react-sdk/pull/3811)
|
3997 | * Add bunch of null-guards and similar to fix React Errors/complaints
|
3998 | [\#3752](https://github.com/matrix-org/matrix-react-sdk/pull/3752)
|
3999 | * Delegate all room alias validation to the RoomAliasField validator
|
4000 | [\#3807](https://github.com/matrix-org/matrix-react-sdk/pull/3807)
|
4001 | * Support filtering and searching for users to invite in DMs
|
4002 | [\#3802](https://github.com/matrix-org/matrix-react-sdk/pull/3802)
|
4003 | * Add suggestions for which users to invite to chat
|
4004 | [\#3801](https://github.com/matrix-org/matrix-react-sdk/pull/3801)
|
4005 | * Use `flex-start` instead of `start` for postcss
|
4006 | [\#3760](https://github.com/matrix-org/matrix-react-sdk/pull/3760)
|
4007 | * Define getLanguageFromBrowser() for LanguageDropdown
|
4008 | [\#3769](https://github.com/matrix-org/matrix-react-sdk/pull/3769)
|
4009 | * Introduce babel's export-default-from plugin to fix build errors
|
4010 | [\#3768](https://github.com/matrix-org/matrix-react-sdk/pull/3768)
|
4011 | * Add a bit of debugging to incorrect components in the Skinner
|
4012 | [\#3770](https://github.com/matrix-org/matrix-react-sdk/pull/3770)
|
4013 | * [BREAKING] Refactor the entire build process for babel@7 and TypeScript
|
4014 | (chunk 1 of many)
|
4015 | [\#3722](https://github.com/matrix-org/matrix-react-sdk/pull/3722)
|
4016 | * Implementation of new potential skinning mechanism
|
4017 | [\#3723](https://github.com/matrix-org/matrix-react-sdk/pull/3723)
|
4018 |
|
4019 | Changes in [1.7.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.6) (2020-01-13)
|
4020 | ===================================================================================================
|
4021 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.6-rc.2...v1.7.6)
|
4022 |
|
4023 | * Repair community member info panel
|
4024 | [\#3834](https://github.com/matrix-org/matrix-react-sdk/pull/3834)
|
4025 | * Add feature flag around the presence indicator in room list
|
4026 | [\#3833](https://github.com/matrix-org/matrix-react-sdk/pull/3833)
|
4027 |
|
4028 | Changes in [1.7.6-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.6-rc.2) (2020-01-08)
|
4029 | =============================================================================================================
|
4030 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.6-rc.1...v1.7.6-rc.2)
|
4031 |
|
4032 | * Strip all variation selectors on emoji
|
4033 | [\#3818](https://github.com/matrix-org/matrix-react-sdk/pull/3818)
|
4034 |
|
4035 | Changes in [1.7.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.6-rc.1) (2020-01-06)
|
4036 | =============================================================================================================
|
4037 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.5...v1.7.6-rc.1)
|
4038 |
|
4039 | * Deduplicate recent emoji
|
4040 | [\#3806](https://github.com/matrix-org/matrix-react-sdk/pull/3806)
|
4041 | * Fix ability to remove avatars
|
4042 | [\#3803](https://github.com/matrix-org/matrix-react-sdk/pull/3803)
|
4043 | * Update from Weblate
|
4044 | [\#3810](https://github.com/matrix-org/matrix-react-sdk/pull/3810)
|
4045 | * User Info fetch latest RoomMember instead of showing historical data
|
4046 | [\#3788](https://github.com/matrix-org/matrix-react-sdk/pull/3788)
|
4047 | * Remove all usages of slate in favour of CIDER
|
4048 | [\#3808](https://github.com/matrix-org/matrix-react-sdk/pull/3808)
|
4049 | * Use display name when pinned messages are changed
|
4050 | [\#3809](https://github.com/matrix-org/matrix-react-sdk/pull/3809)
|
4051 | * Fix inverted diff line highlighting in dark theme
|
4052 | [\#3790](https://github.com/matrix-org/matrix-react-sdk/pull/3790)
|
4053 | * Bridge info settings tab
|
4054 | [\#3693](https://github.com/matrix-org/matrix-react-sdk/pull/3693)
|
4055 | * Send the labs flags the client is running with in rageshake
|
4056 | [\#3805](https://github.com/matrix-org/matrix-react-sdk/pull/3805)
|
4057 | * Initial implementation of FTUE user lists design
|
4058 | [\#3792](https://github.com/matrix-org/matrix-react-sdk/pull/3792)
|
4059 | * Update key backup creation and recovery paths for SSSS
|
4060 | [\#3800](https://github.com/matrix-org/matrix-react-sdk/pull/3800)
|
4061 | * Don't fail if logs exists and is an empty dir
|
4062 | [\#3798](https://github.com/matrix-org/matrix-react-sdk/pull/3798)
|
4063 | * Comment remaining non-cross-signing-compliant components
|
4064 | [\#3799](https://github.com/matrix-org/matrix-react-sdk/pull/3799)
|
4065 | * Remove 'unverify' from UserInfoPanel
|
4066 | [\#3797](https://github.com/matrix-org/matrix-react-sdk/pull/3797)
|
4067 | * Use deviceTrust when displaying key backup trust status
|
4068 | [\#3795](https://github.com/matrix-org/matrix-react-sdk/pull/3795)
|
4069 | * Don't crash if a keyshare request is removed
|
4070 | [\#3793](https://github.com/matrix-org/matrix-react-sdk/pull/3793)
|
4071 | * Convert /verify to checkDeviceTrust
|
4072 | [\#3794](https://github.com/matrix-org/matrix-react-sdk/pull/3794)
|
4073 | * Remove E2eIcon onClick
|
4074 | [\#3791](https://github.com/matrix-org/matrix-react-sdk/pull/3791)
|
4075 | * support channel names with slash in name/alias
|
4076 | [\#3778](https://github.com/matrix-org/matrix-react-sdk/pull/3778)
|
4077 | * Fix NPE when filtering the room list
|
4078 | [\#3787](https://github.com/matrix-org/matrix-react-sdk/pull/3787)
|
4079 | * Turn RoomAliasField into properly controlled and use in RoomSettings
|
4080 | [\#3782](https://github.com/matrix-org/matrix-react-sdk/pull/3782)
|
4081 | * fuzzy-sort MemberList
|
4082 | [\#3783](https://github.com/matrix-org/matrix-react-sdk/pull/3783)
|
4083 | * Serialize file uploads into room to match confirmation dialog order
|
4084 | [\#3786](https://github.com/matrix-org/matrix-react-sdk/pull/3786)
|
4085 | * Do not show Top Unread Messages Bar and Jump to bottom button if searching
|
4086 | [\#3785](https://github.com/matrix-org/matrix-react-sdk/pull/3785)
|
4087 | * Fix sticker picker chevron offset calculation
|
4088 | [\#3784](https://github.com/matrix-org/matrix-react-sdk/pull/3784)
|
4089 | * Fix not being able to promote others to the same power level as your own
|
4090 | [\#3781](https://github.com/matrix-org/matrix-react-sdk/pull/3781)
|
4091 | * Room Tile DMs online/active green dot
|
4092 | [\#3751](https://github.com/matrix-org/matrix-react-sdk/pull/3751)
|
4093 | * Fix spelling and grammar in README
|
4094 | [\#3780](https://github.com/matrix-org/matrix-react-sdk/pull/3780)
|
4095 | * Reintroduce working resizer code for right panel
|
4096 | [\#3776](https://github.com/matrix-org/matrix-react-sdk/pull/3776)
|
4097 | * Fix wrong scope binding on openHelp for TopLeftMenu
|
4098 | [\#3775](https://github.com/matrix-org/matrix-react-sdk/pull/3775)
|
4099 | * UserInfo hide kick/mute buttons if they make no sense
|
4100 | [\#3774](https://github.com/matrix-org/matrix-react-sdk/pull/3774)
|
4101 | * Fix duplicate Incoming Call prompt on Community Invite sublist
|
4102 | [\#3773](https://github.com/matrix-org/matrix-react-sdk/pull/3773)
|
4103 | * Apply new design to highlighted tags and add toggle mechanic
|
4104 | [\#3755](https://github.com/matrix-org/matrix-react-sdk/pull/3755)
|
4105 | * stop using ReactDOM.findDOMNode in componentWillUnmount, use refs
|
4106 | [\#3771](https://github.com/matrix-org/matrix-react-sdk/pull/3771)
|
4107 | * Add alt="" to presentational images
|
4108 | [\#3772](https://github.com/matrix-org/matrix-react-sdk/pull/3772)
|
4109 | * Fix room list filtering weird case sensitivity
|
4110 | [\#3759](https://github.com/matrix-org/matrix-react-sdk/pull/3759)
|
4111 | * Don't show the 'verify' button if the user is verified
|
4112 | [\#3758](https://github.com/matrix-org/matrix-react-sdk/pull/3758)
|
4113 | * Switch to using checkDeviceTrust
|
4114 | [\#3757](https://github.com/matrix-org/matrix-react-sdk/pull/3757)
|
4115 | * Migrate away from React Legacy contexts API
|
4116 | [\#3743](https://github.com/matrix-org/matrix-react-sdk/pull/3743)
|
4117 | * Migrate key backups to SSSS
|
4118 | [\#3749](https://github.com/matrix-org/matrix-react-sdk/pull/3749)
|
4119 | * Get rid of stripped-emoji.json in favour of an in-memory single source of
|
4120 | truth
|
4121 | [\#3745](https://github.com/matrix-org/matrix-react-sdk/pull/3745)
|
4122 | * Combine cross signing and verification over DM feature flags
|
4123 | [\#3753](https://github.com/matrix-org/matrix-react-sdk/pull/3753)
|
4124 | * apply unhomoglyph when filtering room list to fuzzify it
|
4125 | [\#3754](https://github.com/matrix-org/matrix-react-sdk/pull/3754)
|
4126 | * Make EmojiPicker an unmanaged Context Menu as it is too complex to be
|
4127 | managed
|
4128 | [\#3746](https://github.com/matrix-org/matrix-react-sdk/pull/3746)
|
4129 | * Internationalise M_TOO_LARGE error from Synapse
|
4130 | [\#3750](https://github.com/matrix-org/matrix-react-sdk/pull/3750)
|
4131 | * Replace UserInfo avatar with <MemberAvatar/> for fallback logic
|
4132 | [\#3748](https://github.com/matrix-org/matrix-react-sdk/pull/3748)
|
4133 | * Dropdown stop keyboard propagation if key handled
|
4134 | [\#3741](https://github.com/matrix-org/matrix-react-sdk/pull/3741)
|
4135 | * Fix right panel for multiple member info viewings
|
4136 | [\#3742](https://github.com/matrix-org/matrix-react-sdk/pull/3742)
|
4137 | * Fix Field validation tooltip sticking if blurred before async validation
|
4138 | resolved
|
4139 | [\#3740](https://github.com/matrix-org/matrix-react-sdk/pull/3740)
|
4140 | * Fix UserInfo exploding without a room being passed to it
|
4141 | [\#3738](https://github.com/matrix-org/matrix-react-sdk/pull/3738)
|
4142 | * Fix room directory maintaining and error state
|
4143 | [\#3737](https://github.com/matrix-org/matrix-react-sdk/pull/3737)
|
4144 | * Stop trapping tab in AddressPickerDialog
|
4145 | [\#3735](https://github.com/matrix-org/matrix-react-sdk/pull/3735)
|
4146 | * Stop using KeyboardEvent.keyCode as it is deprecated
|
4147 | [\#3736](https://github.com/matrix-org/matrix-react-sdk/pull/3736)
|
4148 | * Implement new design for uploading/removing avatars
|
4149 | [\#3733](https://github.com/matrix-org/matrix-react-sdk/pull/3733)
|
4150 | * Fix aspect ratio on room/profile avatar preview
|
4151 | [\#3731](https://github.com/matrix-org/matrix-react-sdk/pull/3731)
|
4152 | * Switch to react-focus-lock for it to comprehend Portals
|
4153 | [\#3732](https://github.com/matrix-org/matrix-react-sdk/pull/3732)
|
4154 | * Make combobox dropdown keyboard and screen reader accessible
|
4155 | [\#3729](https://github.com/matrix-org/matrix-react-sdk/pull/3729)
|
4156 | * Verify users when cross-signing enabled
|
4157 | [\#3728](https://github.com/matrix-org/matrix-react-sdk/pull/3728)
|
4158 | * Update from Weblate
|
4159 | [\#3730](https://github.com/matrix-org/matrix-react-sdk/pull/3730)
|
4160 | * Improve a11y of the unignore button in Settings
|
4161 | [\#3727](https://github.com/matrix-org/matrix-react-sdk/pull/3727)
|
4162 | * Fix ToggleSwitch A11Y (trapping tab and switch v. checkbox)
|
4163 | [\#3726](https://github.com/matrix-org/matrix-react-sdk/pull/3726)
|
4164 | * Make URL previews dismissable via keyboard and accessible to screen readers
|
4165 | [\#3725](https://github.com/matrix-org/matrix-react-sdk/pull/3725)
|
4166 | * Create new key backups using secret storage
|
4167 | [\#3720](https://github.com/matrix-org/matrix-react-sdk/pull/3720)
|
4168 | * Replace sign-ins with sessions
|
4169 | [\#3721](https://github.com/matrix-org/matrix-react-sdk/pull/3721)
|
4170 | * Refactor RightPanel to match expected behaviour
|
4171 | [\#3703](https://github.com/matrix-org/matrix-react-sdk/pull/3703)
|
4172 | * Render policy room event updates in the timeline
|
4173 | [\#3716](https://github.com/matrix-org/matrix-react-sdk/pull/3716)
|
4174 | * Wrap the await call for unknown device lookups
|
4175 | [\#3718](https://github.com/matrix-org/matrix-react-sdk/pull/3718)
|
4176 | * Add testing flow to bootstrap secret storage
|
4177 | [\#3640](https://github.com/matrix-org/matrix-react-sdk/pull/3640)
|
4178 | * Fix remaining context menu regressions
|
4179 | [\#3715](https://github.com/matrix-org/matrix-react-sdk/pull/3715)
|
4180 | * Migrate away from React Legacy string refs
|
4181 | [\#3712](https://github.com/matrix-org/matrix-react-sdk/pull/3712)
|
4182 | * Update copy for DM invites
|
4183 | [\#3706](https://github.com/matrix-org/matrix-react-sdk/pull/3706)
|
4184 | * Fix message action bar reaction picker regression
|
4185 | [\#3714](https://github.com/matrix-org/matrix-react-sdk/pull/3714)
|
4186 | * Add what-input to allow different scoping to focus-visible for MAB a11y
|
4187 | [\#3709](https://github.com/matrix-org/matrix-react-sdk/pull/3709)
|
4188 | * Mark the This/All Rooms scope buttons as radios for a11y
|
4189 | [\#3708](https://github.com/matrix-org/matrix-react-sdk/pull/3708)
|
4190 | * Switch ReactionsRowButton to an AccessibleButton for space/enter handling
|
4191 | [\#3707](https://github.com/matrix-org/matrix-react-sdk/pull/3707)
|
4192 | * Change the (edited) link to an AccessibleButton for a11y
|
4193 | [\#3710](https://github.com/matrix-org/matrix-react-sdk/pull/3710)
|
4194 | * Update from Weblate
|
4195 | [\#3713](https://github.com/matrix-org/matrix-react-sdk/pull/3713)
|
4196 | * Fix ?via= args in SpecPermalinkConstructor.js
|
4197 | [\#3694](https://github.com/matrix-org/matrix-react-sdk/pull/3694)
|
4198 | * Don't mark a room as unread when server ACLs are set
|
4199 | [\#3705](https://github.com/matrix-org/matrix-react-sdk/pull/3705)
|
4200 | * Make reaction buttons more accessible
|
4201 | [\#3704](https://github.com/matrix-org/matrix-react-sdk/pull/3704)
|
4202 | * yarn upgrade
|
4203 | [\#3701](https://github.com/matrix-org/matrix-react-sdk/pull/3701)
|
4204 | * Make CI scripts executable
|
4205 | [\#3698](https://github.com/matrix-org/matrix-react-sdk/pull/3698)
|
4206 | * ARIA compliant context menus
|
4207 | [\#3611](https://github.com/matrix-org/matrix-react-sdk/pull/3611)
|
4208 |
|
4209 | Changes in [1.7.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.5) (2019-12-09)
|
4210 | ===================================================================================================
|
4211 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.5-rc.1...v1.7.5)
|
4212 |
|
4213 | * No changes since rc.1
|
4214 |
|
4215 | Changes in [1.7.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.5-rc.1) (2019-12-04)
|
4216 | =============================================================================================================
|
4217 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.4...v1.7.5-rc.1)
|
4218 |
|
4219 | * Remove logs before running end-to-end tests
|
4220 | [\#3700](https://github.com/matrix-org/matrix-react-sdk/pull/3700)
|
4221 | * Update from Weblate
|
4222 | [\#3699](https://github.com/matrix-org/matrix-react-sdk/pull/3699)
|
4223 | * Match e2e icons on events to expectations
|
4224 | [\#3697](https://github.com/matrix-org/matrix-react-sdk/pull/3697)
|
4225 | * Match room upgrade warning to the new design
|
4226 | [\#3695](https://github.com/matrix-org/matrix-react-sdk/pull/3695)
|
4227 | * Remove unused translations
|
4228 | [\#3683](https://github.com/matrix-org/matrix-react-sdk/pull/3683)
|
4229 | * Remove broken velocity-ui animation
|
4230 | [\#3678](https://github.com/matrix-org/matrix-react-sdk/pull/3678)
|
4231 | * Update from Weblate
|
4232 | [\#3696](https://github.com/matrix-org/matrix-react-sdk/pull/3696)
|
4233 | * Hide Remove button in message editing history if you don't have permission
|
4234 | to redact
|
4235 | [\#3685](https://github.com/matrix-org/matrix-react-sdk/pull/3685)
|
4236 | * Add an option to invite users to upgraded private rooms
|
4237 | [\#3684](https://github.com/matrix-org/matrix-react-sdk/pull/3684)
|
4238 | * Do not trap Key ContextMenu into composer for keyboard a11y
|
4239 | [\#3689](https://github.com/matrix-org/matrix-react-sdk/pull/3689)
|
4240 | * Make EmojiPicker filtering case-insensitive
|
4241 | [\#3690](https://github.com/matrix-org/matrix-react-sdk/pull/3690)
|
4242 | * Ensure the settings page accurately represents theme choices
|
4243 | [\#3686](https://github.com/matrix-org/matrix-react-sdk/pull/3686)
|
4244 | * Ensure read receipts end up with a valid reference to checkUnmounting
|
4245 | [\#3688](https://github.com/matrix-org/matrix-react-sdk/pull/3688)
|
4246 | * Convert Velociraptor component to a class
|
4247 | [\#3687](https://github.com/matrix-org/matrix-react-sdk/pull/3687)
|
4248 | * Add a link to the labs feature documentation
|
4249 | [\#3675](https://github.com/matrix-org/matrix-react-sdk/pull/3675)
|
4250 | * Improve translatable strings for calls
|
4251 | [\#3682](https://github.com/matrix-org/matrix-react-sdk/pull/3682)
|
4252 | * Don't assume that diffs will have an appropriate child node
|
4253 | [\#3680](https://github.com/matrix-org/matrix-react-sdk/pull/3680)
|
4254 | * Fix persisted widgets getting stuck at loading screens
|
4255 | [\#3681](https://github.com/matrix-org/matrix-react-sdk/pull/3681)
|
4256 | * Add button to clear all notification counts, sometimes stuck in historical
|
4257 | [\#2959](https://github.com/matrix-org/matrix-react-sdk/pull/2959)
|
4258 | * Fix multi-invite error dialog messaging
|
4259 | [\#3679](https://github.com/matrix-org/matrix-react-sdk/pull/3679)
|
4260 | * Make the communities button behave more like a toggle
|
4261 | [\#3670](https://github.com/matrix-org/matrix-react-sdk/pull/3670)
|
4262 | * Change read markers to use CSS transitions
|
4263 | [\#3674](https://github.com/matrix-org/matrix-react-sdk/pull/3674)
|
4264 | * fix font smoothing to match figma
|
4265 | [\#3677](https://github.com/matrix-org/matrix-react-sdk/pull/3677)
|
4266 | * Update breadcrumbs when we do eventually see upgraded rooms
|
4267 | [\#3669](https://github.com/matrix-org/matrix-react-sdk/pull/3669)
|
4268 | * Fix override behaviour of system vs defined themes
|
4269 | [\#3673](https://github.com/matrix-org/matrix-react-sdk/pull/3673)
|
4270 | * console.log doesn't take %s substitutions
|
4271 | [\#3671](https://github.com/matrix-org/matrix-react-sdk/pull/3671)
|
4272 | * EventIndex: Move the checkpoint loading logic into the init method.
|
4273 | [\#3648](https://github.com/matrix-org/matrix-react-sdk/pull/3648)
|
4274 | * Clarify that cross-signing is in development
|
4275 | [\#3668](https://github.com/matrix-org/matrix-react-sdk/pull/3668)
|
4276 | * Hide tooltips with CSS when they aren't visible
|
4277 | [\#3665](https://github.com/matrix-org/matrix-react-sdk/pull/3665)
|
4278 | * a11y: adjustments for toasts
|
4279 | [\#3667](https://github.com/matrix-org/matrix-react-sdk/pull/3667)
|
4280 | * Update from Weblate
|
4281 | [\#3666](https://github.com/matrix-org/matrix-react-sdk/pull/3666)
|
4282 | * Null check on thumbnail_file
|
4283 | [\#3664](https://github.com/matrix-org/matrix-react-sdk/pull/3664)
|
4284 | * Fix double date separator for room upgrade tiles
|
4285 | [\#3662](https://github.com/matrix-org/matrix-react-sdk/pull/3662)
|
4286 | * Show incoming verification requests in in-app notifications
|
4287 | [\#3661](https://github.com/matrix-org/matrix-react-sdk/pull/3661)
|
4288 | * Show m.room.create event before the ELS on room upgrade
|
4289 | [\#3655](https://github.com/matrix-org/matrix-react-sdk/pull/3655)
|
4290 | * Convert MessagePanel to React class
|
4291 | [\#3656](https://github.com/matrix-org/matrix-react-sdk/pull/3656)
|
4292 | * Make addEventListener conditional
|
4293 | [\#3657](https://github.com/matrix-org/matrix-react-sdk/pull/3657)
|
4294 | * Fix e2e icons
|
4295 | [\#3653](https://github.com/matrix-org/matrix-react-sdk/pull/3653)
|
4296 | * Workaround for soft-crash with calls on startup
|
4297 | [\#3654](https://github.com/matrix-org/matrix-react-sdk/pull/3654)
|
4298 | * Catch exceptions when we can't play audio
|
4299 | [\#3652](https://github.com/matrix-org/matrix-react-sdk/pull/3652)
|
4300 | * Rename section heading for integrations in settings
|
4301 | [\#3650](https://github.com/matrix-org/matrix-react-sdk/pull/3650)
|
4302 | * Update copy for widgets not using message encryption
|
4303 | [\#3651](https://github.com/matrix-org/matrix-react-sdk/pull/3651)
|
4304 | * Ignore media actions
|
4305 | [\#3649](https://github.com/matrix-org/matrix-react-sdk/pull/3649)
|
4306 | * Add an option to disable the use of integration managers for provisioning
|
4307 | [\#3646](https://github.com/matrix-org/matrix-react-sdk/pull/3646)
|
4308 | * Move many widget options to a context menu
|
4309 | [\#3645](https://github.com/matrix-org/matrix-react-sdk/pull/3645)
|
4310 | * Re-add encryption warning to widget permission prompt
|
4311 | [\#3644](https://github.com/matrix-org/matrix-react-sdk/pull/3644)
|
4312 | * Update CIDER docs now that it is used for main composer as well
|
4313 | [\#3647](https://github.com/matrix-org/matrix-react-sdk/pull/3647)
|
4314 | * get rid of bluebird
|
4315 | [\#3593](https://github.com/matrix-org/matrix-react-sdk/pull/3593)
|
4316 | * Remove getBaseTheme
|
4317 | [\#3638](https://github.com/matrix-org/matrix-react-sdk/pull/3638)
|
4318 | * ReactionsRowButtonTooltip: fix null dereference if emoji owner left room
|
4319 | [\#3643](https://github.com/matrix-org/matrix-react-sdk/pull/3643)
|
4320 | * Add eslint-plugin-jest because we inherit js-sdk's eslintrc and it wants
|
4321 | [\#3642](https://github.com/matrix-org/matrix-react-sdk/pull/3642)
|
4322 |
|
4323 | Changes in [1.7.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.4) (2019-11-27)
|
4324 | ===================================================================================================
|
4325 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.3...v1.7.4)
|
4326 |
|
4327 | * Upgrade to JS SDK 2.5.4 to relax identity server discovery and E2EE debugging
|
4328 | * Fix override behaviour of system vs defined theme
|
4329 | * Clarify that cross-signing is in development
|
4330 |
|
4331 | Changes in [1.7.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.3) (2019-11-25)
|
4332 | ===================================================================================================
|
4333 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.3-rc.2...v1.7.3)
|
4334 |
|
4335 | * No changes since rc.2
|
4336 |
|
4337 | Changes in [1.7.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.3-rc.2) (2019-11-22)
|
4338 | =============================================================================================================
|
4339 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.3-rc.1...v1.7.3-rc.2)
|
4340 |
|
4341 | * Fix double date separator for room upgrade tiles
|
4342 | [\#3663](https://github.com/matrix-org/matrix-react-sdk/pull/3663)
|
4343 | * Show m.room.create event before the ELS on room upgrade
|
4344 | [\#3660](https://github.com/matrix-org/matrix-react-sdk/pull/3660)
|
4345 | * Make addEventListener conditional
|
4346 | [\#3659](https://github.com/matrix-org/matrix-react-sdk/pull/3659)
|
4347 | * Fix e2e icons
|
4348 | [\#3658](https://github.com/matrix-org/matrix-react-sdk/pull/3658)
|
4349 |
|
4350 | Changes in [1.7.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.3-rc.1) (2019-11-20)
|
4351 | =============================================================================================================
|
4352 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.2...v1.7.3-rc.1)
|
4353 |
|
4354 | * Fix positioning, size, and colour of the composer e2e icon
|
4355 | [\#3641](https://github.com/matrix-org/matrix-react-sdk/pull/3641)
|
4356 | * upgrade nunito from 3.500 to 3.504
|
4357 | [\#3639](https://github.com/matrix-org/matrix-react-sdk/pull/3639)
|
4358 | * Wire up the widget permission prompt to the cross-platform setting
|
4359 | [\#3630](https://github.com/matrix-org/matrix-react-sdk/pull/3630)
|
4360 | * Get theme automatically from system setting
|
4361 | [\#3637](https://github.com/matrix-org/matrix-react-sdk/pull/3637)
|
4362 | * Update code style for our 90 char life
|
4363 | [\#3636](https://github.com/matrix-org/matrix-react-sdk/pull/3636)
|
4364 | * use general warning icon instead of e2e one for room status
|
4365 | [\#3633](https://github.com/matrix-org/matrix-react-sdk/pull/3633)
|
4366 | * Add support for platform specific event indexing and search
|
4367 | [\#3550](https://github.com/matrix-org/matrix-react-sdk/pull/3550)
|
4368 | * Update from Weblate
|
4369 | [\#3635](https://github.com/matrix-org/matrix-react-sdk/pull/3635)
|
4370 | * Use a settings watcher to set the theme
|
4371 | [\#3634](https://github.com/matrix-org/matrix-react-sdk/pull/3634)
|
4372 | * Merge the `feature_user_info_panel` flag into `feature_dm_verification`
|
4373 | [\#3632](https://github.com/matrix-org/matrix-react-sdk/pull/3632)
|
4374 | * Fix some styling regressions in member panel
|
4375 | [\#3631](https://github.com/matrix-org/matrix-react-sdk/pull/3631)
|
4376 | * Add a bit more safety around breadcrumbs
|
4377 | [\#3629](https://github.com/matrix-org/matrix-react-sdk/pull/3629)
|
4378 | * Ensure widgets always have a sender associated with them
|
4379 | [\#3628](https://github.com/matrix-org/matrix-react-sdk/pull/3628)
|
4380 | * re-add missing case of codepath
|
4381 | [\#3627](https://github.com/matrix-org/matrix-react-sdk/pull/3627)
|
4382 | * Implement the bulk of the new widget permission prompt design
|
4383 | [\#3622](https://github.com/matrix-org/matrix-react-sdk/pull/3622)
|
4384 | * Relax identity server discovery error handling
|
4385 | [\#3588](https://github.com/matrix-org/matrix-react-sdk/pull/3588)
|
4386 | * Add cross-signing feature flag
|
4387 | [\#3626](https://github.com/matrix-org/matrix-react-sdk/pull/3626)
|
4388 | * Attempt number two at ripping out Bluebird from rageshake.js
|
4389 | [\#3624](https://github.com/matrix-org/matrix-react-sdk/pull/3624)
|
4390 | * Update from Weblate
|
4391 | [\#3625](https://github.com/matrix-org/matrix-react-sdk/pull/3625)
|
4392 | * Remove Bluebird: phase 2.1
|
4393 | [\#3618](https://github.com/matrix-org/matrix-react-sdk/pull/3618)
|
4394 | * Add better error handling to Synapse user deactivation
|
4395 | [\#3619](https://github.com/matrix-org/matrix-react-sdk/pull/3619)
|
4396 | * New design for member panel
|
4397 | [\#3620](https://github.com/matrix-org/matrix-react-sdk/pull/3620)
|
4398 | * Show server details on login for unreachable homeserver
|
4399 | [\#3617](https://github.com/matrix-org/matrix-react-sdk/pull/3617)
|
4400 | * Add a function to get the "base" theme for a theme
|
4401 | [\#3615](https://github.com/matrix-org/matrix-react-sdk/pull/3615)
|
4402 | * Remove Bluebird: phase 2
|
4403 | [\#3616](https://github.com/matrix-org/matrix-react-sdk/pull/3616)
|
4404 | * Remove Bluebird: phase 1
|
4405 | [\#3612](https://github.com/matrix-org/matrix-react-sdk/pull/3612)
|
4406 | * Move notification count to in front of the room name in the page title
|
4407 | [\#3613](https://github.com/matrix-org/matrix-react-sdk/pull/3613)
|
4408 | * Add some logging/recovery for lost rooms
|
4409 | [\#3614](https://github.com/matrix-org/matrix-react-sdk/pull/3614)
|
4410 | * Add Mjolnir ban list support
|
4411 | [\#3585](https://github.com/matrix-org/matrix-react-sdk/pull/3585)
|
4412 | * Improve room switching performance with alias cache
|
4413 | [\#3610](https://github.com/matrix-org/matrix-react-sdk/pull/3610)
|
4414 | * Fix draw order when hovering composer format buttons
|
4415 | [\#3609](https://github.com/matrix-org/matrix-react-sdk/pull/3609)
|
4416 | * Use a ternary operator instead of relying on AND semantics in
|
4417 | EditHistoryDialog
|
4418 | [\#3606](https://github.com/matrix-org/matrix-react-sdk/pull/3606)
|
4419 | * Update from Weblate
|
4420 | [\#3608](https://github.com/matrix-org/matrix-react-sdk/pull/3608)
|
4421 | * Fix HTML fallback in replies
|
4422 | [\#3607](https://github.com/matrix-org/matrix-react-sdk/pull/3607)
|
4423 | * Fix rounded corners for the formatting toolbar
|
4424 | [\#3605](https://github.com/matrix-org/matrix-react-sdk/pull/3605)
|
4425 | * Check for a message type before assuming it is a room message
|
4426 | [\#3604](https://github.com/matrix-org/matrix-react-sdk/pull/3604)
|
4427 | * Remove lint comments about no-descending-specificity
|
4428 | [\#3603](https://github.com/matrix-org/matrix-react-sdk/pull/3603)
|
4429 | * Show verification requests in the timeline
|
4430 | [\#3601](https://github.com/matrix-org/matrix-react-sdk/pull/3601)
|
4431 | * Match identity server registration to the IS r0.3.0 spec
|
4432 | [\#3602](https://github.com/matrix-org/matrix-react-sdk/pull/3602)
|
4433 | * Restore thumbs after variation selector removal
|
4434 | [\#3600](https://github.com/matrix-org/matrix-react-sdk/pull/3600)
|
4435 | * Fix breadcrumbs so the bar is a toolbar and the buttons are buttons.
|
4436 | [\#3599](https://github.com/matrix-org/matrix-react-sdk/pull/3599)
|
4437 | * Now that part of spacing is padding, make it smaller when collapsed
|
4438 | [\#3597](https://github.com/matrix-org/matrix-react-sdk/pull/3597)
|
4439 | * Remove variation selectors from quick reactions
|
4440 | [\#3598](https://github.com/matrix-org/matrix-react-sdk/pull/3598)
|
4441 | * Fix linkify imports
|
4442 | [\#3595](https://github.com/matrix-org/matrix-react-sdk/pull/3595)
|
4443 |
|
4444 | Changes in [1.7.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.2) (2019-11-06)
|
4445 | ===================================================================================================
|
4446 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.1...v1.7.2)
|
4447 |
|
4448 | * Fix softcrash if editing silly events
|
4449 | [\#3596](https://github.com/matrix-org/matrix-react-sdk/pull/3596)
|
4450 | * Fix: file and notifications panel back-paginating forever.
|
4451 | [\#3594](https://github.com/matrix-org/matrix-react-sdk/pull/3594)
|
4452 | * Fix focus-within on EventTile and more showing onClick
|
4453 | [\#3591](https://github.com/matrix-org/matrix-react-sdk/pull/3591)
|
4454 | * Support RTL language in message composer
|
4455 | [\#3592](https://github.com/matrix-org/matrix-react-sdk/pull/3592)
|
4456 | * Update from Weblate
|
4457 | [\#3590](https://github.com/matrix-org/matrix-react-sdk/pull/3590)
|
4458 | * Improve A11Y of timeline. Show timestamp & Actions on focus-within
|
4459 | [\#3587](https://github.com/matrix-org/matrix-react-sdk/pull/3587)
|
4460 | * Fix SVG mask-image usage in a bunch of places for correct outlining
|
4461 | [\#3589](https://github.com/matrix-org/matrix-react-sdk/pull/3589)
|
4462 | * Handle breadcrumbs, integration manager provisioning, and allowed widgets
|
4463 | Riot settings
|
4464 | [\#3577](https://github.com/matrix-org/matrix-react-sdk/pull/3577)
|
4465 | * Add a prompt when interacting with an identity server without terms
|
4466 | [\#3582](https://github.com/matrix-org/matrix-react-sdk/pull/3582)
|
4467 | * Fix bug where rooms would not appear when filtering
|
4468 | [\#3584](https://github.com/matrix-org/matrix-react-sdk/pull/3584)
|
4469 | * Guard against misconfigured homeservers when adding / binding phone numbers
|
4470 | [\#3583](https://github.com/matrix-org/matrix-react-sdk/pull/3583)
|
4471 | * Fix error message which is shown when unknown slash command attempted
|
4472 | [\#3580](https://github.com/matrix-org/matrix-react-sdk/pull/3580)
|
4473 | * Attempt to fix soft crash on some pinned events by null guarding member
|
4474 | [\#3581](https://github.com/matrix-org/matrix-react-sdk/pull/3581)
|
4475 |
|
4476 | Changes in [1.7.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1) (2019-11-04)
|
4477 | ===================================================================================================
|
4478 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.1-rc.2...v1.7.1)
|
4479 |
|
4480 | * No changes since rc.2
|
4481 |
|
4482 | Changes in [1.7.1-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1-rc.2) (2019-11-01)
|
4483 | =============================================================================================================
|
4484 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.1-rc.1...v1.7.1-rc.2)
|
4485 |
|
4486 | * Fix bug where rooms would not appear when filtering
|
4487 | [\#3586](https://github.com/matrix-org/matrix-react-sdk/pull/3586)
|
4488 |
|
4489 | Changes in [1.7.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.1-rc.1) (2019-10-30)
|
4490 | =============================================================================================================
|
4491 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.0...v1.7.1-rc.1)
|
4492 |
|
4493 | * Add ability to hide tray icon on non-Mac
|
4494 | [\#3573](https://github.com/matrix-org/matrix-react-sdk/pull/3573)
|
4495 | * Update from Weblate
|
4496 | [\#3579](https://github.com/matrix-org/matrix-react-sdk/pull/3579)
|
4497 | * Fix call state logging
|
4498 | [\#3578](https://github.com/matrix-org/matrix-react-sdk/pull/3578)
|
4499 | * Match widgets up with their integration manager
|
4500 | [\#3576](https://github.com/matrix-org/matrix-react-sdk/pull/3576)
|
4501 | * Add diagnostic log to catch events without an ID
|
4502 | [\#3575](https://github.com/matrix-org/matrix-react-sdk/pull/3575)
|
4503 | * Fix missing i18n for RoomTile ARIA labels and add a case for notif-off bold
|
4504 | [\#3574](https://github.com/matrix-org/matrix-react-sdk/pull/3574)
|
4505 | * LifeCycle onLoggedOut unmount before stopping client
|
4506 | [\#3566](https://github.com/matrix-org/matrix-react-sdk/pull/3566)
|
4507 | * Remove unneeded help about identity servers
|
4508 | [\#3572](https://github.com/matrix-org/matrix-react-sdk/pull/3572)
|
4509 | * Remove messages implying you need an identity server for email recovery
|
4510 | [\#3571](https://github.com/matrix-org/matrix-react-sdk/pull/3571)
|
4511 | * Fix quick reactions to be aligned with other emoji
|
4512 | [\#3570](https://github.com/matrix-org/matrix-react-sdk/pull/3570)
|
4513 | * If ToS gets rejected/any Scalar error then don't make Jitsi widget
|
4514 | [\#3569](https://github.com/matrix-org/matrix-react-sdk/pull/3569)
|
4515 | * Update from Weblate
|
4516 | [\#3568](https://github.com/matrix-org/matrix-react-sdk/pull/3568)
|
4517 | * Fix Room Create ELS using MXID instead of newly set Displayname/Avatar
|
4518 | [\#3567](https://github.com/matrix-org/matrix-react-sdk/pull/3567)
|
4519 | * Improve opening emoji picker performance
|
4520 | [\#3565](https://github.com/matrix-org/matrix-react-sdk/pull/3565)
|
4521 | * Update ServerTypeSelector for new matrix.org CS API URL
|
4522 | [\#3564](https://github.com/matrix-org/matrix-react-sdk/pull/3564)
|
4523 | * Accessibility Improvements
|
4524 | [\#3563](https://github.com/matrix-org/matrix-react-sdk/pull/3563)
|
4525 | * A11Y fixes in the Left Panel
|
4526 | [\#3562](https://github.com/matrix-org/matrix-react-sdk/pull/3562)
|
4527 | * Fix lint and i18n test failures
|
4528 | [\#3560](https://github.com/matrix-org/matrix-react-sdk/pull/3560)
|
4529 | * Fix: editor tests
|
4530 | [\#3561](https://github.com/matrix-org/matrix-react-sdk/pull/3561)
|
4531 | * Use Navigation Treeview pattern for RoomList Accessibility
|
4532 | [\#3556](https://github.com/matrix-org/matrix-react-sdk/pull/3556)
|
4533 | * Abort scroll updates when already unmounted
|
4534 | [\#3557](https://github.com/matrix-org/matrix-react-sdk/pull/3557)
|
4535 | * UserInfo consolidation of GroupMemberInfo and MemberInfo panels
|
4536 | [\#3465](https://github.com/matrix-org/matrix-react-sdk/pull/3465)
|
4537 | * Fix some things in the edit HTML parser
|
4538 | [\#3552](https://github.com/matrix-org/matrix-react-sdk/pull/3552)
|
4539 | * Update from Weblate
|
4540 | [\#3559](https://github.com/matrix-org/matrix-react-sdk/pull/3559)
|
4541 | * Merge end-to-end tests
|
4542 | [\#3537](https://github.com/matrix-org/matrix-react-sdk/pull/3537)
|
4543 | * Add full emoji picker for reactions
|
4544 | [\#3554](https://github.com/matrix-org/matrix-react-sdk/pull/3554)
|
4545 | * Accessibility fixes to autocomplete and tabpanels
|
4546 | [\#3555](https://github.com/matrix-org/matrix-react-sdk/pull/3555)
|
4547 | * Show warning dialog when changing unreachable IS
|
4548 | [\#3549](https://github.com/matrix-org/matrix-react-sdk/pull/3549)
|
4549 | * Fix reply fallback being included in edit m.new_content
|
4550 | [\#3551](https://github.com/matrix-org/matrix-react-sdk/pull/3551)
|
4551 | * Document composer features
|
4552 | [\#3548](https://github.com/matrix-org/matrix-react-sdk/pull/3548)
|
4553 | * Correctly update the banned users list when a user is unbanned
|
4554 | [\#3547](https://github.com/matrix-org/matrix-react-sdk/pull/3547)
|
4555 | * Summarise state events after room creation
|
4556 | [\#3433](https://github.com/matrix-org/matrix-react-sdk/pull/3433)
|
4557 | * Don't intercept TAB on the app outside of the composer, fix tabIndex > 0
|
4558 | [\#3543](https://github.com/matrix-org/matrix-react-sdk/pull/3543)
|
4559 | * Add some type checking on event body
|
4560 | [\#3546](https://github.com/matrix-org/matrix-react-sdk/pull/3546)
|
4561 | * Fix: crash while canceling editing an event when no selection
|
4562 | [\#3544](https://github.com/matrix-org/matrix-react-sdk/pull/3544)
|
4563 | * SettingsFlag always run ToggleSwitch fully-controlled
|
4564 | [\#3541](https://github.com/matrix-org/matrix-react-sdk/pull/3541)
|
4565 | * Use Keyboard Key consts instead of hardcoded strings
|
4566 | [\#3540](https://github.com/matrix-org/matrix-react-sdk/pull/3540)
|
4567 |
|
4568 | Changes in [1.7.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.0) (2019-10-18)
|
4569 | ===================================================================================================
|
4570 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.0-rc.1...v1.7.0)
|
4571 |
|
4572 | * Upgrade to JS SDK v2.4.2
|
4573 | * Fix: edit unmount when no selection
|
4574 | [\#3545](https://github.com/matrix-org/matrix-react-sdk/pull/3545)
|
4575 | * "SettingsFlag always run ToggleSwitch fully controlled" to release
|
4576 | [\#3542](https://github.com/matrix-org/matrix-react-sdk/pull/3542)
|
4577 |
|
4578 | Changes in [1.7.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.0-rc.1) (2019-10-09)
|
4579 | =============================================================================================================
|
4580 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.2...v1.7.0-rc.1)
|
4581 |
|
4582 | * Update from Weblate
|
4583 | [\#3539](https://github.com/matrix-org/matrix-react-sdk/pull/3539)
|
4584 | * React error/warning cleanup
|
4585 | [\#3529](https://github.com/matrix-org/matrix-react-sdk/pull/3529)
|
4586 | * Add label to rageshakes for React soft crashes
|
4587 | [\#3535](https://github.com/matrix-org/matrix-react-sdk/pull/3535)
|
4588 | * Support UI Auth on adding email addresses & phone numbers
|
4589 | [\#3534](https://github.com/matrix-org/matrix-react-sdk/pull/3534)
|
4590 | * Unmount React components before stopping the client
|
4591 | [\#3533](https://github.com/matrix-org/matrix-react-sdk/pull/3533)
|
4592 | * Fix soft crash on room join
|
4593 | [\#3532](https://github.com/matrix-org/matrix-react-sdk/pull/3532)
|
4594 | * Fix: Unable to verify email address error
|
4595 | [\#3528](https://github.com/matrix-org/matrix-react-sdk/pull/3528)
|
4596 | * Fix: submit create room dialog when pressing enter
|
4597 | [\#3509](https://github.com/matrix-org/matrix-react-sdk/pull/3509)
|
4598 | * Allow cyclic objects in console logs
|
4599 | [\#3531](https://github.com/matrix-org/matrix-react-sdk/pull/3531)
|
4600 | * Fix: watch emoticon autoreplace setting
|
4601 | [\#3530](https://github.com/matrix-org/matrix-react-sdk/pull/3530)
|
4602 | * Make "remove recent messages" more robust
|
4603 | [\#3508](https://github.com/matrix-org/matrix-react-sdk/pull/3508)
|
4604 | * Label submit button in UI auth password prompt
|
4605 | [\#3527](https://github.com/matrix-org/matrix-react-sdk/pull/3527)
|
4606 | * Null-guard the recaptcha setup
|
4607 | [\#3526](https://github.com/matrix-org/matrix-react-sdk/pull/3526)
|
4608 | * Use a mask instead of an img for "Show image" eye
|
4609 | [\#3513](https://github.com/matrix-org/matrix-react-sdk/pull/3513)
|
4610 | * Only limit the rageshake log size in one place
|
4611 | [\#3523](https://github.com/matrix-org/matrix-react-sdk/pull/3523)
|
4612 | * Rename UPPER_CAMEL_CASE to UPPER_SNAKE_CASE in Coding Style
|
4613 | [\#3525](https://github.com/matrix-org/matrix-react-sdk/pull/3525)
|
4614 | * Revert "Run yarn upgrade"
|
4615 | [\#3524](https://github.com/matrix-org/matrix-react-sdk/pull/3524)
|
4616 | * Run yarn upgrade
|
4617 | [\#3521](https://github.com/matrix-org/matrix-react-sdk/pull/3521)
|
4618 | * Limit Backspace-consuming workaround to just Slate, tidy Keyboard :)
|
4619 | [\#3522](https://github.com/matrix-org/matrix-react-sdk/pull/3522)
|
4620 | * Enable CIDER composer by default
|
4621 | [\#3519](https://github.com/matrix-org/matrix-react-sdk/pull/3519)
|
4622 | * Update from Weblate
|
4623 | [\#3520](https://github.com/matrix-org/matrix-react-sdk/pull/3520)
|
4624 | * Cull some easily fixable errors which make the console a mess
|
4625 | [\#3516](https://github.com/matrix-org/matrix-react-sdk/pull/3516)
|
4626 |
|
4627 | Changes in [1.6.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.2) (2019-10-04)
|
4628 | ===================================================================================================
|
4629 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.2-rc.1...v1.6.2)
|
4630 |
|
4631 | * Handle null from TimelinePanel.getScrollState in RoomView _getScrollState
|
4632 | [\#3518](https://github.com/matrix-org/matrix-react-sdk/pull/3518)
|
4633 | * Fix Community Panel preference not taking effect until some refreshing
|
4634 | [\#3517](https://github.com/matrix-org/matrix-react-sdk/pull/3517)
|
4635 | * Fix backspace without slate focus killing everything
|
4636 | [\#3515](https://github.com/matrix-org/matrix-react-sdk/pull/3515)
|
4637 | * Fix integration manager not updating when set
|
4638 | [\#3510](https://github.com/matrix-org/matrix-react-sdk/pull/3510)
|
4639 | * Various ARIA a11y fixes.
|
4640 | [\#3514](https://github.com/matrix-org/matrix-react-sdk/pull/3514)
|
4641 | * Add a bit of debugging for where MatrixClient stops
|
4642 | [\#3511](https://github.com/matrix-org/matrix-react-sdk/pull/3511)
|
4643 | * Add error boundaries to catch rendering errors
|
4644 | [\#3512](https://github.com/matrix-org/matrix-react-sdk/pull/3512)
|
4645 | * Add an option to hide image previews
|
4646 | [\#3492](https://github.com/matrix-org/matrix-react-sdk/pull/3492)
|
4647 | * Fix: stuck tooltip with composer formatting bar
|
4648 | [\#3507](https://github.com/matrix-org/matrix-react-sdk/pull/3507)
|
4649 | * Fix: don't let composer placeholder show horizontal scrollbar when too
|
4650 | narrow
|
4651 | [\#3506](https://github.com/matrix-org/matrix-react-sdk/pull/3506)
|
4652 |
|
4653 | Changes in [1.6.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.2-rc.1) (2019-10-02)
|
4654 | =============================================================================================================
|
4655 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.1...v1.6.2-rc.1)
|
4656 |
|
4657 | * Custom theming MVP
|
4658 | [\#3503](https://github.com/matrix-org/matrix-react-sdk/pull/3503)
|
4659 | * Don't mark a room as unread when someone adds an alias
|
4660 | [\#3505](https://github.com/matrix-org/matrix-react-sdk/pull/3505)
|
4661 | * Fix upgraderoom slashcommand
|
4662 | [\#3504](https://github.com/matrix-org/matrix-react-sdk/pull/3504)
|
4663 | * Update stripped emoji and bump emojidata to 4.0.2
|
4664 | [\#3501](https://github.com/matrix-org/matrix-react-sdk/pull/3501)
|
4665 | * Support local permalinks for unfederated instances
|
4666 | [\#3500](https://github.com/matrix-org/matrix-react-sdk/pull/3500)
|
4667 | * Accessibility fixes to the LeftPanel
|
4668 | [\#3499](https://github.com/matrix-org/matrix-react-sdk/pull/3499)
|
4669 | * Make Autocomplete more accessible to screen reader users
|
4670 | [\#3497](https://github.com/matrix-org/matrix-react-sdk/pull/3497)
|
4671 | * Fix: even more resilience to detect slash commands
|
4672 | [\#3496](https://github.com/matrix-org/matrix-react-sdk/pull/3496)
|
4673 | * Fix PropTypes usage, sdk import path and GroupMemberTile letter-avatar
|
4674 | [\#3486](https://github.com/matrix-org/matrix-react-sdk/pull/3486)
|
4675 |
|
4676 | Changes in [1.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.1) (2019-10-01)
|
4677 | ===================================================================================================
|
4678 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.0...v1.6.1)
|
4679 |
|
4680 | * Upgrade to JS SDK 2.4.1 to ignore crypto events with empty content
|
4681 | * Update from Weblate
|
4682 | [\#3502](https://github.com/matrix-org/matrix-react-sdk/pull/3502)
|
4683 | * Adjust details of terms dialog
|
4684 | [\#3489](https://github.com/matrix-org/matrix-react-sdk/pull/3489)
|
4685 | * Okay -> OK
|
4686 | [\#3491](https://github.com/matrix-org/matrix-react-sdk/pull/3491)
|
4687 | * Guard against falsy names in getInitialLetter
|
4688 | [\#3498](https://github.com/matrix-org/matrix-react-sdk/pull/3498)
|
4689 | * Update from Weblate
|
4690 | [\#3495](https://github.com/matrix-org/matrix-react-sdk/pull/3495)
|
4691 | * Upgrade deps
|
4692 | [\#3488](https://github.com/matrix-org/matrix-react-sdk/pull/3488)
|
4693 | * Fix: allow mass redaction for members with same or larger power level
|
4694 | [\#3487](https://github.com/matrix-org/matrix-react-sdk/pull/3487)
|
4695 | * Truncate debug logs at the start, not the end
|
4696 | [\#3484](https://github.com/matrix-org/matrix-react-sdk/pull/3484)
|
4697 | * Fix: don't block Shift+Tab in CIDER autocomplete
|
4698 | [\#3481](https://github.com/matrix-org/matrix-react-sdk/pull/3481)
|
4699 | * Fix: make command detection more resilient
|
4700 | [\#3479](https://github.com/matrix-org/matrix-react-sdk/pull/3479)
|
4701 |
|
4702 | Changes in [1.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.0) (2019-09-27)
|
4703 | ===================================================================================================
|
4704 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.0-rc.2...v1.6.0)
|
4705 |
|
4706 | * Upgrade to JS SDK 2.4.0
|
4707 | * Improve keyboard/screen reader accesibility some more
|
4708 | [\#3483](https://github.com/matrix-org/matrix-react-sdk/pull/3483)
|
4709 |
|
4710 | Changes in [1.6.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.0-rc.2) (2019-09-26)
|
4711 | =============================================================================================================
|
4712 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.0-rc.1...v1.6.0-rc.2)
|
4713 |
|
4714 | * Settings a11y tweaks
|
4715 | [\#3475](https://github.com/matrix-org/matrix-react-sdk/pull/3475)
|
4716 |
|
4717 | Changes in [1.6.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.0-rc.1) (2019-09-25)
|
4718 | =============================================================================================================
|
4719 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.3...v1.6.0-rc.1)
|
4720 |
|
4721 | * Upgrade to JS SDK 2.4.0-rc.1
|
4722 | * Update from Weblate
|
4723 | [\#3480](https://github.com/matrix-org/matrix-react-sdk/pull/3480)
|
4724 | * Fix: latin input through Chinese IME
|
4725 | [\#3477](https://github.com/matrix-org/matrix-react-sdk/pull/3477)
|
4726 | * Move focus to first field in create room dialog when showing
|
4727 | [\#3478](https://github.com/matrix-org/matrix-react-sdk/pull/3478)
|
4728 | * Send MSISDN validation token to submit_url during registration
|
4729 | [\#3476](https://github.com/matrix-org/matrix-react-sdk/pull/3476)
|
4730 | * Hide browser a11y outline on context menus
|
4731 | [\#3474](https://github.com/matrix-org/matrix-react-sdk/pull/3474)
|
4732 | * Remove id_server param from threepid_creds
|
4733 | [\#3473](https://github.com/matrix-org/matrix-react-sdk/pull/3473)
|
4734 | * Fix: make sure client exists while logging out
|
4735 | [\#3472](https://github.com/matrix-org/matrix-react-sdk/pull/3472)
|
4736 | * Fix: hide details summary arrow in create room dialog on webkit too
|
4737 | [\#3470](https://github.com/matrix-org/matrix-react-sdk/pull/3470)
|
4738 | * put the room name in the title tag
|
4739 | [\#3471](https://github.com/matrix-org/matrix-react-sdk/pull/3471)
|
4740 | * Fix: when using autocomplete, ensure command is not sent as text, and @room
|
4741 | notifs gets needed suffix
|
4742 | [\#3468](https://github.com/matrix-org/matrix-react-sdk/pull/3468)
|
4743 | * Fix: paragraphs not being preserved when editing in CIDER
|
4744 | [\#3469](https://github.com/matrix-org/matrix-react-sdk/pull/3469)
|
4745 | * Fix: formatbar appearing below other elements
|
4746 | [\#3467](https://github.com/matrix-org/matrix-react-sdk/pull/3467)
|
4747 | * Use alternate MSISDN submit URL when returned by HS
|
4748 | [\#3466](https://github.com/matrix-org/matrix-react-sdk/pull/3466)
|
4749 | * FTUE: Create Room Dialog update
|
4750 | [\#3464](https://github.com/matrix-org/matrix-react-sdk/pull/3464)
|
4751 | * Use separate 3PID add and bind flow for supporting HSes
|
4752 | [\#3462](https://github.com/matrix-org/matrix-react-sdk/pull/3462)
|
4753 | * Add roomavatar slash command to set avatar of the current room
|
4754 | [\#3460](https://github.com/matrix-org/matrix-react-sdk/pull/3460)
|
4755 | * Don't show spinner if registration is disabled
|
4756 | [\#3458](https://github.com/matrix-org/matrix-react-sdk/pull/3458)
|
4757 | * Use same initial device name rules for SSO login as password login
|
4758 | [\#3457](https://github.com/matrix-org/matrix-react-sdk/pull/3457)
|
4759 | * Fix disabled save button on message editor when pasting
|
4760 | [\#3459](https://github.com/matrix-org/matrix-react-sdk/pull/3459)
|
4761 | * Some delinting
|
4762 | [\#3456](https://github.com/matrix-org/matrix-react-sdk/pull/3456)
|
4763 | * Fix failure to render newly verified phone number and nested forms
|
4764 | [\#3455](https://github.com/matrix-org/matrix-react-sdk/pull/3455)
|
4765 | * Focus context menus so screen readers can find them
|
4766 | [\#3454](https://github.com/matrix-org/matrix-react-sdk/pull/3454)
|
4767 | * Fix unit tests: Use correct ShallowRenderer and updated lolex
|
4768 | [\#3453](https://github.com/matrix-org/matrix-react-sdk/pull/3453)
|
4769 | * make the lifetimes of the RM configurable
|
4770 | [\#3450](https://github.com/matrix-org/matrix-react-sdk/pull/3450)
|
4771 | * Point to develop dependencies and fixed react-gemini-scrollbar
|
4772 | [\#3451](https://github.com/matrix-org/matrix-react-sdk/pull/3451)
|
4773 | * Fix address type props to state conversion
|
4774 | [\#3449](https://github.com/matrix-org/matrix-react-sdk/pull/3449)
|
4775 | * Only put a room in Historical if === 'leave' not peeked
|
4776 | [\#3445](https://github.com/matrix-org/matrix-react-sdk/pull/3445)
|
4777 | * Reuse showRoom for onJoinClick so we join using alias if its available
|
4778 | [\#3444](https://github.com/matrix-org/matrix-react-sdk/pull/3444)
|
4779 | * Fix: make sure scalarUrls is never undefined
|
4780 | [\#3446](https://github.com/matrix-org/matrix-react-sdk/pull/3446)
|
4781 | * Tweak lock file to pull in only one React version
|
4782 | [\#3447](https://github.com/matrix-org/matrix-react-sdk/pull/3447)
|
4783 | * Wrap deactivation check with sanity conditions
|
4784 | [\#3437](https://github.com/matrix-org/matrix-react-sdk/pull/3437)
|
4785 | * Fix identity server text in AddressPickerDialog
|
4786 | [\#3408](https://github.com/matrix-org/matrix-react-sdk/pull/3408)
|
4787 | * Change copy for sharing an email
|
4788 | [\#3438](https://github.com/matrix-org/matrix-react-sdk/pull/3438)
|
4789 | * Fix: stop propagation click handler for <TR> doesn't run
|
4790 | [\#3441](https://github.com/matrix-org/matrix-react-sdk/pull/3441)
|
4791 | * Fix: clicking on a room directory item takes you to the room
|
4792 | [\#3439](https://github.com/matrix-org/matrix-react-sdk/pull/3439)
|
4793 | * Fix: only hide clear filter button when blurred & no more search term
|
4794 | [\#3432](https://github.com/matrix-org/matrix-react-sdk/pull/3432)
|
4795 | * Dont wrap text in room directory buttons
|
4796 | [\#3430](https://github.com/matrix-org/matrix-react-sdk/pull/3430)
|
4797 | * Add way to report the content of a message
|
4798 | [\#3290](https://github.com/matrix-org/matrix-react-sdk/pull/3290)
|
4799 | * Breadcrumbs: only show after having joined at least 10 rooms
|
4800 | [\#3428](https://github.com/matrix-org/matrix-react-sdk/pull/3428)
|
4801 | * Breadcrumbs: show placeholder for empty slot
|
4802 | [\#3429](https://github.com/matrix-org/matrix-react-sdk/pull/3429)
|
4803 | * Hide the change HS url button on SSO login flow if custom urls disabled
|
4804 | [\#3421](https://github.com/matrix-org/matrix-react-sdk/pull/3421)
|
4805 | * Fix register page selector buttons growing too wide
|
4806 | [\#3423](https://github.com/matrix-org/matrix-react-sdk/pull/3423)
|
4807 | * Left panel: visual fixes
|
4808 | [\#3422](https://github.com/matrix-org/matrix-react-sdk/pull/3422)
|
4809 | * EditMessageComposer: disable Save button until a change has been made
|
4810 | [\#3410](https://github.com/matrix-org/matrix-react-sdk/pull/3410)
|
4811 | * RoomDirectory: show spinner if loading more results
|
4812 | [\#3416](https://github.com/matrix-org/matrix-react-sdk/pull/3416)
|
4813 | * SSO Login: don't assume m.login.password, ask server before showing
|
4814 | [\#3417](https://github.com/matrix-org/matrix-react-sdk/pull/3417)
|
4815 | * Switch to React 16
|
4816 | [\#3270](https://github.com/matrix-org/matrix-react-sdk/pull/3270)
|
4817 | * Fix replying from search results for this and all rooms
|
4818 | [\#3406](https://github.com/matrix-org/matrix-react-sdk/pull/3406)
|
4819 | * Support Synapse deactivate on MemberInfo without Room (timeline pill)
|
4820 | [\#3411](https://github.com/matrix-org/matrix-react-sdk/pull/3411)
|
4821 | * Lift 3PID state management up to Settings tab
|
4822 | [\#3419](https://github.com/matrix-org/matrix-react-sdk/pull/3419)
|
4823 | * Room directory: update design
|
4824 | [\#3418](https://github.com/matrix-org/matrix-react-sdk/pull/3418)
|
4825 | * Room directory: add action buttons on room directly
|
4826 | [\#3413](https://github.com/matrix-org/matrix-react-sdk/pull/3413)
|
4827 | * Add explore button in left panel to go show room directory
|
4828 | [\#3412](https://github.com/matrix-org/matrix-react-sdk/pull/3412)
|
4829 | * Only update m.accepted_terms if there were changes
|
4830 | [\#3415](https://github.com/matrix-org/matrix-react-sdk/pull/3415)
|
4831 | * Make uses of AddressPickerDialog static dialogs
|
4832 | [\#3414](https://github.com/matrix-org/matrix-react-sdk/pull/3414)
|
4833 | * Support sending hidden read receipts
|
4834 | [\#3395](https://github.com/matrix-org/matrix-react-sdk/pull/3395)
|
4835 | * Catch error from changing room power level requirements and show modal
|
4836 | [\#3407](https://github.com/matrix-org/matrix-react-sdk/pull/3407)
|
4837 | * Add "Remove recent messages" button in member info for administrator
|
4838 | [\#3409](https://github.com/matrix-org/matrix-react-sdk/pull/3409)
|
4839 | * Add bound 3PID warning when changing IS as well
|
4840 | [\#3394](https://github.com/matrix-org/matrix-react-sdk/pull/3394)
|
4841 | * Stregthen bound 3PID warning dialog
|
4842 | [\#3401](https://github.com/matrix-org/matrix-react-sdk/pull/3401)
|
4843 | * Stop setting IS input field on account change
|
4844 | [\#3398](https://github.com/matrix-org/matrix-react-sdk/pull/3398)
|
4845 | * New composer: use underscore for italics so it doesn't collide with bold
|
4846 | when toggling
|
4847 | [\#3403](https://github.com/matrix-org/matrix-react-sdk/pull/3403)
|
4848 | * Switch to createReactClass: views/elements & views/groups. React 16 :D
|
4849 | [\#3404](https://github.com/matrix-org/matrix-react-sdk/pull/3404)
|
4850 | * Switch to createReactClass: *everything else*. React 16 :D
|
4851 | [\#3405](https://github.com/matrix-org/matrix-react-sdk/pull/3405)
|
4852 | * Switch to createReactClass: views/rooms and test/components. React 16 :D
|
4853 | [\#3400](https://github.com/matrix-org/matrix-react-sdk/pull/3400)
|
4854 | * New composer: support toggling inline formatting
|
4855 | [\#3402](https://github.com/matrix-org/matrix-react-sdk/pull/3402)
|
4856 | * Fix format bar not appearing in edit composer
|
4857 | [\#3399](https://github.com/matrix-org/matrix-react-sdk/pull/3399)
|
4858 | * Correct case of propTypes property in ES6 React Components. React 16
|
4859 | [\#3397](https://github.com/matrix-org/matrix-react-sdk/pull/3397)
|
4860 | * Fix error on load in composer
|
4861 | [\#3396](https://github.com/matrix-org/matrix-react-sdk/pull/3396)
|
4862 | * New composer: ensure undo history is persisted before applying formatting
|
4863 | [\#3391](https://github.com/matrix-org/matrix-react-sdk/pull/3391)
|
4864 | * New composer: fix pasting from word processors
|
4865 | [\#3392](https://github.com/matrix-org/matrix-react-sdk/pull/3392)
|
4866 | * New composer: fix needing to push arrow-up twice after sending first message
|
4867 | after switching to a room
|
4868 | [\#3393](https://github.com/matrix-org/matrix-react-sdk/pull/3393)
|
4869 | * Remove accent color as selection color
|
4870 | [\#3390](https://github.com/matrix-org/matrix-react-sdk/pull/3390)
|
4871 | * New composer: formatting keyboard shortcuts
|
4872 | [\#3389](https://github.com/matrix-org/matrix-react-sdk/pull/3389)
|
4873 | * New composer: format bar tooltips
|
4874 | [\#3387](https://github.com/matrix-org/matrix-react-sdk/pull/3387)
|
4875 | * New composer: show format bar on selection
|
4876 | [\#3386](https://github.com/matrix-org/matrix-react-sdk/pull/3386)
|
4877 | * Add new agreed URLs to account data instead of overwriting
|
4878 | [\#3388](https://github.com/matrix-org/matrix-react-sdk/pull/3388)
|
4879 | * Fix member power levels in room settings
|
4880 | [\#3384](https://github.com/matrix-org/matrix-react-sdk/pull/3384)
|
4881 | * New composer: allow escaping the first slash to not write a command
|
4882 | [\#3382](https://github.com/matrix-org/matrix-react-sdk/pull/3382)
|
4883 | * /plain command to bypass markdown conversion
|
4884 | [\#3381](https://github.com/matrix-org/matrix-react-sdk/pull/3381)
|
4885 | * Improve email invite preview messaging
|
4886 | [\#3385](https://github.com/matrix-org/matrix-react-sdk/pull/3385)
|
4887 | * Revert "New composer: show markdown legend on focus"
|
4888 | [\#3383](https://github.com/matrix-org/matrix-react-sdk/pull/3383)
|
4889 | * Disable MSISDN registration if the homeserver doesn't support it
|
4890 | [\#3368](https://github.com/matrix-org/matrix-react-sdk/pull/3368)
|
4891 | * Add a button to MemberInfo to deactivate a user
|
4892 | [\#3371](https://github.com/matrix-org/matrix-react-sdk/pull/3371)
|
4893 | * New composer: show markdown legend on focus
|
4894 | [\#3378](https://github.com/matrix-org/matrix-react-sdk/pull/3378)
|
4895 | * New composer: allow submitting after inserting newline
|
4896 | [\#3380](https://github.com/matrix-org/matrix-react-sdk/pull/3380)
|
4897 | * Message editing: deserialize headers from html back to markdown
|
4898 | [\#3379](https://github.com/matrix-org/matrix-react-sdk/pull/3379)
|
4899 | * New composer: share user pill postfix between autocomplete and insert
|
4900 | mention
|
4901 | [\#3375](https://github.com/matrix-org/matrix-react-sdk/pull/3375)
|
4902 | * New composer: make command detection not break with pill candidates in
|
4903 | command
|
4904 | [\#3374](https://github.com/matrix-org/matrix-react-sdk/pull/3374)
|
4905 | * New composer: dont allow sending empty messages
|
4906 | [\#3377](https://github.com/matrix-org/matrix-react-sdk/pull/3377)
|
4907 | * New composer: disable spell check for pills
|
4908 | [\#3376](https://github.com/matrix-org/matrix-react-sdk/pull/3376)
|
4909 | * Restrict green link colours to address picker dialog
|
4910 | [\#3373](https://github.com/matrix-org/matrix-react-sdk/pull/3373)
|
4911 | * New composer: fix tab-complete in commands
|
4912 | [\#3372](https://github.com/matrix-org/matrix-react-sdk/pull/3372)
|
4913 | * Add a dialog when inviting via slash command without IS
|
4914 | [\#3367](https://github.com/matrix-org/matrix-react-sdk/pull/3367)
|
4915 | * Migrate away from React.createClass for auth and views/auth. React 16 :D
|
4916 | [\#3363](https://github.com/matrix-org/matrix-react-sdk/pull/3363)
|
4917 | * Migrate away from React.createClass for non-auth structures. React 16 :D
|
4918 | [\#3365](https://github.com/matrix-org/matrix-react-sdk/pull/3365)
|
4919 | * New composer: put display name in user pill text fallback instead of mxid
|
4920 | [\#3366](https://github.com/matrix-org/matrix-react-sdk/pull/3366)
|
4921 | * New composer: force model update after IME composition finishes
|
4922 | [\#3364](https://github.com/matrix-org/matrix-react-sdk/pull/3364)
|
4923 | * New composer: append colon to completed user pill when at start of message
|
4924 | [\#3361](https://github.com/matrix-org/matrix-react-sdk/pull/3361)
|
4925 | * Expose power level toggle for enabling e2ee to room settings
|
4926 | [\#3351](https://github.com/matrix-org/matrix-react-sdk/pull/3351)
|
4927 | * Allow connecting to an IS from address picker
|
4928 | [\#3359](https://github.com/matrix-org/matrix-react-sdk/pull/3359)
|
4929 | * New composer: don't capture enter to close autocomplete
|
4930 | [\#3362](https://github.com/matrix-org/matrix-react-sdk/pull/3362)
|
4931 | * Add Spoilers as per MSC2010
|
4932 | [\#3018](https://github.com/matrix-org/matrix-react-sdk/pull/3018)
|
4933 | * New composer: support pasting files
|
4934 | [\#3358](https://github.com/matrix-org/matrix-react-sdk/pull/3358)
|
4935 | * New composer: don't update model while doing IME compositions
|
4936 | [\#3357](https://github.com/matrix-org/matrix-react-sdk/pull/3357)
|
4937 | * New composer: handle newlines properly when pasting
|
4938 | [\#3356](https://github.com/matrix-org/matrix-react-sdk/pull/3356)
|
4939 | * Bump eslint-utils from 1.4.0 to 1.4.2
|
4940 | [\#3360](https://github.com/matrix-org/matrix-react-sdk/pull/3360)
|
4941 | * Reveal custom IS field only when required
|
4942 | [\#3343](https://github.com/matrix-org/matrix-react-sdk/pull/3343)
|
4943 | * Only Destroy the expected persistent widget, not *ANY*
|
4944 | [\#3338](https://github.com/matrix-org/matrix-react-sdk/pull/3338)
|
4945 | * Expose upgrade room permissions in room settings and fix command
|
4946 | [\#3352](https://github.com/matrix-org/matrix-react-sdk/pull/3352)
|
4947 | * Don't use cursor: pointer on roomsettings avatar if you can't change it
|
4948 | [\#3354](https://github.com/matrix-org/matrix-react-sdk/pull/3354)
|
4949 | * New composer: support forcing auto complete on name by hitting tab
|
4950 | [\#3349](https://github.com/matrix-org/matrix-react-sdk/pull/3349)
|
4951 | * Update email help text
|
4952 | [\#3355](https://github.com/matrix-org/matrix-react-sdk/pull/3355)
|
4953 | * Don't infinite loop on server change
|
4954 | [\#3350](https://github.com/matrix-org/matrix-react-sdk/pull/3350)
|
4955 | * Support multiple integration managers behind a labs flag
|
4956 | [\#3341](https://github.com/matrix-org/matrix-react-sdk/pull/3341)
|
4957 | * Support homeserver-configured integration managers
|
4958 | [\#3340](https://github.com/matrix-org/matrix-react-sdk/pull/3340)
|
4959 | * Auto-replace emoticons with emojis in new composer
|
4960 | [\#3342](https://github.com/matrix-org/matrix-react-sdk/pull/3342)
|
4961 | * Adjust copy and include identity server changing when terms are pending
|
4962 | [\#3348](https://github.com/matrix-org/matrix-react-sdk/pull/3348)
|
4963 | * Migrate away from React.createClass for views/dialogs. React 16 :D
|
4964 | [\#3347](https://github.com/matrix-org/matrix-react-sdk/pull/3347)
|
4965 | * Migrate away from React.createClass for async-components. React 16 :D
|
4966 | [\#3346](https://github.com/matrix-org/matrix-react-sdk/pull/3346)
|
4967 | * Switch from react-addons-test-utils to react-dom/test-utils. React 16 :D
|
4968 | [\#3345](https://github.com/matrix-org/matrix-react-sdk/pull/3345)
|
4969 | * Iterate over all instances of variable/tag for _t substitutions
|
4970 | [\#3339](https://github.com/matrix-org/matrix-react-sdk/pull/3339)
|
4971 | * Treat 404 errors on IS as having no terms
|
4972 | [\#3344](https://github.com/matrix-org/matrix-react-sdk/pull/3344)
|
4973 | * Add IS access token callback
|
4974 | [\#3337](https://github.com/matrix-org/matrix-react-sdk/pull/3337)
|
4975 | * Tweak rageshake logging messages
|
4976 | [\#3331](https://github.com/matrix-org/matrix-react-sdk/pull/3331)
|
4977 | * Support editing composer to be used as main composer (feature flagged)
|
4978 | [\#3287](https://github.com/matrix-org/matrix-react-sdk/pull/3287)
|
4979 | * Remove tooltipClassName from the Field's input
|
4980 | [\#3333](https://github.com/matrix-org/matrix-react-sdk/pull/3333)
|
4981 | * Fix alignment of discovery section addresses
|
4982 | [\#3335](https://github.com/matrix-org/matrix-react-sdk/pull/3335)
|
4983 | * No-op removals of widgets that don't exist
|
4984 | [\#3336](https://github.com/matrix-org/matrix-react-sdk/pull/3336)
|
4985 | * Remove extraneous logging
|
4986 | [\#3334](https://github.com/matrix-org/matrix-react-sdk/pull/3334)
|
4987 | * Handle terms agreement in Discovery section of user settings
|
4988 | [\#3327](https://github.com/matrix-org/matrix-react-sdk/pull/3327)
|
4989 | * Don't double translate labs settings
|
4990 | [\#3332](https://github.com/matrix-org/matrix-react-sdk/pull/3332)
|
4991 | * Explicitly check for modifier keydown events before focusing composer
|
4992 | [\#3328](https://github.com/matrix-org/matrix-react-sdk/pull/3328)
|
4993 | * Touch up settings: alignment, spacing, error states
|
4994 | [\#3330](https://github.com/matrix-org/matrix-react-sdk/pull/3330)
|
4995 | * Fix regression on widget panel edit button
|
4996 | [\#3329](https://github.com/matrix-org/matrix-react-sdk/pull/3329)
|
4997 | * Clarify that device names are publicly visible
|
4998 | [\#3326](https://github.com/matrix-org/matrix-react-sdk/pull/3326)
|
4999 | * Tweak privacy settings copy and whitespace
|
5000 | [\#3325](https://github.com/matrix-org/matrix-react-sdk/pull/3325)
|
5001 | * Persist and maintain identity server in account data
|
5002 | [\#3320](https://github.com/matrix-org/matrix-react-sdk/pull/3320)
|
5003 | * Prompt for terms of service on identity server changes
|
5004 | [\#3317](https://github.com/matrix-org/matrix-react-sdk/pull/3317)
|
5005 | * Allow 3pids to be added with no ID server set
|
5006 | [\#3323](https://github.com/matrix-org/matrix-react-sdk/pull/3323)
|
5007 | * Fix up remove threepid confirmation UX
|
5008 | [\#3324](https://github.com/matrix-org/matrix-react-sdk/pull/3324)
|
5009 | * Improve Discovery section when no IS set
|
5010 | [\#3322](https://github.com/matrix-org/matrix-react-sdk/pull/3322)
|
5011 | * Allow password reset without an ID Server
|
5012 | [\#3319](https://github.com/matrix-org/matrix-react-sdk/pull/3319)
|
5013 | * Allow registering with email if no ID Server
|
5014 | [\#3318](https://github.com/matrix-org/matrix-react-sdk/pull/3318)
|
5015 | * Update from Weblate
|
5016 | [\#3321](https://github.com/matrix-org/matrix-react-sdk/pull/3321)
|
5017 | * Fix showing events which were replied to and then redacted
|
5018 | [\#3310](https://github.com/matrix-org/matrix-react-sdk/pull/3310)
|
5019 | * Prompt for terms of service on integration manager changes
|
5020 | [\#3316](https://github.com/matrix-org/matrix-react-sdk/pull/3316)
|
5021 | * Warn on disconnecting from IS
|
5022 | [\#3314](https://github.com/matrix-org/matrix-react-sdk/pull/3314)
|
5023 | * Fix set integration manager tooltip
|
5024 | [\#3315](https://github.com/matrix-org/matrix-react-sdk/pull/3315)
|
5025 | * Prompt for ICE server fallback permission
|
5026 | [\#3309](https://github.com/matrix-org/matrix-react-sdk/pull/3309)
|
5027 | * Fix Persisted Widgets (Jitsi) randomly closing on room change
|
5028 | [\#3313](https://github.com/matrix-org/matrix-react-sdk/pull/3313)
|
5029 | * Verifying your own device should not ask you to "contact its owner"
|
5030 | [\#3312](https://github.com/matrix-org/matrix-react-sdk/pull/3312)
|
5031 | * Support changing your integration manager in the UI
|
5032 | [\#3308](https://github.com/matrix-org/matrix-react-sdk/pull/3308)
|
5033 | * delint languageHandler
|
5034 | [\#3311](https://github.com/matrix-org/matrix-react-sdk/pull/3311)
|
5035 | * Disconnect from IS Button
|
5036 | [\#3305](https://github.com/matrix-org/matrix-react-sdk/pull/3305)
|
5037 | * Add UI in settings to change ID Server
|
5038 | [\#3300](https://github.com/matrix-org/matrix-react-sdk/pull/3300)
|
5039 | * Read integration managers from account data (widgets)
|
5040 | [\#3302](https://github.com/matrix-org/matrix-react-sdk/pull/3302)
|
5041 | * Refactor integration manager handling into a common place
|
5042 | [\#3301](https://github.com/matrix-org/matrix-react-sdk/pull/3301)
|
5043 | * Fix wrong default-letter-avatar for RoomAvatarEvent
|
5044 | [\#3291](https://github.com/matrix-org/matrix-react-sdk/pull/3291)
|
5045 | * Fix alignment of add email/phone number inputs in settings
|
5046 | [\#3307](https://github.com/matrix-org/matrix-react-sdk/pull/3307)
|
5047 | * Bump matrix-react-test-utils for React 16 compatibility
|
5048 | [\#3306](https://github.com/matrix-org/matrix-react-sdk/pull/3306)
|
5049 | * Consolidate Themes into ThemeController. Remove hardcoded themes in view
|
5050 | [\#3304](https://github.com/matrix-org/matrix-react-sdk/pull/3304)
|
5051 | * Deduplicate code in ModularServerConfig by extending ServerConfig
|
5052 | [\#3303](https://github.com/matrix-org/matrix-react-sdk/pull/3303)
|
5053 | * RegistrationForm: the Fields are controlled, fix default values
|
5054 | [\#3299](https://github.com/matrix-org/matrix-react-sdk/pull/3299)
|
5055 | * change Modal async/await signature to use raw promises
|
5056 | [\#3298](https://github.com/matrix-org/matrix-react-sdk/pull/3298)
|
5057 | * Modal.createX return thenable which extends onFinished, for async/await
|
5058 | [\#3297](https://github.com/matrix-org/matrix-react-sdk/pull/3297)
|
5059 | * Add mount-guards to MImageBody
|
5060 | [\#3294](https://github.com/matrix-org/matrix-react-sdk/pull/3294)
|
5061 | * Get rid of support for legacy login params
|
5062 | [\#3296](https://github.com/matrix-org/matrix-react-sdk/pull/3296)
|
5063 | * Change throttle to debounce
|
5064 | [\#3295](https://github.com/matrix-org/matrix-react-sdk/pull/3295)
|
5065 | * Misc fixes to karma webpack
|
5066 | [\#3293](https://github.com/matrix-org/matrix-react-sdk/pull/3293)
|
5067 | * Remove 3PID binding during registration
|
5068 | [\#3289](https://github.com/matrix-org/matrix-react-sdk/pull/3289)
|
5069 | * Add controls for toggling discovery in user settings
|
5070 | [\#3288](https://github.com/matrix-org/matrix-react-sdk/pull/3288)
|
5071 | * Reuse DMs whenever possible instead of asking to reuse them
|
5072 | [\#3286](https://github.com/matrix-org/matrix-react-sdk/pull/3286)
|
5073 | * Work with no ID server set
|
5074 | [\#3285](https://github.com/matrix-org/matrix-react-sdk/pull/3285)
|
5075 | * Split MessageEditor up in edit-specifics & reusable parts for main composer
|
5076 | [\#3282](https://github.com/matrix-org/matrix-react-sdk/pull/3282)
|
5077 | * Fix waste of space of collapsed left panel
|
5078 | [\#2668](https://github.com/matrix-org/matrix-react-sdk/pull/2668)
|
5079 | * Add help slash command
|
5080 | [\#3257](https://github.com/matrix-org/matrix-react-sdk/pull/3257)
|
5081 | * Allow setting in electron whether or not to auto hide menu bar
|
5082 | [\#3278](https://github.com/matrix-org/matrix-react-sdk/pull/3278)
|
5083 | * Progress towards React 16 compatibility
|
5084 | [\#3276](https://github.com/matrix-org/matrix-react-sdk/pull/3276)
|
5085 | * Hide settings button on Room Tile Context Menu for myMembership=invite
|
5086 | [\#3284](https://github.com/matrix-org/matrix-react-sdk/pull/3284)
|
5087 | * Remove withMatrixClient as we are committed to using Contexts
|
5088 | [\#3279](https://github.com/matrix-org/matrix-react-sdk/pull/3279)
|
5089 | * Update existing 3PID management UX
|
5090 | [\#3283](https://github.com/matrix-org/matrix-react-sdk/pull/3283)
|
5091 | * Let user know their account has been deactivated upon trying to login
|
5092 | [\#3280](https://github.com/matrix-org/matrix-react-sdk/pull/3280)
|
5093 | * Fix newline not being appended to code block while converting message to
|
5094 | markdown
|
5095 | [\#3274](https://github.com/matrix-org/matrix-react-sdk/pull/3274)
|
5096 | * Don't load guest sessions on post-registration login link
|
5097 | [\#3273](https://github.com/matrix-org/matrix-react-sdk/pull/3273)
|
5098 | * Show terms modal when inviting by email
|
5099 | [\#3271](https://github.com/matrix-org/matrix-react-sdk/pull/3271)
|
5100 | * Add developer documentation for the new editor
|
5101 | [\#3272](https://github.com/matrix-org/matrix-react-sdk/pull/3272)
|
5102 | * Undo/redo support for new editor
|
5103 | [\#3267](https://github.com/matrix-org/matrix-react-sdk/pull/3267)
|
5104 | * Check IS v2 account tokens for validity
|
5105 | [\#3268](https://github.com/matrix-org/matrix-react-sdk/pull/3268)
|
5106 | * Fix dialog button border colours
|
5107 | [\#3269](https://github.com/matrix-org/matrix-react-sdk/pull/3269)
|
5108 | * Upgrade dependencies
|
5109 | [\#3266](https://github.com/matrix-org/matrix-react-sdk/pull/3266)
|
5110 |
|
5111 | Changes in [1.5.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.3) (2019-09-16)
|
5112 | ===================================================================================================
|
5113 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.3-rc.3...v1.5.3)
|
5114 |
|
5115 | * Release: Directory should use the alias or server information to join the
|
5116 | room
|
5117 | [\#3448](https://github.com/matrix-org/matrix-react-sdk/pull/3448)
|
5118 |
|
5119 | Changes in [1.5.3-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.3-rc.3) (2019-09-13)
|
5120 | =============================================================================================================
|
5121 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.3-rc.2...v1.5.3-rc.3)
|
5122 |
|
5123 | * js-sdk rc.1 for report API
|
5124 |
|
5125 | Changes in [1.5.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.3-rc.2) (2019-09-13)
|
5126 | =============================================================================================================
|
5127 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.3-rc.1...v1.5.3-rc.2)
|
5128 |
|
5129 | * Fix: stop propagation click handler for <TR> doesn't run
|
5130 | [\#3443](https://github.com/matrix-org/matrix-react-sdk/pull/3443)
|
5131 | * Add way to report the content of a message
|
5132 | [\#3442](https://github.com/matrix-org/matrix-react-sdk/pull/3442)
|
5133 | * Fix synapse deactivate button for release
|
5134 | [\#3436](https://github.com/matrix-org/matrix-react-sdk/pull/3436)
|
5135 | * Fix: clicking on a room directory item takes you to the room
|
5136 | [\#3440](https://github.com/matrix-org/matrix-react-sdk/pull/3440)
|
5137 |
|
5138 | Changes in [1.5.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.3-rc.1) (2019-09-12)
|
5139 | =============================================================================================================
|
5140 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.2...v1.5.3-rc.1)
|
5141 |
|
5142 | * Fix: only hide clear filter button when blurred & no more search term
|
5143 | [\#3435](https://github.com/matrix-org/matrix-react-sdk/pull/3435)
|
5144 | * Dont wrap text in room directory buttons
|
5145 | [\#3434](https://github.com/matrix-org/matrix-react-sdk/pull/3434)
|
5146 |
|
5147 | Changes in [1.5.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.2) (2019-09-12)
|
5148 | ===================================================================================================
|
5149 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.2-rc.1...v1.5.2)
|
5150 |
|
5151 | * Fix register page selector buttons growing too wide
|
5152 | [\#3427](https://github.com/matrix-org/matrix-react-sdk/pull/3427)
|
5153 | * Left panel: visual fixes
|
5154 | [\#3426](https://github.com/matrix-org/matrix-react-sdk/pull/3426)
|
5155 | * Hide the change HS url button on SSO login flow if custom urls disabled
|
5156 | [\#3425](https://github.com/matrix-org/matrix-react-sdk/pull/3425)
|
5157 | * RoomDirectory: show spinner if loading more results
|
5158 | [\#3424](https://github.com/matrix-org/matrix-react-sdk/pull/3424)
|
5159 |
|
5160 | Changes in [1.5.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.2-rc.1) (2019-09-11)
|
5161 | =============================================================================================================
|
5162 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.1...v1.5.2-rc.1)
|
5163 |
|
5164 | * Merge first pass of First Time User Experience to release branch
|
5165 | [\#3420](https://github.com/matrix-org/matrix-react-sdk/pull/3420)
|
5166 |
|
5167 | Changes in [1.5.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.1) (2019-08-05)
|
5168 | ===================================================================================================
|
5169 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.0-rc.1...v1.5.1)
|
5170 |
|
5171 | * Let user know their account has been deactivated upon trying to login
|
5172 | [\#3281](https://github.com/matrix-org/matrix-react-sdk/pull/3281)
|
5173 |
|
5174 | Changes in [1.5.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.0) (2019-08-05)
|
5175 | ===================================================================================================
|
5176 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.5.0-rc.1...v1.5.0)
|
5177 |
|
5178 | * Don't load guest sessions on post-registration login link
|
5179 | [\#3277](https://github.com/matrix-org/matrix-react-sdk/pull/3277)
|
5180 |
|
5181 | Changes in [1.5.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.5.0-rc.1) (2019-07-31)
|
5182 | =============================================================================================================
|
5183 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.4.0...v1.5.0-rc.1)
|
5184 |
|
5185 | * Upgrade to JS SDK 2.3.0-rc.1
|
5186 | * Update from Weblate
|
5187 | [\#3265](https://github.com/matrix-org/matrix-react-sdk/pull/3265)
|
5188 | * Replace React.PropTypes with usage of the `prop-types` package
|
5189 | [\#3263](https://github.com/matrix-org/matrix-react-sdk/pull/3263)
|
5190 | * strikethrough & underline deletions & insertions
|
5191 | [\#3264](https://github.com/matrix-org/matrix-react-sdk/pull/3264)
|
5192 | * Get rid of warning of required prop
|
5193 | [\#3261](https://github.com/matrix-org/matrix-react-sdk/pull/3261)
|
5194 | * Fix html diffs repeating text sometimes
|
5195 | [\#3262](https://github.com/matrix-org/matrix-react-sdk/pull/3262)
|
5196 | * Introduce RoomContext for sharing state between RoomView and children
|
5197 | [\#3260](https://github.com/matrix-org/matrix-react-sdk/pull/3260)
|
5198 | * Upgrade emojibase to fix :anxious:
|
5199 | [\#3259](https://github.com/matrix-org/matrix-react-sdk/pull/3259)
|
5200 | * Add support for IS v2 API with authentication
|
5201 | [\#3256](https://github.com/matrix-org/matrix-react-sdk/pull/3256)
|
5202 | * Fix autocomplete for editing being broken
|
5203 | [\#3258](https://github.com/matrix-org/matrix-react-sdk/pull/3258)
|
5204 | * Unit tests for new editor
|
5205 | [\#3247](https://github.com/matrix-org/matrix-react-sdk/pull/3247)
|
5206 | * Show MessageActionBar buttons conditionally on room state permissions
|
5207 | [\#3255](https://github.com/matrix-org/matrix-react-sdk/pull/3255)
|
5208 | * Handle onPaste AddressPickerDialog, allow addressing CSV/NL/Space delim list
|
5209 | [\#3249](https://github.com/matrix-org/matrix-react-sdk/pull/3249)
|
5210 | * Move history with alt up/down regardless of where selection is
|
5211 | [\#3254](https://github.com/matrix-org/matrix-react-sdk/pull/3254)
|
5212 | * Update from Weblate
|
5213 | [\#3253](https://github.com/matrix-org/matrix-react-sdk/pull/3253)
|
5214 | * Fix /rainbowme and /rainbow breaking apart utf-16 emoji
|
5215 | [\#3248](https://github.com/matrix-org/matrix-react-sdk/pull/3248)
|
5216 | * Tweak interactive tooltip buffer area allow for overshoot
|
5217 | [\#3245](https://github.com/matrix-org/matrix-react-sdk/pull/3245)
|
5218 | * Keep widget URL in permission screen to one line
|
5219 | [\#3243](https://github.com/matrix-org/matrix-react-sdk/pull/3243)
|
5220 | * Avoid visual glitch when terms appear for Integration Manager
|
5221 | [\#3242](https://github.com/matrix-org/matrix-react-sdk/pull/3242)
|
5222 | * Show diff for formatted messages in the edit history
|
5223 | [\#3244](https://github.com/matrix-org/matrix-react-sdk/pull/3244)
|
5224 | * Redirect paste to composer when event target can't receive input
|
5225 | [\#3239](https://github.com/matrix-org/matrix-react-sdk/pull/3239)
|
5226 | * Restore manual composing focusing logic
|
5227 | [\#3241](https://github.com/matrix-org/matrix-react-sdk/pull/3241)
|
5228 | * ToS for ISes/IMs: prompt on use screen
|
5229 | [\#3199](https://github.com/matrix-org/matrix-react-sdk/pull/3199)
|
5230 | * Defer IM token until widget is shown and permission granted
|
5231 | [\#3240](https://github.com/matrix-org/matrix-react-sdk/pull/3240)
|
5232 | * Move read marker past invisible events
|
5233 | [\#3226](https://github.com/matrix-org/matrix-react-sdk/pull/3226)
|
5234 | * Basic diff visualisation for plain text edits
|
5235 | [\#3238](https://github.com/matrix-org/matrix-react-sdk/pull/3238)
|
5236 | * Don't focus composer on keydown with modifier
|
5237 | [\#3237](https://github.com/matrix-org/matrix-react-sdk/pull/3237)
|
5238 | * Focus composer when typing anywhere in the app
|
5239 | [\#3224](https://github.com/matrix-org/matrix-react-sdk/pull/3224)
|
5240 | * Don't show remove button for original event in edit history
|
5241 | [\#3235](https://github.com/matrix-org/matrix-react-sdk/pull/3235)
|
5242 | * Remove feature flags for reactions and edits
|
5243 | [\#3233](https://github.com/matrix-org/matrix-react-sdk/pull/3233)
|
5244 | * Enable reactions and edits by default
|
5245 | [\#3229](https://github.com/matrix-org/matrix-react-sdk/pull/3229)
|
5246 | * Improve interactive tooltip safe mousing area
|
5247 | [\#3228](https://github.com/matrix-org/matrix-react-sdk/pull/3228)
|
5248 | * Add a previous event safe area around action bar
|
5249 | [\#3227](https://github.com/matrix-org/matrix-react-sdk/pull/3227)
|
5250 | * Parse integration manager origins more sensibly
|
5251 | [\#3217](https://github.com/matrix-org/matrix-react-sdk/pull/3217)
|
5252 | * ChatCreateOrReuse show only rooms both you and the other party still in
|
5253 | [\#3225](https://github.com/matrix-org/matrix-react-sdk/pull/3225)
|
5254 | * Check for liveliness on submission when the server was previously dead
|
5255 | [\#3218](https://github.com/matrix-org/matrix-react-sdk/pull/3218)
|
5256 | * Fix autocomplete delay text field not accepting text
|
5257 | [\#3219](https://github.com/matrix-org/matrix-react-sdk/pull/3219)
|
5258 | * Don't show a reason if there's no reason for a kick/ban
|
5259 | [\#3220](https://github.com/matrix-org/matrix-react-sdk/pull/3220)
|
5260 | * Take adjacent invisible events into account for read receipt, even if any
|
5261 | but first should be ignored.
|
5262 | [\#3221](https://github.com/matrix-org/matrix-react-sdk/pull/3221)
|
5263 | * Check content and content.users in power levels
|
5264 | [\#3216](https://github.com/matrix-org/matrix-react-sdk/pull/3216)
|
5265 | * Autojoin rooms when clicking the tombstone
|
5266 | [\#3206](https://github.com/matrix-org/matrix-react-sdk/pull/3206)
|
5267 | * Verify i18n in CI
|
5268 | [\#3209](https://github.com/matrix-org/matrix-react-sdk/pull/3209)
|
5269 | * Send the correct UIA alongside the wrong UIA for backwards comaptibility
|
5270 | [\#3211](https://github.com/matrix-org/matrix-react-sdk/pull/3211)
|
5271 | * Remove unused identityEnabled property from ValidatedServerConfig
|
5272 | [\#3213](https://github.com/matrix-org/matrix-react-sdk/pull/3213)
|
5273 | * Remove misleading text about admins logging people out from soft logout
|
5274 | [\#3205](https://github.com/matrix-org/matrix-react-sdk/pull/3205)
|
5275 |
|
5276 | Changes in [1.4.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.4.0) (2019-07-18)
|
5277 | ===================================================================================================
|
5278 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.4.0-rc.3...v1.4.0)
|
5279 |
|
5280 | * Upgrade to JS SDK 2.2.0
|
5281 | * Don't show remove button for original event in edit history
|
5282 | [\#3236](https://github.com/matrix-org/matrix-react-sdk/pull/3236)
|
5283 | * Remove feature flags for reactions and edits
|
5284 | [\#3234](https://github.com/matrix-org/matrix-react-sdk/pull/3234)
|
5285 | * Enable reactions and edits by default
|
5286 | [\#3232](https://github.com/matrix-org/matrix-react-sdk/pull/3232)
|
5287 | * Improve interactive tooltip safe mousing area
|
5288 | [\#3231](https://github.com/matrix-org/matrix-react-sdk/pull/3231)
|
5289 | * Add a previous event safe area around action bar
|
5290 | [\#3230](https://github.com/matrix-org/matrix-react-sdk/pull/3230)
|
5291 |
|
5292 | Changes in [1.4.0-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.4.0-rc.3) (2019-07-15)
|
5293 | =============================================================================================================
|
5294 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.4.0-rc.2...v1.4.0-rc.3)
|
5295 |
|
5296 | * Check content and content.users in power levels
|
5297 | [\#3223](https://github.com/matrix-org/matrix-react-sdk/pull/3223)
|
5298 | * Take adjacent invisible events into account for read receipt, even if any
|
5299 | but first should be ignored.
|
5300 | [\#3222](https://github.com/matrix-org/matrix-react-sdk/pull/3222)
|
5301 |
|
5302 | Changes in [1.4.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.4.0-rc.2) (2019-07-12)
|
5303 | =============================================================================================================
|
5304 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.4.0-rc.1...v1.4.0-rc.2)
|
5305 |
|
5306 | * Upgrade to JS SDK 2.2.0-rc.2 to fix regresion in listing devices
|
5307 | * Remove misleading text about admins logging people out from soft logout
|
5308 | [\#3215](https://github.com/matrix-org/matrix-react-sdk/pull/3215)
|
5309 |
|
5310 | Changes in [1.4.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.4.0-rc.1) (2019-07-12)
|
5311 | =============================================================================================================
|
5312 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.3.1...v1.4.0-rc.1)
|
5313 |
|
5314 | * Update from Weblate
|
5315 | [\#3214](https://github.com/matrix-org/matrix-react-sdk/pull/3214)
|
5316 | * Prevent autocomplete on paste, and verserev-ing text before and after :
|
5317 | [\#3210](https://github.com/matrix-org/matrix-react-sdk/pull/3210)
|
5318 | * Close settings after deactivating
|
5319 | [\#3212](https://github.com/matrix-org/matrix-react-sdk/pull/3212)
|
5320 | * Require an issue URL (or notes) on rageshakes
|
5321 | [\#3207](https://github.com/matrix-org/matrix-react-sdk/pull/3207)
|
5322 | * Use r0 media endpoints for group tests
|
5323 | [\#3202](https://github.com/matrix-org/matrix-react-sdk/pull/3202)
|
5324 | * Fix field styling regression
|
5325 | [\#3204](https://github.com/matrix-org/matrix-react-sdk/pull/3204)
|
5326 | * Upgrade dependencies
|
5327 | [\#3203](https://github.com/matrix-org/matrix-react-sdk/pull/3203)
|
5328 | * Show anything other than ban/invite -> leave as a kick
|
5329 | [\#3198](https://github.com/matrix-org/matrix-react-sdk/pull/3198)
|
5330 | * Run stylelint on all SCSS files
|
5331 | [\#3200](https://github.com/matrix-org/matrix-react-sdk/pull/3200)
|
5332 | * Show original event in edit history
|
5333 | [\#3195](https://github.com/matrix-org/matrix-react-sdk/pull/3195)
|
5334 | * Use the state variable for the password when deactivating
|
5335 | [\#3201](https://github.com/matrix-org/matrix-react-sdk/pull/3201)
|
5336 | * Support SSO for rehydrating a soft-logged-out session.
|
5337 | [\#3197](https://github.com/matrix-org/matrix-react-sdk/pull/3197)
|
5338 | * Change highlight colour on dark theme
|
5339 | [\#3196](https://github.com/matrix-org/matrix-react-sdk/pull/3196)
|
5340 | * Dress up the soft logout page to look like the design
|
5341 | [\#3190](https://github.com/matrix-org/matrix-react-sdk/pull/3190)
|
5342 | * Overwrite the old session if the new creds are for a different user
|
5343 | [\#3189](https://github.com/matrix-org/matrix-react-sdk/pull/3189)
|
5344 | * Fix React crash when using a non-default homeserver on soft logout
|
5345 | [\#3188](https://github.com/matrix-org/matrix-react-sdk/pull/3188)
|
5346 | * Change soft logout rehydrate text if there's pending key backups
|
5347 | [\#3187](https://github.com/matrix-org/matrix-react-sdk/pull/3187)
|
5348 | * Ask for the user's password to rehydrate their soft logged out session
|
5349 | [\#3182](https://github.com/matrix-org/matrix-react-sdk/pull/3182)
|
5350 | * Don't try to call bodyToHtml with an empty content
|
5351 | [\#3194](https://github.com/matrix-org/matrix-react-sdk/pull/3194)
|
5352 | * Take server-side aggregation into account for timestamp on (edited) tooltip
|
5353 | [\#3193](https://github.com/matrix-org/matrix-react-sdk/pull/3193)
|
5354 | * Fix some React errors
|
5355 | [\#3164](https://github.com/matrix-org/matrix-react-sdk/pull/3164)
|
5356 | * Preserve reply fallback on edit
|
5357 | [\#3192](https://github.com/matrix-org/matrix-react-sdk/pull/3192)
|
5358 | * Don't show Remove button in ImageView if can't redact, delint ImageView
|
5359 | [\#3191](https://github.com/matrix-org/matrix-react-sdk/pull/3191)
|
5360 | * Edit history actions
|
5361 | [\#3180](https://github.com/matrix-org/matrix-react-sdk/pull/3180)
|
5362 | * Don't allow editing via up-arrow when Replying
|
5363 | [\#3183](https://github.com/matrix-org/matrix-react-sdk/pull/3183)
|
5364 | * If oldContent matches newContent, skip sending the edit
|
5365 | [\#3103](https://github.com/matrix-org/matrix-react-sdk/pull/3103)
|
5366 | * Track live events in timeline and use for read receipts and read markers
|
5367 | [\#3184](https://github.com/matrix-org/matrix-react-sdk/pull/3184)
|
5368 | * Upgrade dependencies
|
5369 | [\#3179](https://github.com/matrix-org/matrix-react-sdk/pull/3179)
|
5370 | * Allow diplayed reaction values to contain anything
|
5371 | [\#3186](https://github.com/matrix-org/matrix-react-sdk/pull/3186)
|
5372 | * Fix interactive tooltip null target error
|
5373 | [\#3185](https://github.com/matrix-org/matrix-react-sdk/pull/3185)
|
5374 | * Require that users go to the soft logout page if they're soft logged out
|
5375 | [\#3181](https://github.com/matrix-org/matrix-react-sdk/pull/3181)
|
5376 | * Emojibase data includes blank variations, accept these when searching
|
5377 | [\#3163](https://github.com/matrix-org/matrix-react-sdk/pull/3163)
|
5378 | * Implement basic soft logout handling
|
5379 | [\#3177](https://github.com/matrix-org/matrix-react-sdk/pull/3177)
|
5380 | * De-lint ScalarAuthClient
|
5381 | [\#3178](https://github.com/matrix-org/matrix-react-sdk/pull/3178)
|
5382 | * show /relations error in edit history dialog
|
5383 | [\#3174](https://github.com/matrix-org/matrix-react-sdk/pull/3174)
|
5384 |
|
5385 | Changes in [1.3.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.3.1) (2019-07-11)
|
5386 | ===================================================================================================
|
5387 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.3.0...v1.3.1)
|
5388 |
|
5389 | * Fix account deactivation
|
5390 | [\#3201](https://github.com/matrix-org/matrix-react-sdk/pull/3201)
|
5391 | * Upgrade lodash dependencies
|
5392 | * Upgrade to JS SDK 2.1.1
|
5393 |
|
5394 | Changes in [1.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.3.0) (2019-07-08)
|
5395 | ===================================================================================================
|
5396 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.3.0-rc.1...v1.3.0)
|
5397 |
|
5398 | No changes since rc.1
|
5399 |
|
5400 | Changes in [1.3.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.3.0-rc.1) (2019-07-03)
|
5401 | =============================================================================================================
|
5402 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.2...v1.3.0-rc.1)
|
5403 |
|
5404 | * MELS handle m.room.third_party_invite
|
5405 | [\#3173](https://github.com/matrix-org/matrix-react-sdk/pull/3173)
|
5406 | * Fix logic around MemberList invites section, specifically regarding 3pid
|
5407 | [\#3172](https://github.com/matrix-org/matrix-react-sdk/pull/3172)
|
5408 | * Update from Weblate
|
5409 | [\#3176](https://github.com/matrix-org/matrix-react-sdk/pull/3176)
|
5410 | * Track the user's own typing state external to the composer
|
5411 | [\#3150](https://github.com/matrix-org/matrix-react-sdk/pull/3150)
|
5412 | * Handle associated event send failures
|
5413 | [\#3170](https://github.com/matrix-org/matrix-react-sdk/pull/3170)
|
5414 | * Improve interactive tooltip hover behaviour
|
5415 | [\#3169](https://github.com/matrix-org/matrix-react-sdk/pull/3169)
|
5416 | * Fix login type selector border
|
5417 | [\#3171](https://github.com/matrix-org/matrix-react-sdk/pull/3171)
|
5418 | * Use the event sender instead of event ID for viaServers off a tombstone
|
5419 | [\#3159](https://github.com/matrix-org/matrix-react-sdk/pull/3159)
|
5420 | * Append keyshare request dialogs instead of replacing the current dialog
|
5421 | [\#3160](https://github.com/matrix-org/matrix-react-sdk/pull/3160)
|
5422 | * Add AccessibleTooltipButton and use it for RoomSubList buttons
|
5423 | [\#3165](https://github.com/matrix-org/matrix-react-sdk/pull/3165)
|
5424 | * MemberInfo wrap Device Name/ID
|
5425 | [\#3166](https://github.com/matrix-org/matrix-react-sdk/pull/3166)
|
5426 | * Correctly populate the dispatch for joining a room via servers
|
5427 | [\#3161](https://github.com/matrix-org/matrix-react-sdk/pull/3161)
|
5428 | * Clean up legacy breadcrumbs persistence fallback
|
5429 | [\#3162](https://github.com/matrix-org/matrix-react-sdk/pull/3162)
|
5430 | * Update from Weblate
|
5431 | [\#3168](https://github.com/matrix-org/matrix-react-sdk/pull/3168)
|
5432 | * Add ability to render null-rejoins in Timeline and MELS
|
5433 | [\#3135](https://github.com/matrix-org/matrix-react-sdk/pull/3135)
|
5434 | * Add /myavatar command
|
5435 | [\#3155](https://github.com/matrix-org/matrix-react-sdk/pull/3155)
|
5436 | * Update config.json docs location
|
5437 | [\#3158](https://github.com/matrix-org/matrix-react-sdk/pull/3158)
|
5438 | * If on trackpad, don't mess with horizontal scrolling.
|
5439 | [\#3148](https://github.com/matrix-org/matrix-react-sdk/pull/3148)
|
5440 | * Limit reactions row on initial display
|
5441 | [\#3152](https://github.com/matrix-org/matrix-react-sdk/pull/3152)
|
5442 | * Unpin highlight.js
|
5443 | [\#3156](https://github.com/matrix-org/matrix-react-sdk/pull/3156)
|
5444 | * Flexboxify generic error page
|
5445 | [\#3154](https://github.com/matrix-org/matrix-react-sdk/pull/3154)
|
5446 | * Fix weird scrollbar when devtools is in a narrow browser
|
5447 | [\#3153](https://github.com/matrix-org/matrix-react-sdk/pull/3153)
|
5448 | * Show a loading state for slow peeks
|
5449 | [\#3142](https://github.com/matrix-org/matrix-react-sdk/pull/3142)
|
5450 | * Don't show error dialog when user has no webcam
|
5451 | [\#3146](https://github.com/matrix-org/matrix-react-sdk/pull/3146)
|
5452 | * Make edit history work in encrypted rooms.
|
5453 | [\#3151](https://github.com/matrix-org/matrix-react-sdk/pull/3151)
|
5454 | * Change interactive tooltip to only flip when required
|
5455 | [\#3147](https://github.com/matrix-org/matrix-react-sdk/pull/3147)
|
5456 | * Edit history dialog
|
5457 | [\#3144](https://github.com/matrix-org/matrix-react-sdk/pull/3144)
|
5458 | * Fix the scrollbar in the community bar
|
5459 | [\#3143](https://github.com/matrix-org/matrix-react-sdk/pull/3143)
|
5460 | * Add focus border to edit composer
|
5461 | [\#3145](https://github.com/matrix-org/matrix-react-sdk/pull/3145)
|
5462 | * Supply oobData to RoomPreviewBar
|
5463 | [\#3141](https://github.com/matrix-org/matrix-react-sdk/pull/3141)
|
5464 | * Don't boost trackpad users in breadcrumbs
|
5465 | [\#3140](https://github.com/matrix-org/matrix-react-sdk/pull/3140)
|
5466 | * Fix room upgrade warning being chopped off and a spelling mistake
|
5467 | [\#3139](https://github.com/matrix-org/matrix-react-sdk/pull/3139)
|
5468 | * Add quick reaction buttons in tooltip
|
5469 | [\#3138](https://github.com/matrix-org/matrix-react-sdk/pull/3138)
|
5470 | * When joining from room directory, use auto_join
|
5471 | [\#3136](https://github.com/matrix-org/matrix-react-sdk/pull/3136)
|
5472 | * Improve API and interactivity of new tooltip
|
5473 | [\#3137](https://github.com/matrix-org/matrix-react-sdk/pull/3137)
|
5474 | * Use feature flag for displaying edits as well
|
5475 | [\#3132](https://github.com/matrix-org/matrix-react-sdk/pull/3132)
|
5476 | * Add interactive tooltip style
|
5477 | [\#3131](https://github.com/matrix-org/matrix-react-sdk/pull/3131)
|
5478 | * Remove redundant extra chevrons from ContextualMenu
|
5479 | [\#3129](https://github.com/matrix-org/matrix-react-sdk/pull/3129)
|
5480 | * Editor caret improvements
|
5481 | [\#3126](https://github.com/matrix-org/matrix-react-sdk/pull/3126)
|
5482 | * Disable left/right arrow navigating completions for now
|
5483 | [\#3130](https://github.com/matrix-org/matrix-react-sdk/pull/3130)
|
5484 | * Take list nesting into account for indenting
|
5485 | [\#3128](https://github.com/matrix-org/matrix-react-sdk/pull/3128)
|
5486 | * Add file size to UploadConfirmDialog
|
5487 | [\#3127](https://github.com/matrix-org/matrix-react-sdk/pull/3127)
|
5488 | * Consider cancelled verifications when mounting IncomingSasDialog
|
5489 | [\#3123](https://github.com/matrix-org/matrix-react-sdk/pull/3123)
|
5490 | * Make the verification cancelled dialog say OK instead of Cancel
|
5491 | [\#3124](https://github.com/matrix-org/matrix-react-sdk/pull/3124)
|
5492 | * Update from Weblate
|
5493 | [\#3125](https://github.com/matrix-org/matrix-react-sdk/pull/3125)
|
5494 | * Remove unused ContextualMenu features
|
5495 | [\#3122](https://github.com/matrix-org/matrix-react-sdk/pull/3122)
|
5496 | * Fix casing of TooltipButton
|
5497 | [\#3119](https://github.com/matrix-org/matrix-react-sdk/pull/3119)
|
5498 | * De-duplicate notif badge code
|
5499 | [\#3120](https://github.com/matrix-org/matrix-react-sdk/pull/3120)
|
5500 | * Fix favicon/title badge count
|
5501 | [\#3121](https://github.com/matrix-org/matrix-react-sdk/pull/3121)
|
5502 | * Switch ugly password boxes to Field or styled input
|
5503 | [\#3071](https://github.com/matrix-org/matrix-react-sdk/pull/3071)
|
5504 | * Restore warning for if you're already logged in
|
5505 | [\#3118](https://github.com/matrix-org/matrix-react-sdk/pull/3118)
|
5506 | * Provide default name if device label is missing
|
5507 | [\#3113](https://github.com/matrix-org/matrix-react-sdk/pull/3113)
|
5508 | * Support @room pills while editing
|
5509 | [\#3108](https://github.com/matrix-org/matrix-react-sdk/pull/3108)
|
5510 |
|
5511 | Changes in [1.2.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.2) (2019-06-19)
|
5512 | ===================================================================================================
|
5513 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.2-rc.2...v1.2.2)
|
5514 |
|
5515 | No changes since rc.2
|
5516 |
|
5517 | Changes in [1.2.2-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.2-rc.2) (2019-06-18)
|
5518 | =============================================================================================================
|
5519 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.2-rc.1...v1.2.2-rc.2)
|
5520 |
|
5521 | * Defer scalar API calls until they are needed
|
5522 | [\#3115](https://github.com/matrix-org/matrix-react-sdk/pull/3115)
|
5523 | * Blend pending redactions
|
5524 | [\#3117](https://github.com/matrix-org/matrix-react-sdk/pull/3117)
|
5525 | * Keep old arrow-up behaviour when editing is not enabled
|
5526 | [\#3116](https://github.com/matrix-org/matrix-react-sdk/pull/3116)
|
5527 | * Restore Composer History under shift-up & down
|
5528 | [\#3098](https://github.com/matrix-org/matrix-react-sdk/pull/3098)
|
5529 | * Allow changing server if validation has failed
|
5530 | [\#3114](https://github.com/matrix-org/matrix-react-sdk/pull/3114)
|
5531 | * Add Upload All button to UploadConfirmDialog
|
5532 | [\#3109](https://github.com/matrix-org/matrix-react-sdk/pull/3109)
|
5533 | * Re-enable register button
|
5534 | [\#3112](https://github.com/matrix-org/matrix-react-sdk/pull/3112)
|
5535 | * keep mx_Field stretching
|
5536 | [\#3111](https://github.com/matrix-org/matrix-react-sdk/pull/3111)
|
5537 | * Fix double-spinner
|
5538 | [\#3107](https://github.com/matrix-org/matrix-react-sdk/pull/3107)
|
5539 | * Fix display of canonicalAlias in group room info
|
5540 | [\#3110](https://github.com/matrix-org/matrix-react-sdk/pull/3110)
|
5541 | * Fix welcome user
|
5542 | [\#3106](https://github.com/matrix-org/matrix-react-sdk/pull/3106)
|
5543 | * Support editing emote messages
|
5544 | [\#3105](https://github.com/matrix-org/matrix-react-sdk/pull/3105)
|
5545 | * Use flex: 1 for mx_Field to replace all the calc(100% - 20px) and more
|
5546 | [\#3104](https://github.com/matrix-org/matrix-react-sdk/pull/3104)
|
5547 | * Use overflow on MemberInfo name/mxid so that the back button stays
|
5548 | [\#3099](https://github.com/matrix-org/matrix-react-sdk/pull/3099)
|
5549 | * Allow changing servers on nonfatal errors
|
5550 | [\#3102](https://github.com/matrix-org/matrix-react-sdk/pull/3102)
|
5551 | * Simplify email registration
|
5552 | [\#3101](https://github.com/matrix-org/matrix-react-sdk/pull/3101)
|
5553 | * Allow arrow keys navigation in autocomplete list
|
5554 | [\#2966](https://github.com/matrix-org/matrix-react-sdk/pull/2966)
|
5555 | * Edit unsent messages
|
5556 | [\#3097](https://github.com/matrix-org/matrix-react-sdk/pull/3097)
|
5557 | * Fix registration with email + non-default HS
|
5558 | [\#3096](https://github.com/matrix-org/matrix-react-sdk/pull/3096)
|
5559 | * Raise action bar above read marker
|
5560 | [\#3095](https://github.com/matrix-org/matrix-react-sdk/pull/3095)
|
5561 | * Console log more helpfully
|
5562 | [\#3094](https://github.com/matrix-org/matrix-react-sdk/pull/3094)
|
5563 |
|
5564 | Changes in [1.2.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.2-rc.1) (2019-06-12)
|
5565 | =============================================================================================================
|
5566 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.1...v1.2.2-rc.1)
|
5567 |
|
5568 | * Align message context menu to right and vertically where space available
|
5569 | [\#3087](https://github.com/matrix-org/matrix-react-sdk/pull/3087)
|
5570 | * Allow registration to submit for non-fatal errors
|
5571 | [\#3093](https://github.com/matrix-org/matrix-react-sdk/pull/3093)
|
5572 | * Clear the login busy state after .well-known discovery
|
5573 | [\#3092](https://github.com/matrix-org/matrix-react-sdk/pull/3092)
|
5574 | * Update from Weblate
|
5575 | [\#3091](https://github.com/matrix-org/matrix-react-sdk/pull/3091)
|
5576 | * Fix registration after fail-fast
|
5577 | [\#3090](https://github.com/matrix-org/matrix-react-sdk/pull/3090)
|
5578 | * Use setBusy interface of js-sdk interactive auth
|
5579 | [\#3085](https://github.com/matrix-org/matrix-react-sdk/pull/3085)
|
5580 | * Don't handle identity server failure as fatal, and use the right message
|
5581 | [\#3088](https://github.com/matrix-org/matrix-react-sdk/pull/3088)
|
5582 | * Recheck message actions on decrypt
|
5583 | [\#3084](https://github.com/matrix-org/matrix-react-sdk/pull/3084)
|
5584 | * Fix exception on logout
|
5585 | [\#3086](https://github.com/matrix-org/matrix-react-sdk/pull/3086)
|
5586 | * Remember we were trying to accept an invite
|
5587 | [\#3083](https://github.com/matrix-org/matrix-react-sdk/pull/3083)
|
5588 | * Add funding details for GitHub sponsor button
|
5589 | [\#3079](https://github.com/matrix-org/matrix-react-sdk/pull/3079)
|
5590 | * Remove highlight from reactions
|
5591 | [\#3081](https://github.com/matrix-org/matrix-react-sdk/pull/3081)
|
5592 | * Clarify that only lowercase letters are allowed
|
5593 | [\#3080](https://github.com/matrix-org/matrix-react-sdk/pull/3080)
|
5594 | * Don't handle identity server liveliness errors as fatal
|
5595 | [\#3082](https://github.com/matrix-org/matrix-react-sdk/pull/3082)
|
5596 | * truncate long display names in timeline headings
|
5597 | [\#3078](https://github.com/matrix-org/matrix-react-sdk/pull/3078)
|
5598 | * Fail more softly on homeserver liveliness errors
|
5599 | [\#3067](https://github.com/matrix-org/matrix-react-sdk/pull/3067)
|
5600 | * Fix AddressPickerDialog adding wrong entry to selected list case
|
5601 | [\#3076](https://github.com/matrix-org/matrix-react-sdk/pull/3076)
|
5602 | * change profile keybind to backtick from i due to italics conflict
|
5603 | [\#3077](https://github.com/matrix-org/matrix-react-sdk/pull/3077)
|
5604 | * Look busy whilst requesting the email token
|
5605 | [\#3075](https://github.com/matrix-org/matrix-react-sdk/pull/3075)
|
5606 | * Fix email invites address-match checking
|
5607 | [\#3074](https://github.com/matrix-org/matrix-react-sdk/pull/3074)
|
5608 | * Add license info for Twemoji
|
5609 | [\#3073](https://github.com/matrix-org/matrix-react-sdk/pull/3073)
|
5610 | * Show read receipts on top of message
|
5611 | [\#3072](https://github.com/matrix-org/matrix-react-sdk/pull/3072)
|
5612 | * Be somewhat fuzzier when matching emojis to complete on space
|
5613 | [\#3070](https://github.com/matrix-org/matrix-react-sdk/pull/3070)
|
5614 | * Restrict reactions to a single emoji
|
5615 | [\#3069](https://github.com/matrix-org/matrix-react-sdk/pull/3069)
|
5616 | * Fix live updates to reaction row buttons
|
5617 | [\#3068](https://github.com/matrix-org/matrix-react-sdk/pull/3068)
|
5618 | * Don't refresh custom status on logout
|
5619 | [\#3065](https://github.com/matrix-org/matrix-react-sdk/pull/3065)
|
5620 | * Add a logged in class to EmbeddedPage and react to MatrixClient changes
|
5621 | [\#3066](https://github.com/matrix-org/matrix-react-sdk/pull/3066)
|
5622 | * Don't show "can't redact" dialog on network error, with redaction having
|
5623 | local echo & queuing now.
|
5624 | [\#3058](https://github.com/matrix-org/matrix-react-sdk/pull/3058)
|
5625 | * Fix login page breaking on wrong password
|
5626 | [\#3062](https://github.com/matrix-org/matrix-react-sdk/pull/3062)
|
5627 | * Update from Weblate
|
5628 | [\#3064](https://github.com/matrix-org/matrix-react-sdk/pull/3064)
|
5629 | * Install latest JS SDK when linting
|
5630 | [\#3063](https://github.com/matrix-org/matrix-react-sdk/pull/3063)
|
5631 | * Ensure we always show read receipts even with hidden events
|
5632 | [\#3056](https://github.com/matrix-org/matrix-react-sdk/pull/3056)
|
5633 | * Advance read receipts into trailing events without tiles
|
5634 | [\#3059](https://github.com/matrix-org/matrix-react-sdk/pull/3059)
|
5635 | * Remove unused errorText prop
|
5636 | [\#3061](https://github.com/matrix-org/matrix-react-sdk/pull/3061)
|
5637 | * Remove SettingsStore reference in RoomSettingsDialog
|
5638 | [\#3060](https://github.com/matrix-org/matrix-react-sdk/pull/3060)
|
5639 | * Custom notification sounds for rooms
|
5640 | [\#2928](https://github.com/matrix-org/matrix-react-sdk/pull/2928)
|
5641 | * Fix comments in unread room tracking
|
5642 | [\#3054](https://github.com/matrix-org/matrix-react-sdk/pull/3054)
|
5643 | * Allow source tile handler for replacements
|
5644 | [\#3057](https://github.com/matrix-org/matrix-react-sdk/pull/3057)
|
5645 | * Fix linting in MessagePanel
|
5646 | [\#3055](https://github.com/matrix-org/matrix-react-sdk/pull/3055)
|
5647 | * Convert breadcrumbs from labs to real setting
|
5648 | [\#3053](https://github.com/matrix-org/matrix-react-sdk/pull/3053)
|
5649 | * Add local echo on badges in breadcrumbs
|
5650 | [\#3052](https://github.com/matrix-org/matrix-react-sdk/pull/3052)
|
5651 | * Counteract smooth scrolling on breadcrumbs
|
5652 | [\#3051](https://github.com/matrix-org/matrix-react-sdk/pull/3051)
|
5653 | * add sbix fallback twemoji font (and bump to emoji 12)
|
5654 | [\#3050](https://github.com/matrix-org/matrix-react-sdk/pull/3050)
|
5655 | * Add option to change the default country code
|
5656 | [\#3049](https://github.com/matrix-org/matrix-react-sdk/pull/3049)
|
5657 | * Accept JSX into the GenericErrorPage and expose local session vars
|
5658 | [\#3043](https://github.com/matrix-org/matrix-react-sdk/pull/3043)
|
5659 | * Don't try and low encryption info when signing out in low bandwidth mode
|
5660 | [\#3048](https://github.com/matrix-org/matrix-react-sdk/pull/3048)
|
5661 | * only capture enter if something was selected in completions
|
5662 | [\#3047](https://github.com/matrix-org/matrix-react-sdk/pull/3047)
|
5663 | * Fix: better HTML > MD conversion for editing, including lists and quotes
|
5664 | [\#3040](https://github.com/matrix-org/matrix-react-sdk/pull/3040)
|
5665 | * Native emoji require extra line-height
|
5666 | [\#3044](https://github.com/matrix-org/matrix-react-sdk/pull/3044)
|
5667 | * port over low_bandwidth mode to develop
|
5668 | [\#2598](https://github.com/matrix-org/matrix-react-sdk/pull/2598)
|
5669 | * Fix: maintain caret at current line when position is on newline part
|
5670 | [\#3029](https://github.com/matrix-org/matrix-react-sdk/pull/3029)
|
5671 | * Remove username on HS input label
|
5672 | [\#3042](https://github.com/matrix-org/matrix-react-sdk/pull/3042)
|
5673 | * Exclude chrome in ua from safari version check for colr support
|
5674 | [\#3038](https://github.com/matrix-org/matrix-react-sdk/pull/3038)
|
5675 | * fix COLR font check being racy
|
5676 | [\#3034](https://github.com/matrix-org/matrix-react-sdk/pull/3034)
|
5677 | * Override font for usercontent download link
|
5678 | [\#3035](https://github.com/matrix-org/matrix-react-sdk/pull/3035)
|
5679 | * Revert "Make the timeline less noisy for screen readers (mk II) #3019"
|
5680 | [\#3033](https://github.com/matrix-org/matrix-react-sdk/pull/3033)
|
5681 | * Hide autocomplete on Enter key press instead of sending message
|
5682 | [\#2968](https://github.com/matrix-org/matrix-react-sdk/pull/2968)
|
5683 | * Message editing: arrow key (up/down) navigation between editable events
|
5684 | [\#3025](https://github.com/matrix-org/matrix-react-sdk/pull/3025)
|
5685 | * Message editing: fix reply text appearing in edit
|
5686 | [\#3032](https://github.com/matrix-org/matrix-react-sdk/pull/3032)
|
5687 | * Do not try to request thumbnails with non-integer widths
|
5688 | [\#3031](https://github.com/matrix-org/matrix-react-sdk/pull/3031)
|
5689 | * Message editing: preserve strikethrough as well
|
5690 | [\#3030](https://github.com/matrix-org/matrix-react-sdk/pull/3030)
|
5691 | * Add some logging for COLR checks
|
5692 | [\#3027](https://github.com/matrix-org/matrix-react-sdk/pull/3027)
|
5693 | * Fixup for tab completion: take part length into account as well
|
5694 | [\#3026](https://github.com/matrix-org/matrix-react-sdk/pull/3026)
|
5695 | * Message editing: tab completion
|
5696 | [\#3024](https://github.com/matrix-org/matrix-react-sdk/pull/3024)
|
5697 | * Message editing: dont jump to next part when inserting at *start* of
|
5698 | uneditable part
|
5699 | [\#3021](https://github.com/matrix-org/matrix-react-sdk/pull/3021)
|
5700 | * Message editing: preserve and re-apply formatting
|
5701 | [\#3013](https://github.com/matrix-org/matrix-react-sdk/pull/3013)
|
5702 | * Fix relationship between guests, .well-known, and auth
|
5703 | [\#3001](https://github.com/matrix-org/matrix-react-sdk/pull/3001)
|
5704 | * Restore use of full mxid login
|
5705 | [\#2972](https://github.com/matrix-org/matrix-react-sdk/pull/2972)
|
5706 | * Only expose the fallback_hs_url if the homeserver is the default homeserver
|
5707 | [\#2971](https://github.com/matrix-org/matrix-react-sdk/pull/2971)
|
5708 | * Refactor "Next" button into ServerConfig components
|
5709 | [\#2964](https://github.com/matrix-org/matrix-react-sdk/pull/2964)
|
5710 | * Render underlines and tooltips on custom server names in auth pages
|
5711 | [\#2965](https://github.com/matrix-org/matrix-react-sdk/pull/2965)
|
5712 | * Use validated server config for login, registration, and password reset
|
5713 | [\#2941](https://github.com/matrix-org/matrix-react-sdk/pull/2941)
|
5714 |
|
5715 | Changes in [1.2.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.1) (2019-05-31)
|
5716 | ===================================================================================================
|
5717 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.0...v1.2.1)
|
5718 |
|
5719 | * Upgrade to JS SDK 2.0.0 which fixes an error during key backup
|
5720 | * Native emoji require extra line-height for release
|
5721 | [\#3045](https://github.com/matrix-org/matrix-react-sdk/pull/3045)
|
5722 |
|
5723 | Changes in [1.2.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.0) (2019-05-29)
|
5724 | ===================================================================================================
|
5725 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.0-rc.1...v1.2.0)
|
5726 |
|
5727 | * COLR font check fixes for release
|
5728 | [\#3041](https://github.com/matrix-org/matrix-react-sdk/pull/3041)
|
5729 | * Revert "Make the timeline less noisy for screen readers (mk II) #3019" for
|
5730 | release
|
5731 | [\#3036](https://github.com/matrix-org/matrix-react-sdk/pull/3036)
|
5732 | * Override font for usercontent download link for release
|
5733 | [\#3037](https://github.com/matrix-org/matrix-react-sdk/pull/3037)
|
5734 |
|
5735 | Changes in [1.2.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.0-rc.1) (2019-05-23)
|
5736 | =============================================================================================================
|
5737 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.2...v1.2.0-rc.1)
|
5738 |
|
5739 | * Update from Weblate
|
5740 | [\#3023](https://github.com/matrix-org/matrix-react-sdk/pull/3023)
|
5741 | * Use the correct line-height for bold emoji
|
5742 | [\#3022](https://github.com/matrix-org/matrix-react-sdk/pull/3022)
|
5743 | * Make the timeline less noisy for screen readers (mk II)
|
5744 | [\#3019](https://github.com/matrix-org/matrix-react-sdk/pull/3019)
|
5745 | * Label message edit field as such for screen readers
|
5746 | [\#3020](https://github.com/matrix-org/matrix-react-sdk/pull/3020)
|
5747 | * Move checkmark to the front of key backup message
|
5748 | [\#3014](https://github.com/matrix-org/matrix-react-sdk/pull/3014)
|
5749 | * Revert "Make the timeline less noisy for screen readers"
|
5750 | [\#3017](https://github.com/matrix-org/matrix-react-sdk/pull/3017)
|
5751 | * Translate scroll movement if the deltaX is the same as the threshold
|
5752 | [\#3016](https://github.com/matrix-org/matrix-react-sdk/pull/3016)
|
5753 | * Make the timeline less noisy for screen readers
|
5754 | [\#3007](https://github.com/matrix-org/matrix-react-sdk/pull/3007)
|
5755 | * Windows emoji tweaks
|
5756 | [\#3015](https://github.com/matrix-org/matrix-react-sdk/pull/3015)
|
5757 | * Message editing: update link previews after editing
|
5758 | [\#3004](https://github.com/matrix-org/matrix-react-sdk/pull/3004)
|
5759 | * js-sdk interactive auth now sends email token
|
5760 | [\#3010](https://github.com/matrix-org/matrix-react-sdk/pull/3010)
|
5761 | * remove SBIX font and fallback to native emoji
|
5762 | [\#3011](https://github.com/matrix-org/matrix-react-sdk/pull/3011)
|
5763 | * Update from Weblate
|
5764 | [\#3012](https://github.com/matrix-org/matrix-react-sdk/pull/3012)
|
5765 | * load twemoji dynamically as colr or sbix; fix monospace
|
5766 | [\#3008](https://github.com/matrix-org/matrix-react-sdk/pull/3008)
|
5767 | * Guard against null rooms in `onEventDecrypted`
|
5768 | [\#3009](https://github.com/matrix-org/matrix-react-sdk/pull/3009)
|
5769 | * Only show reactions in main message timeline
|
5770 | [\#3005](https://github.com/matrix-org/matrix-react-sdk/pull/3005)
|
5771 | * Add voice labels for quick add room buttons
|
5772 | [\#3006](https://github.com/matrix-org/matrix-react-sdk/pull/3006)
|
5773 | * Update TopLeftMenu for accessibility: Keyboard shortcut, reduced screen
|
5774 | reader noise
|
5775 | [\#2994](https://github.com/matrix-org/matrix-react-sdk/pull/2994)
|
5776 | * Remove reacted with text when shortcode missing
|
5777 | [\#3003](https://github.com/matrix-org/matrix-react-sdk/pull/3003)
|
5778 | * Fixup: also change editor margin when last event and buttons are not
|
5779 | overlaying
|
5780 | [\#3002](https://github.com/matrix-org/matrix-react-sdk/pull/3002)
|
5781 | * Message editing: render avatars for pills in the editor
|
5782 | [\#2997](https://github.com/matrix-org/matrix-react-sdk/pull/2997)
|
5783 | * Replace emojione with twemoji + emojibase
|
5784 | [\#2995](https://github.com/matrix-org/matrix-react-sdk/pull/2995)
|
5785 | * Hide WhoIsTyping component if the MessagePanel is shaped e.g file grid
|
5786 | [\#3000](https://github.com/matrix-org/matrix-react-sdk/pull/3000)
|
5787 | * Close copy tooltip in edge cases correctly
|
5788 | [\#2999](https://github.com/matrix-org/matrix-react-sdk/pull/2999)
|
5789 | * Limit reaction sender tooltip to 6 people
|
5790 | [\#2998](https://github.com/matrix-org/matrix-react-sdk/pull/2998)
|
5791 | * Message editing: apply design
|
5792 | [\#2996](https://github.com/matrix-org/matrix-react-sdk/pull/2996)
|
5793 | * Add debug feature to show hidden events in timeline
|
5794 | [\#2993](https://github.com/matrix-org/matrix-react-sdk/pull/2993)
|
5795 | * Mute screen readers over reactions
|
5796 | [\#2986](https://github.com/matrix-org/matrix-react-sdk/pull/2986)
|
5797 | * Fix not being able to edit already edited messages
|
5798 | [\#2992](https://github.com/matrix-org/matrix-react-sdk/pull/2992)
|
5799 | * Add a basic tooltip showing who reacted
|
5800 | [\#2991](https://github.com/matrix-org/matrix-react-sdk/pull/2991)
|
5801 | * Message editing: show (edited) marker on edited messages, with tooltip
|
5802 | [\#2990](https://github.com/matrix-org/matrix-react-sdk/pull/2990)
|
5803 | * Update from Weblate
|
5804 | [\#2989](https://github.com/matrix-org/matrix-react-sdk/pull/2989)
|
5805 | * Message editing: only allow editing of text messages
|
5806 | [\#2988](https://github.com/matrix-org/matrix-react-sdk/pull/2988)
|
5807 | * Message editing: shift+enter for newline, enter to send
|
5808 | [\#2987](https://github.com/matrix-org/matrix-react-sdk/pull/2987)
|
5809 | * Apply Flex voodoo for devtools send event dialog
|
5810 | [\#2985](https://github.com/matrix-org/matrix-react-sdk/pull/2985)
|
5811 | * Fix some source strings noticed as incorrect by translators
|
5812 | [\#2984](https://github.com/matrix-org/matrix-react-sdk/pull/2984)
|
5813 | * Message editing: fix some bugs in cursor behaviour
|
5814 | [\#2983](https://github.com/matrix-org/matrix-react-sdk/pull/2983)
|
5815 | * Message editing: local echo & back-pagination
|
5816 | [\#2982](https://github.com/matrix-org/matrix-react-sdk/pull/2982)
|
5817 | * Listen for removed relations
|
5818 | [\#2981](https://github.com/matrix-org/matrix-react-sdk/pull/2981)
|
5819 | * Update from Weblate
|
5820 | [\#2980](https://github.com/matrix-org/matrix-react-sdk/pull/2980)
|
5821 | * Use `getRelation` helper
|
5822 | [\#2977](https://github.com/matrix-org/matrix-react-sdk/pull/2977)
|
5823 | * Add tooltips to rotate and close buttons in ImageView (#9686)
|
5824 | [\#2979](https://github.com/matrix-org/matrix-react-sdk/pull/2979)
|
5825 | * Message editing: smaller fixes
|
5826 | [\#2978](https://github.com/matrix-org/matrix-react-sdk/pull/2978)
|
5827 | * Message editing: adjust to js-sdk changes of marking original event as
|
5828 | replaced
|
5829 | [\#2973](https://github.com/matrix-org/matrix-react-sdk/pull/2973)
|
5830 | * Fix Single Sign-on
|
5831 | [\#2974](https://github.com/matrix-org/matrix-react-sdk/pull/2974)
|
5832 | * Initial support for editing messages
|
5833 | [\#2952](https://github.com/matrix-org/matrix-react-sdk/pull/2952)
|
5834 | * Check permission to invite before showing invite buttons/disable them
|
5835 | [\#2957](https://github.com/matrix-org/matrix-react-sdk/pull/2957)
|
5836 | * Support a backup room ID in PermalinkCreator
|
5837 | [\#2963](https://github.com/matrix-org/matrix-react-sdk/pull/2963)
|
5838 | * Always thumbnail for GIFs
|
5839 | [\#2962](https://github.com/matrix-org/matrix-react-sdk/pull/2962)
|
5840 | * Fix registration with email
|
5841 | [\#2967](https://github.com/matrix-org/matrix-react-sdk/pull/2967)
|
5842 | * Add configuration flag to disable minimum password requirements
|
5843 | [\#2947](https://github.com/matrix-org/matrix-react-sdk/pull/2947)
|
5844 | * Send and undo reaction events
|
5845 | [\#2954](https://github.com/matrix-org/matrix-react-sdk/pull/2954)
|
5846 | * Fix bug where email was not required where it shouldn't have been
|
5847 | [\#2961](https://github.com/matrix-org/matrix-react-sdk/pull/2961)
|
5848 | * add /rainbow and /rainbowme Slash Commands
|
5849 | [\#2958](https://github.com/matrix-org/matrix-react-sdk/pull/2958)
|
5850 | * Fix invite via MemberInfo
|
5851 | [\#2956](https://github.com/matrix-org/matrix-react-sdk/pull/2956)
|
5852 | * Close Room Settings upon Leave Room
|
5853 | [\#2955](https://github.com/matrix-org/matrix-react-sdk/pull/2955)
|
5854 | * Command to change avatar for a single room, including upload of mxc res
|
5855 | [\#2953](https://github.com/matrix-org/matrix-react-sdk/pull/2953)
|
5856 | * Add View Servers in Room to Devtools
|
5857 | [\#2804](https://github.com/matrix-org/matrix-react-sdk/pull/2804)
|
5858 | * Update 'Rooms' import RoomView.js file
|
5859 | [\#2951](https://github.com/matrix-org/matrix-react-sdk/pull/2951)
|
5860 | * Extract `ReactionDimension` out of `MessageActionBar`
|
5861 | [\#2950](https://github.com/matrix-org/matrix-react-sdk/pull/2950)
|
5862 | * Always default to the registration form
|
5863 | [\#2942](https://github.com/matrix-org/matrix-react-sdk/pull/2942)
|
5864 | * Check for `room` in all `Room.timeline*` handlers
|
5865 | [\#2945](https://github.com/matrix-org/matrix-react-sdk/pull/2945)
|
5866 | * Remove the karma junit reporter
|
5867 | [\#2944](https://github.com/matrix-org/matrix-react-sdk/pull/2944)
|
5868 | * yarn upgrade
|
5869 | [\#2943](https://github.com/matrix-org/matrix-react-sdk/pull/2943)
|
5870 | * Support changing options for .m.rule.tombstone push rule
|
5871 | [\#2798](https://github.com/matrix-org/matrix-react-sdk/pull/2798)
|
5872 | * Remove timeline explosion rageshake prompt
|
5873 | [\#2939](https://github.com/matrix-org/matrix-react-sdk/pull/2939)
|
5874 | * Add existing reactions below message
|
5875 | [\#2940](https://github.com/matrix-org/matrix-react-sdk/pull/2940)
|
5876 | * Fix lint errors in TimelinePanel
|
5877 | [\#2938](https://github.com/matrix-org/matrix-react-sdk/pull/2938)
|
5878 | * Add primary reactions to action bar
|
5879 | [\#2937](https://github.com/matrix-org/matrix-react-sdk/pull/2937)
|
5880 |
|
5881 | Changes in [1.1.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.2) (2019-05-15)
|
5882 | ===================================================================================================
|
5883 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.1...v1.1.2)
|
5884 |
|
5885 | * Always thumbnail for GIFs
|
5886 | [\#2976](https://github.com/matrix-org/matrix-react-sdk/pull/2976)
|
5887 | * Fix Single Sign-on
|
5888 | [\#2975](https://github.com/matrix-org/matrix-react-sdk/pull/2975)
|
5889 |
|
5890 | Changes in [1.1.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.1) (2019-05-14)
|
5891 | ===================================================================================================
|
5892 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.0...v1.1.1)
|
5893 |
|
5894 | * Fix registration with email
|
5895 | [\#2970](https://github.com/matrix-org/matrix-react-sdk/pull/2970)
|
5896 | * Fix bug where email was not required where it shouldn't have been
|
5897 | [\#2969](https://github.com/matrix-org/matrix-react-sdk/pull/2969)
|
5898 |
|
5899 | Changes in [1.1.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.0) (2019-05-07)
|
5900 | ===================================================================================================
|
5901 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.0-rc.1...v1.1.0)
|
5902 |
|
5903 | * Relax password requirements to score of 3 out of 4
|
5904 | [\#2949](https://github.com/matrix-org/matrix-react-sdk/pull/2949)
|
5905 | * Restore access to message quote option on first click
|
5906 | [\#2948](https://github.com/matrix-org/matrix-react-sdk/pull/2948)
|
5907 | * Check for `room` in all `Room.timeline*` handlers
|
5908 | [\#2946](https://github.com/matrix-org/matrix-react-sdk/pull/2946)
|
5909 |
|
5910 | Changes in [1.1.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.0-rc.1) (2019-04-30)
|
5911 | =============================================================================================================
|
5912 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.7...v1.1.0-rc.1)
|
5913 |
|
5914 | * Add important info to new preview bar
|
5915 | [\#2936](https://github.com/matrix-org/matrix-react-sdk/pull/2936)
|
5916 | * Add a message action bar
|
5917 | [\#2935](https://github.com/matrix-org/matrix-react-sdk/pull/2935)
|
5918 | * Trigger riot-web build
|
5919 | [\#2934](https://github.com/matrix-org/matrix-react-sdk/pull/2934)
|
5920 | * Input validation tooltips for registration
|
5921 | [\#2933](https://github.com/matrix-org/matrix-react-sdk/pull/2933)
|
5922 | * Also say "Connect ..." on remaining key backup buttons
|
5923 | [\#2931](https://github.com/matrix-org/matrix-react-sdk/pull/2931)
|
5924 | * Mark a few CSS classes as not selectable
|
5925 | [\#2929](https://github.com/matrix-org/matrix-react-sdk/pull/2929)
|
5926 | * Cleanup message composer render() method
|
5927 | [\#2883](https://github.com/matrix-org/matrix-react-sdk/pull/2883)
|
5928 | * Redesigned room preview bar
|
5929 | [\#2925](https://github.com/matrix-org/matrix-react-sdk/pull/2925)
|
5930 | * Prevent user pills containing only emoji from embiggening
|
5931 | [\#2907](https://github.com/matrix-org/matrix-react-sdk/pull/2907)
|
5932 | * Make alt-enter insert new line on macOS
|
5933 | [\#2923](https://github.com/matrix-org/matrix-react-sdk/pull/2923)
|
5934 | * Test `defaultServerName` before showing it on forgot password
|
5935 | [\#2924](https://github.com/matrix-org/matrix-react-sdk/pull/2924)
|
5936 | * Add a function to append/overwrite objects in the config on the fly
|
5937 | [\#2922](https://github.com/matrix-org/matrix-react-sdk/pull/2922)
|
5938 | * use SdkConfig brand name instead of static "Riot"
|
5939 | [\#2921](https://github.com/matrix-org/matrix-react-sdk/pull/2921)
|
5940 | * Use dedicated permalink creators in search results with multiple rooms
|
5941 | [\#2898](https://github.com/matrix-org/matrix-react-sdk/pull/2898)
|
5942 | * Clarify that use backup means restore
|
5943 | [\#2917](https://github.com/matrix-org/matrix-react-sdk/pull/2917)
|
5944 | * Fix key backup status when missing device
|
5945 | [\#2919](https://github.com/matrix-org/matrix-react-sdk/pull/2919)
|
5946 | * Ensure `<b>` tags appear bold for all browsers
|
5947 | [\#2918](https://github.com/matrix-org/matrix-react-sdk/pull/2918)
|
5948 | * Add a link in room settings to get at the tombstoned room if it exists
|
5949 | [\#2908](https://github.com/matrix-org/matrix-react-sdk/pull/2908)
|
5950 | * Add a generic error page element for startup errors
|
5951 | [\#2915](https://github.com/matrix-org/matrix-react-sdk/pull/2915)
|
5952 | * Add strings for js-sdk autodiscovery errors
|
5953 | [\#2916](https://github.com/matrix-org/matrix-react-sdk/pull/2916)
|
5954 | * Focus the composer view on file upload
|
5955 | [\#2914](https://github.com/matrix-org/matrix-react-sdk/pull/2914)
|
5956 | * use medium agent for e2e tests
|
5957 | [\#2911](https://github.com/matrix-org/matrix-react-sdk/pull/2911)
|
5958 | * adjust prop in HeaderButton
|
5959 | [\#2912](https://github.com/matrix-org/matrix-react-sdk/pull/2912)
|
5960 | * Remove breadcrumb scroll tolerances and use sensible defaults
|
5961 | [\#2913](https://github.com/matrix-org/matrix-react-sdk/pull/2913)
|
5962 | * Fix having to click the member list button twice to show it after having
|
5963 | changed room.
|
5964 | [\#2906](https://github.com/matrix-org/matrix-react-sdk/pull/2906)
|
5965 | * Add period to the end of upgrade notice
|
5966 | [\#2909](https://github.com/matrix-org/matrix-react-sdk/pull/2909)
|
5967 | * Remove duplicate space in credits
|
5968 | [\#2889](https://github.com/matrix-org/matrix-react-sdk/pull/2889)
|
5969 | * Handle M_UNSUPPORTED_ROOM_VERSION in invites and room creation
|
5970 | [\#2905](https://github.com/matrix-org/matrix-react-sdk/pull/2905)
|
5971 | * Re-enable E2E tests
|
5972 | [\#2867](https://github.com/matrix-org/matrix-react-sdk/pull/2867)
|
5973 | * Remove BottomLeftMenu and supporting bits
|
5974 | [\#2903](https://github.com/matrix-org/matrix-react-sdk/pull/2903)
|
5975 | * Fix for retina thumbnails being massive
|
5976 | [\#2439](https://github.com/matrix-org/matrix-react-sdk/pull/2439)
|
5977 | * Send breadcrumb updates only when they change
|
5978 | [\#2894](https://github.com/matrix-org/matrix-react-sdk/pull/2894)
|
5979 | * Add some tolerances to breadcrumb scrolling
|
5980 | [\#2892](https://github.com/matrix-org/matrix-react-sdk/pull/2892)
|
5981 | * Fix validation to avoid `undefined` class on fields
|
5982 | [\#2902](https://github.com/matrix-org/matrix-react-sdk/pull/2902)
|
5983 | * Always return a client from onRegistered
|
5984 | [\#2895](https://github.com/matrix-org/matrix-react-sdk/pull/2895)
|
5985 | * Fix room upgrade warnings popping up in upgraded rooms
|
5986 | [\#2897](https://github.com/matrix-org/matrix-react-sdk/pull/2897)
|
5987 | * Fix style lint errors & enable on CI
|
5988 | [\#2901](https://github.com/matrix-org/matrix-react-sdk/pull/2901)
|
5989 | * Add stylelint
|
5990 | [\#2900](https://github.com/matrix-org/matrix-react-sdk/pull/2900)
|
5991 | * Key backup: Handle case where your onw sig is invalid
|
5992 | [\#2899](https://github.com/matrix-org/matrix-react-sdk/pull/2899)
|
5993 | * Simplify settings dialog CSS
|
5994 | [\#2891](https://github.com/matrix-org/matrix-react-sdk/pull/2891)
|
5995 | * Fix upload cancel in e2e rooms
|
5996 | [\#2893](https://github.com/matrix-org/matrix-react-sdk/pull/2893)
|
5997 | * Set E2E room status to warning when crypto is disabled
|
5998 | [\#2890](https://github.com/matrix-org/matrix-react-sdk/pull/2890)
|
5999 | * Move SettingsDialog width override to fixedWidth
|
6000 | [\#2888](https://github.com/matrix-org/matrix-react-sdk/pull/2888)
|
6001 | * Prevent the permalink creator from causing cascading failure
|
6002 | [\#2882](https://github.com/matrix-org/matrix-react-sdk/pull/2882)
|
6003 | * Don't include all networks by default in the room directory
|
6004 | [\#2881](https://github.com/matrix-org/matrix-react-sdk/pull/2881)
|
6005 | * Fix fixed width dialogs
|
6006 | [\#2886](https://github.com/matrix-org/matrix-react-sdk/pull/2886)
|
6007 | * Fix settings dialog layout
|
6008 | [\#2885](https://github.com/matrix-org/matrix-react-sdk/pull/2885)
|
6009 | * Update from Weblate
|
6010 | [\#2884](https://github.com/matrix-org/matrix-react-sdk/pull/2884)
|
6011 | * Design tweaks to dialogs
|
6012 | [\#2868](https://github.com/matrix-org/matrix-react-sdk/pull/2868)
|
6013 | * Remove 'try the app' link from login
|
6014 | [\#2880](https://github.com/matrix-org/matrix-react-sdk/pull/2880)
|
6015 | * Track store failures after startup
|
6016 | [\#2870](https://github.com/matrix-org/matrix-react-sdk/pull/2870)
|
6017 | * Translate vertical scrolling to horizontal movement in breadcrumbs
|
6018 | [\#2877](https://github.com/matrix-org/matrix-react-sdk/pull/2877)
|
6019 | * Add telemetry for breadcrumbs and have the setting apply without refresh
|
6020 | [\#2873](https://github.com/matrix-org/matrix-react-sdk/pull/2873)
|
6021 | * Fix a few bugs introduced in file upload rework
|
6022 | [\#2879](https://github.com/matrix-org/matrix-react-sdk/pull/2879)
|
6023 | * Sync breadcrumb rooms through account data
|
6024 | [\#2875](https://github.com/matrix-org/matrix-react-sdk/pull/2875)
|
6025 | * Scroll breadcrumbs to the left when they change
|
6026 | [\#2878](https://github.com/matrix-org/matrix-react-sdk/pull/2878)
|
6027 | * Add an indicator to show a room is a direct chat in breadcrumbs
|
6028 | [\#2874](https://github.com/matrix-org/matrix-react-sdk/pull/2874)
|
6029 | * Use the most recent version of the room in breadcrumbs
|
6030 | [\#2872](https://github.com/matrix-org/matrix-react-sdk/pull/2872)
|
6031 | * Autohide the scrollbar on breadcrumbs
|
6032 | [\#2876](https://github.com/matrix-org/matrix-react-sdk/pull/2876)
|
6033 | * Ensure the page URL is redacted before tracking analytics events
|
6034 | [\#2871](https://github.com/matrix-org/matrix-react-sdk/pull/2871)
|
6035 | * fix NPE for rooms with redacted tombstones
|
6036 | [\#2869](https://github.com/matrix-org/matrix-react-sdk/pull/2869)
|
6037 | * Don't re-init the stickerpicker unless something actually changes
|
6038 | [\#2862](https://github.com/matrix-org/matrix-react-sdk/pull/2862)
|
6039 | * Add option to rotate images
|
6040 | [\#2855](https://github.com/matrix-org/matrix-react-sdk/pull/2855)
|
6041 | * Add badges to breadcrumb rooms
|
6042 | [\#2861](https://github.com/matrix-org/matrix-react-sdk/pull/2861)
|
6043 | * Include the current power level in the selector
|
6044 | [\#2866](https://github.com/matrix-org/matrix-react-sdk/pull/2866)
|
6045 | * Apply 50% opacity to left breadcrumbs
|
6046 | [\#2860](https://github.com/matrix-org/matrix-react-sdk/pull/2860)
|
6047 | * Small scroll fixes
|
6048 | [\#2865](https://github.com/matrix-org/matrix-react-sdk/pull/2865)
|
6049 | * Put the stickerpicker below dialogs
|
6050 | [\#2863](https://github.com/matrix-org/matrix-react-sdk/pull/2863)
|
6051 | * Logging tweaks
|
6052 | [\#2864](https://github.com/matrix-org/matrix-react-sdk/pull/2864)
|
6053 | * Implement redesigned upload confirmation screens
|
6054 | [\#2858](https://github.com/matrix-org/matrix-react-sdk/pull/2858)
|
6055 | * Use Field component in bug report dialog
|
6056 | [\#2859](https://github.com/matrix-org/matrix-react-sdk/pull/2859)
|
6057 | * Notify user when crypto data is missing
|
6058 | [\#2841](https://github.com/matrix-org/matrix-react-sdk/pull/2841)
|
6059 | * Update from Weblate
|
6060 | [\#2857](https://github.com/matrix-org/matrix-react-sdk/pull/2857)
|
6061 | * Download PDFs as blobs to avoid empty grey screens
|
6062 | [\#2847](https://github.com/matrix-org/matrix-react-sdk/pull/2847)
|
6063 | * Set title attribute on images in lightbox
|
6064 | [\#2848](https://github.com/matrix-org/matrix-react-sdk/pull/2848)
|
6065 | * Add MemberInfo for 3pid invites and support revoking those invites
|
6066 | [\#2843](https://github.com/matrix-org/matrix-react-sdk/pull/2843)
|
6067 | * round scrollTop upwards to prevent never detecting bottom
|
6068 | [\#2846](https://github.com/matrix-org/matrix-react-sdk/pull/2846)
|
6069 | * Notifier is how singleton is known outside of this module
|
6070 | [\#2845](https://github.com/matrix-org/matrix-react-sdk/pull/2845)
|
6071 | * Delay `Notifier` check until we have push rules
|
6072 | [\#2844](https://github.com/matrix-org/matrix-react-sdk/pull/2844)
|
6073 | * BACAT Scrolling
|
6074 | [\#2842](https://github.com/matrix-org/matrix-react-sdk/pull/2842)
|
6075 | * Handle storage fallback cases in consistency check
|
6076 | [\#2840](https://github.com/matrix-org/matrix-react-sdk/pull/2840)
|
6077 | * Handle all the segments of a v3 event ID
|
6078 | [\#2827](https://github.com/matrix-org/matrix-react-sdk/pull/2827)
|
6079 | * Add custom tooltips and scrolling to breadcrumbs
|
6080 | [\#2839](https://github.com/matrix-org/matrix-react-sdk/pull/2839)
|
6081 | * Check if the message panel is at the end of the timeline on init
|
6082 | [\#2829](https://github.com/matrix-org/matrix-react-sdk/pull/2829)
|
6083 | * Persist breadcrumb state between sessions
|
6084 | [\#2837](https://github.com/matrix-org/matrix-react-sdk/pull/2837)
|
6085 | * Always append the current room to the breadcrumbs
|
6086 | [\#2838](https://github.com/matrix-org/matrix-react-sdk/pull/2838)
|
6087 | * Alert the user to unread notifications in prior versions of rooms
|
6088 | [\#2831](https://github.com/matrix-org/matrix-react-sdk/pull/2831)
|
6089 | * Filter out upgraded rooms from autocomplete results
|
6090 | [\#2830](https://github.com/matrix-org/matrix-react-sdk/pull/2830)
|
6091 |
|
6092 | Changes in [1.0.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.7) (2019-04-08)
|
6093 | ===================================================================================================
|
6094 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.6...v1.0.7)
|
6095 |
|
6096 | * Hotfix: bump js-sdk to 1.0.4, see https://github.com/matrix-org/matrix-js-sdk/releases/tag/v1.0.4
|
6097 |
|
6098 | Changes in [1.0.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.6) (2019-04-01)
|
6099 | ===================================================================================================
|
6100 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.6-rc.1...v1.0.6)
|
6101 |
|
6102 | * Handle storage fallback cases in consistency check
|
6103 | [\#2853](https://github.com/matrix-org/matrix-react-sdk/pull/2853)
|
6104 | * Set title attribute on images in lightbox
|
6105 | [\#2852](https://github.com/matrix-org/matrix-react-sdk/pull/2852)
|
6106 | * Download PDFs as blobs to avoid empty grey screens
|
6107 | [\#2851](https://github.com/matrix-org/matrix-react-sdk/pull/2851)
|
6108 | * Add MemberInfo for 3pid invites and support revoking those invites
|
6109 | [\#2850](https://github.com/matrix-org/matrix-react-sdk/pull/2850)
|
6110 |
|
6111 | Changes in [1.0.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.6-rc.1) (2019-03-27)
|
6112 | =============================================================================================================
|
6113 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.5...v1.0.6-rc.1)
|
6114 |
|
6115 | * Catch errors when checking IndexedDB
|
6116 | [\#2836](https://github.com/matrix-org/matrix-react-sdk/pull/2836)
|
6117 | * Remove noreferrer on widget pop-out
|
6118 | [\#2835](https://github.com/matrix-org/matrix-react-sdk/pull/2835)
|
6119 | * Rework room directory so that new room is always available
|
6120 | [\#2834](https://github.com/matrix-org/matrix-react-sdk/pull/2834)
|
6121 | * Send telemetry about storage consistency
|
6122 | [\#2832](https://github.com/matrix-org/matrix-react-sdk/pull/2832)
|
6123 | * Widget OpenID reauth implementation
|
6124 | [\#2781](https://github.com/matrix-org/matrix-react-sdk/pull/2781)
|
6125 | * Log results of basic storage consistency check
|
6126 | [\#2826](https://github.com/matrix-org/matrix-react-sdk/pull/2826)
|
6127 | * Clarify devices affected by notification settings
|
6128 | [\#2828](https://github.com/matrix-org/matrix-react-sdk/pull/2828)
|
6129 | * Add a command for creating custom widgets without an integration manager
|
6130 | [\#2824](https://github.com/matrix-org/matrix-react-sdk/pull/2824)
|
6131 | * Minimize stickerpicker when the title is clicked
|
6132 | [\#2822](https://github.com/matrix-org/matrix-react-sdk/pull/2822)
|
6133 | * Add <code> blocks around homeserver and identity server urls
|
6134 | [\#2825](https://github.com/matrix-org/matrix-react-sdk/pull/2825)
|
6135 | * Fixed drop shadow for tooltip.
|
6136 | [\#2815](https://github.com/matrix-org/matrix-react-sdk/pull/2815)
|
6137 | * Ask the user for debug logs when the timeline explodes
|
6138 | [\#2820](https://github.com/matrix-org/matrix-react-sdk/pull/2820)
|
6139 | * Fix typo preventing users from adding more widgets easily
|
6140 | [\#2823](https://github.com/matrix-org/matrix-react-sdk/pull/2823)
|
6141 | * Attach an onChange listener to the room's blacklist devices option
|
6142 | [\#2817](https://github.com/matrix-org/matrix-react-sdk/pull/2817)
|
6143 | * Use leaveRoomChain when leaving a room
|
6144 | [\#2818](https://github.com/matrix-org/matrix-react-sdk/pull/2818)
|
6145 | * Fix bug with NetworkList dropdown
|
6146 | [\#2821](https://github.com/matrix-org/matrix-react-sdk/pull/2821)
|
6147 | * Trim the logging for URL previews
|
6148 | [\#2816](https://github.com/matrix-org/matrix-react-sdk/pull/2816)
|
6149 | * Explicitly create `cryptoStore` in React SDK
|
6150 | [\#2814](https://github.com/matrix-org/matrix-react-sdk/pull/2814)
|
6151 | * Change to new consistent name for `MemoryStore`
|
6152 | [\#2812](https://github.com/matrix-org/matrix-react-sdk/pull/2812)
|
6153 | * Use medium agents for the more resource intensive builds
|
6154 | [\#2813](https://github.com/matrix-org/matrix-react-sdk/pull/2813)
|
6155 | * Add log grouping to buildkite
|
6156 | [\#2810](https://github.com/matrix-org/matrix-react-sdk/pull/2810)
|
6157 | * Switch to `git` protocol for CI dependencies
|
6158 | [\#2809](https://github.com/matrix-org/matrix-react-sdk/pull/2809)
|
6159 | * Go back to using mainine velocity
|
6160 | [\#2808](https://github.com/matrix-org/matrix-react-sdk/pull/2808)
|
6161 | * Warn that members won't be autojoined to upgraded rooms
|
6162 | [\#2796](https://github.com/matrix-org/matrix-react-sdk/pull/2796)
|
6163 | * Support CI for matching branches on forks
|
6164 | [\#2807](https://github.com/matrix-org/matrix-react-sdk/pull/2807)
|
6165 | * Discard old sticker picker when the URL changes
|
6166 | [\#2801](https://github.com/matrix-org/matrix-react-sdk/pull/2801)
|
6167 | * Reload widget messaging when widgets reload
|
6168 | [\#2799](https://github.com/matrix-org/matrix-react-sdk/pull/2799)
|
6169 | * Don't show calculated room name in room settings name input field
|
6170 | [\#2806](https://github.com/matrix-org/matrix-react-sdk/pull/2806)
|
6171 | * Disable big emoji for m.emote messages as it looks weird
|
6172 | [\#2805](https://github.com/matrix-org/matrix-react-sdk/pull/2805)
|
6173 | * Remove Edge from browser support statements
|
6174 | [\#2803](https://github.com/matrix-org/matrix-react-sdk/pull/2803)
|
6175 | * Update from Weblate
|
6176 | [\#2802](https://github.com/matrix-org/matrix-react-sdk/pull/2802)
|
6177 | * Really fix tag panel
|
6178 | [\#2800](https://github.com/matrix-org/matrix-react-sdk/pull/2800)
|
6179 | * Update CompatibilityPage to match officially supported browsers
|
6180 | [\#2793](https://github.com/matrix-org/matrix-react-sdk/pull/2793)
|
6181 | * Use Buildkite for CI
|
6182 | [\#2788](https://github.com/matrix-org/matrix-react-sdk/pull/2788)
|
6183 | * Fix CSS syntax errors preventing offline member opacity from working
|
6184 | [\#2794](https://github.com/matrix-org/matrix-react-sdk/pull/2794)
|
6185 | * Make the EntityTile chevron a masked SVG for theming
|
6186 | [\#2795](https://github.com/matrix-org/matrix-react-sdk/pull/2795)
|
6187 | * Remove refs from `RegistrationForm`
|
6188 | [\#2791](https://github.com/matrix-org/matrix-react-sdk/pull/2791)
|
6189 | * Fix initial letter avatar vertical offset in Firefox
|
6190 | [\#2792](https://github.com/matrix-org/matrix-react-sdk/pull/2792)
|
6191 | * Fix the custom tag panel
|
6192 | [\#2797](https://github.com/matrix-org/matrix-react-sdk/pull/2797)
|
6193 | * Ensure freshly invited members don't count towards the alone warning
|
6194 | [\#2786](https://github.com/matrix-org/matrix-react-sdk/pull/2786)
|
6195 | * Fix 'forgot password' warning to represent the reality of e2ee
|
6196 | [\#2787](https://github.com/matrix-org/matrix-react-sdk/pull/2787)
|
6197 | * Restore `Field` value getter for `RegistrationForm`
|
6198 | [\#2790](https://github.com/matrix-org/matrix-react-sdk/pull/2790)
|
6199 | * Initial portions of support for Field validation
|
6200 | [\#2780](https://github.com/matrix-org/matrix-react-sdk/pull/2780)
|
6201 |
|
6202 | Changes in [1.0.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.5) (2019-03-21)
|
6203 | ===================================================================================================
|
6204 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.4...v1.0.5)
|
6205 |
|
6206 | * Hotfix: disable typing notifs jumping prevention for now
|
6207 | [\#2811](https://github.com/matrix-org/matrix-react-sdk/pull/2811)
|
6208 |
|
6209 | Changes in [1.0.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.4) (2019-03-18)
|
6210 | ===================================================================================================
|
6211 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.4-rc.1...v1.0.4)
|
6212 |
|
6213 | * No changes since rc.1
|
6214 |
|
6215 | Changes in [1.0.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.4-rc.1) (2019-03-13)
|
6216 | =============================================================================================================
|
6217 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.3...v1.0.4-rc.1)
|
6218 |
|
6219 | * Update from Weblate
|
6220 | [\#2785](https://github.com/matrix-org/matrix-react-sdk/pull/2785)
|
6221 | * Remove padlock click handler to show unknown devices
|
6222 | [\#2784](https://github.com/matrix-org/matrix-react-sdk/pull/2784)
|
6223 | * Use modern Yarn version on Travis CI
|
6224 | [\#2783](https://github.com/matrix-org/matrix-react-sdk/pull/2783)
|
6225 | * Add versioning to integration manager API /register and /account calls
|
6226 | [\#2782](https://github.com/matrix-org/matrix-react-sdk/pull/2782)
|
6227 | * Ensure scalar_token is valid before opening integrations manager
|
6228 | [\#2777](https://github.com/matrix-org/matrix-react-sdk/pull/2777)
|
6229 | * Switch to `yarn` for dependency management
|
6230 | [\#2773](https://github.com/matrix-org/matrix-react-sdk/pull/2773)
|
6231 | * Use a distinct color for selected autocomplete items
|
6232 | [\#2778](https://github.com/matrix-org/matrix-react-sdk/pull/2778)
|
6233 | * Provide an escape from the registration process
|
6234 | [\#2775](https://github.com/matrix-org/matrix-react-sdk/pull/2775)
|
6235 | * Fix instantly sending RRs
|
6236 | [\#2770](https://github.com/matrix-org/matrix-react-sdk/pull/2770)
|
6237 | * Fix simple header counters to correctly handle zero, take two
|
6238 | [\#2776](https://github.com/matrix-org/matrix-react-sdk/pull/2776)
|
6239 | * Fix sticky hover state by listening for hover on the document
|
6240 | [\#2764](https://github.com/matrix-org/matrix-react-sdk/pull/2764)
|
6241 | * Fix header counters to correctly handle zero
|
6242 | [\#2772](https://github.com/matrix-org/matrix-react-sdk/pull/2772)
|
6243 | * Pass correct args when creating event permalink in context menu
|
6244 | [\#2774](https://github.com/matrix-org/matrix-react-sdk/pull/2774)
|
6245 | * Update from Weblate
|
6246 | [\#2771](https://github.com/matrix-org/matrix-react-sdk/pull/2771)
|
6247 | * Scroll investigation changes
|
6248 | [\#2766](https://github.com/matrix-org/matrix-react-sdk/pull/2766)
|
6249 | * Ability to bulk accept all invites (and fix rejecting all invites)
|
6250 | [\#2757](https://github.com/matrix-org/matrix-react-sdk/pull/2757)
|
6251 | * Don't trample over existing sessions when verifying email addresses
|
6252 | [\#2768](https://github.com/matrix-org/matrix-react-sdk/pull/2768)
|
6253 | * Misc fixes to StatusMessageContextMenu
|
6254 | [\#2767](https://github.com/matrix-org/matrix-react-sdk/pull/2767)
|
6255 | * Fix erroneously sending RRs, pt1.
|
6256 | [\#2769](https://github.com/matrix-org/matrix-react-sdk/pull/2769)
|
6257 | * Tweak country dropdown for redesign
|
6258 | [\#2765](https://github.com/matrix-org/matrix-react-sdk/pull/2765)
|
6259 | * Prevent space characters from stopping big emoji messages
|
6260 | [\#2745](https://github.com/matrix-org/matrix-react-sdk/pull/2745)
|
6261 | * Tweak auth components when dark theme is default
|
6262 | [\#2763](https://github.com/matrix-org/matrix-react-sdk/pull/2763)
|
6263 | * Move country dropdown inside field in Settings
|
6264 | [\#2756](https://github.com/matrix-org/matrix-react-sdk/pull/2756)
|
6265 | * npm audit fix --force
|
6266 | [\#2758](https://github.com/matrix-org/matrix-react-sdk/pull/2758)
|
6267 | * Use Field component in auth flows
|
6268 | [\#2749](https://github.com/matrix-org/matrix-react-sdk/pull/2749)
|
6269 | * Add /shrug command
|
6270 | [\#2660](https://github.com/matrix-org/matrix-react-sdk/pull/2660)
|
6271 | * Support linking to hosting providers
|
6272 | [\#2748](https://github.com/matrix-org/matrix-react-sdk/pull/2748)
|
6273 | * Get confirmation before enabling encryption
|
6274 | [\#2728](https://github.com/matrix-org/matrix-react-sdk/pull/2728)
|
6275 | * clear min-height for typing notifs when the timeline viewport changes size
|
6276 | [\#2747](https://github.com/matrix-org/matrix-react-sdk/pull/2747)
|
6277 | * Prevent flair pushing timeline downwards
|
6278 | [\#2746](https://github.com/matrix-org/matrix-react-sdk/pull/2746)
|
6279 | * Include tag name when warning about rooms running off lists
|
6280 | [\#2741](https://github.com/matrix-org/matrix-react-sdk/pull/2741)
|
6281 | * Reorganise props handling in Field
|
6282 | [\#2740](https://github.com/matrix-org/matrix-react-sdk/pull/2740)
|
6283 | * Limit Field label to size of input
|
6284 | [\#2742](https://github.com/matrix-org/matrix-react-sdk/pull/2742)
|
6285 | * Don't loop forever if you demote yourself via Enter on a PowerSelector
|
6286 | [\#2743](https://github.com/matrix-org/matrix-react-sdk/pull/2743)
|
6287 | * Check if users are already in the room before inviting them
|
6288 | [\#2734](https://github.com/matrix-org/matrix-react-sdk/pull/2734)
|
6289 | * Don't duplicate direct chats from other tags
|
6290 | [\#2735](https://github.com/matrix-org/matrix-react-sdk/pull/2735)
|
6291 | * Fix media device selectors not updating
|
6292 | [\#2739](https://github.com/matrix-org/matrix-react-sdk/pull/2739)
|
6293 | * Fix Room Directory custom homeserver entry not showing properly
|
6294 | [\#2708](https://github.com/matrix-org/matrix-react-sdk/pull/2708)
|
6295 | * Add missing permalinkCreator prop
|
6296 | [\#2729](https://github.com/matrix-org/matrix-react-sdk/pull/2729)
|
6297 | * Patch users not existing when opening settings
|
6298 | [\#2738](https://github.com/matrix-org/matrix-react-sdk/pull/2738)
|
6299 | * Use a mask for the continuation icon
|
6300 | [\#2737](https://github.com/matrix-org/matrix-react-sdk/pull/2737)
|
6301 | * Always insert rooms into lists when they get lost
|
6302 | [\#2736](https://github.com/matrix-org/matrix-react-sdk/pull/2736)
|
6303 | * Convert objects and such to usable strings in rageshake
|
6304 | [\#2732](https://github.com/matrix-org/matrix-react-sdk/pull/2732)
|
6305 | * Support stacking dialogs to prevent unmounting
|
6306 | [\#2724](https://github.com/matrix-org/matrix-react-sdk/pull/2724)
|
6307 | * Convert PowerSelector to use mxField instead
|
6308 | [\#2725](https://github.com/matrix-org/matrix-react-sdk/pull/2725)
|
6309 | * Don't re-enable the save button after saving profiles
|
6310 | [\#2726](https://github.com/matrix-org/matrix-react-sdk/pull/2726)
|
6311 | * Support multiple email pushers and remove the legacy UserSettingsStore
|
6312 | [\#2727](https://github.com/matrix-org/matrix-react-sdk/pull/2727)
|
6313 | * Bring back #528 fix as it still seems broken on OSX
|
6314 | [\#2731](https://github.com/matrix-org/matrix-react-sdk/pull/2731)
|
6315 | * Fix margin on e2e icon in member panel
|
6316 | [\#2721](https://github.com/matrix-org/matrix-react-sdk/pull/2721)
|
6317 | * Improved scrolling & pagination
|
6318 | [\#2676](https://github.com/matrix-org/matrix-react-sdk/pull/2676)
|
6319 | * Nudge karma to 3.1.2
|
6320 | [\#2719](https://github.com/matrix-org/matrix-react-sdk/pull/2719)
|
6321 | * Stop listening to account data when the stickerpicker is unmounted
|
6322 | [\#2723](https://github.com/matrix-org/matrix-react-sdk/pull/2723)
|
6323 |
|
6324 | Changes in [1.0.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.3) (2019-03-06)
|
6325 | ===================================================================================================
|
6326 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2...v1.0.3)
|
6327 |
|
6328 | * Don't duplicate direct chats from other tags
|
6329 | [\#2762](https://github.com/matrix-org/matrix-react-sdk/pull/2762)
|
6330 | * Include tag name when warning about rooms running off lists
|
6331 | [\#2761](https://github.com/matrix-org/matrix-react-sdk/pull/2761)
|
6332 | * Always insert rooms into lists when they get lost
|
6333 | [\#2760](https://github.com/matrix-org/matrix-react-sdk/pull/2760)
|
6334 | * Fix the ctrl+k shortcut
|
6335 | [\#2759](https://github.com/matrix-org/matrix-react-sdk/pull/2759)
|
6336 |
|
6337 | Changes in [1.0.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2) (2019-03-06)
|
6338 | ===================================================================================================
|
6339 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2-rc.4...v1.0.2)
|
6340 |
|
6341 | * Only show hosting link if group admin
|
6342 | [\#2755](https://github.com/matrix-org/matrix-react-sdk/pull/2755)
|
6343 | * Only show hosting link if domain == matrix.org
|
6344 | [\#2754](https://github.com/matrix-org/matrix-react-sdk/pull/2754)
|
6345 |
|
6346 | Changes in [1.0.2-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2-rc.4) (2019-03-05)
|
6347 | =============================================================================================================
|
6348 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2-rc.3...v1.0.2-rc.4)
|
6349 |
|
6350 | * Patch users not existing when opening settings
|
6351 | [\#2752](https://github.com/matrix-org/matrix-react-sdk/pull/2752)
|
6352 | * Fix media device selectors not updating
|
6353 | [\#2751](https://github.com/matrix-org/matrix-react-sdk/pull/2751)
|
6354 | * Support linking to hosting providers
|
6355 | [\#2750](https://github.com/matrix-org/matrix-react-sdk/pull/2750)
|
6356 |
|
6357 | Changes in [1.0.2-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2-rc.3) (2019-03-01)
|
6358 | =============================================================================================================
|
6359 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2-rc.2...v1.0.2-rc.3)
|
6360 |
|
6361 | * Misc room list improvements & invite fix
|
6362 | [\#2722](https://github.com/matrix-org/matrix-react-sdk/pull/2722)
|
6363 | * Move complex part of room sorting to a dedicated function
|
6364 | [\#2716](https://github.com/matrix-org/matrix-react-sdk/pull/2716)
|
6365 |
|
6366 | Changes in [1.0.2-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2-rc.2) (2019-03-01)
|
6367 | =============================================================================================================
|
6368 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2-rc.1...v1.0.2-rc.2)
|
6369 |
|
6370 | * Use webpack alias to resolve the languages file
|
6371 | [\#2730](https://github.com/matrix-org/matrix-react-sdk/pull/2730)
|
6372 |
|
6373 | Changes in [1.0.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.2-rc.1) (2019-02-28)
|
6374 | =============================================================================================================
|
6375 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.1...v1.0.2-rc.1)
|
6376 |
|
6377 | * Remove unnecessary ref from Stickerpicker
|
6378 | [\#2718](https://github.com/matrix-org/matrix-react-sdk/pull/2718)
|
6379 | * Update from Weblate
|
6380 | [\#2720](https://github.com/matrix-org/matrix-react-sdk/pull/2720)
|
6381 | * Update from Weblate.
|
6382 | [\#2715](https://github.com/matrix-org/matrix-react-sdk/pull/2715)
|
6383 | * Show nearest lower badge, e.g show Mod for 51... etc
|
6384 | [\#2709](https://github.com/matrix-org/matrix-react-sdk/pull/2709)
|
6385 | * Send Field label pointer events to input
|
6386 | [\#2714](https://github.com/matrix-org/matrix-react-sdk/pull/2714)
|
6387 | * move canSendMessages into state so that it will re-render the composer
|
6388 | [\#2710](https://github.com/matrix-org/matrix-react-sdk/pull/2710)
|
6389 | * Use a global WatchManager for settings
|
6390 | [\#2705](https://github.com/matrix-org/matrix-react-sdk/pull/2705)
|
6391 | * Move non-feather icons out of feather dir
|
6392 | [\#2706](https://github.com/matrix-org/matrix-react-sdk/pull/2706)
|
6393 | * Fix backup button in logout dialog
|
6394 | [\#2713](https://github.com/matrix-org/matrix-react-sdk/pull/2713)
|
6395 | * Keep registration spinner inside the auth modal
|
6396 | [\#2712](https://github.com/matrix-org/matrix-react-sdk/pull/2712)
|
6397 | * Try to clarify that "Show read receipts" is just for visibility
|
6398 | [\#2707](https://github.com/matrix-org/matrix-react-sdk/pull/2707)
|
6399 | * Make sure direct chat invites are treated as invites
|
6400 | [\#2711](https://github.com/matrix-org/matrix-react-sdk/pull/2711)
|
6401 | * Report validity state of all registration fields on any change
|
6402 | [\#2672](https://github.com/matrix-org/matrix-react-sdk/pull/2672)
|
6403 | * Export the defaults for SdkConfig
|
6404 | [\#2687](https://github.com/matrix-org/matrix-react-sdk/pull/2687)
|
6405 | * Change the room list algo to eagerly delete and carefully insert
|
6406 | [\#2701](https://github.com/matrix-org/matrix-react-sdk/pull/2701)
|
6407 | * Improve permalink performance
|
6408 | [\#2671](https://github.com/matrix-org/matrix-react-sdk/pull/2671)
|
6409 | * Normalise room list font weight, bold unreads
|
6410 | [\#2702](https://github.com/matrix-org/matrix-react-sdk/pull/2702)
|
6411 | * Settings button in Room Context Menu
|
6412 | [\#2692](https://github.com/matrix-org/matrix-react-sdk/pull/2692)
|
6413 | * add roomnick SlashCommand
|
6414 | [\#2689](https://github.com/matrix-org/matrix-react-sdk/pull/2689)
|
6415 | * replace text Inputs in Devtools with Field bcuz prettier
|
6416 | [\#2697](https://github.com/matrix-org/matrix-react-sdk/pull/2697)
|
6417 | * Maintenance: Clean up some stuff around settings
|
6418 | [\#2685](https://github.com/matrix-org/matrix-react-sdk/pull/2685)
|
6419 | * Support the old room sorting algorithm and SettingsStore watchers
|
6420 | [\#2686](https://github.com/matrix-org/matrix-react-sdk/pull/2686)
|
6421 | * pin highlight.js as they seem to have broken something in 9.15.2
|
6422 | [\#2703](https://github.com/matrix-org/matrix-react-sdk/pull/2703)
|
6423 | * Fix NPE relating to toggling notifications
|
6424 | [\#2699](https://github.com/matrix-org/matrix-react-sdk/pull/2699)
|
6425 | * Only set e2e info callback if the event is encrypted
|
6426 | [\#2684](https://github.com/matrix-org/matrix-react-sdk/pull/2684)
|
6427 | * Revert "Add some logging for riot-web#7838"
|
6428 | [\#2700](https://github.com/matrix-org/matrix-react-sdk/pull/2700)
|
6429 | * Add abilities to clear Filter room members input
|
6430 | [\#2698](https://github.com/matrix-org/matrix-react-sdk/pull/2698)
|
6431 | * make ViewSource less awkward
|
6432 | [\#2696](https://github.com/matrix-org/matrix-react-sdk/pull/2696)
|
6433 | * Fix share community for guests
|
6434 | [\#2695](https://github.com/matrix-org/matrix-react-sdk/pull/2695)
|
6435 | * Fix z ordering of the overflow tile
|
6436 | [\#2694](https://github.com/matrix-org/matrix-react-sdk/pull/2694)
|
6437 | * Toggle Search using Room Header button
|
6438 | [\#2693](https://github.com/matrix-org/matrix-react-sdk/pull/2693)
|
6439 | * view user on click typing tile
|
6440 | [\#2691](https://github.com/matrix-org/matrix-react-sdk/pull/2691)
|
6441 | * Change Share Message to Share Permalink if !m.room.message||redacted
|
6442 | [\#2690](https://github.com/matrix-org/matrix-react-sdk/pull/2690)
|
6443 | * Allow configuration of whether closing window closes or minimizes to tray
|
6444 | [\#2688](https://github.com/matrix-org/matrix-react-sdk/pull/2688)
|
6445 | * Remove duplicated conversion from `enableRichText`
|
6446 | [\#2682](https://github.com/matrix-org/matrix-react-sdk/pull/2682)
|
6447 | * Use correct initial phase for server type
|
6448 | [\#2683](https://github.com/matrix-org/matrix-react-sdk/pull/2683)
|
6449 | * Fix AliasSettings and RelatedGroups UX
|
6450 | [\#2679](https://github.com/matrix-org/matrix-react-sdk/pull/2679)
|
6451 | * Add `onClick` to Markdown buttons
|
6452 | [\#2677](https://github.com/matrix-org/matrix-react-sdk/pull/2677)
|
6453 | * Fix toggle for email notifications
|
6454 | [\#2678](https://github.com/matrix-org/matrix-react-sdk/pull/2678)
|
6455 | * Fix categorization of favourites and new rooms
|
6456 | [\#2681](https://github.com/matrix-org/matrix-react-sdk/pull/2681)
|
6457 | * Skip server details on registration with a default HS
|
6458 | [\#2675](https://github.com/matrix-org/matrix-react-sdk/pull/2675)
|
6459 | * Clarify what the username error refers to
|
6460 | [\#2673](https://github.com/matrix-org/matrix-react-sdk/pull/2673)
|
6461 | * RoomDirectory Dropdown should use roomDirectory.servers
|
6462 | [\#2680](https://github.com/matrix-org/matrix-react-sdk/pull/2680)
|
6463 | * Fix favourites losing rooms and sorting weirdly
|
6464 | [\#2674](https://github.com/matrix-org/matrix-react-sdk/pull/2674)
|
6465 | * "Breadcrumb" room sorting algorithm
|
6466 | [\#2634](https://github.com/matrix-org/matrix-react-sdk/pull/2634)
|
6467 | * Bring back user view
|
6468 | [\#2666](https://github.com/matrix-org/matrix-react-sdk/pull/2666)
|
6469 | * Restores support for `default_server_name` which discovers URLs via `.well-
|
6470 | known`
|
6471 | [\#2669](https://github.com/matrix-org/matrix-react-sdk/pull/2669)
|
6472 | * Remove unreferenced images
|
6473 | [\#2670](https://github.com/matrix-org/matrix-react-sdk/pull/2670)
|
6474 | * Only show the first line of each commit in changelog dialog
|
6475 | [\#2667](https://github.com/matrix-org/matrix-react-sdk/pull/2667)
|
6476 | * Cache-bust languages.json with file-loader
|
6477 | [\#2658](https://github.com/matrix-org/matrix-react-sdk/pull/2658)
|
6478 | * Fix off by one error for username colors
|
6479 | [\#2664](https://github.com/matrix-org/matrix-react-sdk/pull/2664)
|
6480 | * Set event-sending-color in dark theme
|
6481 | [\#2665](https://github.com/matrix-org/matrix-react-sdk/pull/2665)
|
6482 | * Allow captchas on Riot desktop builds
|
6483 | [\#2663](https://github.com/matrix-org/matrix-react-sdk/pull/2663)
|
6484 | * Show link to login even during UI auth
|
6485 | [\#2661](https://github.com/matrix-org/matrix-react-sdk/pull/2661)
|
6486 | * Dark theme follow ups round 2
|
6487 | [\#2659](https://github.com/matrix-org/matrix-react-sdk/pull/2659)
|
6488 | * Rename default theme to light theme
|
6489 | [\#2662](https://github.com/matrix-org/matrix-react-sdk/pull/2662)
|
6490 | * make mx_SenderProfile inline-block, reduces clickable area around usernames
|
6491 | [\#2653](https://github.com/matrix-org/matrix-react-sdk/pull/2653)
|
6492 | * Add a bit of safety around reading events for room settings
|
6493 | [\#2648](https://github.com/matrix-org/matrix-react-sdk/pull/2648)
|
6494 | * Update dark theme bg-color to show hover effect on messages
|
6495 | [\#2654](https://github.com/matrix-org/matrix-react-sdk/pull/2654)
|
6496 | * Make pre use the same text color as code
|
6497 | [\#2655](https://github.com/matrix-org/matrix-react-sdk/pull/2655)
|
6498 | * Bring back the lowered opacity for offline/unavailable avatars.
|
6499 | [\#2649](https://github.com/matrix-org/matrix-react-sdk/pull/2649)
|
6500 | * Set h3-color in dark theme
|
6501 | [\#2656](https://github.com/matrix-org/matrix-react-sdk/pull/2656)
|
6502 | * Fix typo "Scisors" -> "Scissors"
|
6503 | [\#2652](https://github.com/matrix-org/matrix-react-sdk/pull/2652)
|
6504 | * highlight e2e icon on event when hovering whole event
|
6505 | [\#2647](https://github.com/matrix-org/matrix-react-sdk/pull/2647)
|
6506 | * Skinnified more icons
|
6507 | [\#2633](https://github.com/matrix-org/matrix-react-sdk/pull/2633)
|
6508 |
|
6509 | Changes in [1.0.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.1) (2019-02-15)
|
6510 | ===================================================================================================
|
6511 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.0...v1.0.1)
|
6512 |
|
6513 | * Fix community invites crashing the app
|
6514 | [\#2650](https://github.com/matrix-org/matrix-react-sdk/pull/2650)
|
6515 |
|
6516 | Changes in [1.0.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.0) (2019-02-14)
|
6517 | ===================================================================================================
|
6518 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.0-rc.2...v1.0.0)
|
6519 |
|
6520 | * Update from Weblate.
|
6521 | [\#2646](https://github.com/matrix-org/matrix-react-sdk/pull/2646)
|
6522 | * Remove 'welcome' from top-left menu
|
6523 | [\#2641](https://github.com/matrix-org/matrix-react-sdk/pull/2641)
|
6524 | * Turn on pin unread rooms for everyone
|
6525 | [\#2645](https://github.com/matrix-org/matrix-react-sdk/pull/2645)
|
6526 | * Update help buoy text and issue links
|
6527 | [\#2640](https://github.com/matrix-org/matrix-react-sdk/pull/2640)
|
6528 | * Fix icons being cut off in settings
|
6529 | [\#2644](https://github.com/matrix-org/matrix-react-sdk/pull/2644)
|
6530 | * Add credit for cover photo usage
|
6531 | [\#2643](https://github.com/matrix-org/matrix-react-sdk/pull/2643)
|
6532 | * make e2e icons on message transparent
|
6533 | [\#2642](https://github.com/matrix-org/matrix-react-sdk/pull/2642)
|
6534 | * fix close button being half off screen
|
6535 | [\#2639](https://github.com/matrix-org/matrix-react-sdk/pull/2639)
|
6536 | * Fix excessive timeline whitespace
|
6537 | [\#2638](https://github.com/matrix-org/matrix-react-sdk/pull/2638)
|
6538 | * Remove the white screen of welcome
|
6539 | [\#2637](https://github.com/matrix-org/matrix-react-sdk/pull/2637)
|
6540 | * always rerender room tiles
|
6541 | [\#2636](https://github.com/matrix-org/matrix-react-sdk/pull/2636)
|
6542 |
|
6543 | Changes in [1.0.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.0-rc.2) (2019-02-14)
|
6544 | =============================================================================================================
|
6545 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.0-rc.1...v1.0.0-rc.2)
|
6546 |
|
6547 | * Update from Weblate.
|
6548 | [\#2635](https://github.com/matrix-org/matrix-react-sdk/pull/2635)
|
6549 | * use throttle as its more responsive
|
6550 | [\#2632](https://github.com/matrix-org/matrix-react-sdk/pull/2632)
|
6551 | * update range when items size changes
|
6552 | [\#2631](https://github.com/matrix-org/matrix-react-sdk/pull/2631)
|
6553 | * Fix registration after clicking email link
|
6554 | [\#2630](https://github.com/matrix-org/matrix-react-sdk/pull/2630)
|
6555 | * Re-check key backup status when settings opened
|
6556 | [\#2626](https://github.com/matrix-org/matrix-react-sdk/pull/2626)
|
6557 | * Improve room list rendering performance
|
6558 | [\#2629](https://github.com/matrix-org/matrix-react-sdk/pull/2629)
|
6559 | * Adjust top left menu items
|
6560 | [\#2628](https://github.com/matrix-org/matrix-react-sdk/pull/2628)
|
6561 | * Normalised icon strokes to 1px
|
6562 | [\#2627](https://github.com/matrix-org/matrix-react-sdk/pull/2627)
|
6563 | * Security: Force TURN setting was inverted
|
6564 | [\#2623](https://github.com/matrix-org/matrix-react-sdk/pull/2623)
|
6565 | * Add redesigned dark theme
|
6566 | [\#2619](https://github.com/matrix-org/matrix-react-sdk/pull/2619)
|
6567 | * Fix mx_RoomTile_name weighting
|
6568 | [\#2610](https://github.com/matrix-org/matrix-react-sdk/pull/2610)
|
6569 | * Add divider between tabs and regular buttons in room header
|
6570 | [\#2621](https://github.com/matrix-org/matrix-react-sdk/pull/2621)
|
6571 | * Update from Weblate.
|
6572 | [\#2622](https://github.com/matrix-org/matrix-react-sdk/pull/2622)
|
6573 | * Change taking a community off the left-left panel less scary
|
6574 | [\#2609](https://github.com/matrix-org/matrix-react-sdk/pull/2609)
|
6575 | * Fixes and styling related to e2e icons and dialogs
|
6576 | [\#2620](https://github.com/matrix-org/matrix-react-sdk/pull/2620)
|
6577 | * Fix: stickers layout
|
6578 | [\#2618](https://github.com/matrix-org/matrix-react-sdk/pull/2618)
|
6579 | * Fix: dont assume settings label only has one line
|
6580 | [\#2616](https://github.com/matrix-org/matrix-react-sdk/pull/2616)
|
6581 | * Labs feature: recent room breadcrumbs
|
6582 | [\#2615](https://github.com/matrix-org/matrix-react-sdk/pull/2615)
|
6583 | * Fix: roomlist reordering lags
|
6584 | [\#2612](https://github.com/matrix-org/matrix-react-sdk/pull/2612)
|
6585 | * Change text in e2e UX to new copy
|
6586 | [\#2617](https://github.com/matrix-org/matrix-react-sdk/pull/2617)
|
6587 | * Add display name / avatar to incoming sas dialog
|
6588 | [\#2613](https://github.com/matrix-org/matrix-react-sdk/pull/2613)
|
6589 | * Restore backup on new recovery method dialog
|
6590 | [\#2614](https://github.com/matrix-org/matrix-react-sdk/pull/2614)
|
6591 | * Welcome page cleanup
|
6592 | [\#2611](https://github.com/matrix-org/matrix-react-sdk/pull/2611)
|
6593 | * Scale up settings UI to be easier to read
|
6594 | [\#2604](https://github.com/matrix-org/matrix-react-sdk/pull/2604)
|
6595 | * !important shouldn't have a space
|
6596 | [\#2608](https://github.com/matrix-org/matrix-react-sdk/pull/2608)
|
6597 | * Add legacy verification button on wait
|
6598 | [\#2607](https://github.com/matrix-org/matrix-react-sdk/pull/2607)
|
6599 | * Update from Weblate.
|
6600 | [\#2606](https://github.com/matrix-org/matrix-react-sdk/pull/2606)
|
6601 |
|
6602 | Changes in [1.0.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.0-rc.1) (2019-02-08)
|
6603 | =============================================================================================================
|
6604 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.8...v1.0.0-rc.1)
|
6605 |
|
6606 | * Call isGuest correctly
|
6607 | [\#2603](https://github.com/matrix-org/matrix-react-sdk/pull/2603)
|
6608 | * Update from Weblate.
|
6609 | [\#2602](https://github.com/matrix-org/matrix-react-sdk/pull/2602)
|
6610 | * Prompt to restore backup rather than verify
|
6611 | [\#2594](https://github.com/matrix-org/matrix-react-sdk/pull/2594)
|
6612 | * Remove key backup & sas from labs
|
6613 | [\#2599](https://github.com/matrix-org/matrix-react-sdk/pull/2599)
|
6614 | * Update avatar colors
|
6615 | [\#2600](https://github.com/matrix-org/matrix-react-sdk/pull/2600)
|
6616 | * Fix: typeerror when creating DM
|
6617 | [\#2601](https://github.com/matrix-org/matrix-react-sdk/pull/2601)
|
6618 | * Render disabled mxField textareas as disabled
|
6619 | [\#2591](https://github.com/matrix-org/matrix-react-sdk/pull/2591)
|
6620 | * SDK support for welcome page
|
6621 | [\#2597](https://github.com/matrix-org/matrix-react-sdk/pull/2597)
|
6622 | * Change SAS to decimal / emoji
|
6623 | [\#2596](https://github.com/matrix-org/matrix-react-sdk/pull/2596)
|
6624 | * Render join rules and guest access changes in the timeline
|
6625 | [\#2592](https://github.com/matrix-org/matrix-react-sdk/pull/2592)
|
6626 | * Ensure toggle switches listen to property changes
|
6627 | [\#2590](https://github.com/matrix-org/matrix-react-sdk/pull/2590)
|
6628 | * Local echo on room access settings
|
6629 | [\#2593](https://github.com/matrix-org/matrix-react-sdk/pull/2593)
|
6630 | * guard custom tags with feature flag
|
6631 | [\#2589](https://github.com/matrix-org/matrix-react-sdk/pull/2589)
|
6632 | * remove ll feature flag, it's time!
|
6633 | [\#2588](https://github.com/matrix-org/matrix-react-sdk/pull/2588)
|
6634 | * Trust on decrypt
|
6635 | [\#2583](https://github.com/matrix-org/matrix-react-sdk/pull/2583)
|
6636 | * Remove click-to-verify from SAS
|
6637 | [\#2586](https://github.com/matrix-org/matrix-react-sdk/pull/2586)
|
6638 | * Fix: make sure custom tag scroller doesn't overflow parent
|
6639 | [\#2587](https://github.com/matrix-org/matrix-react-sdk/pull/2587)
|
6640 | * Fix: throttle custom tags updating in LLP
|
6641 | [\#2585](https://github.com/matrix-org/matrix-react-sdk/pull/2585)
|
6642 | * Fix firefox scrolling settings tabs differently
|
6643 | [\#2579](https://github.com/matrix-org/matrix-react-sdk/pull/2579)
|
6644 | * Actually change power levels when they are changed
|
6645 | [\#2580](https://github.com/matrix-org/matrix-react-sdk/pull/2580)
|
6646 | * Fix: logging in again breaks CustomRoomTagStore
|
6647 | [\#2584](https://github.com/matrix-org/matrix-react-sdk/pull/2584)
|
6648 | * Fix: click on notif badge
|
6649 | [\#2582](https://github.com/matrix-org/matrix-react-sdk/pull/2582)
|
6650 | * Extend slash command '/topic' to display the room topic
|
6651 | [\#2532](https://github.com/matrix-org/matrix-react-sdk/pull/2532)
|
6652 | * Fix: community badges
|
6653 | [\#2581](https://github.com/matrix-org/matrix-react-sdk/pull/2581)
|
6654 | * Bring back custom tags, also badges on communities
|
6655 | [\#2575](https://github.com/matrix-org/matrix-react-sdk/pull/2575)
|
6656 | * Style reset password to match design
|
6657 | [\#2578](https://github.com/matrix-org/matrix-react-sdk/pull/2578)
|
6658 | * Key Backup: Don't fail if no keys
|
6659 | [\#2577](https://github.com/matrix-org/matrix-react-sdk/pull/2577)
|
6660 | * Remove old user and room settings
|
6661 | [\#2554](https://github.com/matrix-org/matrix-react-sdk/pull/2554)
|
6662 | * increase debouncing of filtering because its quite laggy atm
|
6663 | [\#2576](https://github.com/matrix-org/matrix-react-sdk/pull/2576)
|
6664 | * Tweak field padding to avoid overlapping with selected text
|
6665 | [\#2573](https://github.com/matrix-org/matrix-react-sdk/pull/2573)
|
6666 | * Adapt login flow for the v2 design
|
6667 | [\#2574](https://github.com/matrix-org/matrix-react-sdk/pull/2574)
|
6668 | * Remove the arrow-paren lint rule
|
6669 | [\#2572](https://github.com/matrix-org/matrix-react-sdk/pull/2572)
|
6670 | * Ensure we show registration form when custom URLs are disabled
|
6671 | [\#2571](https://github.com/matrix-org/matrix-react-sdk/pull/2571)
|
6672 | * Fix: search term disappears when collapsing and expanding left panel
|
6673 | [\#2568](https://github.com/matrix-org/matrix-react-sdk/pull/2568)
|
6674 | * Fix: 'jump to bottom' creates big amounts of whitespace at the bottom
|
6675 | [\#2567](https://github.com/matrix-org/matrix-react-sdk/pull/2567)
|
6676 | * Fix: being able to size sections in leftpanel larger than their content
|
6677 | while filtering
|
6678 | [\#2566](https://github.com/matrix-org/matrix-react-sdk/pull/2566)
|
6679 | * Redesign: widget makeover
|
6680 | [\#2565](https://github.com/matrix-org/matrix-react-sdk/pull/2565)
|
6681 | * Restore dropdown chevron to right
|
6682 | [\#2564](https://github.com/matrix-org/matrix-react-sdk/pull/2564)
|
6683 | * Remove warning about encryption being beta
|
6684 | [\#2563](https://github.com/matrix-org/matrix-react-sdk/pull/2563)
|
6685 | * Add e2e icon to room header/composer/member info, more ...
|
6686 | [\#2557](https://github.com/matrix-org/matrix-react-sdk/pull/2557)
|
6687 | * Remove guest warning bar
|
6688 | [\#2562](https://github.com/matrix-org/matrix-react-sdk/pull/2562)
|
6689 | * Style tweaks to support auth background
|
6690 | [\#2561](https://github.com/matrix-org/matrix-react-sdk/pull/2561)
|
6691 | * Set a minimum width on the settings tab content
|
6692 | [\#2560](https://github.com/matrix-org/matrix-react-sdk/pull/2560)
|
6693 | * Fix exception while saving room settings
|
6694 | [\#2555](https://github.com/matrix-org/matrix-react-sdk/pull/2555)
|
6695 | * Disable old settings, making tabbed settings the default
|
6696 | [\#2559](https://github.com/matrix-org/matrix-react-sdk/pull/2559)
|
6697 | * fix UnknownDeviceDialog layout
|
6698 | [\#2558](https://github.com/matrix-org/matrix-react-sdk/pull/2558)
|
6699 | * Misc fixes to settings
|
6700 | [\#2553](https://github.com/matrix-org/matrix-react-sdk/pull/2553)
|
6701 | * Add error message when registration is disabled
|
6702 | [\#2548](https://github.com/matrix-org/matrix-react-sdk/pull/2548)
|
6703 | * Hide registration fields that aren't used by any flow
|
6704 | [\#2551](https://github.com/matrix-org/matrix-react-sdk/pull/2551)
|
6705 | * Ensure correct server URLs with .well-known and server type
|
6706 | [\#2547](https://github.com/matrix-org/matrix-react-sdk/pull/2547)
|
6707 | * Spell homeserver correctly
|
6708 | [\#2552](https://github.com/matrix-org/matrix-react-sdk/pull/2552)
|
6709 | * Auto-focus username on registration
|
6710 | [\#2546](https://github.com/matrix-org/matrix-react-sdk/pull/2546)
|
6711 | * Fixed settings dialog header; Adjust padding on dialog
|
6712 | [\#2549](https://github.com/matrix-org/matrix-react-sdk/pull/2549)
|
6713 | * Fix empty lightbox when there is no avatarUrl
|
6714 | [\#2314](https://github.com/matrix-org/matrix-react-sdk/pull/2314)
|
6715 | * make overflow gradients much smaller and turn bottom into drop shadow
|
6716 | [\#2544](https://github.com/matrix-org/matrix-react-sdk/pull/2544)
|
6717 | * Make auth validation less annoying
|
6718 | [\#2539](https://github.com/matrix-org/matrix-react-sdk/pull/2539)
|
6719 | * layout composer independent of avatar being present
|
6720 | [\#2545](https://github.com/matrix-org/matrix-react-sdk/pull/2545)
|
6721 | * Matthew/cyrillic
|
6722 | [\#2543](https://github.com/matrix-org/matrix-react-sdk/pull/2543)
|
6723 | * Allow expanding the left panel manually when in narrow mode
|
6724 | [\#2541](https://github.com/matrix-org/matrix-react-sdk/pull/2541)
|
6725 | * Redesign: community page cleanup
|
6726 | [\#2538](https://github.com/matrix-org/matrix-react-sdk/pull/2538)
|
6727 | * Redesign: Disable ILAG
|
6728 | [\#2536](https://github.com/matrix-org/matrix-react-sdk/pull/2536)
|
6729 | * Use custom appearance and arrow for field selects
|
6730 | [\#2540](https://github.com/matrix-org/matrix-react-sdk/pull/2540)
|
6731 | * Fix typo
|
6732 | [\#2537](https://github.com/matrix-org/matrix-react-sdk/pull/2537)
|
6733 | * Merge redesign into develop
|
6734 | [\#2535](https://github.com/matrix-org/matrix-react-sdk/pull/2535)
|
6735 | * disable e2e tests everywhere as redesign breaks them for now
|
6736 | [\#2534](https://github.com/matrix-org/matrix-react-sdk/pull/2534)
|
6737 | * avoid horizontal scrollbar in composer when placeholder doesn't fit
|
6738 | [\#2533](https://github.com/matrix-org/matrix-react-sdk/pull/2533)
|
6739 | * fix dropdown style when input is shown
|
6740 | [\#2531](https://github.com/matrix-org/matrix-react-sdk/pull/2531)
|
6741 | * Redesign: tiny fix: stretch device label in member info if content doesn't
|
6742 | fill it
|
6743 | [\#2530](https://github.com/matrix-org/matrix-react-sdk/pull/2530)
|
6744 | * Style registration flow
|
6745 | [\#2527](https://github.com/matrix-org/matrix-react-sdk/pull/2527)
|
6746 | * Redesign: small member info panel makeover
|
6747 | [\#2522](https://github.com/matrix-org/matrix-react-sdk/pull/2522)
|
6748 | * Render the home page when viewing the directory
|
6749 | [\#2529](https://github.com/matrix-org/matrix-react-sdk/pull/2529)
|
6750 | * Fix indentation on all new settings CSS
|
6751 | [\#2528](https://github.com/matrix-org/matrix-react-sdk/pull/2528)
|
6752 | * Round 1 of misc fixes for settings
|
6753 | [\#2526](https://github.com/matrix-org/matrix-react-sdk/pull/2526)
|
6754 | * Implement the Security & Privacy tab of new room settings
|
6755 | [\#2523](https://github.com/matrix-org/matrix-react-sdk/pull/2523)
|
6756 | * Implement the Advanced tab of new room settings
|
6757 | [\#2525](https://github.com/matrix-org/matrix-react-sdk/pull/2525)
|
6758 | * Implement the Roles & Permissions tab of new room settings
|
6759 | [\#2524](https://github.com/matrix-org/matrix-react-sdk/pull/2524)
|
6760 | * Redesign: room directory makeover
|
6761 | [\#2519](https://github.com/matrix-org/matrix-react-sdk/pull/2519)
|
6762 | * Iterate upon the room upgrade warning bar
|
6763 | [\#2518](https://github.com/matrix-org/matrix-react-sdk/pull/2518)
|
6764 | * redesign: small fixes
|
6765 | [\#2520](https://github.com/matrix-org/matrix-react-sdk/pull/2520)
|
6766 | * Implement the "general" tab of new room settings
|
6767 | [\#2516](https://github.com/matrix-org/matrix-react-sdk/pull/2516)
|
6768 | * Tweak auth overflow on Windows and Linux
|
6769 | [\#2521](https://github.com/matrix-org/matrix-react-sdk/pull/2521)
|
6770 | * Redesign: switch layout when filtering room sublists
|
6771 | [\#2515](https://github.com/matrix-org/matrix-react-sdk/pull/2515)
|
6772 | * Make native scrollbars prettier
|
6773 | [\#2470](https://github.com/matrix-org/matrix-react-sdk/pull/2470)
|
6774 | * Add server type selector and style login flow
|
6775 | [\#2517](https://github.com/matrix-org/matrix-react-sdk/pull/2517)
|
6776 | * Implement flair tab in user settings
|
6777 | [\#2512](https://github.com/matrix-org/matrix-react-sdk/pull/2512)
|
6778 | * Override UA/OS styles for disabled Field selects
|
6779 | [\#2502](https://github.com/matrix-org/matrix-react-sdk/pull/2502)
|
6780 | * Be more positive with setting labels
|
6781 | [\#2504](https://github.com/matrix-org/matrix-react-sdk/pull/2504)
|
6782 | * Redesign: new roomlist layout fixes
|
6783 | [\#2514](https://github.com/matrix-org/matrix-react-sdk/pull/2514)
|
6784 | * Redesign: new layout algorithm for room sublists.
|
6785 | [\#2507](https://github.com/matrix-org/matrix-react-sdk/pull/2507)
|
6786 | * Short-Authentication-String Verification
|
6787 | [\#2461](https://github.com/matrix-org/matrix-react-sdk/pull/2461)
|
6788 | * Fix unmount TypeError in `DeviceVerifyButtons`
|
6789 | [\#2513](https://github.com/matrix-org/matrix-react-sdk/pull/2513)
|
6790 | * Remove support for team servers
|
6791 | [\#2511](https://github.com/matrix-org/matrix-react-sdk/pull/2511)
|
6792 | * Initial structure for new room settings
|
6793 | [\#2510](https://github.com/matrix-org/matrix-react-sdk/pull/2510)
|
6794 | * Tweak wording on logout warning
|
6795 | [\#2509](https://github.com/matrix-org/matrix-react-sdk/pull/2509)
|
6796 | * Fix NPE in RoomRecoveryReminder
|
6797 | [\#2508](https://github.com/matrix-org/matrix-react-sdk/pull/2508)
|
6798 | * New text/caption for key backup by verifying device
|
6799 | [\#2506](https://github.com/matrix-org/matrix-react-sdk/pull/2506)
|
6800 | * Implement the "Security & Privacy" tab of new user settings
|
6801 | [\#2499](https://github.com/matrix-org/matrix-react-sdk/pull/2499)
|
6802 | * Add simple animations to toggle switches
|
6803 | [\#2505](https://github.com/matrix-org/matrix-react-sdk/pull/2505)
|
6804 | * Default a Field's placeholder to the label
|
6805 | [\#2503](https://github.com/matrix-org/matrix-react-sdk/pull/2503)
|
6806 | * Have the settings dialog be fixed in size
|
6807 | [\#2501](https://github.com/matrix-org/matrix-react-sdk/pull/2501)
|
6808 | * Implement the "Help & About" tab of new user settings
|
6809 | [\#2500](https://github.com/matrix-org/matrix-react-sdk/pull/2500)
|
6810 | * Implement the "Voice & Video" tab of new user settings
|
6811 | [\#2498](https://github.com/matrix-org/matrix-react-sdk/pull/2498)
|
6812 | * Add widget screenshots to the Labs section
|
6813 | [\#2497](https://github.com/matrix-org/matrix-react-sdk/pull/2497)
|
6814 | * Implement the "Preferences" tab on new user settings
|
6815 | [\#2495](https://github.com/matrix-org/matrix-react-sdk/pull/2495)
|
6816 | * Add target="_blank" to links that don't have it
|
6817 | [\#2496](https://github.com/matrix-org/matrix-react-sdk/pull/2496)
|
6818 | * Implement the "Notifications" tab of new user settings
|
6819 | [\#2494](https://github.com/matrix-org/matrix-react-sdk/pull/2494)
|
6820 | * Implement the "Labs" tab of new user settings
|
6821 | [\#2492](https://github.com/matrix-org/matrix-react-sdk/pull/2492)
|
6822 | * Implement the "General" tab of new user settings
|
6823 | [\#2491](https://github.com/matrix-org/matrix-react-sdk/pull/2491)
|
6824 | * Appease linter in auth related files
|
6825 | [\#2493](https://github.com/matrix-org/matrix-react-sdk/pull/2493)
|
6826 | * Update text and links in authentication flows
|
6827 | [\#2489](https://github.com/matrix-org/matrix-react-sdk/pull/2489)
|
6828 | * Move LanguageSelector to views
|
6829 | [\#2490](https://github.com/matrix-org/matrix-react-sdk/pull/2490)
|
6830 | * Restyle auth page language selector
|
6831 | [\#2488](https://github.com/matrix-org/matrix-react-sdk/pull/2488)
|
6832 | * Fix desktop captcha check
|
6833 | [\#2487](https://github.com/matrix-org/matrix-react-sdk/pull/2487)
|
6834 | * Basic structure for tabbed user settings
|
6835 | [\#2476](https://github.com/matrix-org/matrix-react-sdk/pull/2476)
|
6836 | * Token encouragement if zxcvbn gives no feedback
|
6837 | [\#2471](https://github.com/matrix-org/matrix-react-sdk/pull/2471)
|
6838 | * Fix: show rooms and people section when empty while filtering
|
6839 | [\#2481](https://github.com/matrix-org/matrix-react-sdk/pull/2481)
|
6840 | * Fix AuthFooter CSS rules conflicting with anchors all over the app
|
6841 | [\#2486](https://github.com/matrix-org/matrix-react-sdk/pull/2486)
|
6842 | * Support selects on Field
|
6843 | [\#2484](https://github.com/matrix-org/matrix-react-sdk/pull/2484)
|
6844 | * Fix integrations server error popup being hidden behind right panel
|
6845 | [\#2482](https://github.com/matrix-org/matrix-react-sdk/pull/2482)
|
6846 | * Fix: apparently room can be null here
|
6847 | [\#2480](https://github.com/matrix-org/matrix-react-sdk/pull/2480)
|
6848 | * Redesign: pull jump to bottom button out of room status bar
|
6849 | [\#2478](https://github.com/matrix-org/matrix-react-sdk/pull/2478)
|
6850 | * Redesign: set default size of 350px for left panel
|
6851 | [\#2479](https://github.com/matrix-org/matrix-react-sdk/pull/2479)
|
6852 | * Avoid "jumpiness" with inline typing indicator
|
6853 | [\#2456](https://github.com/matrix-org/matrix-react-sdk/pull/2456)
|
6854 | * De-lint CompatabilityPage & LoggedInView
|
6855 | [\#2472](https://github.com/matrix-org/matrix-react-sdk/pull/2472)
|
6856 | * Remove Status theme-specific hacks
|
6857 | [\#2473](https://github.com/matrix-org/matrix-react-sdk/pull/2473)
|
6858 | * Error if no sessions decrypted
|
6859 | [\#2469](https://github.com/matrix-org/matrix-react-sdk/pull/2469)
|
6860 | * Fix settings direct chat
|
6861 | [\#2466](https://github.com/matrix-org/matrix-react-sdk/pull/2466)
|
6862 | * Show verify button when we have a device to verify
|
6863 | [\#2464](https://github.com/matrix-org/matrix-react-sdk/pull/2464)
|
6864 | * Redesign: Add a form field component
|
6865 | [\#2463](https://github.com/matrix-org/matrix-react-sdk/pull/2463)
|
6866 | * Load fonts and images via source-relative URLs and requires
|
6867 | [\#2460](https://github.com/matrix-org/matrix-react-sdk/pull/2460)
|
6868 | * Say when backup is signed by unknown device
|
6869 | [\#2455](https://github.com/matrix-org/matrix-react-sdk/pull/2455)
|
6870 | * Add an /upgraderoom command to make upgrading easier for development
|
6871 | [\#2458](https://github.com/matrix-org/matrix-react-sdk/pull/2458)
|
6872 | * Merge develop->experimental
|
6873 | [\#2457](https://github.com/matrix-org/matrix-react-sdk/pull/2457)
|
6874 | * Fix: show hand cursor in topleft menu so its clear you can click it
|
6875 | [\#2454](https://github.com/matrix-org/matrix-react-sdk/pull/2454)
|
6876 | * Fix: search makeover missing icons
|
6877 | [\#2453](https://github.com/matrix-org/matrix-react-sdk/pull/2453)
|
6878 | * Redesign: search makeover
|
6879 | [\#2448](https://github.com/matrix-org/matrix-react-sdk/pull/2448)
|
6880 | * Revert "Tiled room UI"
|
6881 | [\#2451](https://github.com/matrix-org/matrix-react-sdk/pull/2451)
|
6882 | * Update from Weblate.
|
6883 | [\#2452](https://github.com/matrix-org/matrix-react-sdk/pull/2452)
|
6884 | * Improve room sublist resizing
|
6885 | [\#2440](https://github.com/matrix-org/matrix-react-sdk/pull/2440)
|
6886 | * Different dialog for new trusted backup
|
6887 | [\#2435](https://github.com/matrix-org/matrix-react-sdk/pull/2435)
|
6888 | * De-lint a few more files
|
6889 | [\#2436](https://github.com/matrix-org/matrix-react-sdk/pull/2436)
|
6890 | * Recalculate the visible rooms when rooms are upgraded
|
6891 | [\#2433](https://github.com/matrix-org/matrix-react-sdk/pull/2433)
|
6892 | * Navigate to the upgraded room's create event where possible
|
6893 | [\#2432](https://github.com/matrix-org/matrix-react-sdk/pull/2432)
|
6894 | * Don't show rooms with tombstones in the address picker
|
6895 | [\#2429](https://github.com/matrix-org/matrix-react-sdk/pull/2429)
|
6896 | * Add separate dialog for recovery method removed
|
6897 | [\#2427](https://github.com/matrix-org/matrix-react-sdk/pull/2427)
|
6898 | * Set which servers to try and join upgraded rooms through
|
6899 | [\#2428](https://github.com/matrix-org/matrix-react-sdk/pull/2428)
|
6900 | * Render a tile for tombstone events
|
6901 | [\#2430](https://github.com/matrix-org/matrix-react-sdk/pull/2430)
|
6902 | * Regenerate en_EN.json to sort entries
|
6903 | [\#2431](https://github.com/matrix-org/matrix-react-sdk/pull/2431)
|
6904 | * Key backup: Debounce passphrase feedback
|
6905 | [\#2426](https://github.com/matrix-org/matrix-react-sdk/pull/2426)
|
6906 | * Set backup niggles: 2
|
6907 | [\#2425](https://github.com/matrix-org/matrix-react-sdk/pull/2425)
|
6908 | * Fix lint errors in MessageComposerInput
|
6909 | [\#2423](https://github.com/matrix-org/matrix-react-sdk/pull/2423)
|
6910 | * Set backup niggles: 1
|
6911 | [\#2424](https://github.com/matrix-org/matrix-react-sdk/pull/2424)
|
6912 | * PoC: Add simple state counters to room heading
|
6913 | [\#2388](https://github.com/matrix-org/matrix-react-sdk/pull/2388)
|
6914 | * Fix a few things with cancelling recovery reminder
|
6915 | [\#2420](https://github.com/matrix-org/matrix-react-sdk/pull/2420)
|
6916 | * Add spaces back to async arrow functions
|
6917 | [\#2422](https://github.com/matrix-org/matrix-react-sdk/pull/2422)
|
6918 | * fix grid growing wider than viewport on chrome
|
6919 | [\#2421](https://github.com/matrix-org/matrix-react-sdk/pull/2421)
|
6920 | * Tiled room UI
|
6921 | [\#2348](https://github.com/matrix-org/matrix-react-sdk/pull/2348)
|
6922 | * Fix path to New Recovery Method icon
|
6923 | [\#2417](https://github.com/matrix-org/matrix-react-sdk/pull/2417)
|
6924 | * run unit tests on riot-web like before
|
6925 | [\#2419](https://github.com/matrix-org/matrix-react-sdk/pull/2419)
|
6926 | * Refactor travis-ci to use parallel jobs
|
6927 | [\#2414](https://github.com/matrix-org/matrix-react-sdk/pull/2414)
|
6928 | * Fix black-on-black GIF icon for stickers
|
6929 | [\#2408](https://github.com/matrix-org/matrix-react-sdk/pull/2408)
|
6930 | * Don't reset cached room list values when they are falsey
|
6931 | [\#2413](https://github.com/matrix-org/matrix-react-sdk/pull/2413)
|
6932 | * Make logout warning nag about key backups
|
6933 | [\#2407](https://github.com/matrix-org/matrix-react-sdk/pull/2407)
|
6934 | * Clarify readme instructions for developers
|
6935 | [\#2404](https://github.com/matrix-org/matrix-react-sdk/pull/2404)
|
6936 | * Add slash command for changing room name
|
6937 | [\#2401](https://github.com/matrix-org/matrix-react-sdk/pull/2401)
|
6938 | * Flatten and simplify the memberlist sorting algorithm
|
6939 | [\#2381](https://github.com/matrix-org/matrix-react-sdk/pull/2381)
|
6940 | * Tiny fixes for custom status messages on experimental
|
6941 | [\#2403](https://github.com/matrix-org/matrix-react-sdk/pull/2403)
|
6942 | * Part 3 of 3: Apply today's changes to experimental again
|
6943 | [\#2400](https://github.com/matrix-org/matrix-react-sdk/pull/2400)
|
6944 | * Part 2 of 3: Merge develop->experimental minus #2336
|
6945 | [\#2399](https://github.com/matrix-org/matrix-react-sdk/pull/2399)
|
6946 | * Part 1 of 3: Back out bad merge for develop->experimental
|
6947 | [\#2398](https://github.com/matrix-org/matrix-react-sdk/pull/2398)
|
6948 | * Fix browser navigation not working between /home, /login, /register, etc
|
6949 | [\#2383](https://github.com/matrix-org/matrix-react-sdk/pull/2383)
|
6950 | * Don't re-sort the room list if the user is hovering over it
|
6951 | [\#2396](https://github.com/matrix-org/matrix-react-sdk/pull/2396)
|
6952 | * Merge develop into experimental
|
6953 | [\#2395](https://github.com/matrix-org/matrix-react-sdk/pull/2395)
|
6954 | * Added colour var to all themes
|
6955 | [\#2379](https://github.com/matrix-org/matrix-react-sdk/pull/2379)
|
6956 | * Colour, contrast & legibility improvements
|
6957 | [\#2378](https://github.com/matrix-org/matrix-react-sdk/pull/2378)
|
6958 | * Redesign: add feedback dialog & button in tag panel
|
6959 | [\#2376](https://github.com/matrix-org/matrix-react-sdk/pull/2376)
|
6960 | * Redesign: add badge with dot to rm button, to see it catches your eye better
|
6961 | [\#2371](https://github.com/matrix-org/matrix-react-sdk/pull/2371)
|
6962 | * Fix misaligned (+) icon
|
6963 | [\#2374](https://github.com/matrix-org/matrix-react-sdk/pull/2374)
|
6964 | * Avoid 'transparent black' gradients in left panel
|
6965 | [\#2373](https://github.com/matrix-org/matrix-react-sdk/pull/2373)
|
6966 | * Normalised icons
|
6967 | [\#2370](https://github.com/matrix-org/matrix-react-sdk/pull/2370)
|
6968 | * Redesign: give right panel default width
|
6969 | [\#2369](https://github.com/matrix-org/matrix-react-sdk/pull/2369)
|
6970 | * Redesign: Fix login field looking inline
|
6971 | [\#2368](https://github.com/matrix-org/matrix-react-sdk/pull/2368)
|
6972 | * Redesign: select search query on focus
|
6973 | [\#2367](https://github.com/matrix-org/matrix-react-sdk/pull/2367)
|
6974 | * Redesign: fix remaining right panel collapse issues.
|
6975 | [\#2366](https://github.com/matrix-org/matrix-react-sdk/pull/2366)
|
6976 | * Redesign: left panel fixes
|
6977 | [\#2364](https://github.com/matrix-org/matrix-react-sdk/pull/2364)
|
6978 | * Redesign: allow to hide the right panel when clicking already active button
|
6979 | & persist
|
6980 | [\#2361](https://github.com/matrix-org/matrix-react-sdk/pull/2361)
|
6981 | * Redesign: make room tiles less high so more rooms fit on the screen
|
6982 | [\#2359](https://github.com/matrix-org/matrix-react-sdk/pull/2359)
|
6983 | * Redesign: ignore any unknown tags
|
6984 | [\#2358](https://github.com/matrix-org/matrix-react-sdk/pull/2358)
|
6985 | * Redesign: disable setting theme completely
|
6986 | [\#2357](https://github.com/matrix-org/matrix-react-sdk/pull/2357)
|
6987 | * Force use of dharma theme
|
6988 | [\#2355](https://github.com/matrix-org/matrix-react-sdk/pull/2355)
|
6989 | * Redesign: some small fixes
|
6990 | [\#2354](https://github.com/matrix-org/matrix-react-sdk/pull/2354)
|
6991 | * Redesign: restyle jump to first unread message & rework read marker logic
|
6992 | (rebased)
|
6993 | [\#2345](https://github.com/matrix-org/matrix-react-sdk/pull/2345)
|
6994 | * Redesign: fix add room button alignment when collapsed
|
6995 | [\#2343](https://github.com/matrix-org/matrix-react-sdk/pull/2343)
|
6996 | * Redesign: confirm sign out from top left menu
|
6997 | [\#2342](https://github.com/matrix-org/matrix-react-sdk/pull/2342)
|
6998 | * Redesign: fix room header avatar in edit mode
|
6999 | [\#2344](https://github.com/matrix-org/matrix-react-sdk/pull/2344)
|
7000 | * Redesign: make community UX usable
|
7001 | [\#2341](https://github.com/matrix-org/matrix-react-sdk/pull/2341)
|
7002 | * Redesign: resizer persistence
|
7003 | [\#2321](https://github.com/matrix-org/matrix-react-sdk/pull/2321)
|
7004 | * Redesign: improve room sub list sizing & persist sizes
|
7005 | [\#2297](https://github.com/matrix-org/matrix-react-sdk/pull/2297)
|
7006 | * Redesign: temp solution to make room settings usable
|
7007 | [\#2298](https://github.com/matrix-org/matrix-react-sdk/pull/2298)
|
7008 | * Redesign: typing notifications in timeline
|
7009 | [\#2276](https://github.com/matrix-org/matrix-react-sdk/pull/2276)
|
7010 | * Redesign: add scroll indicator gradients to top and bottom of room sub list
|
7011 | [\#2275](https://github.com/matrix-org/matrix-react-sdk/pull/2275)
|
7012 | * Redesign: move member query field to bottom of member list
|
7013 | [\#2270](https://github.com/matrix-org/matrix-react-sdk/pull/2270)
|
7014 | * Redesign: room list visual polish
|
7015 | [\#2269](https://github.com/matrix-org/matrix-react-sdk/pull/2269)
|
7016 | * Redesign: bring back & restyle room filter field
|
7017 | [\#2267](https://github.com/matrix-org/matrix-react-sdk/pull/2267)
|
7018 | * Redesign: increase interaction rectangle of resize handles
|
7019 | [\#2262](https://github.com/matrix-org/matrix-react-sdk/pull/2262)
|
7020 | * Redesign: move right panel below room/group header
|
7021 | [\#2260](https://github.com/matrix-org/matrix-react-sdk/pull/2260)
|
7022 | * Redesign: use native auto-hiding scrollbars in room sub lists
|
7023 | [\#2264](https://github.com/matrix-org/matrix-react-sdk/pull/2264)
|
7024 | * Redesign: basic makeover of member info panel
|
7025 | [\#2248](https://github.com/matrix-org/matrix-react-sdk/pull/2248)
|
7026 | * Redesign: memberlist basic makeover
|
7027 | [\#2245](https://github.com/matrix-org/matrix-react-sdk/pull/2245)
|
7028 | * Redesign: tweak room list font sizes
|
7029 | [\#2246](https://github.com/matrix-org/matrix-react-sdk/pull/2246)
|
7030 | * Redesign: Fix room lists sizing
|
7031 | [\#2234](https://github.com/matrix-org/matrix-react-sdk/pull/2234)
|
7032 | * Redesign: fix import path
|
7033 | [\#2243](https://github.com/matrix-org/matrix-react-sdk/pull/2243)
|
7034 | * Redesign: update (most) icons
|
7035 | [\#2241](https://github.com/matrix-org/matrix-react-sdk/pull/2241)
|
7036 | * Redesign: fix basic room header layout
|
7037 | [\#2240](https://github.com/matrix-org/matrix-react-sdk/pull/2240)
|
7038 | * Redesign: 1st go at top left menu & restyling context menus
|
7039 | [\#2239](https://github.com/matrix-org/matrix-react-sdk/pull/2239)
|
7040 | * Redesign: Initial timeline tweaks
|
7041 | [\#2238](https://github.com/matrix-org/matrix-react-sdk/pull/2238)
|
7042 | * Redesign: Align visuals of room list with design
|
7043 | [\#2233](https://github.com/matrix-org/matrix-react-sdk/pull/2233)
|
7044 | * Redesign: room section header tidbits
|
7045 | [\#2229](https://github.com/matrix-org/matrix-react-sdk/pull/2229)
|
7046 | * Redesign: Add (+) button in room section header to add rooms
|
7047 | [\#2228](https://github.com/matrix-org/matrix-react-sdk/pull/2228)
|
7048 | * Redesign: 1st go at resizing room sublists
|
7049 | [\#2226](https://github.com/matrix-org/matrix-react-sdk/pull/2226)
|
7050 | * Redesign: remove room list truncation and DND
|
7051 | [\#2224](https://github.com/matrix-org/matrix-react-sdk/pull/2224)
|
7052 | * Redesign: resizeable/collapsible sections
|
7053 | [\#2210](https://github.com/matrix-org/matrix-react-sdk/pull/2210)
|
7054 |
|
7055 | Changes in [0.14.8](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.8) (2019-01-22)
|
7056 | =====================================================================================================
|
7057 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.8-rc.1...v0.14.8)
|
7058 |
|
7059 | * Fix settings direct chat
|
7060 | [\#2467](https://github.com/matrix-org/matrix-react-sdk/pull/2467)
|
7061 |
|
7062 | Changes in [0.14.8-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.8-rc.1) (2019-01-17)
|
7063 | ===============================================================================================================
|
7064 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.7...v0.14.8-rc.1)
|
7065 |
|
7066 | * Change wording of 'invite anyway' setting
|
7067 | [\#2450](https://github.com/matrix-org/matrix-react-sdk/pull/2450)
|
7068 | * Minimal lint-fixes to make develop CI build
|
7069 | [\#2449](https://github.com/matrix-org/matrix-react-sdk/pull/2449)
|
7070 | * Develop->Experimental
|
7071 | [\#2445](https://github.com/matrix-org/matrix-react-sdk/pull/2445)
|
7072 | * Limit line length in the room directory
|
7073 | [\#2438](https://github.com/matrix-org/matrix-react-sdk/pull/2438)
|
7074 | * Develop->Experimental
|
7075 | [\#2444](https://github.com/matrix-org/matrix-react-sdk/pull/2444)
|
7076 | * Fix setting label for unknown invites
|
7077 | [\#2443](https://github.com/matrix-org/matrix-react-sdk/pull/2443)
|
7078 | * Merge develop -> experimental
|
7079 | [\#2441](https://github.com/matrix-org/matrix-react-sdk/pull/2441)
|
7080 | * Give a route for retrying invites for users which may not exist
|
7081 | [\#2434](https://github.com/matrix-org/matrix-react-sdk/pull/2434)
|
7082 | * Show in-room reminder when key backup creating device unverified
|
7083 | [\#2394](https://github.com/matrix-org/matrix-react-sdk/pull/2394)
|
7084 | * Consistent flair ordering.
|
7085 | [\#2389](https://github.com/matrix-org/matrix-react-sdk/pull/2389)
|
7086 | * Fetch matching e2e-test branch
|
7087 | [\#2387](https://github.com/matrix-org/matrix-react-sdk/pull/2387)
|
7088 | * Add some logging for riot-web#7838
|
7089 | [\#2385](https://github.com/matrix-org/matrix-react-sdk/pull/2385)
|
7090 | * Handle well-known data in the login response
|
7091 | [\#2384](https://github.com/matrix-org/matrix-react-sdk/pull/2384)
|
7092 | * Custom status messages
|
7093 | [\#2347](https://github.com/matrix-org/matrix-react-sdk/pull/2347)
|
7094 | * React-sdk changes to support sandboxed electron
|
7095 | [\#2372](https://github.com/matrix-org/matrix-react-sdk/pull/2372)
|
7096 | * Make sure to grab the InlineSpinner object
|
7097 | [\#2363](https://github.com/matrix-org/matrix-react-sdk/pull/2363)
|
7098 | * Standardize errors about localpart structure
|
7099 | [\#2351](https://github.com/matrix-org/matrix-react-sdk/pull/2351)
|
7100 | * Fix translation error on notification icon
|
7101 | [\#2352](https://github.com/matrix-org/matrix-react-sdk/pull/2352)
|
7102 | * Introduce a default_server_name for aesthetics and rework .well-known
|
7103 | [\#2327](https://github.com/matrix-org/matrix-react-sdk/pull/2327)
|
7104 | * Show the number of unread notifications above the bell on the right
|
7105 | [\#2336](https://github.com/matrix-org/matrix-react-sdk/pull/2336)
|
7106 | * Check to make sure email addresses look roughly valid before inviting them
|
7107 | to rooms
|
7108 | [\#2338](https://github.com/matrix-org/matrix-react-sdk/pull/2338)
|
7109 | * Expose hidden notification rules in UI
|
7110 | [\#2346](https://github.com/matrix-org/matrix-react-sdk/pull/2346)
|
7111 | * Avoid preserving HS url at logout
|
7112 | [\#2340](https://github.com/matrix-org/matrix-react-sdk/pull/2340)
|
7113 | * Speed up room unread checks by not hitting the SettingsStore so often
|
7114 | [\#2339](https://github.com/matrix-org/matrix-react-sdk/pull/2339)
|
7115 | * Remove outdated info about custom skins
|
7116 | [\#2337](https://github.com/matrix-org/matrix-react-sdk/pull/2337)
|
7117 | * Show the IncomingCallBox if the call is for the RoomSubList
|
7118 | [\#2333](https://github.com/matrix-org/matrix-react-sdk/pull/2333)
|
7119 | * Don't consider ACL'd servers as permalink candidates
|
7120 | [\#2331](https://github.com/matrix-org/matrix-react-sdk/pull/2331)
|
7121 | * Fix pinning of rooms without badges
|
7122 | [\#2330](https://github.com/matrix-org/matrix-react-sdk/pull/2330)
|
7123 | * Sort translations by file name
|
7124 | [\#2329](https://github.com/matrix-org/matrix-react-sdk/pull/2329)
|
7125 | * Update React guide in code style
|
7126 | [\#2335](https://github.com/matrix-org/matrix-react-sdk/pull/2335)
|
7127 | * Remove temporary account_deactivation_preferences
|
7128 | [\#2259](https://github.com/matrix-org/matrix-react-sdk/pull/2259)
|
7129 |
|
7130 | Changes in [0.14.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.7) (2018-12-10)
|
7131 | =====================================================================================================
|
7132 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.7-rc.2...v0.14.7)
|
7133 |
|
7134 | * No changes since rc.2
|
7135 |
|
7136 | Changes in [0.14.7-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.7-rc.2) (2018-12-06)
|
7137 | ===============================================================================================================
|
7138 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.7-rc.1...v0.14.7-rc.2)
|
7139 |
|
7140 | * Ship the babelrc file to npm
|
7141 | [\#2332](https://github.com/matrix-org/matrix-react-sdk/pull/2332)
|
7142 |
|
7143 | Changes in [0.14.7-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.7-rc.1) (2018-12-06)
|
7144 | ===============================================================================================================
|
7145 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.6...v0.14.7-rc.1)
|
7146 |
|
7147 | * Suppress CORS errors in the 'failed to join room' dialog
|
7148 | [\#2306](https://github.com/matrix-org/matrix-react-sdk/pull/2306)
|
7149 | * Check if users exist before inviting them and communicate errors
|
7150 | [\#2317](https://github.com/matrix-org/matrix-react-sdk/pull/2317)
|
7151 | * Update from Weblate.
|
7152 | [\#2328](https://github.com/matrix-org/matrix-react-sdk/pull/2328)
|
7153 | * Allow group summary to load when /users fails
|
7154 | [\#2326](https://github.com/matrix-org/matrix-react-sdk/pull/2326)
|
7155 | * Show correct text if passphrase is skipped
|
7156 | [\#2324](https://github.com/matrix-org/matrix-react-sdk/pull/2324)
|
7157 | * Add password strength meter to backup creation UI
|
7158 | [\#2294](https://github.com/matrix-org/matrix-react-sdk/pull/2294)
|
7159 | * Check upload limits before trying to upload large files
|
7160 | [\#1876](https://github.com/matrix-org/matrix-react-sdk/pull/1876)
|
7161 | * Support .well-known discovery
|
7162 | [\#2227](https://github.com/matrix-org/matrix-react-sdk/pull/2227)
|
7163 | * Make create key backup dialog async
|
7164 | [\#2291](https://github.com/matrix-org/matrix-react-sdk/pull/2291)
|
7165 | * Forgot to enable continue button on download
|
7166 | [\#2288](https://github.com/matrix-org/matrix-react-sdk/pull/2288)
|
7167 | * Online incremental megolm backups (v2)
|
7168 | [\#2169](https://github.com/matrix-org/matrix-react-sdk/pull/2169)
|
7169 | * Add recovery key download button
|
7170 | [\#2284](https://github.com/matrix-org/matrix-react-sdk/pull/2284)
|
7171 | * Passphrase Support for e2e backups
|
7172 | [\#2283](https://github.com/matrix-org/matrix-react-sdk/pull/2283)
|
7173 | * Update async dialog interface to use promises
|
7174 | [\#2286](https://github.com/matrix-org/matrix-react-sdk/pull/2286)
|
7175 | * Support for m.login.sso
|
7176 | [\#2279](https://github.com/matrix-org/matrix-react-sdk/pull/2279)
|
7177 | * Added badge to non-autoplay GIFs
|
7178 | [\#2235](https://github.com/matrix-org/matrix-react-sdk/pull/2235)
|
7179 | * Improve terms auth flow
|
7180 | [\#2277](https://github.com/matrix-org/matrix-react-sdk/pull/2277)
|
7181 | * Handle crypto db version upgrade
|
7182 | [\#2282](https://github.com/matrix-org/matrix-react-sdk/pull/2282)
|
7183 |
|
7184 | Changes in [0.14.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.6) (2018-11-22)
|
7185 | =====================================================================================================
|
7186 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5...v0.14.6)
|
7187 |
|
7188 | * Warning when crypto DB is too new to use.
|
7189 |
|
7190 | Changes in [0.14.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5) (2018-11-19)
|
7191 | =====================================================================================================
|
7192 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5-rc.2...v0.14.5)
|
7193 |
|
7194 | * No changes since rc.1
|
7195 |
|
7196 | Changes in [0.14.5-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.2) (2018-11-15)
|
7197 | ===============================================================================================================
|
7198 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.5-rc.1...v0.14.5-rc.2)
|
7199 |
|
7200 | * Update to js-sdk v0.14.0-rc.1 which uses the new Olm API
|
7201 | (v0.14.0-rc.1 was broken because of this).
|
7202 |
|
7203 | Changes in [0.14.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.5-rc.1) (2018-11-15)
|
7204 | ===============================================================================================================
|
7205 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.4...v0.14.5-rc.1)
|
7206 |
|
7207 | * Update from Weblate.
|
7208 | [\#2278](https://github.com/matrix-org/matrix-react-sdk/pull/2278)
|
7209 | * Support room IDs and event permalinks in the join command
|
7210 | [\#2272](https://github.com/matrix-org/matrix-react-sdk/pull/2272)
|
7211 | * Align encrypted event buttons in Safari
|
7212 | [\#2274](https://github.com/matrix-org/matrix-react-sdk/pull/2274)
|
7213 | * Align buttons in encrypted event dialog
|
7214 | [\#2273](https://github.com/matrix-org/matrix-react-sdk/pull/2273)
|
7215 | * Add visible guest warning to encourage login
|
7216 | [\#2268](https://github.com/matrix-org/matrix-react-sdk/pull/2268)
|
7217 | * Regenerate the room list when m.fully_read is issued
|
7218 | [\#2266](https://github.com/matrix-org/matrix-react-sdk/pull/2266)
|
7219 | * Remove the request-only stuff we don't need anymore
|
7220 | [\#2263](https://github.com/matrix-org/matrix-react-sdk/pull/2263)
|
7221 | * Improve performance of room list and fix timestamp ordering when pinning
|
7222 | rooms
|
7223 | [\#2265](https://github.com/matrix-org/matrix-react-sdk/pull/2265)
|
7224 | * Add options to pin unread/mentioned rooms to the top of the room list
|
7225 | [\#1936](https://github.com/matrix-org/matrix-react-sdk/pull/1936)
|
7226 | * only run e2e tests on PRs targeted on develop
|
7227 | [\#2261](https://github.com/matrix-org/matrix-react-sdk/pull/2261)
|
7228 | * Fix and test matrix.to alias permalinks
|
7229 | [\#2254](https://github.com/matrix-org/matrix-react-sdk/pull/2254)
|
7230 | * click-through svg on tag tile context menu to make it less weird
|
7231 | [\#2257](https://github.com/matrix-org/matrix-react-sdk/pull/2257)
|
7232 | * Hide Matthew's Time Machine
|
7233 | [\#2256](https://github.com/matrix-org/matrix-react-sdk/pull/2256)
|
7234 | * Update babel-eslint to 8.1.1
|
7235 | [\#2255](https://github.com/matrix-org/matrix-react-sdk/pull/2255)
|
7236 | * Support routing matrix.to links to joinable rooms
|
7237 | [\#2250](https://github.com/matrix-org/matrix-react-sdk/pull/2250)
|
7238 | * Fix autoreplacement of ascii emoji
|
7239 | [\#2253](https://github.com/matrix-org/matrix-react-sdk/pull/2253)
|
7240 | * Repair DevTools button padding by centralizing styles
|
7241 | [\#2252](https://github.com/matrix-org/matrix-react-sdk/pull/2252)
|
7242 | * Redirect widgets to another location before deleting them
|
7243 | [\#2232](https://github.com/matrix-org/matrix-react-sdk/pull/2232)
|
7244 | * disable e2e tests for PRs targeted at experimental (redesign)
|
7245 | [\#2251](https://github.com/matrix-org/matrix-react-sdk/pull/2251)
|
7246 | * Fix emoji replacement in composer
|
7247 | [\#2247](https://github.com/matrix-org/matrix-react-sdk/pull/2247)
|
7248 | * Add a devtools button to roomsettings
|
7249 | [\#2249](https://github.com/matrix-org/matrix-react-sdk/pull/2249)
|
7250 | * Add warning when administrator leaves community (#5724)
|
7251 | [\#2242](https://github.com/matrix-org/matrix-react-sdk/pull/2242)
|
7252 |
|
7253 | Changes in [0.14.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.4) (2018-11-13)
|
7254 | =====================================================================================================
|
7255 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.3...v0.14.4)
|
7256 |
|
7257 | * Include change that was supposed to be included in orevious version
|
7258 |
|
7259 | Changes in [0.14.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.3) (2018-11-13)
|
7260 | =====================================================================================================
|
7261 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.2...v0.14.3)
|
7262 |
|
7263 | * Add banner with login/register links for users who aren't logged in
|
7264 |
|
7265 | Changes in [0.14.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.2) (2018-10-29)
|
7266 | =====================================================================================================
|
7267 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.2-rc.1...v0.14.2)
|
7268 |
|
7269 | * Fix autoreplacement of ascii emoji
|
7270 | [\#2258](https://github.com/matrix-org/matrix-react-sdk/pull/2258)
|
7271 |
|
7272 | Changes in [0.14.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.2-rc.1) (2018-10-24)
|
7273 | ===============================================================================================================
|
7274 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.1...v0.14.2-rc.1)
|
7275 |
|
7276 | * Update from Weblate.
|
7277 | [\#2244](https://github.com/matrix-org/matrix-react-sdk/pull/2244)
|
7278 | * Show the group member list again
|
7279 | [\#2223](https://github.com/matrix-org/matrix-react-sdk/pull/2223)
|
7280 | * lint: make colorScheme camel case
|
7281 | [\#2237](https://github.com/matrix-org/matrix-react-sdk/pull/2237)
|
7282 | * Change leave room button text, OK -> Leave
|
7283 | [\#2236](https://github.com/matrix-org/matrix-react-sdk/pull/2236)
|
7284 | * Move all dialog buttons to the right and fix their order
|
7285 | [\#2231](https://github.com/matrix-org/matrix-react-sdk/pull/2231)
|
7286 | * Add a bit of text to explain the purpose of the RoomPreviewSpinner
|
7287 | [\#2225](https://github.com/matrix-org/matrix-react-sdk/pull/2225)
|
7288 | * Move the login box from the left sidebar to where the composer is
|
7289 | [\#2219](https://github.com/matrix-org/matrix-react-sdk/pull/2219)
|
7290 | * Fix an error where React doesn't like value=null on a select
|
7291 | [\#2230](https://github.com/matrix-org/matrix-react-sdk/pull/2230)
|
7292 | * add missing sticker translation
|
7293 | [\#2216](https://github.com/matrix-org/matrix-react-sdk/pull/2216)
|
7294 | * Support m.login.terms during registration
|
7295 | [\#2221](https://github.com/matrix-org/matrix-react-sdk/pull/2221)
|
7296 | * Don't show the invite nag bar when peeking
|
7297 | [\#2220](https://github.com/matrix-org/matrix-react-sdk/pull/2220)
|
7298 | * Apply the user's tint once the MatrixClientPeg is moderately ready
|
7299 | [\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214)
|
7300 | * Make rageshake use less memory
|
7301 | [\#2217](https://github.com/matrix-org/matrix-react-sdk/pull/2217)
|
7302 | * Fix autocomplete
|
7303 | [\#2212](https://github.com/matrix-org/matrix-react-sdk/pull/2212)
|
7304 | * Explain feature states in a lot more detail
|
7305 | [\#2211](https://github.com/matrix-org/matrix-react-sdk/pull/2211)
|
7306 | * Fix various lint errors
|
7307 | [\#2213](https://github.com/matrix-org/matrix-react-sdk/pull/2213)
|
7308 |
|
7309 | Changes in [0.14.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.1) (2018-10-19)
|
7310 | =====================================================================================================
|
7311 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0...v0.14.1)
|
7312 |
|
7313 | * Apply the user's tint once the MatrixClientPeg is moderately ready
|
7314 | [\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214)
|
7315 |
|
7316 | Changes in [0.14.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.0) (2018-10-16)
|
7317 | =====================================================================================================
|
7318 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0-rc.1...v0.14.0)
|
7319 |
|
7320 | * Phased rollout of lazy loading
|
7321 | [\#2218](https://github.com/matrix-org/matrix-react-sdk/pull/2218)
|
7322 |
|
7323 | Changes in [0.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.0-rc.1) (2018-10-11)
|
7324 | ===============================================================================================================
|
7325 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.6...v0.14.0-rc.1)
|
7326 |
|
7327 | * turn LL on by default!
|
7328 | [\#2209](https://github.com/matrix-org/matrix-react-sdk/pull/2209)
|
7329 | * Update from Weblate.
|
7330 | [\#2207](https://github.com/matrix-org/matrix-react-sdk/pull/2207)
|
7331 | * Fix quote post slate update
|
7332 | [\#2206](https://github.com/matrix-org/matrix-react-sdk/pull/2206)
|
7333 | * Handle InvalidStoreError from js-sdk
|
7334 | [\#2205](https://github.com/matrix-org/matrix-react-sdk/pull/2205)
|
7335 | * Fall back to default avatar in RR when member isn't loaded yet
|
7336 | [\#2204](https://github.com/matrix-org/matrix-react-sdk/pull/2204)
|
7337 | * Update to new version of slate
|
7338 | [\#2202](https://github.com/matrix-org/matrix-react-sdk/pull/2202)
|
7339 | * Update karma to webpack 4
|
7340 | [\#2203](https://github.com/matrix-org/matrix-react-sdk/pull/2203)
|
7341 | * More accessible buttons - take 2
|
7342 | [\#2194](https://github.com/matrix-org/matrix-react-sdk/pull/2194)
|
7343 | * log correct error code when opening log idb
|
7344 | [\#2200](https://github.com/matrix-org/matrix-react-sdk/pull/2200)
|
7345 | * show warning when LL is disabled but was enabled before
|
7346 | [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201)
|
7347 | * Fall back to another store if indexeddb start fails
|
7348 | [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195)
|
7349 | * Silence bluebird warnings
|
7350 | [\#2198](https://github.com/matrix-org/matrix-react-sdk/pull/2198)
|
7351 | * Use createObjectURL instead of readAsDataURL for videos
|
7352 | [\#2197](https://github.com/matrix-org/matrix-react-sdk/pull/2197)
|
7353 | * Revert "Use createObjectURL instead of readAsDataURL for videos"
|
7354 | [\#2196](https://github.com/matrix-org/matrix-react-sdk/pull/2196)
|
7355 | * Track how far the user travels before dismissing their user settings
|
7356 | [\#2183](https://github.com/matrix-org/matrix-react-sdk/pull/2183)
|
7357 | * Drop (IRC) suffix hacks
|
7358 | [\#2193](https://github.com/matrix-org/matrix-react-sdk/pull/2193)
|
7359 | * Use createObjectURL instead of readAsDataURL for videos
|
7360 | [\#2176](https://github.com/matrix-org/matrix-react-sdk/pull/2176)
|
7361 | * Remove old migration code
|
7362 | [\#2192](https://github.com/matrix-org/matrix-react-sdk/pull/2192)
|
7363 | * Fix brace style in TextForEvent.js
|
7364 | [\#2191](https://github.com/matrix-org/matrix-react-sdk/pull/2191)
|
7365 | * Fix error logging
|
7366 | [\#2190](https://github.com/matrix-org/matrix-react-sdk/pull/2190)
|
7367 | * Fix Promise.defer warning in ScalarAuthClient.js
|
7368 | [\#2188](https://github.com/matrix-org/matrix-react-sdk/pull/2188)
|
7369 | * Communicate early that a 3pid is required during registration if needed
|
7370 | [\#2180](https://github.com/matrix-org/matrix-react-sdk/pull/2180)
|
7371 | * try to encourage people to attach logs to bugs
|
7372 | [\#2185](https://github.com/matrix-org/matrix-react-sdk/pull/2185)
|
7373 | * Show the 'homeserver unavailable' warning when the first sync fails
|
7374 | [\#2182](https://github.com/matrix-org/matrix-react-sdk/pull/2182)
|
7375 | * allow passing initial is_url like hs_url in query params
|
7376 | [\#2083](https://github.com/matrix-org/matrix-react-sdk/pull/2083)
|
7377 | * Update karma
|
7378 | [\#2177](https://github.com/matrix-org/matrix-react-sdk/pull/2177)
|
7379 | * fudge hangup reasons
|
7380 | [\#2184](https://github.com/matrix-org/matrix-react-sdk/pull/2184)
|
7381 | * Provide more helpful errors when i18n generation fails
|
7382 | [\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181)
|
7383 |
|
7384 | Changes in [0.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.0-rc.1) (2018-10-11)
|
7385 | ===============================================================================================================
|
7386 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.6...v0.14.0-rc.1)
|
7387 |
|
7388 | * turn LL on by default!
|
7389 | [\#2209](https://github.com/matrix-org/matrix-react-sdk/pull/2209)
|
7390 | * Update from Weblate.
|
7391 | [\#2207](https://github.com/matrix-org/matrix-react-sdk/pull/2207)
|
7392 | * Fix quote post slate update
|
7393 | [\#2206](https://github.com/matrix-org/matrix-react-sdk/pull/2206)
|
7394 | * Handle InvalidStoreError from js-sdk
|
7395 | [\#2205](https://github.com/matrix-org/matrix-react-sdk/pull/2205)
|
7396 | * Fall back to default avatar in RR when member isn't loaded yet
|
7397 | [\#2204](https://github.com/matrix-org/matrix-react-sdk/pull/2204)
|
7398 | * Update to new version of slate
|
7399 | [\#2202](https://github.com/matrix-org/matrix-react-sdk/pull/2202)
|
7400 | * Update karma to webpack 4
|
7401 | [\#2203](https://github.com/matrix-org/matrix-react-sdk/pull/2203)
|
7402 | * More accessible buttons - take 2
|
7403 | [\#2194](https://github.com/matrix-org/matrix-react-sdk/pull/2194)
|
7404 | * log correct error code when opening log idb
|
7405 | [\#2200](https://github.com/matrix-org/matrix-react-sdk/pull/2200)
|
7406 | * show warning when LL is disabled but was enabled before
|
7407 | [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201)
|
7408 | * Fall back to another store if indexeddb start fails
|
7409 | [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195)
|
7410 | * Silence bluebird warnings
|
7411 | [\#2198](https://github.com/matrix-org/matrix-react-sdk/pull/2198)
|
7412 | * Use createObjectURL instead of readAsDataURL for videos
|
7413 | [\#2197](https://github.com/matrix-org/matrix-react-sdk/pull/2197)
|
7414 | * Revert "Use createObjectURL instead of readAsDataURL for videos"
|
7415 | [\#2196](https://github.com/matrix-org/matrix-react-sdk/pull/2196)
|
7416 | * Track how far the user travels before dismissing their user settings
|
7417 | [\#2183](https://github.com/matrix-org/matrix-react-sdk/pull/2183)
|
7418 | * Drop (IRC) suffix hacks
|
7419 | [\#2193](https://github.com/matrix-org/matrix-react-sdk/pull/2193)
|
7420 | * Use createObjectURL instead of readAsDataURL for videos
|
7421 | [\#2176](https://github.com/matrix-org/matrix-react-sdk/pull/2176)
|
7422 | * Remove old migration code
|
7423 | [\#2192](https://github.com/matrix-org/matrix-react-sdk/pull/2192)
|
7424 | * Fix brace style in TextForEvent.js
|
7425 | [\#2191](https://github.com/matrix-org/matrix-react-sdk/pull/2191)
|
7426 | * Fix error logging
|
7427 | [\#2190](https://github.com/matrix-org/matrix-react-sdk/pull/2190)
|
7428 | * Fix Promise.defer warning in ScalarAuthClient.js
|
7429 | [\#2188](https://github.com/matrix-org/matrix-react-sdk/pull/2188)
|
7430 | * Communicate early that a 3pid is required during registration if needed
|
7431 | [\#2180](https://github.com/matrix-org/matrix-react-sdk/pull/2180)
|
7432 | * try to encourage people to attach logs to bugs
|
7433 | [\#2185](https://github.com/matrix-org/matrix-react-sdk/pull/2185)
|
7434 | * Show the 'homeserver unavailable' warning when the first sync fails
|
7435 | [\#2182](https://github.com/matrix-org/matrix-react-sdk/pull/2182)
|
7436 | * allow passing initial is_url like hs_url in query params
|
7437 | [\#2083](https://github.com/matrix-org/matrix-react-sdk/pull/2083)
|
7438 | * Update karma
|
7439 | [\#2177](https://github.com/matrix-org/matrix-react-sdk/pull/2177)
|
7440 | * fudge hangup reasons
|
7441 | [\#2184](https://github.com/matrix-org/matrix-react-sdk/pull/2184)
|
7442 | * Provide more helpful errors when i18n generation fails
|
7443 | [\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181)
|
7444 |
|
7445 | Changes in [0.13.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.6) (2018-10-08)
|
7446 | =====================================================================================================
|
7447 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5...v0.13.6)
|
7448 |
|
7449 | * Fix resuming session in Firefox private mode/Tor browser being broken
|
7450 | [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195)
|
7451 | * Show warning about using lazy-loading/non-lazy-loading versions simultaneously (/app & /develop)
|
7452 | [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201)
|
7453 |
|
7454 | Changes in [0.13.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5) (2018-10-01)
|
7455 | =====================================================================================================
|
7456 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5-rc.1...v0.13.5)
|
7457 |
|
7458 | * No changes since rc.1
|
7459 |
|
7460 | Changes in [0.13.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5-rc.1) (2018-09-27)
|
7461 | ===============================================================================================================
|
7462 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4...v0.13.5-rc.1)
|
7463 |
|
7464 | * resync when LL is toggled, show message when enabled
|
7465 | [\#2178](https://github.com/matrix-org/matrix-react-sdk/pull/2178)
|
7466 | * Update from Weblate.
|
7467 | [\#2179](https://github.com/matrix-org/matrix-react-sdk/pull/2179)
|
7468 | * Split npm start into an init and watch script
|
7469 | [\#2175](https://github.com/matrix-org/matrix-react-sdk/pull/2175)
|
7470 | * show canonical aliases in timeline, and set/remove implicit ones
|
7471 | [\#2171](https://github.com/matrix-org/matrix-react-sdk/pull/2171)
|
7472 | * Fix stale RR and improve LL reliability in RoomView & MemberList.
|
7473 | [\#2168](https://github.com/matrix-org/matrix-react-sdk/pull/2168)
|
7474 | * pass --travis flag to e2e tests to disable tests known not to work Travis CI
|
7475 | [\#2170](https://github.com/matrix-org/matrix-react-sdk/pull/2170)
|
7476 | * Add m.room.aliases to the timeline
|
7477 | [\#2167](https://github.com/matrix-org/matrix-react-sdk/pull/2167)
|
7478 | * postpone loading the members until the user joined the room
|
7479 | [\#2165](https://github.com/matrix-org/matrix-react-sdk/pull/2165)
|
7480 | * Allow translation tags object to be a variable
|
7481 | [\#2166](https://github.com/matrix-org/matrix-react-sdk/pull/2166)
|
7482 | * Don't try to exit fullscreen if not fullscreen
|
7483 | [\#2164](https://github.com/matrix-org/matrix-react-sdk/pull/2164)
|
7484 | * avoid updating the memberlist while the spinner is shown
|
7485 | [\#2161](https://github.com/matrix-org/matrix-react-sdk/pull/2161)
|
7486 | * fix logging room id when LL members fail
|
7487 | [\#2163](https://github.com/matrix-org/matrix-react-sdk/pull/2163)
|
7488 | * dont keep the spinner in the memberlist when fetching /members fails
|
7489 | [\#2162](https://github.com/matrix-org/matrix-react-sdk/pull/2162)
|
7490 | * only dispatch an action for self-membership
|
7491 | [\#2160](https://github.com/matrix-org/matrix-react-sdk/pull/2160)
|
7492 | * avoid unneeded lookups in memberDict
|
7493 | [\#2153](https://github.com/matrix-org/matrix-react-sdk/pull/2153)
|
7494 | * Update from Weblate.
|
7495 | [\#2157](https://github.com/matrix-org/matrix-react-sdk/pull/2157)
|
7496 | * avoid memberlist refresh for events related to rooms other but the current
|
7497 | [\#2156](https://github.com/matrix-org/matrix-react-sdk/pull/2156)
|
7498 |
|
7499 | Changes in [0.13.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4) (2018-09-10)
|
7500 | =====================================================================================================
|
7501 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4-rc.1...v0.13.4)
|
7502 |
|
7503 | * No changes since rc.1
|
7504 |
|
7505 | Changes in [0.13.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4-rc.1) (2018-09-07)
|
7506 | ===============================================================================================================
|
7507 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3...v0.13.4-rc.1)
|
7508 |
|
7509 | * Error on splash screen if sync is failing
|
7510 | [\#2155](https://github.com/matrix-org/matrix-react-sdk/pull/2155)
|
7511 | * Do full registration if HS doesn't support ILAG
|
7512 | [\#2150](https://github.com/matrix-org/matrix-react-sdk/pull/2150)
|
7513 | * Re-apply "Don't rely on room members to query power levels"
|
7514 | [\#2152](https://github.com/matrix-org/matrix-react-sdk/pull/2152)
|
7515 | * s/DidMount/WillMount/ in MessageComposerInput
|
7516 | [\#2151](https://github.com/matrix-org/matrix-react-sdk/pull/2151)
|
7517 | * Revert "Don't rely on room members to query power levels"
|
7518 | [\#2149](https://github.com/matrix-org/matrix-react-sdk/pull/2149)
|
7519 | * Don't rely on room members to query power levels
|
7520 | [\#2145](https://github.com/matrix-org/matrix-react-sdk/pull/2145)
|
7521 | * Correctly mark email as optional
|
7522 | [\#2148](https://github.com/matrix-org/matrix-react-sdk/pull/2148)
|
7523 | * guests trying to join communities should fire the ILAG flow.
|
7524 | [\#2059](https://github.com/matrix-org/matrix-react-sdk/pull/2059)
|
7525 | * Fix DM avatars, part 3
|
7526 | [\#2146](https://github.com/matrix-org/matrix-react-sdk/pull/2146)
|
7527 | * Fix: show spinner again while recovering from connection error
|
7528 | [\#2143](https://github.com/matrix-org/matrix-react-sdk/pull/2143)
|
7529 | * Fix: infinite spinner on trying to create welcomeUserId room without consent
|
7530 | [\#2147](https://github.com/matrix-org/matrix-react-sdk/pull/2147)
|
7531 | * Show spinner in member list while loading members
|
7532 | [\#2139](https://github.com/matrix-org/matrix-react-sdk/pull/2139)
|
7533 | * Slash command to discard megolm session
|
7534 | [\#2140](https://github.com/matrix-org/matrix-react-sdk/pull/2140)
|
7535 |
|
7536 | Changes in [0.13.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3) (2018-09-03)
|
7537 | =====================================================================================================
|
7538 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.2...v0.13.3)
|
7539 |
|
7540 | * No changes since rc.2
|
7541 |
|
7542 | Changes in [0.13.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3-rc.2) (2018-08-31)
|
7543 | ===============================================================================================================
|
7544 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.1...v0.13.3-rc.2)
|
7545 |
|
7546 | * Update js-sdk to fix exception
|
7547 |
|
7548 | Changes in [0.13.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3-rc.1) (2018-08-30)
|
7549 | ===============================================================================================================
|
7550 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.2...v0.13.3-rc.1)
|
7551 |
|
7552 | * Fix DM avatar
|
7553 | [\#2141](https://github.com/matrix-org/matrix-react-sdk/pull/2141)
|
7554 | * Update from Weblate.
|
7555 | [\#2142](https://github.com/matrix-org/matrix-react-sdk/pull/2142)
|
7556 | * Support m.room.tombstone events
|
7557 | [\#2124](https://github.com/matrix-org/matrix-react-sdk/pull/2124)
|
7558 | * Support room creation events
|
7559 | [\#2123](https://github.com/matrix-org/matrix-react-sdk/pull/2123)
|
7560 | * Support for room upgrades
|
7561 | [\#2122](https://github.com/matrix-org/matrix-react-sdk/pull/2122)
|
7562 | * Fix: dont show 1:1 avatar for rooms +2 members but only <=2 members loaded
|
7563 | [\#2137](https://github.com/matrix-org/matrix-react-sdk/pull/2137)
|
7564 | * Render terms & conditions in settings
|
7565 | [\#2136](https://github.com/matrix-org/matrix-react-sdk/pull/2136)
|
7566 | * Don't crash if the value of a room tag is null
|
7567 | [\#2133](https://github.com/matrix-org/matrix-react-sdk/pull/2133)
|
7568 | * Add stub for getVisibleRooms()
|
7569 | [\#2134](https://github.com/matrix-org/matrix-react-sdk/pull/2134)
|
7570 | * Fix LL crash trying to render own avatar in composer when member isn't
|
7571 | available yet
|
7572 | [\#2132](https://github.com/matrix-org/matrix-react-sdk/pull/2132)
|
7573 | * Support M_INCOMPATIBLE_ROOM_VERSION
|
7574 | [\#2125](https://github.com/matrix-org/matrix-react-sdk/pull/2125)
|
7575 | * Hide replaced rooms
|
7576 | [\#2127](https://github.com/matrix-org/matrix-react-sdk/pull/2127)
|
7577 | * Fix CPU spin on joining large room
|
7578 | [\#2128](https://github.com/matrix-org/matrix-react-sdk/pull/2128)
|
7579 | * Change format of server usage limit message
|
7580 | [\#2131](https://github.com/matrix-org/matrix-react-sdk/pull/2131)
|
7581 | * Re-apply "Fix showing peek preview while LL members are loading""
|
7582 | [\#2130](https://github.com/matrix-org/matrix-react-sdk/pull/2130)
|
7583 | * Revert "Fix showing peek preview while LL members are loading"
|
7584 | [\#2129](https://github.com/matrix-org/matrix-react-sdk/pull/2129)
|
7585 | * Fix showing peek preview while LL members are loading
|
7586 | [\#2126](https://github.com/matrix-org/matrix-react-sdk/pull/2126)
|
7587 | * Destroy non-persistent widgets when switching room
|
7588 | [\#2098](https://github.com/matrix-org/matrix-react-sdk/pull/2098)
|
7589 | * Lazy loading of room members
|
7590 | [\#2118](https://github.com/matrix-org/matrix-react-sdk/pull/2118)
|
7591 | * Lazy loading: feature toggle
|
7592 | [\#2115](https://github.com/matrix-org/matrix-react-sdk/pull/2115)
|
7593 | * Lazy loading: cleanup
|
7594 | [\#2116](https://github.com/matrix-org/matrix-react-sdk/pull/2116)
|
7595 | * Lazy loading: fix end-to-end encryption rooms
|
7596 | [\#2113](https://github.com/matrix-org/matrix-react-sdk/pull/2113)
|
7597 | * Lazy loading: Lazy load members while backpaginating
|
7598 | [\#2104](https://github.com/matrix-org/matrix-react-sdk/pull/2104)
|
7599 | * Lazy loading: don't assume we have our own member available
|
7600 | [\#2102](https://github.com/matrix-org/matrix-react-sdk/pull/2102)
|
7601 | * Lazy load room members - Part I
|
7602 | [\#2072](https://github.com/matrix-org/matrix-react-sdk/pull/2072)
|
7603 |
|
7604 | Changes in [0.13.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.2) (2018-08-23)
|
7605 | =====================================================================================================
|
7606 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1...v0.13.2)
|
7607 |
|
7608 | * Don't crash if the value of a room tag is null
|
7609 | [\#2135](https://github.com/matrix-org/matrix-react-sdk/pull/2135)
|
7610 |
|
7611 | Changes in [0.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.1) (2018-08-20)
|
7612 | =====================================================================================================
|
7613 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1-rc.1...v0.13.1)
|
7614 |
|
7615 | * No changes since rc.1
|
7616 |
|
7617 | Changes in [0.13.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.1-rc.1) (2018-08-16)
|
7618 | ===============================================================================================================
|
7619 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0...v0.13.1-rc.1)
|
7620 |
|
7621 | * Update from Weblate.
|
7622 | [\#2121](https://github.com/matrix-org/matrix-react-sdk/pull/2121)
|
7623 | * Shift to M_RESOURCE_LIMIT_EXCEEDED errors
|
7624 | [\#2120](https://github.com/matrix-org/matrix-react-sdk/pull/2120)
|
7625 | * Fix RoomSettings test
|
7626 | [\#2119](https://github.com/matrix-org/matrix-react-sdk/pull/2119)
|
7627 | * Show room version number in room settings
|
7628 | [\#2117](https://github.com/matrix-org/matrix-react-sdk/pull/2117)
|
7629 | * Warning bar for MAU limit hit
|
7630 | [\#2114](https://github.com/matrix-org/matrix-react-sdk/pull/2114)
|
7631 | * Recognise server notices room(s)
|
7632 | [\#2112](https://github.com/matrix-org/matrix-react-sdk/pull/2112)
|
7633 | * Update room tags behaviour to match spec more
|
7634 | [\#2111](https://github.com/matrix-org/matrix-react-sdk/pull/2111)
|
7635 | * while logging out ignore `Session.logged_out` as it is intentional
|
7636 | [\#2058](https://github.com/matrix-org/matrix-react-sdk/pull/2058)
|
7637 | * Don't show 'connection lost' bar on MAU error
|
7638 | [\#2110](https://github.com/matrix-org/matrix-react-sdk/pull/2110)
|
7639 | * Support MAU error on sync
|
7640 | [\#2108](https://github.com/matrix-org/matrix-react-sdk/pull/2108)
|
7641 | * Support active user limit on message send
|
7642 | [\#2106](https://github.com/matrix-org/matrix-react-sdk/pull/2106)
|
7643 | * Run end to end tests as part of Travis build
|
7644 | [\#2091](https://github.com/matrix-org/matrix-react-sdk/pull/2091)
|
7645 | * Remove package-lock.json for now
|
7646 | [\#2097](https://github.com/matrix-org/matrix-react-sdk/pull/2097)
|
7647 | * Support montly active user limit error on /login
|
7648 | [\#2103](https://github.com/matrix-org/matrix-react-sdk/pull/2103)
|
7649 | * Unpin sanitize-html
|
7650 | [\#2105](https://github.com/matrix-org/matrix-react-sdk/pull/2105)
|
7651 | * Pin sanitize-html to 0.18.2
|
7652 | [\#2101](https://github.com/matrix-org/matrix-react-sdk/pull/2101)
|
7653 | * Make clicking on side panels close settings (mk 3)
|
7654 | [\#2096](https://github.com/matrix-org/matrix-react-sdk/pull/2096)
|
7655 | * Fix persistent element location not updating
|
7656 | [\#2092](https://github.com/matrix-org/matrix-react-sdk/pull/2092)
|
7657 | * fix Devtools input autofocus && state traversal when len === 1 && key=""
|
7658 | [\#2090](https://github.com/matrix-org/matrix-react-sdk/pull/2090)
|
7659 | * allow autocompleting Emoji by common aliases, e.g :+1: to :thumbsup:
|
7660 | [\#2085](https://github.com/matrix-org/matrix-react-sdk/pull/2085)
|
7661 |
|
7662 | Changes in [0.13.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.0) (2018-07-30)
|
7663 | =====================================================================================================
|
7664 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0-rc.2...v0.13.0)
|
7665 |
|
7666 | * Fix composer bug where cursor position would change when Riot regained focus
|
7667 | [\#2093](https://github.com/matrix-org/matrix-react-sdk/pull/2093)
|
7668 | * Fix persistend element location not updating
|
7669 | [\#2094](https://github.com/matrix-org/matrix-react-sdk/pull/2094)
|
7670 | * Slate Fixes 42?
|
7671 | [\#2089](https://github.com/matrix-org/matrix-react-sdk/pull/2089)
|
7672 |
|
7673 | Changes in [0.13.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.0-rc.2) (2018-07-24)
|
7674 | ===============================================================================================================
|
7675 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0-rc.1...v0.13.0-rc.2)
|
7676 |
|
7677 | * Take jitsi conf calling out of labs
|
7678 | [\#2087](https://github.com/matrix-org/matrix-react-sdk/pull/2087)
|
7679 |
|
7680 | Changes in [0.13.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.0-rc.1) (2018-07-24)
|
7681 | ===============================================================================================================
|
7682 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9...v0.13.0-rc.1)
|
7683 |
|
7684 | * Update from Weblate.
|
7685 | [\#2086](https://github.com/matrix-org/matrix-react-sdk/pull/2086)
|
7686 | * Moar Slate Fixes
|
7687 | [\#2082](https://github.com/matrix-org/matrix-react-sdk/pull/2082)
|
7688 | * Destroy the widget when its permission is revoked
|
7689 | [\#2081](https://github.com/matrix-org/matrix-react-sdk/pull/2081)
|
7690 | * Make ActiveWidgetStore clear persistent widgets
|
7691 | [\#2084](https://github.com/matrix-org/matrix-react-sdk/pull/2084)
|
7692 | * CreateRoomDialog is rendered before getting the config default_federate
|
7693 | [\#2078](https://github.com/matrix-org/matrix-react-sdk/pull/2078)
|
7694 | * Slate Fixes
|
7695 | [\#2076](https://github.com/matrix-org/matrix-react-sdk/pull/2076)
|
7696 | * FIX: Don't error on rooms the user has left already
|
7697 | [\#2077](https://github.com/matrix-org/matrix-react-sdk/pull/2077)
|
7698 | * Fix persistent apps being the wrong size
|
7699 | [\#2080](https://github.com/matrix-org/matrix-react-sdk/pull/2080)
|
7700 | * Fix widgets resetting when going to the top-left
|
7701 | [\#2079](https://github.com/matrix-org/matrix-react-sdk/pull/2079)
|
7702 | * Jitsi: Use integrations URL from config
|
7703 | [\#2062](https://github.com/matrix-org/matrix-react-sdk/pull/2062)
|
7704 | * Allow jitsi in e2e rooms
|
7705 | [\#2075](https://github.com/matrix-org/matrix-react-sdk/pull/2075)
|
7706 | * Fix border around persisted widgets
|
7707 | [\#2071](https://github.com/matrix-org/matrix-react-sdk/pull/2071)
|
7708 | * Fix e2e icons floating above jitsi
|
7709 | [\#2073](https://github.com/matrix-org/matrix-react-sdk/pull/2073)
|
7710 | * hide some commands after space as they have special semantics
|
7711 | [\#2074](https://github.com/matrix-org/matrix-react-sdk/pull/2074)
|
7712 | * Even More Slate Fixes :D
|
7713 | [\#2070](https://github.com/matrix-org/matrix-react-sdk/pull/2070)
|
7714 | * Improve UX for Jitsi by adding local echo for widgets
|
7715 | [\#2035](https://github.com/matrix-org/matrix-react-sdk/pull/2035)
|
7716 | * Jitsi: Check integrations server before call
|
7717 | [\#2063](https://github.com/matrix-org/matrix-react-sdk/pull/2063)
|
7718 | * Jitsi: Error message on no permission
|
7719 | [\#2061](https://github.com/matrix-org/matrix-react-sdk/pull/2061)
|
7720 | * Fix read receipts on top of Jitsi
|
7721 | [\#2065](https://github.com/matrix-org/matrix-react-sdk/pull/2065)
|
7722 | * Moar Slate Fixes
|
7723 | [\#2069](https://github.com/matrix-org/matrix-react-sdk/pull/2069)
|
7724 | * fix 2nd typo in one PR :(
|
7725 | [\#2068](https://github.com/matrix-org/matrix-react-sdk/pull/2068)
|
7726 | * check if has some completions, not if >=0
|
7727 | [\#2067](https://github.com/matrix-org/matrix-react-sdk/pull/2067)
|
7728 | * Slate fixes
|
7729 | [\#2066](https://github.com/matrix-org/matrix-react-sdk/pull/2066)
|
7730 | * Implement always-on-screen capability for widgets
|
7731 | [\#2056](https://github.com/matrix-org/matrix-react-sdk/pull/2056)
|
7732 | * simplify MessageComposerStore and improve its performance
|
7733 | [\#2064](https://github.com/matrix-org/matrix-react-sdk/pull/2064)
|
7734 | * Replace Draft with Slate
|
7735 | [\#1890](https://github.com/matrix-org/matrix-react-sdk/pull/1890)
|
7736 | * Fix not stopping to peek when navigating away from peeked room
|
7737 | [\#2055](https://github.com/matrix-org/matrix-react-sdk/pull/2055)
|
7738 | * T3chguy/slate cont2
|
7739 | [\#2049](https://github.com/matrix-org/matrix-react-sdk/pull/2049)
|
7740 | * add null-guard for stickerpickerWidget in StickerPicker
|
7741 | [\#2057](https://github.com/matrix-org/matrix-react-sdk/pull/2057)
|
7742 | * Implement always-on-screen capability for widgets
|
7743 | [\#2053](https://github.com/matrix-org/matrix-react-sdk/pull/2053)
|
7744 | * fix nullguard on EventTile, getComponent never returns falsey, it throws
|
7745 | [\#2024](https://github.com/matrix-org/matrix-react-sdk/pull/2024)
|
7746 | * Fix stickerpicker PersistedElement usage
|
7747 | [\#2051](https://github.com/matrix-org/matrix-react-sdk/pull/2051)
|
7748 | * encrypt for invited users if history visibility allows.
|
7749 | [\#2042](https://github.com/matrix-org/matrix-react-sdk/pull/2042)
|
7750 | * move nag bar clear statement to any desktop notif toggle not just 0->1
|
7751 | [\#2031](https://github.com/matrix-org/matrix-react-sdk/pull/2031)
|
7752 | * use TruncatedList to prevent rendering hundreds/thousands of DOM nodes
|
7753 | [\#2041](https://github.com/matrix-org/matrix-react-sdk/pull/2041)
|
7754 | * Fix stuff
|
7755 | [\#2047](https://github.com/matrix-org/matrix-react-sdk/pull/2047)
|
7756 | * Show m.room.server_acl
|
7757 | [\#2046](https://github.com/matrix-org/matrix-react-sdk/pull/2046)
|
7758 |
|
7759 | Changes in [0.12.9](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.9) (2018-07-09)
|
7760 | =====================================================================================================
|
7761 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9-rc.2...v0.12.9)
|
7762 |
|
7763 | * No changes since rc.1
|
7764 |
|
7765 | Changes in [0.12.9-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.9-rc.2) (2018-07-06)
|
7766 | ===============================================================================================================
|
7767 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.9-rc.1...v0.12.9-rc.2)
|
7768 |
|
7769 | * Implement aggregation by error type for tracked decryption failures
|
7770 | [\#2045](https://github.com/matrix-org/matrix-react-sdk/pull/2045)
|
7771 | * make new hiding of roomsublist behaviour opt-in
|
7772 | [\#2044](https://github.com/matrix-org/matrix-react-sdk/pull/2044)
|
7773 | * Implement aggregation by error type for tracked decryption failures
|
7774 | [\#2043](https://github.com/matrix-org/matrix-react-sdk/pull/2043)
|
7775 | * make new hiding of roomsublist behaviour opt-in
|
7776 | [\#2030](https://github.com/matrix-org/matrix-react-sdk/pull/2030)
|
7777 |
|
7778 | Changes in [0.12.9-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.9-rc.1) (2018-07-04)
|
7779 | ===============================================================================================================
|
7780 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.8...v0.12.9-rc.1)
|
7781 |
|
7782 | * Update from Weblate.
|
7783 | [\#2040](https://github.com/matrix-org/matrix-react-sdk/pull/2040)
|
7784 | * Import react as React in src/components/views/messages/MStickerBody.js
|
7785 | [\#2039](https://github.com/matrix-org/matrix-react-sdk/pull/2039)
|
7786 | * Import react as React in src/GroupAddressPicker.js
|
7787 | [\#2038](https://github.com/matrix-org/matrix-react-sdk/pull/2038)
|
7788 | * Give PersistedElement a key
|
7789 | [\#2036](https://github.com/matrix-org/matrix-react-sdk/pull/2036)
|
7790 | * Revert " make click to insert nick work on join/parts, /me's etc"
|
7791 | [\#2034](https://github.com/matrix-org/matrix-react-sdk/pull/2034)
|
7792 | * Track an event name when tracking a decryption failure
|
7793 | [\#2033](https://github.com/matrix-org/matrix-react-sdk/pull/2033)
|
7794 | * warn on self-mute
|
7795 | [\#1974](https://github.com/matrix-org/matrix-react-sdk/pull/1974)
|
7796 | * make click to insert nick work on join/parts, /me's etc
|
7797 | [\#1945](https://github.com/matrix-org/matrix-react-sdk/pull/1945)
|
7798 | * Fix layout bug introduced by #2025
|
7799 | [\#2029](https://github.com/matrix-org/matrix-react-sdk/pull/2029)
|
7800 | * Fix room topics/names resetting when UserSetting re-renders
|
7801 | [\#2028](https://github.com/matrix-org/matrix-react-sdk/pull/2028)
|
7802 | * Improve tracking of UISIs
|
7803 | [\#2027](https://github.com/matrix-org/matrix-react-sdk/pull/2027)
|
7804 | * Replace share icons
|
7805 | [\#2026](https://github.com/matrix-org/matrix-react-sdk/pull/2026)
|
7806 | * Improve status bar errors (namely the consent error)
|
7807 | [\#2025](https://github.com/matrix-org/matrix-react-sdk/pull/2025)
|
7808 | * Fix incorrectly positioned copy button on `<pre>` blocks
|
7809 | [\#2023](https://github.com/matrix-org/matrix-react-sdk/pull/2023)
|
7810 | * Redact pathnames with origin `file://`
|
7811 | [\#2018](https://github.com/matrix-org/matrix-react-sdk/pull/2018)
|
7812 | * Update package-lock.json
|
7813 | [\#2022](https://github.com/matrix-org/matrix-react-sdk/pull/2022)
|
7814 | * on room sub list badge click goto first relevant room
|
7815 | [\#2021](https://github.com/matrix-org/matrix-react-sdk/pull/2021)
|
7816 | * improve linkifier AGAIN
|
7817 | [\#2020](https://github.com/matrix-org/matrix-react-sdk/pull/2020)
|
7818 | * fix historical section
|
7819 | [\#2016](https://github.com/matrix-org/matrix-react-sdk/pull/2016)
|
7820 | * Fix RoomSubList headers by re-commiting 1faecfd
|
7821 | [\#2014](https://github.com/matrix-org/matrix-react-sdk/pull/2014)
|
7822 | * don't fire share dialog when clicking timestamp of event,
|
7823 | [\#2017](https://github.com/matrix-org/matrix-react-sdk/pull/2017)
|
7824 | * Revert "affix copyButton so that it doesn't get scrolled horizontally"
|
7825 | [\#2013](https://github.com/matrix-org/matrix-react-sdk/pull/2013)
|
7826 | * when the user switches room, close room settings
|
7827 | [\#2019](https://github.com/matrix-org/matrix-react-sdk/pull/2019)
|
7828 | * Refactor widgets code
|
7829 | [\#2015](https://github.com/matrix-org/matrix-react-sdk/pull/2015)
|
7830 | * Login local errors for blank fields
|
7831 | [\#2009](https://github.com/matrix-org/matrix-react-sdk/pull/2009)
|
7832 | * Update lolex to 2.7.0
|
7833 | [\#1917](https://github.com/matrix-org/matrix-react-sdk/pull/1917)
|
7834 | * Improve Linkifier
|
7835 | [\#2011](https://github.com/matrix-org/matrix-react-sdk/pull/2011)
|
7836 | * use enum constants for EventStatus and correct isSent check
|
7837 | [\#2010](https://github.com/matrix-org/matrix-react-sdk/pull/2010)
|
7838 | * accent insensitive autocomplete
|
7839 | [\#2007](https://github.com/matrix-org/matrix-react-sdk/pull/2007)
|
7840 | * default to not showing url previews in e2ee rooms.
|
7841 | [\#2001](https://github.com/matrix-org/matrix-react-sdk/pull/2001)
|
7842 | * allow chaining right click contextmenus
|
7843 | [\#1999](https://github.com/matrix-org/matrix-react-sdk/pull/1999)
|
7844 | * hide empty roomsublists when filtering via search/tagpanel
|
7845 | [\#1954](https://github.com/matrix-org/matrix-react-sdk/pull/1954)
|
7846 | * prevent user,room,group autocomplete firing mid-word
|
7847 | [\#2012](https://github.com/matrix-org/matrix-react-sdk/pull/2012)
|
7848 | * fix instances of composer not getting/regaining focus
|
7849 | [\#2008](https://github.com/matrix-org/matrix-react-sdk/pull/2008)
|
7850 | * notif panel fixes
|
7851 | [\#2006](https://github.com/matrix-org/matrix-react-sdk/pull/2006)
|
7852 | * factor out conditional LanguageSelector as functional component
|
7853 | [\#2003](https://github.com/matrix-org/matrix-react-sdk/pull/2003)
|
7854 | * Autocomplete and Pillify Communities
|
7855 | [\#1993](https://github.com/matrix-org/matrix-react-sdk/pull/1993)
|
7856 | * Very basic Jitsi integration
|
7857 | [\#1971](https://github.com/matrix-org/matrix-react-sdk/pull/1971)
|
7858 | * add additional classes which protect the text from overflowing
|
7859 | [\#1994](https://github.com/matrix-org/matrix-react-sdk/pull/1994)
|
7860 | * Upload File confirmation modal steals focus, send it back to composer
|
7861 | [\#1992](https://github.com/matrix-org/matrix-react-sdk/pull/1992)
|
7862 | * delint MImageBody, fixes anonymous class and hyphenated style keys which
|
7863 | made react cry
|
7864 | [\#1991](https://github.com/matrix-org/matrix-react-sdk/pull/1991)
|
7865 | * allow using tab to navigate room list in a smarter way
|
7866 | [\#1977](https://github.com/matrix-org/matrix-react-sdk/pull/1977)
|
7867 | * fix no displayname usersettings
|
7868 | [\#1990](https://github.com/matrix-org/matrix-react-sdk/pull/1990)
|
7869 | * trigger TagTile context menu on right click
|
7870 | [\#1989](https://github.com/matrix-org/matrix-react-sdk/pull/1989)
|
7871 | * hide already chosen results from AddressPickerDialog
|
7872 | [\#2000](https://github.com/matrix-org/matrix-react-sdk/pull/2000)
|
7873 | * delint ChatCreateOrReuseDialog
|
7874 | [\#2002](https://github.com/matrix-org/matrix-react-sdk/pull/2002)
|
7875 | * fix set password & email flow possible to get stuck and onBlur murdering
|
7876 | your email
|
7877 | [\#1982](https://github.com/matrix-org/matrix-react-sdk/pull/1982)
|
7878 |
|
7879 | Changes in [0.12.8](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.8) (2018-06-29)
|
7880 | =====================================================================================================
|
7881 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.8-rc.2...v0.12.8)
|
7882 |
|
7883 | * Revert "affix copyButton so that it doesn't get scrolled horizontally"
|
7884 | [\#2013](https://github.com/matrix-org/matrix-react-sdk/pull/2013)
|
7885 | * don't fire share dialog when clicking timestamp of event
|
7886 | [\#2017](https://github.com/matrix-org/matrix-react-sdk/pull/2017)
|
7887 | * when the user switches room, close room settings
|
7888 | [\#2019](https://github.com/matrix-org/matrix-react-sdk/pull/2019)
|
7889 |
|
7890 | Changes in [0.12.8-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.8-rc.2) (2018-06-22)
|
7891 | ===============================================================================================================
|
7892 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.8-rc.1...v0.12.8-rc.2)
|
7893 |
|
7894 | * slash got consumed in the consolidation
|
7895 | [\#1998](https://github.com/matrix-org/matrix-react-sdk/pull/1998)
|
7896 |
|
7897 | Changes in [0.12.8-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.8-rc.1) (2018-06-21)
|
7898 | ===============================================================================================================
|
7899 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.7...v0.12.8-rc.1)
|
7900 |
|
7901 | * Update from Weblate.
|
7902 | [\#1997](https://github.com/matrix-org/matrix-react-sdk/pull/1997)
|
7903 | * refactor, consolidate and improve SlashCommands
|
7904 | [\#1988](https://github.com/matrix-org/matrix-react-sdk/pull/1988)
|
7905 | * Take replies out of labs!
|
7906 | [\#1996](https://github.com/matrix-org/matrix-react-sdk/pull/1996)
|
7907 | * re-merge reset PR
|
7908 | [\#1987](https://github.com/matrix-org/matrix-react-sdk/pull/1987)
|
7909 | * once command has a space, strict match instead of fuzzy match
|
7910 | [\#1985](https://github.com/matrix-org/matrix-react-sdk/pull/1985)
|
7911 | * Fix matrix.to URL RegExp
|
7912 | [\#1986](https://github.com/matrix-org/matrix-react-sdk/pull/1986)
|
7913 | * Fix blank sticker picker
|
7914 | [\#1984](https://github.com/matrix-org/matrix-react-sdk/pull/1984)
|
7915 | * fix e2ee file/media stuff
|
7916 | [\#1972](https://github.com/matrix-org/matrix-react-sdk/pull/1972)
|
7917 | * right click for room tile context menu
|
7918 | [\#1978](https://github.com/matrix-org/matrix-react-sdk/pull/1978)
|
7919 | * only show m.room.message in FilePanel
|
7920 | [\#1983](https://github.com/matrix-org/matrix-react-sdk/pull/1983)
|
7921 | * improve command provider
|
7922 | [\#1981](https://github.com/matrix-org/matrix-react-sdk/pull/1981)
|
7923 | * affix copyButton so that it doesn't get scrolled horizontally
|
7924 | [\#1980](https://github.com/matrix-org/matrix-react-sdk/pull/1980)
|
7925 | * split continuation if there is a gap in conversation
|
7926 | [\#1979](https://github.com/matrix-org/matrix-react-sdk/pull/1979)
|
7927 | * fix a bunch of instances of react console spam
|
7928 | [\#1973](https://github.com/matrix-org/matrix-react-sdk/pull/1973)
|
7929 | * Track decryption success/failure rate with piwik
|
7930 | [\#1949](https://github.com/matrix-org/matrix-react-sdk/pull/1949)
|
7931 | * route matrix.to/#/+... links internally (not just group ids)
|
7932 | [\#1975](https://github.com/matrix-org/matrix-react-sdk/pull/1975)
|
7933 | * implement `hitting enter after Ctrl-K should switch to the first result`
|
7934 | [\#1976](https://github.com/matrix-org/matrix-react-sdk/pull/1976)
|
7935 | * Remove tag panel feature flag
|
7936 | [\#1970](https://github.com/matrix-org/matrix-react-sdk/pull/1970)
|
7937 | * QuestionDialog pass hasCancelButton to DialogButtons
|
7938 | [\#1968](https://github.com/matrix-org/matrix-react-sdk/pull/1968)
|
7939 | * check type before msgtype in the case of `m.sticker` with msgtype
|
7940 | [\#1965](https://github.com/matrix-org/matrix-react-sdk/pull/1965)
|
7941 | * apply roomlist searchFilter to aliases if it begins with a `#`
|
7942 | [\#1957](https://github.com/matrix-org/matrix-react-sdk/pull/1957)
|
7943 | * Share Dialog
|
7944 | [\#1948](https://github.com/matrix-org/matrix-react-sdk/pull/1948)
|
7945 | * make RoomTooltip generic and add ContextMenu&Tooltip to GroupInviteTile
|
7946 | [\#1950](https://github.com/matrix-org/matrix-react-sdk/pull/1950)
|
7947 | * Fix widgets re-appearing after being deleted
|
7948 | [\#1958](https://github.com/matrix-org/matrix-react-sdk/pull/1958)
|
7949 | * Fix crash on unspecified thumbnail info, and handle gracefully
|
7950 | [\#1967](https://github.com/matrix-org/matrix-react-sdk/pull/1967)
|
7951 | * fix styling of clearButton when its not there
|
7952 | [\#1964](https://github.com/matrix-org/matrix-react-sdk/pull/1964)
|
7953 | * Implement slightly magical CSS soln. to thumbnail sizing
|
7954 | [\#1912](https://github.com/matrix-org/matrix-react-sdk/pull/1912)
|
7955 | * Select audio output for WebRTC
|
7956 | [\#1932](https://github.com/matrix-org/matrix-react-sdk/pull/1932)
|
7957 | * move css rule to be more generic; remove overriden rule
|
7958 | [\#1962](https://github.com/matrix-org/matrix-react-sdk/pull/1962)
|
7959 | * improve tag panel accessibility and remove a no-op dispatch
|
7960 | [\#1960](https://github.com/matrix-org/matrix-react-sdk/pull/1960)
|
7961 | * Revert "Fix exception when opening dev tools"
|
7962 | [\#1963](https://github.com/matrix-org/matrix-react-sdk/pull/1963)
|
7963 | * fix message appears unencrypted while encrypting and not_sent
|
7964 | [\#1959](https://github.com/matrix-org/matrix-react-sdk/pull/1959)
|
7965 | * Fix exception when opening dev tools
|
7966 | [\#1961](https://github.com/matrix-org/matrix-react-sdk/pull/1961)
|
7967 | * show redacted stickers like other redacted messages
|
7968 | [\#1956](https://github.com/matrix-org/matrix-react-sdk/pull/1956)
|
7969 | * add mx_filterFlipColor to mx_MemberInfo_cancel img
|
7970 | [\#1951](https://github.com/matrix-org/matrix-react-sdk/pull/1951)
|
7971 | * don't set the displayname on registration as Synapse now does it
|
7972 | [\#1953](https://github.com/matrix-org/matrix-react-sdk/pull/1953)
|
7973 | * allow CreateRoom to scale properly horizontally
|
7974 | [\#1955](https://github.com/matrix-org/matrix-react-sdk/pull/1955)
|
7975 | * Keep context menus that extend downwards vertically on screen
|
7976 | [\#1952](https://github.com/matrix-org/matrix-react-sdk/pull/1952)
|
7977 | * re-run checkIfAlone if a member change occurred in the active room
|
7978 | [\#1947](https://github.com/matrix-org/matrix-react-sdk/pull/1947)
|
7979 | * Persist pinned message open-ness between room switches
|
7980 | [\#1935](https://github.com/matrix-org/matrix-react-sdk/pull/1935)
|
7981 | * Pinned message cosmetic improvements
|
7982 | [\#1933](https://github.com/matrix-org/matrix-react-sdk/pull/1933)
|
7983 | * Update sinon to 5.0.7
|
7984 | [\#1916](https://github.com/matrix-org/matrix-react-sdk/pull/1916)
|
7985 | * re-run checkIfAlone if a member change occurred in the active room
|
7986 | [\#1946](https://github.com/matrix-org/matrix-react-sdk/pull/1946)
|
7987 | * Replace "Login as guest" with "Try the app first" on login page
|
7988 | [\#1937](https://github.com/matrix-org/matrix-react-sdk/pull/1937)
|
7989 | * kill stream when using gUM for permission to device labels to turn off
|
7990 | camera
|
7991 | [\#1931](https://github.com/matrix-org/matrix-react-sdk/pull/1931)
|
7992 |
|
7993 | Changes in [0.12.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.7) (2018-06-12)
|
7994 | =====================================================================================================
|
7995 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.7-rc.1...v0.12.7)
|
7996 |
|
7997 | * No changes since rc.1
|
7998 |
|
7999 | Changes in [0.12.7-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.7-rc.1) (2018-06-06)
|
8000 | ===============================================================================================================
|
8001 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.6...v0.12.7-rc.1)
|
8002 |
|
8003 | * Update from Weblate.
|
8004 | [\#1944](https://github.com/matrix-org/matrix-react-sdk/pull/1944)
|
8005 | * Import react as React in src/components/views/elements/DNDTagTile.js
|
8006 | [\#1943](https://github.com/matrix-org/matrix-react-sdk/pull/1943)
|
8007 | * Fix click on faded left/right/middle panel -> close settings
|
8008 | [\#1940](https://github.com/matrix-org/matrix-react-sdk/pull/1940)
|
8009 | * Add null-guard to support browsers that don't support performance
|
8010 | [\#1942](https://github.com/matrix-org/matrix-react-sdk/pull/1942)
|
8011 | * Support third party integration managers in AppPermission
|
8012 | [\#1455](https://github.com/matrix-org/matrix-react-sdk/pull/1455)
|
8013 | * Update pinned messages in real time
|
8014 | [\#1934](https://github.com/matrix-org/matrix-react-sdk/pull/1934)
|
8015 | * Expose at-room power level setting
|
8016 | [\#1938](https://github.com/matrix-org/matrix-react-sdk/pull/1938)
|
8017 |
|
8018 | Changes in [0.12.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.6) (2018-05-25)
|
8019 | =====================================================================================================
|
8020 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.6-rc.1...v0.12.6)
|
8021 |
|
8022 | * No changes since v0.12.6-rc.1
|
8023 |
|
8024 | Changes in [0.12.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.6-rc.1) (2018-05-24)
|
8025 | ===============================================================================================================
|
8026 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.5...v0.12.6-rc.1)
|
8027 |
|
8028 | * Add a "reload widget" button.
|
8029 | [\#1920](https://github.com/matrix-org/matrix-react-sdk/pull/1920)
|
8030 | * Make devTools styling more consistent and easier to edit event data.
|
8031 | [\#1923](https://github.com/matrix-org/matrix-react-sdk/pull/1923)
|
8032 | * Update from Weblate.
|
8033 | [\#1930](https://github.com/matrix-org/matrix-react-sdk/pull/1930)
|
8034 | * Cookie bar update
|
8035 | [\#1929](https://github.com/matrix-org/matrix-react-sdk/pull/1929)
|
8036 | * Message for leaving server notices room
|
8037 | [\#1928](https://github.com/matrix-org/matrix-react-sdk/pull/1928)
|
8038 | * More thorough check of IM URL validity.
|
8039 | [\#1927](https://github.com/matrix-org/matrix-react-sdk/pull/1927)
|
8040 | * Add usage data link to cookie bar
|
8041 | [\#1926](https://github.com/matrix-org/matrix-react-sdk/pull/1926)
|
8042 | * Change wording and appearance of Deactivate Account dialog
|
8043 | [\#1925](https://github.com/matrix-org/matrix-react-sdk/pull/1925)
|
8044 | * fix membership list ordering when presence is disabled.
|
8045 | [\#1924](https://github.com/matrix-org/matrix-react-sdk/pull/1924)
|
8046 | * Implement erasure option upon deactivation
|
8047 | [\#1922](https://github.com/matrix-org/matrix-react-sdk/pull/1922)
|
8048 | * Add cookie warning to widget warning (AppPermission)
|
8049 | [\#1921](https://github.com/matrix-org/matrix-react-sdk/pull/1921)
|
8050 | * Terms and Conditions dialog
|
8051 | [\#1919](https://github.com/matrix-org/matrix-react-sdk/pull/1919)
|
8052 | * improve privileged section users in room settings
|
8053 | [\#1902](https://github.com/matrix-org/matrix-react-sdk/pull/1902)
|
8054 | * Space between sentences in 'leave room' warning
|
8055 | [\#1918](https://github.com/matrix-org/matrix-react-sdk/pull/1918)
|
8056 | * Specify valid address types to "Start a chat" dialog
|
8057 | [\#1908](https://github.com/matrix-org/matrix-react-sdk/pull/1908)
|
8058 | * Implement opt-in analytics with cookie bar
|
8059 | [\#1906](https://github.com/matrix-org/matrix-react-sdk/pull/1906)
|
8060 | * Fix vector-im/riot-web#6523 Emoji rendering destroys paragraphs
|
8061 | [\#1910](https://github.com/matrix-org/matrix-react-sdk/pull/1910)
|
8062 |
|
8063 | Changes in [0.12.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.5) (2018-05-17)
|
8064 | =====================================================================================================
|
8065 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4...v0.12.5)
|
8066 |
|
8067 | * Fix image size jumping regression
|
8068 | [\#1909](https://github.com/matrix-org/matrix-react-sdk/pull/1909)
|
8069 |
|
8070 | Changes in [0.12.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4) (2018-05-16)
|
8071 | =====================================================================================================
|
8072 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.6...v0.12.4)
|
8073 |
|
8074 | * No changes from rc.5
|
8075 |
|
8076 | Changes in [0.12.4-rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.6) (2018-05-15)
|
8077 | ===============================================================================================================
|
8078 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.5...v0.12.4-rc.6)
|
8079 |
|
8080 | * Wait for deletion of widgets as well addition
|
8081 | [\#1907](https://github.com/matrix-org/matrix-react-sdk/pull/1907)
|
8082 |
|
8083 | Changes in [0.12.4-rc.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.5) (2018-05-15)
|
8084 | ===============================================================================================================
|
8085 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.4...v0.12.4-rc.5)
|
8086 |
|
8087 | * Wait for echo from server when adding user widgets
|
8088 | [\#1905](https://github.com/matrix-org/matrix-react-sdk/pull/1905)
|
8089 |
|
8090 | Changes in [0.12.4-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.4) (2018-05-14)
|
8091 | ===============================================================================================================
|
8092 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.3...v0.12.4-rc.4)
|
8093 |
|
8094 | * Update from Weblate.
|
8095 | [\#1904](https://github.com/matrix-org/matrix-react-sdk/pull/1904)
|
8096 | * Correctly identify sticker picker widgets
|
8097 | [\#1894](https://github.com/matrix-org/matrix-react-sdk/pull/1894)
|
8098 | * Quick fix for sticker picker position
|
8099 | [\#1903](https://github.com/matrix-org/matrix-react-sdk/pull/1903)
|
8100 | * Remove redundant logging (currently shown on every render when no sti…
|
8101 | [\#1901](https://github.com/matrix-org/matrix-react-sdk/pull/1901)
|
8102 | * Fix stickers briefly being 2x the size
|
8103 | [\#1899](https://github.com/matrix-org/matrix-react-sdk/pull/1899)
|
8104 | * Send required properties when making requests to widgets over postMessage
|
8105 | [\#1891](https://github.com/matrix-org/matrix-react-sdk/pull/1891)
|
8106 | * Fix room widget second load infini spinner
|
8107 | [\#1897](https://github.com/matrix-org/matrix-react-sdk/pull/1897)
|
8108 | * Update widget state when account data changes
|
8109 | [\#1896](https://github.com/matrix-org/matrix-react-sdk/pull/1896)
|
8110 | * Remove margins when in a ReplyThread to stop them taking so much space
|
8111 | [\#1882](https://github.com/matrix-org/matrix-react-sdk/pull/1882)
|
8112 | * Add setting to enable widget screenshots (if widgets declare support)
|
8113 | [\#1892](https://github.com/matrix-org/matrix-react-sdk/pull/1892)
|
8114 | * T3chguy/replies html tag
|
8115 | [\#1889](https://github.com/matrix-org/matrix-react-sdk/pull/1889)
|
8116 | * Instant Sticker Picker
|
8117 | [\#1888](https://github.com/matrix-org/matrix-react-sdk/pull/1888)
|
8118 | * Update widget 'widgetData' key to 'data' to match spec.
|
8119 | [\#1887](https://github.com/matrix-org/matrix-react-sdk/pull/1887)
|
8120 | * Fix 'state_key' field name.
|
8121 | [\#1886](https://github.com/matrix-org/matrix-react-sdk/pull/1886)
|
8122 | * Improve appearance of short-lived app loading spinner
|
8123 | [\#1885](https://github.com/matrix-org/matrix-react-sdk/pull/1885)
|
8124 | * Take feature_sticker_messagse out of labs
|
8125 | [\#1883](https://github.com/matrix-org/matrix-react-sdk/pull/1883)
|
8126 | * Fix issue incorrect positioning with widget loading indicator
|
8127 | [\#1884](https://github.com/matrix-org/matrix-react-sdk/pull/1884)
|
8128 | * Users should always be able to edit their user/non-room widgets
|
8129 | [\#1879](https://github.com/matrix-org/matrix-react-sdk/pull/1879)
|
8130 |
|
8131 | Changes in [0.12.4-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.3) (2018-05-11)
|
8132 | ===============================================================================================================
|
8133 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.2...v0.12.4-rc.3)
|
8134 |
|
8135 | * Instant Sticker Picker :zap:
|
8136 | [\#1888](https://github.com/matrix-org/matrix-react-sdk/pull/1888)
|
8137 |
|
8138 | Changes in [0.12.4-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.2) (2018-05-09)
|
8139 | ===============================================================================================================
|
8140 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.4-rc.1...v0.12.4-rc.2)
|
8141 |
|
8142 | * Improve appearance of short-lived widget loading spinner
|
8143 | * Make sticker picker fully-fledged feature
|
8144 | * Fix incorrect positioning with widget loading indicator
|
8145 |
|
8146 | Changes in [0.12.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.1) (2018-05-09)
|
8147 | ===============================================================================================================
|
8148 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3...v0.12.4-rc.1)
|
8149 |
|
8150 | * Update from Weblate.
|
8151 | [\#1881](https://github.com/matrix-org/matrix-react-sdk/pull/1881)
|
8152 | * Pin lolex at 2.3.2 to avoid bug causing tests to fail
|
8153 | [\#1880](https://github.com/matrix-org/matrix-react-sdk/pull/1880)
|
8154 | * Replies: un-break click-to-mention on SenderProfile for reply&preview
|
8155 | [\#1878](https://github.com/matrix-org/matrix-react-sdk/pull/1878)
|
8156 | * Add tests for RoomList
|
8157 | [\#1877](https://github.com/matrix-org/matrix-react-sdk/pull/1877)
|
8158 | * Fix crash when browser doesn't report page change measurement
|
8159 | [\#1874](https://github.com/matrix-org/matrix-react-sdk/pull/1874)
|
8160 | * fix thinko when changing from ClientPeg to context in static method (DUH)
|
8161 | [\#1875](https://github.com/matrix-org/matrix-react-sdk/pull/1875)
|
8162 | * Fix Replies :D
|
8163 | [\#1873](https://github.com/matrix-org/matrix-react-sdk/pull/1873)
|
8164 | * Update eslint-plugin-react
|
8165 | [\#1871](https://github.com/matrix-org/matrix-react-sdk/pull/1871)
|
8166 | * relax lint for jsx-curly-spacing and arrow-parens
|
8167 | [\#1872](https://github.com/matrix-org/matrix-react-sdk/pull/1872)
|
8168 | * Use develop js-sdk in jenkins build
|
8169 | [\#1870](https://github.com/matrix-org/matrix-react-sdk/pull/1870)
|
8170 | * Replies
|
8171 | [\#1741](https://github.com/matrix-org/matrix-react-sdk/pull/1741)
|
8172 | * Use the right js-sdk branch when testing
|
8173 | [\#1869](https://github.com/matrix-org/matrix-react-sdk/pull/1869)
|
8174 | * Prevent error responses wedging group request concurrency limit
|
8175 | [\#1867](https://github.com/matrix-org/matrix-react-sdk/pull/1867)
|
8176 | * Refresh group rooms and members when selecting a tag
|
8177 | [\#1868](https://github.com/matrix-org/matrix-react-sdk/pull/1868)
|
8178 | * Refactor GroupStores into one global GroupStore
|
8179 | [\#1866](https://github.com/matrix-org/matrix-react-sdk/pull/1866)
|
8180 | * Switch back to using blob URLs for rendering e2e attachments
|
8181 | [\#1864](https://github.com/matrix-org/matrix-react-sdk/pull/1864)
|
8182 | * Hide inline encryption icons except when hovering over a message
|
8183 | [\#1845](https://github.com/matrix-org/matrix-react-sdk/pull/1845)
|
8184 | * UI fixes in SessionRestoreErrorDialog
|
8185 | [\#1860](https://github.com/matrix-org/matrix-react-sdk/pull/1860)
|
8186 | * Fix UX issues with bug report dialog
|
8187 | [\#1863](https://github.com/matrix-org/matrix-react-sdk/pull/1863)
|
8188 | * fix ugly img errors and correctly render SVG thumbnails
|
8189 | [\#1865](https://github.com/matrix-org/matrix-react-sdk/pull/1865)
|
8190 | * Fix error handling on session restore
|
8191 | [\#1859](https://github.com/matrix-org/matrix-react-sdk/pull/1859)
|
8192 | * Add tests for GroupView
|
8193 | [\#1862](https://github.com/matrix-org/matrix-react-sdk/pull/1862)
|
8194 | * Update version of hoek
|
8195 | [\#1861](https://github.com/matrix-org/matrix-react-sdk/pull/1861)
|
8196 | * Fix bug that caused crash when analytics HS/IS whitelists not specified
|
8197 | [\#1858](https://github.com/matrix-org/matrix-react-sdk/pull/1858)
|
8198 | * Fix Analytics to not import DEFAULTS, therefore avoiding NPE
|
8199 | [\#1857](https://github.com/matrix-org/matrix-react-sdk/pull/1857)
|
8200 | * Null check piwik config before using it
|
8201 | [\#1856](https://github.com/matrix-org/matrix-react-sdk/pull/1856)
|
8202 | * Track actual window location origin and hash
|
8203 | [\#1853](https://github.com/matrix-org/matrix-react-sdk/pull/1853)
|
8204 | * Replace document.origin with window.location.origin
|
8205 | [\#1855](https://github.com/matrix-org/matrix-react-sdk/pull/1855)
|
8206 | * Optionally hide widget popout button.
|
8207 | [\#1854](https://github.com/matrix-org/matrix-react-sdk/pull/1854)
|
8208 | * Add a button to 'pop out' widgets in to their own tab.
|
8209 | [\#1851](https://github.com/matrix-org/matrix-react-sdk/pull/1851)
|
8210 |
|
8211 | Changes in [0.12.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3) (2018-04-30)
|
8212 | =====================================================================================================
|
8213 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.3...v0.12.3)
|
8214 |
|
8215 | * No changes since rc.3
|
8216 |
|
8217 | Changes in [0.12.3-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.3) (2018-04-26)
|
8218 | ===============================================================================================================
|
8219 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.2...v0.12.3-rc.3)
|
8220 |
|
8221 | * Replace document.origin with window.location.origin
|
8222 | [\#1855](https://github.com/matrix-org/matrix-react-sdk/pull/1855)
|
8223 |
|
8224 | Changes in [0.12.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.2) (2018-04-25)
|
8225 | ===============================================================================================================
|
8226 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.1...v0.12.3-rc.2)
|
8227 |
|
8228 | * Fix npm packaging
|
8229 |
|
8230 | Changes in [0.12.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.1) (2018-04-25)
|
8231 | ===============================================================================================================
|
8232 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.2...v0.12.3-rc.1)
|
8233 |
|
8234 | * Update from Weblate.
|
8235 | [\#1852](https://github.com/matrix-org/matrix-react-sdk/pull/1852)
|
8236 | * Support origin lock in cross-origin renderer
|
8237 | [\#1849](https://github.com/matrix-org/matrix-react-sdk/pull/1849)
|
8238 | * s/contian/contain/g
|
8239 | [\#1850](https://github.com/matrix-org/matrix-react-sdk/pull/1850)
|
8240 | * Don't autocomplete users for single "@"
|
8241 | [\#1848](https://github.com/matrix-org/matrix-react-sdk/pull/1848)
|
8242 | * Update from Weblate.
|
8243 | [\#1844](https://github.com/matrix-org/matrix-react-sdk/pull/1844)
|
8244 | * Bind onImageError in constructor
|
8245 | [\#1846](https://github.com/matrix-org/matrix-react-sdk/pull/1846)
|
8246 | * Use mxid as sender name on set display name
|
8247 | [\#1841](https://github.com/matrix-org/matrix-react-sdk/pull/1841)
|
8248 | * Fix rageshake
|
8249 | [\#1840](https://github.com/matrix-org/matrix-react-sdk/pull/1840)
|
8250 | * Add UI for displaying room avatars full size
|
8251 | [\#1843](https://github.com/matrix-org/matrix-react-sdk/pull/1843)
|
8252 | * Update from Weblate.
|
8253 | [\#1842](https://github.com/matrix-org/matrix-react-sdk/pull/1842)
|
8254 | * move everything not explicitly riot (or status) branded into matrix-react-
|
8255 | sdk
|
8256 | [\#1836](https://github.com/matrix-org/matrix-react-sdk/pull/1836)
|
8257 | * Null check node before we pass it to velocity
|
8258 | [\#1838](https://github.com/matrix-org/matrix-react-sdk/pull/1838)
|
8259 | * Remove presence management
|
8260 | [\#1676](https://github.com/matrix-org/matrix-react-sdk/pull/1676)
|
8261 | * Null check stylesheet href
|
8262 | [\#1835](https://github.com/matrix-org/matrix-react-sdk/pull/1835)
|
8263 | * TopUnreadMessagesBar a11y
|
8264 | [\#1819](https://github.com/matrix-org/matrix-react-sdk/pull/1819)
|
8265 | * Use correct 1-1 room avatar after users leave
|
8266 | [\#593](https://github.com/matrix-org/matrix-react-sdk/pull/593)
|
8267 | * Use GeminiScrollbarWrapper in Flair settings of UserSettings
|
8268 | [\#1833](https://github.com/matrix-org/matrix-react-sdk/pull/1833)
|
8269 | * Add 500ms delay to show `membershipBusy` for longer
|
8270 | [\#1832](https://github.com/matrix-org/matrix-react-sdk/pull/1832)
|
8271 | * Improve group join/leave feedback
|
8272 | [\#1831](https://github.com/matrix-org/matrix-react-sdk/pull/1831)
|
8273 | * Update from Weblate.
|
8274 | [\#1830](https://github.com/matrix-org/matrix-react-sdk/pull/1830)
|
8275 | * Bump source-map-loader version to avoid bug /w inline base64 maps
|
8276 | [\#1829](https://github.com/matrix-org/matrix-react-sdk/pull/1829)
|
8277 | * Make stickers/messages continuations of each other
|
8278 | [\#1828](https://github.com/matrix-org/matrix-react-sdk/pull/1828)
|
8279 | * Update to match is_openly_joinable API
|
8280 | [\#1827](https://github.com/matrix-org/matrix-react-sdk/pull/1827)
|
8281 | * Fix to prevent guests from seeing features
|
8282 | [\#1826](https://github.com/matrix-org/matrix-react-sdk/pull/1826)
|
8283 | * Fix broken ForgotPassword component
|
8284 | [\#1825](https://github.com/matrix-org/matrix-react-sdk/pull/1825)
|
8285 | * Fix warning "Unknown prop `wrappedRef` on <div> tag..."
|
8286 | [\#1824](https://github.com/matrix-org/matrix-react-sdk/pull/1824)
|
8287 | * Add radio button for setting group is_joinable
|
8288 | [\#1817](https://github.com/matrix-org/matrix-react-sdk/pull/1817)
|
8289 | * Fix widget grant / revoke permission binding
|
8290 | [\#1823](https://github.com/matrix-org/matrix-react-sdk/pull/1823)
|
8291 | * Sticker picker styling
|
8292 | [\#1822](https://github.com/matrix-org/matrix-react-sdk/pull/1822)
|
8293 | * Bi-directional widget postMessaging API (stickerpacks) [WIP]
|
8294 | [\#1672](https://github.com/matrix-org/matrix-react-sdk/pull/1672)
|
8295 | * Add null-guard to prevent RoomAvatar NPE when room is null
|
8296 | [\#1821](https://github.com/matrix-org/matrix-react-sdk/pull/1821)
|
8297 | * Don't notify for bad encrypted messages
|
8298 | [\#1818](https://github.com/matrix-org/matrix-react-sdk/pull/1818)
|
8299 | * Join this community button
|
8300 | [\#1815](https://github.com/matrix-org/matrix-react-sdk/pull/1815)
|
8301 | * Reword group setting delay
|
8302 | [\#1816](https://github.com/matrix-org/matrix-react-sdk/pull/1816)
|
8303 | * Track duration of page changes
|
8304 | [\#1814](https://github.com/matrix-org/matrix-react-sdk/pull/1814)
|
8305 | * Wrap GeminiScrollbar in a component, enabled forceGemini
|
8306 | [\#1810](https://github.com/matrix-org/matrix-react-sdk/pull/1810)
|
8307 | * Add display name to the read receipt view
|
8308 | [\#1742](https://github.com/matrix-org/matrix-react-sdk/pull/1742)
|
8309 | * Fix broken import preventing people tag
|
8310 | [\#1811](https://github.com/matrix-org/matrix-react-sdk/pull/1811)
|
8311 | * Add /devtools to Autocomplete and run gen-i18n
|
8312 | [\#1778](https://github.com/matrix-org/matrix-react-sdk/pull/1778)
|
8313 | * Fix PresenceLabel in MemberInfo
|
8314 | [\#1809](https://github.com/matrix-org/matrix-react-sdk/pull/1809)
|
8315 | * Fix room tile badge not disappearing when receiving a read receipt
|
8316 | [\#1807](https://github.com/matrix-org/matrix-react-sdk/pull/1807)
|
8317 | * Option to remove the presence feature by HS
|
8318 | [\#1806](https://github.com/matrix-org/matrix-react-sdk/pull/1806)
|
8319 | * Dialog a11y
|
8320 | [\#1652](https://github.com/matrix-org/matrix-react-sdk/pull/1652)
|
8321 | * Change wording of debug log submission
|
8322 | [\#1740](https://github.com/matrix-org/matrix-react-sdk/pull/1740)
|
8323 | * Fix TextualBody.js to remove NodeList.forEach()
|
8324 | [\#1768](https://github.com/matrix-org/matrix-react-sdk/pull/1768)
|
8325 | * Use undocumented piwik cmd to disable heartbeattimer
|
8326 | [\#1770](https://github.com/matrix-org/matrix-react-sdk/pull/1770)
|
8327 | * Enable autocompletion for non-English languages.
|
8328 | [\#1800](https://github.com/matrix-org/matrix-react-sdk/pull/1800)
|
8329 |
|
8330 | Changes in [0.12.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.2) (2018-04-12)
|
8331 | =====================================================================================================
|
8332 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.1...v0.12.2)
|
8333 |
|
8334 | * Null check stylesheet href
|
8335 | [\#1835](https://github.com/matrix-org/matrix-react-sdk/pull/1835)
|
8336 | * Remove the presence management labs feature
|
8337 |
|
8338 | Changes in [0.12.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.1) (2018-04-11)
|
8339 | =====================================================================================================
|
8340 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0...v0.12.1)
|
8341 |
|
8342 | * Use correct js-sdk version
|
8343 |
|
8344 | Changes in [0.12.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0) (2018-04-11)
|
8345 | =====================================================================================================
|
8346 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.7...v0.12.0)
|
8347 |
|
8348 | * Further improve group joining/leaving feedback
|
8349 | [\#1832](https://github.com/matrix-org/matrix-react-sdk/pull/1832)
|
8350 | * Cosmetic changes to Communities button
|
8351 |
|
8352 | Changes in [0.12.0-rc.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.7) (2018-04-10)
|
8353 | ===============================================================================================================
|
8354 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.6...v0.12.0-rc.7)
|
8355 |
|
8356 | * Reword group setting delay
|
8357 | [\#1816](https://github.com/matrix-org/matrix-react-sdk/pull/1816)
|
8358 | * Improve group joining/leaving feedback
|
8359 | [\#1831](https://github.com/matrix-org/matrix-react-sdk/pull/1831)
|
8360 |
|
8361 | Changes in [0.12.0-rc.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.6) (2018-04-09)
|
8362 | ===============================================================================================================
|
8363 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.5...v0.12.0-rc.6)
|
8364 |
|
8365 | * Fix group join button not appearing
|
8366 |
|
8367 | Changes in [0.12.0-rc.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.5) (2018-04-09)
|
8368 | ===============================================================================================================
|
8369 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.4...v0.12.0-rc.5)
|
8370 |
|
8371 | * Added radio button to set group join policy
|
8372 | * Fix to prevent guests from accessing lab features
|
8373 | * Fix broken forgot password page
|
8374 | * Fix crash when joining a room after peeking
|
8375 |
|
8376 | Changes in [0.12.0-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.4) (2018-03-22)
|
8377 | ===============================================================================================================
|
8378 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.3...v0.12.0-rc.4)
|
8379 |
|
8380 | * Fix broken import preventing people tag
|
8381 | [\#1811](https://github.com/matrix-org/matrix-react-sdk/pull/1811)
|
8382 |
|
8383 | Changes in [0.12.0-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.3) (2018-03-20)
|
8384 | ===============================================================================================================
|
8385 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.2...v0.12.0-rc.3)
|
8386 |
|
8387 | * Fix room tile badge not disappearing when receiving a read receipt
|
8388 | [\#1807](https://github.com/matrix-org/matrix-react-sdk/pull/1807)
|
8389 |
|
8390 | Changes in [0.12.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.2) (2018-03-19)
|
8391 | ===============================================================================================================
|
8392 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.0-rc.1...v0.12.0-rc.2)
|
8393 |
|
8394 | * Take TagPanel out of labs
|
8395 | [\#1805](https://github.com/matrix-org/matrix-react-sdk/pull/1805)
|
8396 |
|
8397 | Changes in [0.12.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.0-rc.1) (2018-03-19)
|
8398 | ===============================================================================================================
|
8399 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.4...v0.12.0-rc.1)
|
8400 |
|
8401 | * Remove the message on migrating crypto data
|
8402 | [\#1803](https://github.com/matrix-org/matrix-react-sdk/pull/1803)
|
8403 | * Update from Weblate.
|
8404 | [\#1804](https://github.com/matrix-org/matrix-react-sdk/pull/1804)
|
8405 | * Improve room list performance when receiving messages
|
8406 | [\#1801](https://github.com/matrix-org/matrix-react-sdk/pull/1801)
|
8407 | * Add change delay warning in GroupView settings
|
8408 | [\#1802](https://github.com/matrix-org/matrix-react-sdk/pull/1802)
|
8409 | * Only use `dangerouslySetInnerHTML` for HTML messages
|
8410 | [\#1799](https://github.com/matrix-org/matrix-react-sdk/pull/1799)
|
8411 | * Limit group requests to 3 at once
|
8412 | [\#1798](https://github.com/matrix-org/matrix-react-sdk/pull/1798)
|
8413 | * Show GroupMemberList after inviting a group member
|
8414 | [\#1796](https://github.com/matrix-org/matrix-react-sdk/pull/1796)
|
8415 | * Fix syntax fail
|
8416 | [\#1794](https://github.com/matrix-org/matrix-react-sdk/pull/1794)
|
8417 | * Use TintableSvg for TagPanel clear filter button
|
8418 | [\#1793](https://github.com/matrix-org/matrix-react-sdk/pull/1793)
|
8419 | * Fix missing space between "...is a" and user ID
|
8420 | [\#1792](https://github.com/matrix-org/matrix-react-sdk/pull/1792)
|
8421 | * E2E "fudge-button"
|
8422 | [\#1791](https://github.com/matrix-org/matrix-react-sdk/pull/1791)
|
8423 | * Remove spurious console.trace
|
8424 | [\#1790](https://github.com/matrix-org/matrix-react-sdk/pull/1790)
|
8425 | * Don't reset the presence timer on every dispatch
|
8426 | [\#1789](https://github.com/matrix-org/matrix-react-sdk/pull/1789)
|
8427 | * Potentially fix a memory leak in FlairStore
|
8428 | [\#1788](https://github.com/matrix-org/matrix-react-sdk/pull/1788)
|
8429 | * Implement transparent RoomTile for use in some places
|
8430 | [\#1785](https://github.com/matrix-org/matrix-react-sdk/pull/1785)
|
8431 | * Fix varying default group avatar colour for given group
|
8432 | [\#1784](https://github.com/matrix-org/matrix-react-sdk/pull/1784)
|
8433 | * Fix bug where avatar change not reflected in LLP
|
8434 | [\#1783](https://github.com/matrix-org/matrix-react-sdk/pull/1783)
|
8435 | * Workaround for atlassian/react-beautiful-dnd#273
|
8436 | [\#1782](https://github.com/matrix-org/matrix-react-sdk/pull/1782)
|
8437 | * Add setting to disable TagPanel
|
8438 | [\#1781](https://github.com/matrix-org/matrix-react-sdk/pull/1781)
|
8439 | * [DO NOT MERGE] Tests proven to fail
|
8440 | [\#1780](https://github.com/matrix-org/matrix-react-sdk/pull/1780)
|
8441 | * Fix room power level settings
|
8442 | [\#1779](https://github.com/matrix-org/matrix-react-sdk/pull/1779)
|
8443 | * fix shouldHideEvent saying an event is a leave/join when a profile ch…
|
8444 | [\#1769](https://github.com/matrix-org/matrix-react-sdk/pull/1769)
|
8445 | * Add "Did you know:..." microcopy to groups view
|
8446 | [\#1777](https://github.com/matrix-org/matrix-react-sdk/pull/1777)
|
8447 | * Give emptySubListTip a container for correct bg colour
|
8448 | [\#1753](https://github.com/matrix-org/matrix-react-sdk/pull/1753)
|
8449 | * Do proper null-checks on decypted events to fix NPEs
|
8450 | [\#1776](https://github.com/matrix-org/matrix-react-sdk/pull/1776)
|
8451 | * Reorder the RoomListStore lists on Event.decrypted
|
8452 | [\#1775](https://github.com/matrix-org/matrix-react-sdk/pull/1775)
|
8453 | * Fix bug where global "Never send to unverified..." is ignored
|
8454 | [\#1772](https://github.com/matrix-org/matrix-react-sdk/pull/1772)
|
8455 | * Fix bug that prevented tint updates
|
8456 | [\#1767](https://github.com/matrix-org/matrix-react-sdk/pull/1767)
|
8457 | * Fix group member spinner being out of flex order
|
8458 | [\#1765](https://github.com/matrix-org/matrix-react-sdk/pull/1765)
|
8459 | * Allow widget iframes to request camera and microphone permissions.
|
8460 | [\#1766](https://github.com/matrix-org/matrix-react-sdk/pull/1766)
|
8461 | * Change icon from "R" to "X"
|
8462 | [\#1764](https://github.com/matrix-org/matrix-react-sdk/pull/1764)
|
8463 | * Regenerate room lists on Room event
|
8464 | [\#1762](https://github.com/matrix-org/matrix-react-sdk/pull/1762)
|
8465 | * Fix DMs being marked as with the current user ("me")
|
8466 | [\#1761](https://github.com/matrix-org/matrix-react-sdk/pull/1761)
|
8467 | * Make RoomListStore aware of Room.timeline events
|
8468 | [\#1756](https://github.com/matrix-org/matrix-react-sdk/pull/1756)
|
8469 | * improve origin check of ScalarMessaging postmessage API.
|
8470 | [\#1760](https://github.com/matrix-org/matrix-react-sdk/pull/1760)
|
8471 | * Implement global filter to deselect all tags
|
8472 | [\#1759](https://github.com/matrix-org/matrix-react-sdk/pull/1759)
|
8473 | * Don't show empty custom tags when filtering tags
|
8474 | [\#1758](https://github.com/matrix-org/matrix-react-sdk/pull/1758)
|
8475 | * Do not assume that tags have been removed
|
8476 | [\#1757](https://github.com/matrix-org/matrix-react-sdk/pull/1757)
|
8477 | * Change CSS class for message panel spinner
|
8478 | [\#1747](https://github.com/matrix-org/matrix-react-sdk/pull/1747)
|
8479 | * Remove RoomListStore listener
|
8480 | [\#1752](https://github.com/matrix-org/matrix-react-sdk/pull/1752)
|
8481 | * Implement GroupTile avatar dragging to TagPanel
|
8482 | [\#1751](https://github.com/matrix-org/matrix-react-sdk/pull/1751)
|
8483 | * Fix custom tags not being ordered manually
|
8484 | [\#1750](https://github.com/matrix-org/matrix-react-sdk/pull/1750)
|
8485 | * Store component state for editors
|
8486 | [\#1746](https://github.com/matrix-org/matrix-react-sdk/pull/1746)
|
8487 | * Give the login page its spinner back
|
8488 | [\#1745](https://github.com/matrix-org/matrix-react-sdk/pull/1745)
|
8489 | * Add context menu to TagTile
|
8490 | [\#1743](https://github.com/matrix-org/matrix-react-sdk/pull/1743)
|
8491 | * If a tag is unrecognised, assume manual ordering
|
8492 | [\#1748](https://github.com/matrix-org/matrix-react-sdk/pull/1748)
|
8493 | * Move RoomList state to RoomListStore
|
8494 | [\#1719](https://github.com/matrix-org/matrix-react-sdk/pull/1719)
|
8495 | * Move groups button to TagPanel
|
8496 | [\#1744](https://github.com/matrix-org/matrix-react-sdk/pull/1744)
|
8497 | * Add seconds to timestamp on hover
|
8498 | [\#1738](https://github.com/matrix-org/matrix-react-sdk/pull/1738)
|
8499 | * Do not truncate autocompleted users in composer
|
8500 | [\#1739](https://github.com/matrix-org/matrix-react-sdk/pull/1739)
|
8501 | * RoomView: guard against unmounting during peeking
|
8502 | [\#1737](https://github.com/matrix-org/matrix-react-sdk/pull/1737)
|
8503 | * Fix HS/IS URL reset when switching to Registration
|
8504 | [\#1736](https://github.com/matrix-org/matrix-react-sdk/pull/1736)
|
8505 | * Fix the reject/accept call buttons in canary (mk2)
|
8506 | [\#1734](https://github.com/matrix-org/matrix-react-sdk/pull/1734)
|
8507 | * Make ratelimitedfunc time from the function's end
|
8508 | [\#1731](https://github.com/matrix-org/matrix-react-sdk/pull/1731)
|
8509 | * Give dialogs a matrixClient context
|
8510 | [\#1735](https://github.com/matrix-org/matrix-react-sdk/pull/1735)
|
8511 | * Fix key bindings in address picker dialog
|
8512 | [\#1732](https://github.com/matrix-org/matrix-react-sdk/pull/1732)
|
8513 | * Try upgrading eslint-plugin-react
|
8514 | [\#1712](https://github.com/matrix-org/matrix-react-sdk/pull/1712)
|
8515 | * Fix display name change text
|
8516 | [\#1730](https://github.com/matrix-org/matrix-react-sdk/pull/1730)
|
8517 | * Persist contentState when sending SlashCommand via MessageComposerInput
|
8518 | [\#1721](https://github.com/matrix-org/matrix-react-sdk/pull/1721)
|
8519 | * This is actually MFileBody not MImageBody, change classname
|
8520 | [\#1726](https://github.com/matrix-org/matrix-react-sdk/pull/1726)
|
8521 | * Use invite_3pid prop of createRoom instead of manual invite after create
|
8522 | [\#1717](https://github.com/matrix-org/matrix-react-sdk/pull/1717)
|
8523 | * guard against m.room.aliases events with no keys (redaction?)
|
8524 | [\#1729](https://github.com/matrix-org/matrix-react-sdk/pull/1729)
|
8525 | * Fix not showing Invited section if all invites are 3PID
|
8526 | [\#1718](https://github.com/matrix-org/matrix-react-sdk/pull/1718)
|
8527 | * Fix Rich Replies on files
|
8528 | [\#1720](https://github.com/matrix-org/matrix-react-sdk/pull/1720)
|
8529 | * Update from Weblate.
|
8530 | [\#1728](https://github.com/matrix-org/matrix-react-sdk/pull/1728)
|
8531 | * Null guard against falsey (non-null) props.node, to make react happy
|
8532 | [\#1724](https://github.com/matrix-org/matrix-react-sdk/pull/1724)
|
8533 | * Use correct condition for getting account data after first sync
|
8534 | [\#1722](https://github.com/matrix-org/matrix-react-sdk/pull/1722)
|
8535 | * Fix order calculation logic when reordering a room
|
8536 | [\#1725](https://github.com/matrix-org/matrix-react-sdk/pull/1725)
|
8537 | * Linear Rich Quoting
|
8538 | [\#1715](https://github.com/matrix-org/matrix-react-sdk/pull/1715)
|
8539 | * Fix CreateGroupDialog issues
|
8540 | [\#1714](https://github.com/matrix-org/matrix-react-sdk/pull/1714)
|
8541 | * Show a warning if the user attempts to leave a room that is invite only
|
8542 | [\#1713](https://github.com/matrix-org/matrix-react-sdk/pull/1713)
|
8543 | * Swap RoomList to react-beautiful-dnd
|
8544 | [\#1711](https://github.com/matrix-org/matrix-react-sdk/pull/1711)
|
8545 | * don't pass back {} when we have no `org.matrix.room.color_scheme`
|
8546 | [\#1710](https://github.com/matrix-org/matrix-react-sdk/pull/1710)
|
8547 | * Don't paginate whilst decrypting events
|
8548 | [\#1700](https://github.com/matrix-org/matrix-react-sdk/pull/1700)
|
8549 | * Fall back for missing i18n plurals
|
8550 | [\#1699](https://github.com/matrix-org/matrix-react-sdk/pull/1699)
|
8551 | * Fix group store redundant requests
|
8552 | [\#1709](https://github.com/matrix-org/matrix-react-sdk/pull/1709)
|
8553 | * Ignore remote echos caused by this client
|
8554 | [\#1708](https://github.com/matrix-org/matrix-react-sdk/pull/1708)
|
8555 | * Replace TagPanel react-dnd with react-beautiful-dnd
|
8556 | [\#1705](https://github.com/matrix-org/matrix-react-sdk/pull/1705)
|
8557 | * Only set selected tags state when updating rooms
|
8558 | [\#1704](https://github.com/matrix-org/matrix-react-sdk/pull/1704)
|
8559 | * Add formatFullDateNoTime to DateUtils and stop passing 12/24h to DateSep
|
8560 | [\#1702](https://github.com/matrix-org/matrix-react-sdk/pull/1702)
|
8561 | * Fix autofocus on QuestionDialog
|
8562 | [\#1698](https://github.com/matrix-org/matrix-react-sdk/pull/1698)
|
8563 | * Iterative fixes on Rich Quoting
|
8564 | [\#1697](https://github.com/matrix-org/matrix-react-sdk/pull/1697)
|
8565 | * Fix missing negation
|
8566 | [\#1696](https://github.com/matrix-org/matrix-react-sdk/pull/1696)
|
8567 | * Add Analytics Info and add Piwik to SdkConfig.DEFAULTS
|
8568 | [\#1625](https://github.com/matrix-org/matrix-react-sdk/pull/1625)
|
8569 | * Attempt to re-register for a scalar token if ours is invalid
|
8570 | [\#1668](https://github.com/matrix-org/matrix-react-sdk/pull/1668)
|
8571 | * Normalise dialogs
|
8572 | [\#1674](https://github.com/matrix-org/matrix-react-sdk/pull/1674)
|
8573 | * Add 'send without verifying' to status bar
|
8574 | [\#1695](https://github.com/matrix-org/matrix-react-sdk/pull/1695)
|
8575 | * Implement Rich Quoting/Replies
|
8576 | [\#1660](https://github.com/matrix-org/matrix-react-sdk/pull/1660)
|
8577 | * Revert "MD-escape URLs/alises/user IDs prior to parsing markdown"
|
8578 | [\#1694](https://github.com/matrix-org/matrix-react-sdk/pull/1694)
|
8579 | * Cache isConfCallRoom
|
8580 | [\#1693](https://github.com/matrix-org/matrix-react-sdk/pull/1693)
|
8581 | * Improve performance of tag panel selection (when tags are selected)
|
8582 | [\#1687](https://github.com/matrix-org/matrix-react-sdk/pull/1687)
|
8583 | * Hide status bar on visible->hidden transition
|
8584 | [\#1680](https://github.com/matrix-org/matrix-react-sdk/pull/1680)
|
8585 | * [revived] Singularise unsent message prompt, if applicable
|
8586 | [\#1692](https://github.com/matrix-org/matrix-react-sdk/pull/1692)
|
8587 | * small refactor && warn on self-demotion
|
8588 | [\#1683](https://github.com/matrix-org/matrix-react-sdk/pull/1683)
|
8589 | * Remove use of deprecated React.PropTypes
|
8590 | [\#1677](https://github.com/matrix-org/matrix-react-sdk/pull/1677)
|
8591 | * only save RelatedGroupSettings if it was modified. Otherwise perms issue
|
8592 | [\#1691](https://github.com/matrix-org/matrix-react-sdk/pull/1691)
|
8593 | * Fix a couple more issues with granular settings
|
8594 | [\#1675](https://github.com/matrix-org/matrix-react-sdk/pull/1675)
|
8595 | * Allow argument to op slashcommand to be negative as PLs can be -ve
|
8596 | [\#1673](https://github.com/matrix-org/matrix-react-sdk/pull/1673)
|
8597 | * Update from Weblate.
|
8598 | [\#1645](https://github.com/matrix-org/matrix-react-sdk/pull/1645)
|
8599 | * make RoomDetailRow reusable for the Room Directory
|
8600 | [\#1624](https://github.com/matrix-org/matrix-react-sdk/pull/1624)
|
8601 | * Prefetch group data for all joined groups when RoomList mounts
|
8602 | [\#1686](https://github.com/matrix-org/matrix-react-sdk/pull/1686)
|
8603 | * Remove unused selectedRoom prop
|
8604 | [\#1690](https://github.com/matrix-org/matrix-react-sdk/pull/1690)
|
8605 | * Fix shift and shift-ctrl click in TagPanel
|
8606 | [\#1684](https://github.com/matrix-org/matrix-react-sdk/pull/1684)
|
8607 | * skip direct chats which either you or the target have left
|
8608 | [\#1344](https://github.com/matrix-org/matrix-react-sdk/pull/1344)
|
8609 | * Make scroll on paste in RTE compatible with https://github.com/vector-im
|
8610 | /riot-web/pull/5900
|
8611 | [\#1682](https://github.com/matrix-org/matrix-react-sdk/pull/1682)
|
8612 | * Remove extra full stop
|
8613 | [\#1685](https://github.com/matrix-org/matrix-react-sdk/pull/1685)
|
8614 | * Dedupe requests to fetch group profile data
|
8615 | [\#1666](https://github.com/matrix-org/matrix-react-sdk/pull/1666)
|
8616 | * Get Group profile from TagTile instead of TagPanel
|
8617 | [\#1667](https://github.com/matrix-org/matrix-react-sdk/pull/1667)
|
8618 | * Fix leaking of GroupStore listeners in RoomList
|
8619 | [\#1664](https://github.com/matrix-org/matrix-react-sdk/pull/1664)
|
8620 | * Add option to also output untranslated string
|
8621 | [\#1658](https://github.com/matrix-org/matrix-react-sdk/pull/1658)
|
8622 | * Give the current theme to widgets and the integration manager
|
8623 | [\#1669](https://github.com/matrix-org/matrix-react-sdk/pull/1669)
|
8624 | * Fixes #1953 Allow multiple file uploads using drag & drop for RoomView
|
8625 | [\#1671](https://github.com/matrix-org/matrix-react-sdk/pull/1671)
|
8626 | * Fix issue with preview of phone number on register and waiting for sms code
|
8627 | confirmation code
|
8628 | [\#1670](https://github.com/matrix-org/matrix-react-sdk/pull/1670)
|
8629 | * Attempt to improve TagPanel performance
|
8630 | [\#1647](https://github.com/matrix-org/matrix-react-sdk/pull/1647)
|
8631 | * Fix one variant of a scroll jump that occurs when decrypting an m.text
|
8632 | [\#1656](https://github.com/matrix-org/matrix-react-sdk/pull/1656)
|
8633 | * Avoid NPEs by using ref method for collecting loggedInView in MatrixChat
|
8634 | [\#1665](https://github.com/matrix-org/matrix-react-sdk/pull/1665)
|
8635 | * DnD Ordered TagPanel
|
8636 | [\#1653](https://github.com/matrix-org/matrix-react-sdk/pull/1653)
|
8637 | * Update widget title on edit.
|
8638 | [\#1663](https://github.com/matrix-org/matrix-react-sdk/pull/1663)
|
8639 | * Set widget title
|
8640 | [\#1661](https://github.com/matrix-org/matrix-react-sdk/pull/1661)
|
8641 | * Display custom widget content titles
|
8642 | [\#1650](https://github.com/matrix-org/matrix-react-sdk/pull/1650)
|
8643 | * Add maximize / minimize apps drawer icons.
|
8644 | [\#1649](https://github.com/matrix-org/matrix-react-sdk/pull/1649)
|
8645 | * Warn when migrating e2e data to indexeddb
|
8646 | [\#1654](https://github.com/matrix-org/matrix-react-sdk/pull/1654)
|
8647 | * Don't Auto-show UnknownDeviceDialog
|
8648 | [\#1600](https://github.com/matrix-org/matrix-react-sdk/pull/1600)
|
8649 | * Remove logging.
|
8650 | [\#1655](https://github.com/matrix-org/matrix-react-sdk/pull/1655)
|
8651 | * Add messaging endpoint for room encryption status.
|
8652 | [\#1648](https://github.com/matrix-org/matrix-react-sdk/pull/1648)
|
8653 | * Add some missing translatable strings
|
8654 | [\#1588](https://github.com/matrix-org/matrix-react-sdk/pull/1588)
|
8655 | * Add widget -> riot postMessage API
|
8656 | [\#1640](https://github.com/matrix-org/matrix-react-sdk/pull/1640)
|
8657 | * Add some null checks
|
8658 | [\#1646](https://github.com/matrix-org/matrix-react-sdk/pull/1646)
|
8659 | * Implement shift-click and ctrl-click semantics for TP
|
8660 | [\#1641](https://github.com/matrix-org/matrix-react-sdk/pull/1641)
|
8661 | * Don't show group when clicking tag panel
|
8662 | [\#1642](https://github.com/matrix-org/matrix-react-sdk/pull/1642)
|
8663 | * Implement TagPanel (or LeftLeftPanel) for group filtering
|
8664 | [\#1639](https://github.com/matrix-org/matrix-react-sdk/pull/1639)
|
8665 | * Implement UI for using bulk device deletion API
|
8666 | [\#1638](https://github.com/matrix-org/matrix-react-sdk/pull/1638)
|
8667 | * Replace (IRC) with flair
|
8668 | [\#1637](https://github.com/matrix-org/matrix-react-sdk/pull/1637)
|
8669 | * Allow guests to view individual groups
|
8670 | [\#1635](https://github.com/matrix-org/matrix-react-sdk/pull/1635)
|
8671 | * Allow guest to see MyGroups, show ILAG when creating a group
|
8672 | [\#1636](https://github.com/matrix-org/matrix-react-sdk/pull/1636)
|
8673 | * Move group publication toggles to UserSettings
|
8674 | [\#1634](https://github.com/matrix-org/matrix-react-sdk/pull/1634)
|
8675 | * Pull the theme through the default process
|
8676 | [\#1617](https://github.com/matrix-org/matrix-react-sdk/pull/1617)
|
8677 | * Rebase ConfirmRedactDialog on QuestionDialog
|
8678 | [\#1630](https://github.com/matrix-org/matrix-react-sdk/pull/1630)
|
8679 | * Fix logging of missing substitution variables
|
8680 | [\#1629](https://github.com/matrix-org/matrix-react-sdk/pull/1629)
|
8681 | * Rename Related Groups to improve readability
|
8682 | [\#1632](https://github.com/matrix-org/matrix-react-sdk/pull/1632)
|
8683 | * Make PresenceLabel more easily translatable
|
8684 | [\#1616](https://github.com/matrix-org/matrix-react-sdk/pull/1616)
|
8685 | * Perform substitution on all parts, not just the last one
|
8686 | [\#1618](https://github.com/matrix-org/matrix-react-sdk/pull/1618)
|
8687 | * Send Access Token in Headers to help prevent it being spit out in errors
|
8688 | [\#1552](https://github.com/matrix-org/matrix-react-sdk/pull/1552)
|
8689 | * Add aria-labels to ActionButtons
|
8690 | [\#1628](https://github.com/matrix-org/matrix-react-sdk/pull/1628)
|
8691 | * MemberPresenceAvatar: fix null references
|
8692 | [\#1620](https://github.com/matrix-org/matrix-react-sdk/pull/1620)
|
8693 | * Disable presence controls if there's no presence
|
8694 | [\#1623](https://github.com/matrix-org/matrix-react-sdk/pull/1623)
|
8695 | * Fix GroupMemberList search for users without displayname
|
8696 | [\#1627](https://github.com/matrix-org/matrix-react-sdk/pull/1627)
|
8697 | * Remove redundant super class EventEmitter for FlairStore
|
8698 | [\#1626](https://github.com/matrix-org/matrix-react-sdk/pull/1626)
|
8699 | * Fix granular URL previews
|
8700 | [\#1622](https://github.com/matrix-org/matrix-react-sdk/pull/1622)
|
8701 | * Flairstore: Fix broken reference
|
8702 | [\#1619](https://github.com/matrix-org/matrix-react-sdk/pull/1619)
|
8703 | * Do something more sensible for sender profile name/aux opacity
|
8704 | [\#1615](https://github.com/matrix-org/matrix-react-sdk/pull/1615)
|
8705 | * Add eslint rule keyword-spacing
|
8706 | [\#1614](https://github.com/matrix-org/matrix-react-sdk/pull/1614)
|
8707 | * Fix various issues surrounding granular settings to date
|
8708 | [\#1613](https://github.com/matrix-org/matrix-react-sdk/pull/1613)
|
8709 | * differentiate between state events and message events
|
8710 | [\#1612](https://github.com/matrix-org/matrix-react-sdk/pull/1612)
|
8711 | * Refactor translations
|
8712 | [\#1608](https://github.com/matrix-org/matrix-react-sdk/pull/1608)
|
8713 | * Make TintableSvg links behave like normal image links
|
8714 | [\#1611](https://github.com/matrix-org/matrix-react-sdk/pull/1611)
|
8715 | * Fix linting errors.
|
8716 | [\#1610](https://github.com/matrix-org/matrix-react-sdk/pull/1610)
|
8717 | * Granular settings
|
8718 | [\#1516](https://github.com/matrix-org/matrix-react-sdk/pull/1516)
|
8719 | * Implement user-controlled presence
|
8720 | [\#1482](https://github.com/matrix-org/matrix-react-sdk/pull/1482)
|
8721 | * Edit widget icon styling
|
8722 | [\#1609](https://github.com/matrix-org/matrix-react-sdk/pull/1609)
|
8723 | * Attempt to improve textual power levels
|
8724 | [\#1607](https://github.com/matrix-org/matrix-react-sdk/pull/1607)
|
8725 | * Determine whether power level is custom once Roles have been determined
|
8726 | [\#1606](https://github.com/matrix-org/matrix-react-sdk/pull/1606)
|
8727 | * Status.im theme
|
8728 | [\#1605](https://github.com/matrix-org/matrix-react-sdk/pull/1605)
|
8729 | * Revert "Lowercase all usernames"
|
8730 | [\#1604](https://github.com/matrix-org/matrix-react-sdk/pull/1604)
|
8731 |
|
8732 | Changes in [0.11.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.4) (2018-02-09)
|
8733 | =====================================================================================================
|
8734 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.3...v0.11.4)
|
8735 |
|
8736 | * Add isUrlPermitted function to sanity check URLs
|
8737 |
|
8738 | Changes in [0.11.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.3) (2017-12-04)
|
8739 | =====================================================================================================
|
8740 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.2...v0.11.3)
|
8741 |
|
8742 | * Bump js-sdk version to pull in fix for [setting room publicity in a group](https://github.com/matrix-org/matrix-js-sdk/commit/aa3201ebb0fff5af2fb733080aa65ed1f7213de6).
|
8743 |
|
8744 | Changes in [0.11.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.2) (2017-11-28)
|
8745 | =====================================================================================================
|
8746 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.1...v0.11.2)
|
8747 |
|
8748 | * Ignore unrecognised login flows
|
8749 | [\#1633](https://github.com/matrix-org/matrix-react-sdk/pull/1633)
|
8750 |
|
8751 | Changes in [0.11.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.1) (2017-11-17)
|
8752 | =====================================================================================================
|
8753 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.0...v0.11.1)
|
8754 |
|
8755 | * Fix the force TURN option
|
8756 | [\#1621](https://github.com/matrix-org/matrix-react-sdk/pull/1621)
|
8757 |
|
8758 | Changes in [0.11.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.0) (2017-11-15)
|
8759 | =====================================================================================================
|
8760 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.0-rc.3...v0.11.0)
|
8761 |
|
8762 |
|
8763 | Changes in [0.11.0-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.0-rc.3) (2017-11-14)
|
8764 | ===============================================================================================================
|
8765 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.0-rc.2...v0.11.0-rc.3)
|
8766 |
|
8767 |
|
8768 | Changes in [0.11.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.0-rc.2) (2017-11-10)
|
8769 | ===============================================================================================================
|
8770 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.11.0-rc.1...v0.11.0-rc.2)
|
8771 |
|
8772 | * Make groups a fully-fleged baked-in feature
|
8773 | [\#1603](https://github.com/matrix-org/matrix-react-sdk/pull/1603)
|
8774 |
|
8775 | Changes in [0.11.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.11.0-rc.1) (2017-11-10)
|
8776 | ===============================================================================================================
|
8777 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7...v0.11.0-rc.1)
|
8778 |
|
8779 | * Improve widget rendering on prop updates
|
8780 | [\#1548](https://github.com/matrix-org/matrix-react-sdk/pull/1548)
|
8781 | * Display group member profile (avatar/displayname) in ConfirmUserActionDialog
|
8782 | [\#1595](https://github.com/matrix-org/matrix-react-sdk/pull/1595)
|
8783 | * Don't crash if there isn't a room notif rule
|
8784 | [\#1602](https://github.com/matrix-org/matrix-react-sdk/pull/1602)
|
8785 | * Show group name in flair tooltip if one is set
|
8786 | [\#1596](https://github.com/matrix-org/matrix-react-sdk/pull/1596)
|
8787 | * Convert group avatar URL to HTTP before handing to BaseAvatar
|
8788 | [\#1597](https://github.com/matrix-org/matrix-react-sdk/pull/1597)
|
8789 | * Add group features as starting points for ILAG
|
8790 | [\#1601](https://github.com/matrix-org/matrix-react-sdk/pull/1601)
|
8791 | * Modify the group room visibility API to reflect the js-sdk changes
|
8792 | [\#1598](https://github.com/matrix-org/matrix-react-sdk/pull/1598)
|
8793 | * Update from Weblate.
|
8794 | [\#1599](https://github.com/matrix-org/matrix-react-sdk/pull/1599)
|
8795 | * Revert "UnknownDeviceDialog: get devices from SDK"
|
8796 | [\#1594](https://github.com/matrix-org/matrix-react-sdk/pull/1594)
|
8797 | * Order users in the group member list with admins first
|
8798 | [\#1591](https://github.com/matrix-org/matrix-react-sdk/pull/1591)
|
8799 | * Fetch group members after accepting an invite
|
8800 | [\#1592](https://github.com/matrix-org/matrix-react-sdk/pull/1592)
|
8801 | * Improve address picker for rooms
|
8802 | [\#1589](https://github.com/matrix-org/matrix-react-sdk/pull/1589)
|
8803 | * Fix FlairStore getPublicisedGroupsCached to give the correct, existing
|
8804 | promise
|
8805 | [\#1590](https://github.com/matrix-org/matrix-react-sdk/pull/1590)
|
8806 | * Use the getProfileInfo API for group inviter profile
|
8807 | [\#1585](https://github.com/matrix-org/matrix-react-sdk/pull/1585)
|
8808 | * Add checkbox to GroupAddressPicker for determining visibility of group rooms
|
8809 | [\#1587](https://github.com/matrix-org/matrix-react-sdk/pull/1587)
|
8810 | * Alter group member api
|
8811 | [\#1581](https://github.com/matrix-org/matrix-react-sdk/pull/1581)
|
8812 | * Improve group creation UX
|
8813 | [\#1580](https://github.com/matrix-org/matrix-react-sdk/pull/1580)
|
8814 | * Disable RoomDetailList in GroupView when editing
|
8815 | [\#1583](https://github.com/matrix-org/matrix-react-sdk/pull/1583)
|
8816 | * Default to no read pins if there is no applicable account data
|
8817 | [\#1586](https://github.com/matrix-org/matrix-react-sdk/pull/1586)
|
8818 | * UnknownDeviceDialog: get devices from SDK
|
8819 | [\#1584](https://github.com/matrix-org/matrix-react-sdk/pull/1584)
|
8820 | * Add a small indicator for when a new event is pinned
|
8821 | [\#1486](https://github.com/matrix-org/matrix-react-sdk/pull/1486)
|
8822 | * Implement tooltip for group rooms
|
8823 | [\#1582](https://github.com/matrix-org/matrix-react-sdk/pull/1582)
|
8824 | * Room notifs in autocomplete & composer
|
8825 | [\#1577](https://github.com/matrix-org/matrix-react-sdk/pull/1577)
|
8826 | * Ignore img tags in HTML if src is not specified
|
8827 | [\#1579](https://github.com/matrix-org/matrix-react-sdk/pull/1579)
|
8828 | * Indicate admins in the group member list with a sheriff badge
|
8829 | [\#1578](https://github.com/matrix-org/matrix-react-sdk/pull/1578)
|
8830 | * Remember whether widget drawer was hidden per-room
|
8831 | [\#1533](https://github.com/matrix-org/matrix-react-sdk/pull/1533)
|
8832 | * Throw an error when trying to create a group store with falsey groupId
|
8833 | [\#1576](https://github.com/matrix-org/matrix-react-sdk/pull/1576)
|
8834 | * Fixes React warning
|
8835 | [\#1571](https://github.com/matrix-org/matrix-react-sdk/pull/1571)
|
8836 | * Fix Flair not appearing due to missing this._usersInFlight
|
8837 | [\#1575](https://github.com/matrix-org/matrix-react-sdk/pull/1575)
|
8838 | * Use, if possible, a room's canonical or first alias when viewing the …
|
8839 | [\#1574](https://github.com/matrix-org/matrix-react-sdk/pull/1574)
|
8840 | * Add CSS classes to group ID input in CreateGroupDialog
|
8841 | [\#1573](https://github.com/matrix-org/matrix-react-sdk/pull/1573)
|
8842 | * Give autocomplete providers the room they're in
|
8843 | [\#1568](https://github.com/matrix-org/matrix-react-sdk/pull/1568)
|
8844 | * Fix multiple pills on one line
|
8845 | [\#1572](https://github.com/matrix-org/matrix-react-sdk/pull/1572)
|
8846 | * Fix group invites such that they look similar to room invites
|
8847 | [\#1570](https://github.com/matrix-org/matrix-react-sdk/pull/1570)
|
8848 | * Add a GeminiScrollbar to Your Communities
|
8849 | [\#1569](https://github.com/matrix-org/matrix-react-sdk/pull/1569)
|
8850 | * Fix multiple requests for publicised groups of given user
|
8851 | [\#1567](https://github.com/matrix-org/matrix-react-sdk/pull/1567)
|
8852 | * Add toggle to alter visibility of a room-group association
|
8853 | [\#1566](https://github.com/matrix-org/matrix-react-sdk/pull/1566)
|
8854 | * Pillify room notifs in the timeline
|
8855 | [\#1564](https://github.com/matrix-org/matrix-react-sdk/pull/1564)
|
8856 | * Implement simple GroupRoomInfo
|
8857 | [\#1563](https://github.com/matrix-org/matrix-react-sdk/pull/1563)
|
8858 | * turn NPE on flair resolution errors into a logged error
|
8859 | [\#1565](https://github.com/matrix-org/matrix-react-sdk/pull/1565)
|
8860 | * Less translation in parts
|
8861 | [\#1484](https://github.com/matrix-org/matrix-react-sdk/pull/1484)
|
8862 | * Redact group IDs from analytics
|
8863 | [\#1562](https://github.com/matrix-org/matrix-react-sdk/pull/1562)
|
8864 | * Display whether the group summary/room list is loading
|
8865 | [\#1560](https://github.com/matrix-org/matrix-react-sdk/pull/1560)
|
8866 | * Change client-side validation of group IDs to match synapse
|
8867 | [\#1558](https://github.com/matrix-org/matrix-react-sdk/pull/1558)
|
8868 | * Prevent non-members from opening group settings
|
8869 | [\#1559](https://github.com/matrix-org/matrix-react-sdk/pull/1559)
|
8870 | * Alter UI for disinviting a group member
|
8871 | [\#1556](https://github.com/matrix-org/matrix-react-sdk/pull/1556)
|
8872 | * Only show admin tools to privileged users
|
8873 | [\#1555](https://github.com/matrix-org/matrix-react-sdk/pull/1555)
|
8874 | * Try lowercase username on login
|
8875 | [\#1550](https://github.com/matrix-org/matrix-react-sdk/pull/1550)
|
8876 | * Don't refresh page on password change prompt
|
8877 | [\#1554](https://github.com/matrix-org/matrix-react-sdk/pull/1554)
|
8878 | * Fix initial in GroupAvatar in GroupView
|
8879 | [\#1553](https://github.com/matrix-org/matrix-react-sdk/pull/1553)
|
8880 | * Use "crop" method to scale group avatars in MyGroups
|
8881 | [\#1549](https://github.com/matrix-org/matrix-react-sdk/pull/1549)
|
8882 | * Lowercase all usernames
|
8883 | [\#1547](https://github.com/matrix-org/matrix-react-sdk/pull/1547)
|
8884 | * Add sensible missing entry generator for MELS tests
|
8885 | [\#1546](https://github.com/matrix-org/matrix-react-sdk/pull/1546)
|
8886 | * Fix prompt to re-use chat room
|
8887 | [\#1545](https://github.com/matrix-org/matrix-react-sdk/pull/1545)
|
8888 | * Add unregiseterListener to GroupStore
|
8889 | [\#1544](https://github.com/matrix-org/matrix-react-sdk/pull/1544)
|
8890 | * Fix groups invited users err for non members
|
8891 | [\#1543](https://github.com/matrix-org/matrix-react-sdk/pull/1543)
|
8892 | * Add Mention button to MemberInfo
|
8893 | [\#1532](https://github.com/matrix-org/matrix-react-sdk/pull/1532)
|
8894 | * Only show group settings cog to members
|
8895 | [\#1541](https://github.com/matrix-org/matrix-react-sdk/pull/1541)
|
8896 | * Use correct icon for group room deletion and make themeable
|
8897 | [\#1540](https://github.com/matrix-org/matrix-react-sdk/pull/1540)
|
8898 | * Add invite button to MemberInfo if user has left or wasn't in room
|
8899 | [\#1534](https://github.com/matrix-org/matrix-react-sdk/pull/1534)
|
8900 | * Add option to mirror local video feed
|
8901 | [\#1539](https://github.com/matrix-org/matrix-react-sdk/pull/1539)
|
8902 | * Use the correct userId when displaying who redacted a message
|
8903 | [\#1538](https://github.com/matrix-org/matrix-react-sdk/pull/1538)
|
8904 | * Only show editing UI for aliases/related_groups for users /w power
|
8905 | [\#1529](https://github.com/matrix-org/matrix-react-sdk/pull/1529)
|
8906 | * Swap from `ui_opacity` to `panel_disabled`
|
8907 | [\#1535](https://github.com/matrix-org/matrix-react-sdk/pull/1535)
|
8908 | * Fix room address picker tiles default name
|
8909 | [\#1536](https://github.com/matrix-org/matrix-react-sdk/pull/1536)
|
8910 | * T3chguy/hide level change on 50
|
8911 | [\#1531](https://github.com/matrix-org/matrix-react-sdk/pull/1531)
|
8912 | * fix missing date sep caused by hidden event at start of day
|
8913 | [\#1537](https://github.com/matrix-org/matrix-react-sdk/pull/1537)
|
8914 | * Add a delete confirmation dialog for widgets
|
8915 | [\#1520](https://github.com/matrix-org/matrix-react-sdk/pull/1520)
|
8916 | * When dispatching view_[my_]group[s], reset RoomViewStore
|
8917 | [\#1530](https://github.com/matrix-org/matrix-react-sdk/pull/1530)
|
8918 | * Prevent editing of UI requiring user privilege if user unprivileged
|
8919 | [\#1528](https://github.com/matrix-org/matrix-react-sdk/pull/1528)
|
8920 | * Use the correct property of the API room objects
|
8921 | [\#1526](https://github.com/matrix-org/matrix-react-sdk/pull/1526)
|
8922 | * Don't include the |other in the translation value
|
8923 | [\#1527](https://github.com/matrix-org/matrix-react-sdk/pull/1527)
|
8924 | * Re-run gen-i18n after fixing https://github.com/matrix-org/matrix-react-
|
8925 | sdk/pull/1521
|
8926 | [\#1525](https://github.com/matrix-org/matrix-react-sdk/pull/1525)
|
8927 | * Fix some react warnings in GroupMemberList
|
8928 | [\#1522](https://github.com/matrix-org/matrix-react-sdk/pull/1522)
|
8929 | * Fix bug with gen-i18n/js when adding new plurals
|
8930 | [\#1521](https://github.com/matrix-org/matrix-react-sdk/pull/1521)
|
8931 | * Make GroupStoreCache global for cross-package access
|
8932 | [\#1524](https://github.com/matrix-org/matrix-react-sdk/pull/1524)
|
8933 | * Add fields needed by RoomDetailList to groupRoomFromApiObject
|
8934 | [\#1523](https://github.com/matrix-org/matrix-react-sdk/pull/1523)
|
8935 | * Only show flair for groups with avatars set
|
8936 | [\#1519](https://github.com/matrix-org/matrix-react-sdk/pull/1519)
|
8937 | * Refresh group member lists after inviting users
|
8938 | [\#1518](https://github.com/matrix-org/matrix-react-sdk/pull/1518)
|
8939 | * Invalidate the user's public groups cache when changing group publicity
|
8940 | [\#1517](https://github.com/matrix-org/matrix-react-sdk/pull/1517)
|
8941 | * Make the gen-i18n script validate _t calls
|
8942 | [\#1515](https://github.com/matrix-org/matrix-react-sdk/pull/1515)
|
8943 | * Add placeholder to MyGroups page, adjust CSS classes
|
8944 | [\#1514](https://github.com/matrix-org/matrix-react-sdk/pull/1514)
|
8945 | * Rxl881/parallelshell
|
8946 | [\#1338](https://github.com/matrix-org/matrix-react-sdk/pull/1338)
|
8947 | * Run prunei18n
|
8948 | [\#1513](https://github.com/matrix-org/matrix-react-sdk/pull/1513)
|
8949 | * Update from Weblate.
|
8950 | [\#1512](https://github.com/matrix-org/matrix-react-sdk/pull/1512)
|
8951 | * Add script to prune unused translations
|
8952 | [\#1502](https://github.com/matrix-org/matrix-react-sdk/pull/1502)
|
8953 | * Fix creation of DM rooms
|
8954 | [\#1510](https://github.com/matrix-org/matrix-react-sdk/pull/1510)
|
8955 | * Group create dialog: only enter localpart
|
8956 | [\#1507](https://github.com/matrix-org/matrix-react-sdk/pull/1507)
|
8957 | * Improve MyGroups UI
|
8958 | [\#1509](https://github.com/matrix-org/matrix-react-sdk/pull/1509)
|
8959 | * Use object URLs to load Files in to images
|
8960 | [\#1508](https://github.com/matrix-org/matrix-react-sdk/pull/1508)
|
8961 | * Add clientside error for non-alphanumeric group ID
|
8962 | [\#1506](https://github.com/matrix-org/matrix-react-sdk/pull/1506)
|
8963 | * Fix invites to groups without names
|
8964 | [\#1505](https://github.com/matrix-org/matrix-react-sdk/pull/1505)
|
8965 | * Add warning when adding group rooms/users
|
8966 | [\#1504](https://github.com/matrix-org/matrix-react-sdk/pull/1504)
|
8967 | * More Groups->Communities
|
8968 | [\#1503](https://github.com/matrix-org/matrix-react-sdk/pull/1503)
|
8969 | * Groups -> Communities
|
8970 | [\#1501](https://github.com/matrix-org/matrix-react-sdk/pull/1501)
|
8971 | * Factor out Flair cache into FlairStore
|
8972 | [\#1500](https://github.com/matrix-org/matrix-react-sdk/pull/1500)
|
8973 | * Add i18n script to package.json
|
8974 | [\#1499](https://github.com/matrix-org/matrix-react-sdk/pull/1499)
|
8975 | * Make gen-i18n support 'HTML'
|
8976 | [\#1498](https://github.com/matrix-org/matrix-react-sdk/pull/1498)
|
8977 | * fix editing visuals on groupview header
|
8978 | [\#1497](https://github.com/matrix-org/matrix-react-sdk/pull/1497)
|
8979 | * Script to generate the translations base file
|
8980 | [\#1493](https://github.com/matrix-org/matrix-react-sdk/pull/1493)
|
8981 | * Update from Weblate.
|
8982 | [\#1495](https://github.com/matrix-org/matrix-react-sdk/pull/1495)
|
8983 | * Attempt to relate a group to a room when adding it
|
8984 | [\#1494](https://github.com/matrix-org/matrix-react-sdk/pull/1494)
|
8985 | * Shuffle GroupView UI
|
8986 | [\#1490](https://github.com/matrix-org/matrix-react-sdk/pull/1490)
|
8987 | * Fix bug preventing partial group profile
|
8988 | [\#1491](https://github.com/matrix-org/matrix-react-sdk/pull/1491)
|
8989 | * Don't show room IDs when picking rooms
|
8990 | [\#1492](https://github.com/matrix-org/matrix-react-sdk/pull/1492)
|
8991 | * Only show invited section if there are invited group members
|
8992 | [\#1489](https://github.com/matrix-org/matrix-react-sdk/pull/1489)
|
8993 | * Show "Invited" section in the user list
|
8994 | [\#1488](https://github.com/matrix-org/matrix-react-sdk/pull/1488)
|
8995 | * Refactor class names for an entity tile being hovered over
|
8996 | [\#1487](https://github.com/matrix-org/matrix-react-sdk/pull/1487)
|
8997 | * Modify GroupView UI
|
8998 | [\#1475](https://github.com/matrix-org/matrix-react-sdk/pull/1475)
|
8999 | * Message/event pinning
|
9000 | [\#1439](https://github.com/matrix-org/matrix-react-sdk/pull/1439)
|
9001 | * Remove duplicate declaration that breaks the build
|
9002 | [\#1483](https://github.com/matrix-org/matrix-react-sdk/pull/1483)
|
9003 | * Include magnet scheme in sanitize HTML params
|
9004 | [\#1301](https://github.com/matrix-org/matrix-react-sdk/pull/1301)
|
9005 | * Add a way to jump to a user's Read Receipt from MemberInfo
|
9006 | [\#1454](https://github.com/matrix-org/matrix-react-sdk/pull/1454)
|
9007 | * Use standard subsitution syntax in _tJsx
|
9008 | [\#1462](https://github.com/matrix-org/matrix-react-sdk/pull/1462)
|
9009 | * Don't suggest grey as a color scheme for a room
|
9010 | [\#1442](https://github.com/matrix-org/matrix-react-sdk/pull/1442)
|
9011 | * allow hiding of notification body for privacy reasons
|
9012 | [\#1362](https://github.com/matrix-org/matrix-react-sdk/pull/1362)
|
9013 | * Suggest to invite people when speaking in an empty room
|
9014 | [\#1466](https://github.com/matrix-org/matrix-react-sdk/pull/1466)
|
9015 | * Buttons to remove room/self avatar
|
9016 | [\#1478](https://github.com/matrix-org/matrix-react-sdk/pull/1478)
|
9017 | * T3chguy/fix memberlist
|
9018 | [\#1480](https://github.com/matrix-org/matrix-react-sdk/pull/1480)
|
9019 | * add option to disable BigEmoji
|
9020 | [\#1481](https://github.com/matrix-org/matrix-react-sdk/pull/1481)
|
9021 |
|
9022 | Changes in [0.10.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7) (2017-10-16)
|
9023 | =====================================================================================================
|
9024 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7-rc.3...v0.10.7)
|
9025 |
|
9026 | * Update to latest js-sdk
|
9027 |
|
9028 | Changes in [0.10.7-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7-rc.3) (2017-10-13)
|
9029 | ===============================================================================================================
|
9030 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7-rc.2...v0.10.7-rc.3)
|
9031 |
|
9032 | * Fix the enableLabs flag, again
|
9033 | [\#1474](https://github.com/matrix-org/matrix-react-sdk/pull/1474)
|
9034 |
|
9035 | Changes in [0.10.7-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7-rc.2) (2017-10-13)
|
9036 | ===============================================================================================================
|
9037 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.7-rc.1...v0.10.7-rc.2)
|
9038 |
|
9039 | * Honour the (now legacy) enableLabs flag
|
9040 | [\#1473](https://github.com/matrix-org/matrix-react-sdk/pull/1473)
|
9041 | * Don't show labs features by default
|
9042 | [\#1472](https://github.com/matrix-org/matrix-react-sdk/pull/1472)
|
9043 | * Make features disabled by default
|
9044 | [\#1470](https://github.com/matrix-org/matrix-react-sdk/pull/1470)
|
9045 |
|
9046 | Changes in [0.10.7-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.7-rc.1) (2017-10-13)
|
9047 | ===============================================================================================================
|
9048 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.6...v0.10.7-rc.1)
|
9049 |
|
9050 | * Add warm fuzzy dialog for inviting users to a group
|
9051 | [\#1459](https://github.com/matrix-org/matrix-react-sdk/pull/1459)
|
9052 | * enable/disable features in config.json
|
9053 | [\#1468](https://github.com/matrix-org/matrix-react-sdk/pull/1468)
|
9054 | * Update from Weblate.
|
9055 | [\#1469](https://github.com/matrix-org/matrix-react-sdk/pull/1469)
|
9056 | * Don't send RR or RM when peeking at a room
|
9057 | [\#1463](https://github.com/matrix-org/matrix-react-sdk/pull/1463)
|
9058 | * Fix bug that inserted emoji when typing
|
9059 | [\#1467](https://github.com/matrix-org/matrix-react-sdk/pull/1467)
|
9060 | * Ignore VS16 char in RTE
|
9061 | [\#1458](https://github.com/matrix-org/matrix-react-sdk/pull/1458)
|
9062 | * Show failures when sending messages
|
9063 | [\#1460](https://github.com/matrix-org/matrix-react-sdk/pull/1460)
|
9064 | * Run eslint --fix
|
9065 | [\#1461](https://github.com/matrix-org/matrix-react-sdk/pull/1461)
|
9066 | * Show who banned the user on hover
|
9067 | [\#1441](https://github.com/matrix-org/matrix-react-sdk/pull/1441)
|
9068 | * Enhancements to room power level settings
|
9069 | [\#1440](https://github.com/matrix-org/matrix-react-sdk/pull/1440)
|
9070 | * Added TextInputWithCheckbox dialog
|
9071 | [\#868](https://github.com/matrix-org/matrix-react-sdk/pull/868)
|
9072 | * Make it clearer which HS you're logging into
|
9073 | [\#1456](https://github.com/matrix-org/matrix-react-sdk/pull/1456)
|
9074 | * Remove redundant stale onKeyDown
|
9075 | [\#1451](https://github.com/matrix-org/matrix-react-sdk/pull/1451)
|
9076 | * Only allow event state event handlers on state events
|
9077 | [\#1453](https://github.com/matrix-org/matrix-react-sdk/pull/1453)
|
9078 | * Modify the group store to include group rooms
|
9079 | [\#1452](https://github.com/matrix-org/matrix-react-sdk/pull/1452)
|
9080 | * Factor-out GroupStore and create GroupStoreCache
|
9081 | [\#1449](https://github.com/matrix-org/matrix-react-sdk/pull/1449)
|
9082 | * Put related groups UI behind groups labs flag
|
9083 | [\#1448](https://github.com/matrix-org/matrix-react-sdk/pull/1448)
|
9084 | * Restrict Flair in the timeline to related groups of the room
|
9085 | [\#1447](https://github.com/matrix-org/matrix-react-sdk/pull/1447)
|
9086 | * Implement UI for editing related groups of a room
|
9087 | [\#1446](https://github.com/matrix-org/matrix-react-sdk/pull/1446)
|
9088 | * Fix a couple of bugs with EditableItemList
|
9089 | [\#1445](https://github.com/matrix-org/matrix-react-sdk/pull/1445)
|
9090 | * Factor out EditableItemList from AliasSettings
|
9091 | [\#1444](https://github.com/matrix-org/matrix-react-sdk/pull/1444)
|
9092 | * Add dummy translation function to mark translatable strings
|
9093 | [\#1421](https://github.com/matrix-org/matrix-react-sdk/pull/1421)
|
9094 | * Implement button to remove a room from a group
|
9095 | [\#1438](https://github.com/matrix-org/matrix-react-sdk/pull/1438)
|
9096 | * Fix showing 3pid invites in member list
|
9097 | [\#1443](https://github.com/matrix-org/matrix-react-sdk/pull/1443)
|
9098 | * Add button to get to MyGroups (view_my_groups or path #/groups)
|
9099 | [\#1435](https://github.com/matrix-org/matrix-react-sdk/pull/1435)
|
9100 | * Add eslint rule to disallow spaces inside of curly braces
|
9101 | [\#1436](https://github.com/matrix-org/matrix-react-sdk/pull/1436)
|
9102 | * Fix ability to invite existing mx users
|
9103 | [\#1437](https://github.com/matrix-org/matrix-react-sdk/pull/1437)
|
9104 | * Construct address picker message using provided `validAddressTypes`
|
9105 | [\#1434](https://github.com/matrix-org/matrix-react-sdk/pull/1434)
|
9106 | * Fix GroupView summary rooms displaying without avatars
|
9107 | [\#1433](https://github.com/matrix-org/matrix-react-sdk/pull/1433)
|
9108 | * Implement adding rooms to a group (or group summary) by room ID
|
9109 | [\#1432](https://github.com/matrix-org/matrix-react-sdk/pull/1432)
|
9110 | * Give flair avatars a tooltip = the group ID
|
9111 | [\#1431](https://github.com/matrix-org/matrix-react-sdk/pull/1431)
|
9112 | * Fix ability to feature self in a group summary
|
9113 | [\#1430](https://github.com/matrix-org/matrix-react-sdk/pull/1430)
|
9114 | * Implement "Add room to group" feature
|
9115 | [\#1429](https://github.com/matrix-org/matrix-react-sdk/pull/1429)
|
9116 | * Fix group membership publicity
|
9117 | [\#1428](https://github.com/matrix-org/matrix-react-sdk/pull/1428)
|
9118 | * Add support for Jitsi screensharing in electron app
|
9119 | [\#1355](https://github.com/matrix-org/matrix-react-sdk/pull/1355)
|
9120 | * Delint and DRY TextForEvent
|
9121 | [\#1424](https://github.com/matrix-org/matrix-react-sdk/pull/1424)
|
9122 | * Bust the flair caches after 30mins
|
9123 | [\#1427](https://github.com/matrix-org/matrix-react-sdk/pull/1427)
|
9124 | * Show displayname / avatar in group member info
|
9125 | [\#1426](https://github.com/matrix-org/matrix-react-sdk/pull/1426)
|
9126 | * Create GroupSummaryStore for storing group summary stuff
|
9127 | [\#1418](https://github.com/matrix-org/matrix-react-sdk/pull/1418)
|
9128 | * Add status & toggle for publicity
|
9129 | [\#1419](https://github.com/matrix-org/matrix-react-sdk/pull/1419)
|
9130 | * MemberList: show 100 more on overflow tile click
|
9131 | [\#1417](https://github.com/matrix-org/matrix-react-sdk/pull/1417)
|
9132 | * Fix NPE in MemberList
|
9133 | [\#1425](https://github.com/matrix-org/matrix-react-sdk/pull/1425)
|
9134 | * Fix incorrect variable in string
|
9135 | [\#1422](https://github.com/matrix-org/matrix-react-sdk/pull/1422)
|
9136 | * apply i18n _t to string which has already been translated
|
9137 | [\#1420](https://github.com/matrix-org/matrix-react-sdk/pull/1420)
|
9138 | * Make the invite section a truncatedlist too
|
9139 | [\#1416](https://github.com/matrix-org/matrix-react-sdk/pull/1416)
|
9140 | * Implement removal function of features users/rooms
|
9141 | [\#1415](https://github.com/matrix-org/matrix-react-sdk/pull/1415)
|
9142 | * Allow TruncatedList to get children via a callback
|
9143 | [\#1412](https://github.com/matrix-org/matrix-react-sdk/pull/1412)
|
9144 | * Experimental: Lazy load user autocomplete entries
|
9145 | [\#1413](https://github.com/matrix-org/matrix-react-sdk/pull/1413)
|
9146 | * Show displayname & avatar url in group member list
|
9147 | [\#1414](https://github.com/matrix-org/matrix-react-sdk/pull/1414)
|
9148 | * De-lint TruncatedList
|
9149 | [\#1411](https://github.com/matrix-org/matrix-react-sdk/pull/1411)
|
9150 | * Remove unneeded strings
|
9151 | [\#1409](https://github.com/matrix-org/matrix-react-sdk/pull/1409)
|
9152 | * Clean on prerelease
|
9153 | [\#1410](https://github.com/matrix-org/matrix-react-sdk/pull/1410)
|
9154 | * Redesign membership section in GroupView
|
9155 | [\#1408](https://github.com/matrix-org/matrix-react-sdk/pull/1408)
|
9156 | * Implement adding rooms to the group summary
|
9157 | [\#1406](https://github.com/matrix-org/matrix-react-sdk/pull/1406)
|
9158 | * Honour the is_privileged flag in GroupView
|
9159 | [\#1407](https://github.com/matrix-org/matrix-react-sdk/pull/1407)
|
9160 | * Update when a group arrives
|
9161 | [\#1405](https://github.com/matrix-org/matrix-react-sdk/pull/1405)
|
9162 | * Implement `view_group` dispatch when clicking flair
|
9163 | [\#1404](https://github.com/matrix-org/matrix-react-sdk/pull/1404)
|
9164 | * GroupView: Add a User
|
9165 | [\#1402](https://github.com/matrix-org/matrix-react-sdk/pull/1402)
|
9166 | * Track action button click event
|
9167 | [\#1403](https://github.com/matrix-org/matrix-react-sdk/pull/1403)
|
9168 | * Separate sender profile into elements with classes
|
9169 | [\#1401](https://github.com/matrix-org/matrix-react-sdk/pull/1401)
|
9170 | * Fix ugly integration button, use hover to show error
|
9171 | [\#1399](https://github.com/matrix-org/matrix-react-sdk/pull/1399)
|
9172 | * Fix promise error in flair
|
9173 | [\#1400](https://github.com/matrix-org/matrix-react-sdk/pull/1400)
|
9174 | * Flair!
|
9175 | [\#1351](https://github.com/matrix-org/matrix-react-sdk/pull/1351)
|
9176 | * Group Membership UI
|
9177 | [\#1328](https://github.com/matrix-org/matrix-react-sdk/pull/1328)
|
9178 |
|
9179 | Changes in [0.10.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.6) (2017-09-21)
|
9180 | =====================================================================================================
|
9181 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.5...v0.10.6)
|
9182 |
|
9183 | * New version of js-sdk with fixed build
|
9184 |
|
9185 | Changes in [0.10.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.5) (2017-09-21)
|
9186 | =====================================================================================================
|
9187 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.4...v0.10.5)
|
9188 |
|
9189 | * Fix build error (https://github.com/vector-im/riot-web/issues/5091)
|
9190 |
|
9191 | Changes in [0.10.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.4) (2017-09-20)
|
9192 | =====================================================================================================
|
9193 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.4-rc.1...v0.10.4)
|
9194 |
|
9195 | * No changes
|
9196 |
|
9197 | Changes in [0.10.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.4-rc.1) (2017-09-19)
|
9198 | ===============================================================================================================
|
9199 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.3...v0.10.4-rc.1)
|
9200 |
|
9201 | * Fix RoomView stuck in 'accept invite' state
|
9202 | [\#1396](https://github.com/matrix-org/matrix-react-sdk/pull/1396)
|
9203 | * Only show the integ management button if user is joined
|
9204 | [\#1398](https://github.com/matrix-org/matrix-react-sdk/pull/1398)
|
9205 | * suppressOnHover for member entity tiles which have no onClick
|
9206 | [\#1273](https://github.com/matrix-org/matrix-react-sdk/pull/1273)
|
9207 | * add /devtools command
|
9208 | [\#1268](https://github.com/matrix-org/matrix-react-sdk/pull/1268)
|
9209 | * Fix broken Link
|
9210 | [\#1359](https://github.com/matrix-org/matrix-react-sdk/pull/1359)
|
9211 | * Show who redacted an event on hover
|
9212 | [\#1387](https://github.com/matrix-org/matrix-react-sdk/pull/1387)
|
9213 | * start MELS expanded if it contains a highlighted/permalinked event.
|
9214 | [\#1388](https://github.com/matrix-org/matrix-react-sdk/pull/1388)
|
9215 | * Add ignore user API support
|
9216 | [\#1389](https://github.com/matrix-org/matrix-react-sdk/pull/1389)
|
9217 | * Add option to disable Emoji suggestions
|
9218 | [\#1392](https://github.com/matrix-org/matrix-react-sdk/pull/1392)
|
9219 | * sanitize the i18n for fn:textForHistoryVisibilityEvent
|
9220 | [\#1397](https://github.com/matrix-org/matrix-react-sdk/pull/1397)
|
9221 | * Don't check for only-emoji if there were none
|
9222 | [\#1394](https://github.com/matrix-org/matrix-react-sdk/pull/1394)
|
9223 | * Fix emojification of symbol characters
|
9224 | [\#1393](https://github.com/matrix-org/matrix-react-sdk/pull/1393)
|
9225 | * Update from Weblate.
|
9226 | [\#1395](https://github.com/matrix-org/matrix-react-sdk/pull/1395)
|
9227 | * Make /join join again
|
9228 | [\#1391](https://github.com/matrix-org/matrix-react-sdk/pull/1391)
|
9229 | * Display spinner not room preview after room create
|
9230 | [\#1390](https://github.com/matrix-org/matrix-react-sdk/pull/1390)
|
9231 | * Fix the avatar / room name in room preview
|
9232 | [\#1384](https://github.com/matrix-org/matrix-react-sdk/pull/1384)
|
9233 | * Remove spurious cancel button
|
9234 | [\#1381](https://github.com/matrix-org/matrix-react-sdk/pull/1381)
|
9235 | * Fix starting a chat by email address
|
9236 | [\#1386](https://github.com/matrix-org/matrix-react-sdk/pull/1386)
|
9237 | * respond on copy code block
|
9238 | [\#1363](https://github.com/matrix-org/matrix-react-sdk/pull/1363)
|
9239 | * fix DateUtils inconsistency with 12/24h
|
9240 | [\#1383](https://github.com/matrix-org/matrix-react-sdk/pull/1383)
|
9241 | * allow sending sub,sup and whitelist them on receive
|
9242 | [\#1382](https://github.com/matrix-org/matrix-react-sdk/pull/1382)
|
9243 | * Update roomlist when an event is decrypted
|
9244 | [\#1380](https://github.com/matrix-org/matrix-react-sdk/pull/1380)
|
9245 | * Update from Weblate.
|
9246 | [\#1379](https://github.com/matrix-org/matrix-react-sdk/pull/1379)
|
9247 | * fix radio for theme selection
|
9248 | [\#1368](https://github.com/matrix-org/matrix-react-sdk/pull/1368)
|
9249 | * fix some more zh_Hans - remove entirely broken lines
|
9250 | [\#1378](https://github.com/matrix-org/matrix-react-sdk/pull/1378)
|
9251 | * fix placeholder causing app to break when using zh
|
9252 | [\#1377](https://github.com/matrix-org/matrix-react-sdk/pull/1377)
|
9253 | * Avoid re-rendering RoomList on room switch
|
9254 | [\#1375](https://github.com/matrix-org/matrix-react-sdk/pull/1375)
|
9255 | * Fix 'Failed to load timeline position' regression
|
9256 | [\#1376](https://github.com/matrix-org/matrix-react-sdk/pull/1376)
|
9257 | * Fast path for emojifying strings
|
9258 | [\#1372](https://github.com/matrix-org/matrix-react-sdk/pull/1372)
|
9259 | * Consolidate the code copy button
|
9260 | [\#1374](https://github.com/matrix-org/matrix-react-sdk/pull/1374)
|
9261 | * Only add the code copy button for HTML messages
|
9262 | [\#1373](https://github.com/matrix-org/matrix-react-sdk/pull/1373)
|
9263 | * Don't re-render matrixchat unnecessarily
|
9264 | [\#1371](https://github.com/matrix-org/matrix-react-sdk/pull/1371)
|
9265 | * Don't wait for setState to run onHaveRoom
|
9266 | [\#1370](https://github.com/matrix-org/matrix-react-sdk/pull/1370)
|
9267 | * Introduce a RoomScrollStateStore
|
9268 | [\#1367](https://github.com/matrix-org/matrix-react-sdk/pull/1367)
|
9269 | * Don't always paginate when mounting a ScrollPanel
|
9270 | [\#1369](https://github.com/matrix-org/matrix-react-sdk/pull/1369)
|
9271 | * Remove unused scrollStateMap from LoggedinView
|
9272 | [\#1366](https://github.com/matrix-org/matrix-react-sdk/pull/1366)
|
9273 | * Revert "Implement sticky date separators"
|
9274 | [\#1365](https://github.com/matrix-org/matrix-react-sdk/pull/1365)
|
9275 | * Remove unused string "changing room on a RoomView is not supported"
|
9276 | [\#1361](https://github.com/matrix-org/matrix-react-sdk/pull/1361)
|
9277 | * Remove unused translation code translations
|
9278 | [\#1360](https://github.com/matrix-org/matrix-react-sdk/pull/1360)
|
9279 | * Implement sticky date separators
|
9280 | [\#1353](https://github.com/matrix-org/matrix-react-sdk/pull/1353)
|
9281 |
|
9282 | Changes in [0.10.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.3) (2017-09-06)
|
9283 | =====================================================================================================
|
9284 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.3-rc.2...v0.10.3)
|
9285 |
|
9286 | * No changes
|
9287 |
|
9288 | Changes in [0.10.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.3-rc.2) (2017-09-05)
|
9289 | ===============================================================================================================
|
9290 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.3-rc.1...v0.10.3-rc.2)
|
9291 |
|
9292 | * Fix plurals in translations
|
9293 | [\#1358](https://github.com/matrix-org/matrix-react-sdk/pull/1358)
|
9294 | * Fix typo
|
9295 | [\#1357](https://github.com/matrix-org/matrix-react-sdk/pull/1357)
|
9296 | * Update from Weblate.
|
9297 | [\#1356](https://github.com/matrix-org/matrix-react-sdk/pull/1356)
|
9298 |
|
9299 | Changes in [0.10.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.3-rc.1) (2017-09-01)
|
9300 | ===============================================================================================================
|
9301 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.2...v0.10.3-rc.1)
|
9302 |
|
9303 | * Fix room change sometimes being very slow
|
9304 | [\#1354](https://github.com/matrix-org/matrix-react-sdk/pull/1354)
|
9305 | * apply shouldHideEvent fn to onRoomTimeline for RoomStatusBar
|
9306 | [\#1346](https://github.com/matrix-org/matrix-react-sdk/pull/1346)
|
9307 | * text4event widget modified, used to show widget added each time.
|
9308 | [\#1345](https://github.com/matrix-org/matrix-react-sdk/pull/1345)
|
9309 | * separate concepts of showing and managing RRs to fix regression
|
9310 | [\#1352](https://github.com/matrix-org/matrix-react-sdk/pull/1352)
|
9311 | * Make staging widgets work with live and vice versa.
|
9312 | [\#1350](https://github.com/matrix-org/matrix-react-sdk/pull/1350)
|
9313 | * Avoid breaking /sync with uncaught exceptions
|
9314 | [\#1349](https://github.com/matrix-org/matrix-react-sdk/pull/1349)
|
9315 | * we need to pass whether it is an invite RoomSubList explicitly (i18n)
|
9316 | [\#1343](https://github.com/matrix-org/matrix-react-sdk/pull/1343)
|
9317 | * Percent encoding isn't a valid thing within _t
|
9318 | [\#1348](https://github.com/matrix-org/matrix-react-sdk/pull/1348)
|
9319 | * Fix spurious notifications
|
9320 | [\#1339](https://github.com/matrix-org/matrix-react-sdk/pull/1339)
|
9321 | * Unbreak password reset with a non-default HS
|
9322 | [\#1347](https://github.com/matrix-org/matrix-react-sdk/pull/1347)
|
9323 | * Remove unnecessary 'load' on notif audio element
|
9324 | [\#1341](https://github.com/matrix-org/matrix-react-sdk/pull/1341)
|
9325 | * _tJsx returns a React Object, the sub fn must return a React Object
|
9326 | [\#1340](https://github.com/matrix-org/matrix-react-sdk/pull/1340)
|
9327 | * Fix deprecation warning about promise.defer()
|
9328 | [\#1292](https://github.com/matrix-org/matrix-react-sdk/pull/1292)
|
9329 | * Fix click to insert completion
|
9330 | [\#1331](https://github.com/matrix-org/matrix-react-sdk/pull/1331)
|
9331 |
|
9332 | Changes in [0.10.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.2) (2017-08-24)
|
9333 | =====================================================================================================
|
9334 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.1...v0.10.2)
|
9335 |
|
9336 | * Force update on timelinepanel when event decrypted
|
9337 | [\#1334](https://github.com/matrix-org/matrix-react-sdk/pull/1334)
|
9338 | * Dispatch incoming_call synchronously
|
9339 | [\#1337](https://github.com/matrix-org/matrix-react-sdk/pull/1337)
|
9340 | * Fix React crying on machines without internet due to return undefined
|
9341 | [\#1335](https://github.com/matrix-org/matrix-react-sdk/pull/1335)
|
9342 | * Catch the promise rejection if scalar fails
|
9343 | [\#1333](https://github.com/matrix-org/matrix-react-sdk/pull/1333)
|
9344 | * Update from Weblate.
|
9345 | [\#1329](https://github.com/matrix-org/matrix-react-sdk/pull/1329)
|
9346 |
|
9347 | Changes in [0.10.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.1) (2017-08-23)
|
9348 | =====================================================================================================
|
9349 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.1-rc.1...v0.10.1)
|
9350 |
|
9351 | * [No changes]
|
9352 |
|
9353 | Changes in [0.10.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.10.1-rc.1) (2017-08-22)
|
9354 | ===============================================================================================================
|
9355 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.10.0-rc.2...v0.10.1-rc.1)
|
9356 |
|
9357 | * Matthew/multiple widgets
|
9358 | [\#1327](https://github.com/matrix-org/matrix-react-sdk/pull/1327)
|
9359 | * Fix proptypes on UserPickerDialog
|
9360 | [\#1326](https://github.com/matrix-org/matrix-react-sdk/pull/1326)
|
9361 | * AppsDrawer: Remove unnecessary bind
|
9362 | [\#1325](https://github.com/matrix-org/matrix-react-sdk/pull/1325)
|
9363 | * Position add app widget link
|
9364 | [\#1322](https://github.com/matrix-org/matrix-react-sdk/pull/1322)
|
9365 | * Remove app tile beta tag.
|
9366 | [\#1323](https://github.com/matrix-org/matrix-react-sdk/pull/1323)
|
9367 | * Add missing translation.
|
9368 | [\#1324](https://github.com/matrix-org/matrix-react-sdk/pull/1324)
|
9369 | * Note that apps are not E2EE
|
9370 | [\#1319](https://github.com/matrix-org/matrix-react-sdk/pull/1319)
|
9371 | * Only render appTile body (including warnings) if drawer shown.
|
9372 | [\#1321](https://github.com/matrix-org/matrix-react-sdk/pull/1321)
|
9373 | * Timeline improvements
|
9374 | [\#1320](https://github.com/matrix-org/matrix-react-sdk/pull/1320)
|
9375 | * Add a space between widget name and "widget" in widget event tiles
|
9376 | [\#1318](https://github.com/matrix-org/matrix-react-sdk/pull/1318)
|
9377 | * Move manage integrations button from settings page to room header as a
|
9378 | stand-alone component
|
9379 | [\#1286](https://github.com/matrix-org/matrix-react-sdk/pull/1286)
|
9380 | * Don't apply case logic to app names
|
9381 | [\#1316](https://github.com/matrix-org/matrix-react-sdk/pull/1316)
|
9382 | * Stop integ manager opening on every room switch
|
9383 | [\#1315](https://github.com/matrix-org/matrix-react-sdk/pull/1315)
|
9384 | * Add behaviour to toggle app draw on app tile header click
|
9385 | [\#1313](https://github.com/matrix-org/matrix-react-sdk/pull/1313)
|
9386 | * Change OOO so that MELS generation will continue over hidden events
|
9387 | [\#1308](https://github.com/matrix-org/matrix-react-sdk/pull/1308)
|
9388 | * Implement TextualEvent tiles for im.vector.modular.widgets
|
9389 | [\#1312](https://github.com/matrix-org/matrix-react-sdk/pull/1312)
|
9390 | * Don't show widget security warning to the person that added it to the room
|
9391 | [\#1314](https://github.com/matrix-org/matrix-react-sdk/pull/1314)
|
9392 | * remove unused strings introduced by string change
|
9393 | [\#1311](https://github.com/matrix-org/matrix-react-sdk/pull/1311)
|
9394 | * hotfix bad fn signature regression
|
9395 | [\#1310](https://github.com/matrix-org/matrix-react-sdk/pull/1310)
|
9396 | * Show a dialog if the maximum number of widgets allowed has been reached.
|
9397 | [\#1291](https://github.com/matrix-org/matrix-react-sdk/pull/1291)
|
9398 | * Fix Robot translation
|
9399 | [\#1309](https://github.com/matrix-org/matrix-react-sdk/pull/1309)
|
9400 | * Refactor ChatInviteDialog to be UserPickerDialog
|
9401 | [\#1300](https://github.com/matrix-org/matrix-react-sdk/pull/1300)
|
9402 | * Update Link to Translation status
|
9403 | [\#1302](https://github.com/matrix-org/matrix-react-sdk/pull/1302)
|
9404 |
|
9405 | Changes in [0.9.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.7) (2017-06-22)
|
9406 | ===================================================================================================
|
9407 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.6...v0.9.7)
|
9408 |
|
9409 | * Fix ability to invite users with caps in their user IDs
|
9410 | [\#1128](https://github.com/matrix-org/matrix-react-sdk/pull/1128)
|
9411 | * Fix another race with first-sync
|
9412 | [\#1131](https://github.com/matrix-org/matrix-react-sdk/pull/1131)
|
9413 | * Make the indexeddb worker script work again
|
9414 | [\#1132](https://github.com/matrix-org/matrix-react-sdk/pull/1132)
|
9415 | * Use the web worker when clearing js-sdk stores
|
9416 | [\#1133](https://github.com/matrix-org/matrix-react-sdk/pull/1133)
|
9417 |
|
9418 | Changes in [0.9.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.6) (2017-06-20)
|
9419 | ===================================================================================================
|
9420 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5...v0.9.6)
|
9421 |
|
9422 | * Fix infinite spinner on email registration
|
9423 | [\#1120](https://github.com/matrix-org/matrix-react-sdk/pull/1120)
|
9424 | * Translate help promots in room list
|
9425 | [\#1121](https://github.com/matrix-org/matrix-react-sdk/pull/1121)
|
9426 | * Internationalise the drop targets
|
9427 | [\#1122](https://github.com/matrix-org/matrix-react-sdk/pull/1122)
|
9428 | * Fix another infinite spin on register
|
9429 | [\#1124](https://github.com/matrix-org/matrix-react-sdk/pull/1124)
|
9430 |
|
9431 |
|
9432 | Changes in [0.9.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5) (2017-06-19)
|
9433 | ===================================================================================================
|
9434 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5-rc.2...v0.9.5)
|
9435 |
|
9436 | * Don't peek when creating a room
|
9437 | [\#1113](https://github.com/matrix-org/matrix-react-sdk/pull/1113)
|
9438 | * More translations & translation fixes
|
9439 |
|
9440 |
|
9441 | Changes in [0.9.5-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5-rc.2) (2017-06-16)
|
9442 | =============================================================================================================
|
9443 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5-rc.1...v0.9.5-rc.2)
|
9444 |
|
9445 | * Avoid getting stuck in a loop in CAS login
|
9446 | [\#1109](https://github.com/matrix-org/matrix-react-sdk/pull/1109)
|
9447 | * Update from Weblate.
|
9448 | [\#1101](https://github.com/matrix-org/matrix-react-sdk/pull/1101)
|
9449 | * Correctly inspect state when rejecting invite
|
9450 | [\#1108](https://github.com/matrix-org/matrix-react-sdk/pull/1108)
|
9451 | * Make sure to pass the roomAlias to the preview header if we have it
|
9452 | [\#1107](https://github.com/matrix-org/matrix-react-sdk/pull/1107)
|
9453 | * Make sure captcha disappears when container does
|
9454 | [\#1106](https://github.com/matrix-org/matrix-react-sdk/pull/1106)
|
9455 | * Fix URL previews
|
9456 | [\#1105](https://github.com/matrix-org/matrix-react-sdk/pull/1105)
|
9457 |
|
9458 | Changes in [0.9.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5-rc.1) (2017-06-15)
|
9459 | =============================================================================================================
|
9460 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.4...v0.9.5-rc.1)
|
9461 |
|
9462 | * Groundwork for tests including a teamserver login
|
9463 | [\#1098](https://github.com/matrix-org/matrix-react-sdk/pull/1098)
|
9464 | * Show a spinner when accepting an invite and waitingForRoom
|
9465 | [\#1100](https://github.com/matrix-org/matrix-react-sdk/pull/1100)
|
9466 | * Display a spinner until new room object after join success
|
9467 | [\#1099](https://github.com/matrix-org/matrix-react-sdk/pull/1099)
|
9468 | * Luke/attempt fix peeking regression
|
9469 | [\#1097](https://github.com/matrix-org/matrix-react-sdk/pull/1097)
|
9470 | * Show correct text in set email password dialog (2)
|
9471 | [\#1096](https://github.com/matrix-org/matrix-react-sdk/pull/1096)
|
9472 | * Don't create a guest login if user went to /login
|
9473 | [\#1092](https://github.com/matrix-org/matrix-react-sdk/pull/1092)
|
9474 | * Give password confirmation correct title, description
|
9475 | [\#1095](https://github.com/matrix-org/matrix-react-sdk/pull/1095)
|
9476 | * Make enter submit change password form
|
9477 | [\#1094](https://github.com/matrix-org/matrix-react-sdk/pull/1094)
|
9478 | * When not specified, remove roomAlias state in RoomViewStore
|
9479 | [\#1093](https://github.com/matrix-org/matrix-react-sdk/pull/1093)
|
9480 | * Update from Weblate.
|
9481 | [\#1091](https://github.com/matrix-org/matrix-react-sdk/pull/1091)
|
9482 | * Fixed pagination infinite loop caused by long messages
|
9483 | [\#1045](https://github.com/matrix-org/matrix-react-sdk/pull/1045)
|
9484 | * Clear persistent storage on login and logout
|
9485 | [\#1085](https://github.com/matrix-org/matrix-react-sdk/pull/1085)
|
9486 | * DM guessing: prefer oldest joined member
|
9487 | [\#1087](https://github.com/matrix-org/matrix-react-sdk/pull/1087)
|
9488 | * Ask for email address after setting password for the first time
|
9489 | [\#1090](https://github.com/matrix-org/matrix-react-sdk/pull/1090)
|
9490 | * i18n for setting password flow
|
9491 | [\#1089](https://github.com/matrix-org/matrix-react-sdk/pull/1089)
|
9492 | * remove mx_filterFlipColor from verified e2e icon so its not purple :/
|
9493 | [\#1088](https://github.com/matrix-org/matrix-react-sdk/pull/1088)
|
9494 | * width and height must be int otherwise synapse cries
|
9495 | [\#1083](https://github.com/matrix-org/matrix-react-sdk/pull/1083)
|
9496 | * remove RoomViewStore listener from MatrixChat on unmount
|
9497 | [\#1084](https://github.com/matrix-org/matrix-react-sdk/pull/1084)
|
9498 | * Add script to copy translations between files
|
9499 | [\#1082](https://github.com/matrix-org/matrix-react-sdk/pull/1082)
|
9500 | * Only process user_directory response if it's for the current query
|
9501 | [\#1081](https://github.com/matrix-org/matrix-react-sdk/pull/1081)
|
9502 | * Fix regressions with starting a 1-1.
|
9503 | [\#1080](https://github.com/matrix-org/matrix-react-sdk/pull/1080)
|
9504 | * allow forcing of TURN
|
9505 | [\#1079](https://github.com/matrix-org/matrix-react-sdk/pull/1079)
|
9506 | * Remove a bunch of dead code from react-sdk
|
9507 | [\#1077](https://github.com/matrix-org/matrix-react-sdk/pull/1077)
|
9508 | * Improve error logging/reporting in megolm import/export
|
9509 | [\#1061](https://github.com/matrix-org/matrix-react-sdk/pull/1061)
|
9510 | * Delinting
|
9511 | [\#1064](https://github.com/matrix-org/matrix-react-sdk/pull/1064)
|
9512 | * Show reason for a call hanging up unexpectedly.
|
9513 | [\#1071](https://github.com/matrix-org/matrix-react-sdk/pull/1071)
|
9514 | * Add reason for ban in room settings
|
9515 | [\#1072](https://github.com/matrix-org/matrix-react-sdk/pull/1072)
|
9516 | * adds mx_filterFlipColor so that the dark theme will invert this image
|
9517 | [\#1070](https://github.com/matrix-org/matrix-react-sdk/pull/1070)
|
9518 |
|
9519 | Changes in [0.9.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.4) (2017-06-14)
|
9520 | ===================================================================================================
|
9521 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3...v0.9.4)
|
9522 |
|
9523 | * Ask for email address after setting password for the first time
|
9524 | [\#1090](https://github.com/matrix-org/matrix-react-sdk/pull/1090)
|
9525 | * DM guessing: prefer oldest joined member
|
9526 | [\#1087](https://github.com/matrix-org/matrix-react-sdk/pull/1087)
|
9527 | * More translations
|
9528 |
|
9529 | Changes in [0.9.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3) (2017-06-12)
|
9530 | ===================================================================================================
|
9531 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3-rc.2...v0.9.3)
|
9532 |
|
9533 | * Add more translations & fix some existing ones
|
9534 |
|
9535 | Changes in [0.9.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3-rc.2) (2017-06-09)
|
9536 | =============================================================================================================
|
9537 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3-rc.1...v0.9.3-rc.2)
|
9538 |
|
9539 | * Fix flux dependency
|
9540 | * Fix translations on conference call bar
|
9541 |
|
9542 | Changes in [0.9.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3-rc.1) (2017-06-09)
|
9543 | =============================================================================================================
|
9544 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.2...v0.9.3-rc.1)
|
9545 |
|
9546 | * When ChatCreateOrReuseDialog is cancelled by a guest, go home
|
9547 | [\#1069](https://github.com/matrix-org/matrix-react-sdk/pull/1069)
|
9548 | * Update from Weblate.
|
9549 | [\#1065](https://github.com/matrix-org/matrix-react-sdk/pull/1065)
|
9550 | * Goto /home when forgetting the last room
|
9551 | [\#1067](https://github.com/matrix-org/matrix-react-sdk/pull/1067)
|
9552 | * Default to home page when settings is closed
|
9553 | [\#1066](https://github.com/matrix-org/matrix-react-sdk/pull/1066)
|
9554 | * Update from Weblate.
|
9555 | [\#1063](https://github.com/matrix-org/matrix-react-sdk/pull/1063)
|
9556 | * When joining, use a roomAlias if we have it
|
9557 | [\#1062](https://github.com/matrix-org/matrix-react-sdk/pull/1062)
|
9558 | * Control currently viewed event via RoomViewStore
|
9559 | [\#1058](https://github.com/matrix-org/matrix-react-sdk/pull/1058)
|
9560 | * Better error messages for login
|
9561 | [\#1060](https://github.com/matrix-org/matrix-react-sdk/pull/1060)
|
9562 | * Add remaining translations
|
9563 | [\#1056](https://github.com/matrix-org/matrix-react-sdk/pull/1056)
|
9564 | * Added button that copies code to clipboard
|
9565 | [\#1040](https://github.com/matrix-org/matrix-react-sdk/pull/1040)
|
9566 | * de-lint MegolmExportEncryption + test
|
9567 | [\#1059](https://github.com/matrix-org/matrix-react-sdk/pull/1059)
|
9568 | * Better RTL support
|
9569 | [\#1021](https://github.com/matrix-org/matrix-react-sdk/pull/1021)
|
9570 | * make mels emoji capable
|
9571 | [\#1057](https://github.com/matrix-org/matrix-react-sdk/pull/1057)
|
9572 | * Make travis check for lint on files which are clean to start with
|
9573 | [\#1055](https://github.com/matrix-org/matrix-react-sdk/pull/1055)
|
9574 | * Update from Weblate.
|
9575 | [\#1053](https://github.com/matrix-org/matrix-react-sdk/pull/1053)
|
9576 | * Add some logging around switching rooms
|
9577 | [\#1054](https://github.com/matrix-org/matrix-react-sdk/pull/1054)
|
9578 | * Update from Weblate.
|
9579 | [\#1052](https://github.com/matrix-org/matrix-react-sdk/pull/1052)
|
9580 | * Use user_directory endpoint to populate ChatInviteDialog
|
9581 | [\#1050](https://github.com/matrix-org/matrix-react-sdk/pull/1050)
|
9582 | * Various Analytics changes/fixes/improvements
|
9583 | [\#1046](https://github.com/matrix-org/matrix-react-sdk/pull/1046)
|
9584 | * Use an arrow function to allow `this`
|
9585 | [\#1051](https://github.com/matrix-org/matrix-react-sdk/pull/1051)
|
9586 | * New guest access
|
9587 | [\#937](https://github.com/matrix-org/matrix-react-sdk/pull/937)
|
9588 | * Translate src/components/structures
|
9589 | [\#1048](https://github.com/matrix-org/matrix-react-sdk/pull/1048)
|
9590 | * Cancel 'join room' action if 'log in' is clicked
|
9591 | [\#1049](https://github.com/matrix-org/matrix-react-sdk/pull/1049)
|
9592 | * fix copy and paste derp and rip out unused imports
|
9593 | [\#1015](https://github.com/matrix-org/matrix-react-sdk/pull/1015)
|
9594 | * Update from Weblate.
|
9595 | [\#1042](https://github.com/matrix-org/matrix-react-sdk/pull/1042)
|
9596 | * Reset 'first sync' flag / promise on log in
|
9597 | [\#1041](https://github.com/matrix-org/matrix-react-sdk/pull/1041)
|
9598 | * Remove DM-guessing code (again)
|
9599 | [\#1036](https://github.com/matrix-org/matrix-react-sdk/pull/1036)
|
9600 | * Cancel deferred actions
|
9601 | [\#1039](https://github.com/matrix-org/matrix-react-sdk/pull/1039)
|
9602 | * Merge develop, add i18n for SetMxIdDialog
|
9603 | [\#1034](https://github.com/matrix-org/matrix-react-sdk/pull/1034)
|
9604 | * Defer an intention for creating a room
|
9605 | [\#1038](https://github.com/matrix-org/matrix-react-sdk/pull/1038)
|
9606 | * Fix 'create room' button
|
9607 | [\#1037](https://github.com/matrix-org/matrix-react-sdk/pull/1037)
|
9608 | * Always show the spinner during the first sync
|
9609 | [\#1033](https://github.com/matrix-org/matrix-react-sdk/pull/1033)
|
9610 | * Only view welcome user if we are not looking at a room
|
9611 | [\#1032](https://github.com/matrix-org/matrix-react-sdk/pull/1032)
|
9612 | * Update from Weblate.
|
9613 | [\#1030](https://github.com/matrix-org/matrix-react-sdk/pull/1030)
|
9614 | * Keep deferred actions for view_user_settings and view_create_chat
|
9615 | [\#1031](https://github.com/matrix-org/matrix-react-sdk/pull/1031)
|
9616 | * Don't do a deferred start chat if user is welcome user
|
9617 | [\#1029](https://github.com/matrix-org/matrix-react-sdk/pull/1029)
|
9618 | * Introduce state `peekLoading` to avoid collision with `roomLoading`
|
9619 | [\#1028](https://github.com/matrix-org/matrix-react-sdk/pull/1028)
|
9620 | * Update from Weblate.
|
9621 | [\#1016](https://github.com/matrix-org/matrix-react-sdk/pull/1016)
|
9622 | * Fix accepting a 3pid invite
|
9623 | [\#1013](https://github.com/matrix-org/matrix-react-sdk/pull/1013)
|
9624 | * Propagate room join errors to the UI
|
9625 | [\#1007](https://github.com/matrix-org/matrix-react-sdk/pull/1007)
|
9626 | * Implement /user/@userid:domain?action=chat
|
9627 | [\#1006](https://github.com/matrix-org/matrix-react-sdk/pull/1006)
|
9628 | * Show People/Rooms emptySubListTip even when total rooms !== 0
|
9629 | [\#967](https://github.com/matrix-org/matrix-react-sdk/pull/967)
|
9630 | * Fix to show the correct room
|
9631 | [\#995](https://github.com/matrix-org/matrix-react-sdk/pull/995)
|
9632 | * Remove cachedPassword from localStorage on_logged_out
|
9633 | [\#977](https://github.com/matrix-org/matrix-react-sdk/pull/977)
|
9634 | * Add /start to show the setMxId above HomePage
|
9635 | [\#964](https://github.com/matrix-org/matrix-react-sdk/pull/964)
|
9636 | * Allow pressing Enter to submit setMxId
|
9637 | [\#961](https://github.com/matrix-org/matrix-react-sdk/pull/961)
|
9638 | * add login link to SetMxIdDialog
|
9639 | [\#954](https://github.com/matrix-org/matrix-react-sdk/pull/954)
|
9640 | * Block user settings with view_set_mxid
|
9641 | [\#936](https://github.com/matrix-org/matrix-react-sdk/pull/936)
|
9642 | * Show "Something went wrong!" when errcode undefined
|
9643 | [\#935](https://github.com/matrix-org/matrix-react-sdk/pull/935)
|
9644 | * Reset store state when logging out
|
9645 | [\#930](https://github.com/matrix-org/matrix-react-sdk/pull/930)
|
9646 | * Set the displayname to the mxid once PWLU
|
9647 | [\#933](https://github.com/matrix-org/matrix-react-sdk/pull/933)
|
9648 | * Fix view_next_room, view_previous_room and view_indexed_room
|
9649 | [\#929](https://github.com/matrix-org/matrix-react-sdk/pull/929)
|
9650 | * Use RVS to indicate "joining" when setting a mxid
|
9651 | [\#928](https://github.com/matrix-org/matrix-react-sdk/pull/928)
|
9652 | * Don't show notif nag bar if guest
|
9653 | [\#932](https://github.com/matrix-org/matrix-react-sdk/pull/932)
|
9654 | * Show "Password" instead of "New Password"
|
9655 | [\#927](https://github.com/matrix-org/matrix-react-sdk/pull/927)
|
9656 | * Remove warm-fuzzy after setting mxid
|
9657 | [\#926](https://github.com/matrix-org/matrix-react-sdk/pull/926)
|
9658 | * Allow teamServerConfig to be missing
|
9659 | [\#925](https://github.com/matrix-org/matrix-react-sdk/pull/925)
|
9660 | * Remove GuestWarningBar
|
9661 | [\#923](https://github.com/matrix-org/matrix-react-sdk/pull/923)
|
9662 | * Make left panel better for new users (mk III)
|
9663 | [\#924](https://github.com/matrix-org/matrix-react-sdk/pull/924)
|
9664 | * Implement default welcome page and allow custom URL /w config
|
9665 | [\#922](https://github.com/matrix-org/matrix-react-sdk/pull/922)
|
9666 | * Implement a store for RoomView
|
9667 | [\#921](https://github.com/matrix-org/matrix-react-sdk/pull/921)
|
9668 | * Add prop to toggle whether new password input is autoFocused
|
9669 | [\#915](https://github.com/matrix-org/matrix-react-sdk/pull/915)
|
9670 | * Implement warm-fuzzy success dialog for SetMxIdDialog
|
9671 | [\#905](https://github.com/matrix-org/matrix-react-sdk/pull/905)
|
9672 | * Write some tests for the RTS UI
|
9673 | [\#893](https://github.com/matrix-org/matrix-react-sdk/pull/893)
|
9674 | * Make confirmation optional on ChangePassword
|
9675 | [\#890](https://github.com/matrix-org/matrix-react-sdk/pull/890)
|
9676 | * Remove "Current Password" input if mx_pass exists
|
9677 | [\#881](https://github.com/matrix-org/matrix-react-sdk/pull/881)
|
9678 | * Replace NeedToRegisterDialog /w SetMxIdDialog
|
9679 | [\#889](https://github.com/matrix-org/matrix-react-sdk/pull/889)
|
9680 | * Invite the welcome user after registration if configured
|
9681 | [\#882](https://github.com/matrix-org/matrix-react-sdk/pull/882)
|
9682 | * Prevent ROUs from creating new chats/new rooms
|
9683 | [\#879](https://github.com/matrix-org/matrix-react-sdk/pull/879)
|
9684 | * Redesign mxID chooser, add availability checking
|
9685 | [\#877](https://github.com/matrix-org/matrix-react-sdk/pull/877)
|
9686 | * Show password nag bar when user is PWLU
|
9687 | [\#864](https://github.com/matrix-org/matrix-react-sdk/pull/864)
|
9688 | * fix typo
|
9689 | [\#858](https://github.com/matrix-org/matrix-react-sdk/pull/858)
|
9690 | * Initial implementation: SetDisplayName -> SetMxIdDialog
|
9691 | [\#849](https://github.com/matrix-org/matrix-react-sdk/pull/849)
|
9692 |
|
9693 | Changes in [0.9.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.2) (2017-06-06)
|
9694 | ===================================================================================================
|
9695 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.1...v0.9.2)
|
9696 |
|
9697 | * Hotfix: Allow password reset when logged in
|
9698 | [\#1044](https://github.com/matrix-org/matrix-react-sdk/pull/1044)
|
9699 |
|
9700 | Changes in [0.9.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.1) (2017-06-02)
|
9701 | ===================================================================================================
|
9702 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.0...v0.9.1)
|
9703 |
|
9704 | * Update from Weblate.
|
9705 | [\#1012](https://github.com/matrix-org/matrix-react-sdk/pull/1012)
|
9706 | * typo, missing import and mis-casing
|
9707 | [\#1014](https://github.com/matrix-org/matrix-react-sdk/pull/1014)
|
9708 | * Update from Weblate.
|
9709 | [\#1010](https://github.com/matrix-org/matrix-react-sdk/pull/1010)
|
9710 |
|
9711 | Changes in [0.9.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.0) (2017-06-02)
|
9712 | ===================================================================================================
|
9713 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.0-rc.2...v0.9.0)
|
9714 |
|
9715 | * sync pt with pt_BR
|
9716 | [\#1009](https://github.com/matrix-org/matrix-react-sdk/pull/1009)
|
9717 | * Update from Weblate.
|
9718 | [\#1008](https://github.com/matrix-org/matrix-react-sdk/pull/1008)
|
9719 | * Update from Weblate.
|
9720 | [\#1003](https://github.com/matrix-org/matrix-react-sdk/pull/1003)
|
9721 | * allow hiding redactions, restoring old behaviour
|
9722 | [\#1004](https://github.com/matrix-org/matrix-react-sdk/pull/1004)
|
9723 | * Add missing translations
|
9724 | [\#1005](https://github.com/matrix-org/matrix-react-sdk/pull/1005)
|
9725 |
|
9726 | Changes in [0.9.0-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.0-rc.2) (2017-06-02)
|
9727 | =============================================================================================================
|
9728 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.0-rc.1...v0.9.0-rc.2)
|
9729 |
|
9730 | * Update from Weblate.
|
9731 | [\#1002](https://github.com/matrix-org/matrix-react-sdk/pull/1002)
|
9732 | * webrtc config electron
|
9733 | [\#850](https://github.com/matrix-org/matrix-react-sdk/pull/850)
|
9734 | * enable useCompactLayout user setting an add a class when it's enabled
|
9735 | [\#986](https://github.com/matrix-org/matrix-react-sdk/pull/986)
|
9736 | * Update from Weblate.
|
9737 | [\#987](https://github.com/matrix-org/matrix-react-sdk/pull/987)
|
9738 | * Translation fixes for everything but src/components
|
9739 | [\#990](https://github.com/matrix-org/matrix-react-sdk/pull/990)
|
9740 | * Fix tests
|
9741 | [\#1001](https://github.com/matrix-org/matrix-react-sdk/pull/1001)
|
9742 | * Fix tests for PR #989
|
9743 | [\#999](https://github.com/matrix-org/matrix-react-sdk/pull/999)
|
9744 | * Revert "Revert "add labels to language picker""
|
9745 | [\#1000](https://github.com/matrix-org/matrix-react-sdk/pull/1000)
|
9746 | * maybe fixxy [Electron] external thing?
|
9747 | [\#997](https://github.com/matrix-org/matrix-react-sdk/pull/997)
|
9748 | * travisci: Don't run the riot-web tests if the react-sdk tests fail
|
9749 | [\#992](https://github.com/matrix-org/matrix-react-sdk/pull/992)
|
9750 | * Support 12hr time on DateSeparator
|
9751 | [\#991](https://github.com/matrix-org/matrix-react-sdk/pull/991)
|
9752 | * Revert "add labels to language picker"
|
9753 | [\#994](https://github.com/matrix-org/matrix-react-sdk/pull/994)
|
9754 | * Call MatrixClient.clearStores on logout
|
9755 | [\#983](https://github.com/matrix-org/matrix-react-sdk/pull/983)
|
9756 | * Matthew/room avatar event
|
9757 | [\#988](https://github.com/matrix-org/matrix-react-sdk/pull/988)
|
9758 | * add labels to language picker
|
9759 | [\#989](https://github.com/matrix-org/matrix-react-sdk/pull/989)
|
9760 | * Update from Weblate.
|
9761 | [\#981](https://github.com/matrix-org/matrix-react-sdk/pull/981)
|
9762 |
|
9763 | Changes in [0.9.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.0-rc.1) (2017-06-01)
|
9764 | =============================================================================================================
|
9765 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.9...v0.9.0-rc.1)
|
9766 |
|
9767 | * Fix rare case where presence duration is undefined
|
9768 | [\#982](https://github.com/matrix-org/matrix-react-sdk/pull/982)
|
9769 | * add concept of platform handling loudNotifications (bings/pings/whatHaveYou)
|
9770 | [\#985](https://github.com/matrix-org/matrix-react-sdk/pull/985)
|
9771 | * Fixes to i18n code
|
9772 | [\#984](https://github.com/matrix-org/matrix-react-sdk/pull/984)
|
9773 | * Update from Weblate.
|
9774 | [\#978](https://github.com/matrix-org/matrix-react-sdk/pull/978)
|
9775 | * Add partial support for RTL languages
|
9776 | [\#955](https://github.com/matrix-org/matrix-react-sdk/pull/955)
|
9777 | * Added two strings to translate
|
9778 | [\#975](https://github.com/matrix-org/matrix-react-sdk/pull/975)
|
9779 | * Update from Weblate.
|
9780 | [\#976](https://github.com/matrix-org/matrix-react-sdk/pull/976)
|
9781 | * Update from Weblate.
|
9782 | [\#974](https://github.com/matrix-org/matrix-react-sdk/pull/974)
|
9783 | * Initial Electron Settings - for Auto Launch
|
9784 | [\#920](https://github.com/matrix-org/matrix-react-sdk/pull/920)
|
9785 | * Fix missing string in the room settings
|
9786 | [\#973](https://github.com/matrix-org/matrix-react-sdk/pull/973)
|
9787 | * fix error in i18n string
|
9788 | [\#972](https://github.com/matrix-org/matrix-react-sdk/pull/972)
|
9789 | * Update from Weblate.
|
9790 | [\#970](https://github.com/matrix-org/matrix-react-sdk/pull/970)
|
9791 | * Support 12hr time in full date
|
9792 | [\#971](https://github.com/matrix-org/matrix-react-sdk/pull/971)
|
9793 | * Add _tJsx()
|
9794 | [\#968](https://github.com/matrix-org/matrix-react-sdk/pull/968)
|
9795 | * Update from Weblate.
|
9796 | [\#966](https://github.com/matrix-org/matrix-react-sdk/pull/966)
|
9797 | * Remove space between time and AM/PM
|
9798 | [\#969](https://github.com/matrix-org/matrix-react-sdk/pull/969)
|
9799 | * Piwik Analytics
|
9800 | [\#948](https://github.com/matrix-org/matrix-react-sdk/pull/948)
|
9801 | * Update from Weblate.
|
9802 | [\#965](https://github.com/matrix-org/matrix-react-sdk/pull/965)
|
9803 | * Improve ChatInviteDialog perf by ditching fuse, using indexOf and
|
9804 | lastActiveTs()
|
9805 | [\#960](https://github.com/matrix-org/matrix-react-sdk/pull/960)
|
9806 | * Say "X removed the room name" instead of showing nothing
|
9807 | [\#958](https://github.com/matrix-org/matrix-react-sdk/pull/958)
|
9808 | * roomview/roomheader fixes
|
9809 | [\#959](https://github.com/matrix-org/matrix-react-sdk/pull/959)
|
9810 | * Update from Weblate.
|
9811 | [\#953](https://github.com/matrix-org/matrix-react-sdk/pull/953)
|
9812 | * fix i18n in a situation where navigator.languages=[]
|
9813 | [\#956](https://github.com/matrix-org/matrix-react-sdk/pull/956)
|
9814 | * `t_` -> `_t` fix typo
|
9815 | [\#957](https://github.com/matrix-org/matrix-react-sdk/pull/957)
|
9816 | * Change redact -> remove for clarity
|
9817 | [\#831](https://github.com/matrix-org/matrix-react-sdk/pull/831)
|
9818 | * Update from Weblate.
|
9819 | [\#950](https://github.com/matrix-org/matrix-react-sdk/pull/950)
|
9820 | * fix mis-linting - missed it in code review :(
|
9821 | [\#952](https://github.com/matrix-org/matrix-react-sdk/pull/952)
|
9822 | * i18n fixes
|
9823 | [\#951](https://github.com/matrix-org/matrix-react-sdk/pull/951)
|
9824 | * Message Forwarding
|
9825 | [\#812](https://github.com/matrix-org/matrix-react-sdk/pull/812)
|
9826 | * don't focus_composer on window focus
|
9827 | [\#944](https://github.com/matrix-org/matrix-react-sdk/pull/944)
|
9828 | * Fix vector-im/riot-web#4042
|
9829 | [\#947](https://github.com/matrix-org/matrix-react-sdk/pull/947)
|
9830 | * import _t, drop two unused imports
|
9831 | [\#946](https://github.com/matrix-org/matrix-react-sdk/pull/946)
|
9832 | * Fix punctuation in TextForEvent to be i18n'd consistently
|
9833 | [\#945](https://github.com/matrix-org/matrix-react-sdk/pull/945)
|
9834 | * actually wire up alwaysShowTimestamps
|
9835 | [\#940](https://github.com/matrix-org/matrix-react-sdk/pull/940)
|
9836 | * Update from Weblate.
|
9837 | [\#943](https://github.com/matrix-org/matrix-react-sdk/pull/943)
|
9838 | * Update from Weblate.
|
9839 | [\#942](https://github.com/matrix-org/matrix-react-sdk/pull/942)
|
9840 | * Update from Weblate.
|
9841 | [\#941](https://github.com/matrix-org/matrix-react-sdk/pull/941)
|
9842 | * Update from Weblate.
|
9843 | [\#938](https://github.com/matrix-org/matrix-react-sdk/pull/938)
|
9844 | * Fix PM being AM
|
9845 | [\#939](https://github.com/matrix-org/matrix-react-sdk/pull/939)
|
9846 | * pass call state through dispatcher, for poor electron
|
9847 | [\#918](https://github.com/matrix-org/matrix-react-sdk/pull/918)
|
9848 | * Translations!
|
9849 | [\#934](https://github.com/matrix-org/matrix-react-sdk/pull/934)
|
9850 | * Remove suffix and prefix from login input username
|
9851 | [\#906](https://github.com/matrix-org/matrix-react-sdk/pull/906)
|
9852 | * Kierangould/12hourtimestamp
|
9853 | [\#903](https://github.com/matrix-org/matrix-react-sdk/pull/903)
|
9854 | * Don't include src in the test resolve root
|
9855 | [\#931](https://github.com/matrix-org/matrix-react-sdk/pull/931)
|
9856 | * Make the linked versions open a new tab, turt2live complained :P
|
9857 | [\#910](https://github.com/matrix-org/matrix-react-sdk/pull/910)
|
9858 | * Fix lint errors in SlashCommands
|
9859 | [\#919](https://github.com/matrix-org/matrix-react-sdk/pull/919)
|
9860 | * autoFocus input box
|
9861 | [\#911](https://github.com/matrix-org/matrix-react-sdk/pull/911)
|
9862 | * Make travis test against riot-web new-guest-access
|
9863 | [\#917](https://github.com/matrix-org/matrix-react-sdk/pull/917)
|
9864 | * Add right-branch logic to travis test script
|
9865 | [\#916](https://github.com/matrix-org/matrix-react-sdk/pull/916)
|
9866 | * Group e2e keys into blocks of 4 characters
|
9867 | [\#914](https://github.com/matrix-org/matrix-react-sdk/pull/914)
|
9868 | * Factor out DeviceVerifyDialog
|
9869 | [\#913](https://github.com/matrix-org/matrix-react-sdk/pull/913)
|
9870 | * Fix 'missing page_type' error
|
9871 | [\#909](https://github.com/matrix-org/matrix-react-sdk/pull/909)
|
9872 | * code style update
|
9873 | [\#904](https://github.com/matrix-org/matrix-react-sdk/pull/904)
|
9874 |
|
9875 | Changes in [0.8.9](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.9) (2017-05-22)
|
9876 | ===================================================================================================
|
9877 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.9-rc.1...v0.8.9)
|
9878 |
|
9879 | * No changes
|
9880 |
|
9881 |
|
9882 | Changes in [0.8.9-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.9-rc.1) (2017-05-19)
|
9883 | =============================================================================================================
|
9884 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.8...v0.8.9-rc.1)
|
9885 |
|
9886 | * Prevent an exception getting scroll node
|
9887 | [\#902](https://github.com/matrix-org/matrix-react-sdk/pull/902)
|
9888 | * Fix a few remaining snags with country dd
|
9889 | [\#901](https://github.com/matrix-org/matrix-react-sdk/pull/901)
|
9890 | * Add left_aligned class to CountryDropdown
|
9891 | [\#900](https://github.com/matrix-org/matrix-react-sdk/pull/900)
|
9892 | * Swap to new flag files (which are stored as GB.png)
|
9893 | [\#899](https://github.com/matrix-org/matrix-react-sdk/pull/899)
|
9894 | * Improve phone number country dropdown for registration and login (Act. 2,
|
9895 | Return of the Prefix)
|
9896 | [\#897](https://github.com/matrix-org/matrix-react-sdk/pull/897)
|
9897 | * Support for pasting files into normal composer
|
9898 | [\#892](https://github.com/matrix-org/matrix-react-sdk/pull/892)
|
9899 | * tell guests they can't use filepanel until they register
|
9900 | [\#887](https://github.com/matrix-org/matrix-react-sdk/pull/887)
|
9901 | * Prevent reskindex -w from running when file names have not changed
|
9902 | [\#888](https://github.com/matrix-org/matrix-react-sdk/pull/888)
|
9903 | * I broke UserSettings for webpack-dev-server
|
9904 | [\#884](https://github.com/matrix-org/matrix-react-sdk/pull/884)
|
9905 | * various fixes to RoomHeader
|
9906 | [\#880](https://github.com/matrix-org/matrix-react-sdk/pull/880)
|
9907 | * remove /me whether or not it has a space after it
|
9908 | [\#885](https://github.com/matrix-org/matrix-react-sdk/pull/885)
|
9909 | * show error if we can't set a filter because no room
|
9910 | [\#883](https://github.com/matrix-org/matrix-react-sdk/pull/883)
|
9911 | * Fix RM not updating if RR event unpaginated
|
9912 | [\#874](https://github.com/matrix-org/matrix-react-sdk/pull/874)
|
9913 | * change roomsettings wording
|
9914 | [\#878](https://github.com/matrix-org/matrix-react-sdk/pull/878)
|
9915 | * make reskindex windows friendly
|
9916 | [\#875](https://github.com/matrix-org/matrix-react-sdk/pull/875)
|
9917 | * Fixes 2 issues with Dialog closing
|
9918 | [\#867](https://github.com/matrix-org/matrix-react-sdk/pull/867)
|
9919 | * Automatic Reskindex
|
9920 | [\#871](https://github.com/matrix-org/matrix-react-sdk/pull/871)
|
9921 | * Put room name in 'leave room' confirmation dialog
|
9922 | [\#873](https://github.com/matrix-org/matrix-react-sdk/pull/873)
|
9923 | * Fix this/self fail in LeftPanel
|
9924 | [\#872](https://github.com/matrix-org/matrix-react-sdk/pull/872)
|
9925 | * Don't show null URL previews
|
9926 | [\#870](https://github.com/matrix-org/matrix-react-sdk/pull/870)
|
9927 | * Fix keys for AddressSelector
|
9928 | [\#869](https://github.com/matrix-org/matrix-react-sdk/pull/869)
|
9929 | * Make left panel better for new users (mk II)
|
9930 | [\#859](https://github.com/matrix-org/matrix-react-sdk/pull/859)
|
9931 | * Explicitly save composer content onUnload
|
9932 | [\#866](https://github.com/matrix-org/matrix-react-sdk/pull/866)
|
9933 | * Warn on unload
|
9934 | [\#851](https://github.com/matrix-org/matrix-react-sdk/pull/851)
|
9935 | * Log deviceid at login
|
9936 | [\#862](https://github.com/matrix-org/matrix-react-sdk/pull/862)
|
9937 | * Guests can't send RR so no point trying
|
9938 | [\#860](https://github.com/matrix-org/matrix-react-sdk/pull/860)
|
9939 | * Remove babelcheck
|
9940 | [\#861](https://github.com/matrix-org/matrix-react-sdk/pull/861)
|
9941 | * T3chguy/settings versions improvements
|
9942 | [\#857](https://github.com/matrix-org/matrix-react-sdk/pull/857)
|
9943 | * Change max-len 90->120
|
9944 | [\#852](https://github.com/matrix-org/matrix-react-sdk/pull/852)
|
9945 | * Remove DM-guessing code
|
9946 | [\#829](https://github.com/matrix-org/matrix-react-sdk/pull/829)
|
9947 | * Fix jumping to an unread event when in MELS
|
9948 | [\#855](https://github.com/matrix-org/matrix-react-sdk/pull/855)
|
9949 | * Validate phone number on login
|
9950 | [\#856](https://github.com/matrix-org/matrix-react-sdk/pull/856)
|
9951 | * Failed to enable HTML5 Notifications Error Dialogs
|
9952 | [\#827](https://github.com/matrix-org/matrix-react-sdk/pull/827)
|
9953 | * Pin filesize ver to fix break upstream
|
9954 | [\#854](https://github.com/matrix-org/matrix-react-sdk/pull/854)
|
9955 | * Improve RoomDirectory Look & Feel
|
9956 | [\#848](https://github.com/matrix-org/matrix-react-sdk/pull/848)
|
9957 | * Only show jumpToReadMarker bar when RM !== RR
|
9958 | [\#845](https://github.com/matrix-org/matrix-react-sdk/pull/845)
|
9959 | * Allow MELS to have its own RM
|
9960 | [\#846](https://github.com/matrix-org/matrix-react-sdk/pull/846)
|
9961 | * Use document.onkeydown instead of onkeypress
|
9962 | [\#844](https://github.com/matrix-org/matrix-react-sdk/pull/844)
|
9963 | * (Room)?Avatar: Request 96x96 avatars on high DPI screens
|
9964 | [\#808](https://github.com/matrix-org/matrix-react-sdk/pull/808)
|
9965 | * Add mx_EventTile_emote class
|
9966 | [\#842](https://github.com/matrix-org/matrix-react-sdk/pull/842)
|
9967 | * Fix dialog reappearing after hitting Enter
|
9968 | [\#841](https://github.com/matrix-org/matrix-react-sdk/pull/841)
|
9969 | * Fix spinner that shows until the first sync
|
9970 | [\#840](https://github.com/matrix-org/matrix-react-sdk/pull/840)
|
9971 | * Show spinner until first sync has completed
|
9972 | [\#839](https://github.com/matrix-org/matrix-react-sdk/pull/839)
|
9973 | * Style fixes for LoggedInView
|
9974 | [\#838](https://github.com/matrix-org/matrix-react-sdk/pull/838)
|
9975 | * Fix specifying custom server for registration
|
9976 | [\#834](https://github.com/matrix-org/matrix-react-sdk/pull/834)
|
9977 | * Improve country dropdown UX and expose +prefix
|
9978 | [\#833](https://github.com/matrix-org/matrix-react-sdk/pull/833)
|
9979 | * Fix user settings store
|
9980 | [\#836](https://github.com/matrix-org/matrix-react-sdk/pull/836)
|
9981 | * show the room name in the UDE Dialog
|
9982 | [\#832](https://github.com/matrix-org/matrix-react-sdk/pull/832)
|
9983 | * summarise profile changes in MELS
|
9984 | [\#826](https://github.com/matrix-org/matrix-react-sdk/pull/826)
|
9985 | * Transform h1 and h2 tags to h3 tags
|
9986 | [\#820](https://github.com/matrix-org/matrix-react-sdk/pull/820)
|
9987 | * limit our keyboard shortcut modifiers correctly
|
9988 | [\#825](https://github.com/matrix-org/matrix-react-sdk/pull/825)
|
9989 | * Specify cross platform regexes and add olm to noParse
|
9990 | [\#823](https://github.com/matrix-org/matrix-react-sdk/pull/823)
|
9991 | * Remember element that was in focus before rendering dialog
|
9992 | [\#822](https://github.com/matrix-org/matrix-react-sdk/pull/822)
|
9993 | * move user settings outward and use built in read receipts disabling
|
9994 | [\#824](https://github.com/matrix-org/matrix-react-sdk/pull/824)
|
9995 | * File Download Consistency
|
9996 | [\#802](https://github.com/matrix-org/matrix-react-sdk/pull/802)
|
9997 | * Show Access Token under Advanced in Settings
|
9998 | [\#806](https://github.com/matrix-org/matrix-react-sdk/pull/806)
|
9999 | * Link tags/commit hashes in the UserSettings version section
|
10000 | [\#810](https://github.com/matrix-org/matrix-react-sdk/pull/810)
|
10001 | * On return to RoomView from auxPanel, send focus back to Composer
|
10002 | [\#813](https://github.com/matrix-org/matrix-react-sdk/pull/813)
|
10003 | * Change presence status labels to 'for' instead of 'ago'
|
10004 | [\#817](https://github.com/matrix-org/matrix-react-sdk/pull/817)
|
10005 | * Disable Scalar Integrations if urls passed to it are falsey
|
10006 | [\#816](https://github.com/matrix-org/matrix-react-sdk/pull/816)
|
10007 | * Add option to hide other people's read receipts.
|
10008 | [\#818](https://github.com/matrix-org/matrix-react-sdk/pull/818)
|
10009 | * Add option to not send typing notifications
|
10010 | [\#819](https://github.com/matrix-org/matrix-react-sdk/pull/819)
|
10011 | * Sync RM across instances of Riot
|
10012 | [\#805](https://github.com/matrix-org/matrix-react-sdk/pull/805)
|
10013 | * First iteration on improving login UI
|
10014 | [\#811](https://github.com/matrix-org/matrix-react-sdk/pull/811)
|
10015 | * focus on composer after jumping to bottom
|
10016 | [\#809](https://github.com/matrix-org/matrix-react-sdk/pull/809)
|
10017 | * Improve RoomList performance via side-stepping React
|
10018 | [\#807](https://github.com/matrix-org/matrix-react-sdk/pull/807)
|
10019 | * Don't show link preview when link is inside of a quote
|
10020 | [\#762](https://github.com/matrix-org/matrix-react-sdk/pull/762)
|
10021 | * Escape closes UserSettings
|
10022 | [\#765](https://github.com/matrix-org/matrix-react-sdk/pull/765)
|
10023 | * Implement user power-level changes in timeline
|
10024 | [\#794](https://github.com/matrix-org/matrix-react-sdk/pull/794)
|
10025 |
|
10026 | Changes in [0.8.8](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.8) (2017-04-25)
|
10027 | ===================================================================================================
|
10028 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.8-rc.2...v0.8.8)
|
10029 |
|
10030 | * No changes
|
10031 |
|
10032 |
|
10033 | Changes in [0.8.8-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.8-rc.2) (2017-04-24)
|
10034 | =============================================================================================================
|
10035 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.8-rc.1...v0.8.8-rc.2)
|
10036 |
|
10037 | * Fix bug where links to Riot would fail to open.
|
10038 |
|
10039 |
|
10040 | Changes in [0.8.8-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.8-rc.1) (2017-04-21)
|
10041 | =============================================================================================================
|
10042 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.7...v0.8.8-rc.1)
|
10043 |
|
10044 | * Update js-sdk to fix registration without a captcha (https://github.com/vector-im/riot-web/issues/3621)
|
10045 |
|
10046 |
|
10047 | Changes in [0.8.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.7) (2017-04-12)
|
10048 | ===================================================================================================
|
10049 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.7-rc.4...v0.8.7)
|
10050 |
|
10051 | * No changes
|
10052 |
|
10053 | Changes in [0.8.7-rc.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.7-rc.4) (2017-04-11)
|
10054 | =============================================================================================================
|
10055 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.7-rc.3...v0.8.7-rc.4)
|
10056 |
|
10057 | * Fix people section vanishing on 'clear cache'
|
10058 | [\#799](https://github.com/matrix-org/matrix-react-sdk/pull/799)
|
10059 | * Make the clear cache button work on desktop
|
10060 | [\#798](https://github.com/matrix-org/matrix-react-sdk/pull/798)
|
10061 |
|
10062 | Changes in [0.8.7-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.7-rc.3) (2017-04-10)
|
10063 | =============================================================================================================
|
10064 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.7-rc.2...v0.8.7-rc.3)
|
10065 |
|
10066 | * Use matrix-js-sdk v0.7.6-rc.2
|
10067 |
|
10068 |
|
10069 | Changes in [0.8.7-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.7-rc.2) (2017-04-10)
|
10070 | =============================================================================================================
|
10071 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.7-rc.1...v0.8.7-rc.2)
|
10072 |
|
10073 | * fix the warning shown to users about needing to export e2e keys
|
10074 | [\#797](https://github.com/matrix-org/matrix-react-sdk/pull/797)
|
10075 |
|
10076 | 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)
|
10077 | =============================================================================================================
|
10078 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6...v0.8.7-rc.1)
|
10079 |
|
10080 | * Add support for using indexeddb in a webworker
|
10081 | [\#792](https://github.com/matrix-org/matrix-react-sdk/pull/792)
|
10082 | * Fix infinite pagination/glitches with pagination
|
10083 | [\#795](https://github.com/matrix-org/matrix-react-sdk/pull/795)
|
10084 | * Fix issue where teamTokenMap was ignored for guests
|
10085 | [\#793](https://github.com/matrix-org/matrix-react-sdk/pull/793)
|
10086 | * Click emote sender -> insert display name into composer
|
10087 | [\#791](https://github.com/matrix-org/matrix-react-sdk/pull/791)
|
10088 | * Fix scroll token selection logic
|
10089 | [\#785](https://github.com/matrix-org/matrix-react-sdk/pull/785)
|
10090 | * Replace sdkReady with firstSyncPromise, add mx_last_room_id
|
10091 | [\#790](https://github.com/matrix-org/matrix-react-sdk/pull/790)
|
10092 | * Change "Unread messages." to "Jump to first unread message."
|
10093 | [\#789](https://github.com/matrix-org/matrix-react-sdk/pull/789)
|
10094 | * Update for new IndexedDBStore interface
|
10095 | [\#786](https://github.com/matrix-org/matrix-react-sdk/pull/786)
|
10096 | * Add <ol start="..."> to allowed attributes list
|
10097 | [\#787](https://github.com/matrix-org/matrix-react-sdk/pull/787)
|
10098 | * Fix the onFinished for timeline pos dialog
|
10099 | [\#784](https://github.com/matrix-org/matrix-react-sdk/pull/784)
|
10100 | * Only join a room when enter is hit if the join button is shown
|
10101 | [\#776](https://github.com/matrix-org/matrix-react-sdk/pull/776)
|
10102 | * Remove non-functional session load error
|
10103 | [\#783](https://github.com/matrix-org/matrix-react-sdk/pull/783)
|
10104 | * Use Login & Register via component interface
|
10105 | [\#782](https://github.com/matrix-org/matrix-react-sdk/pull/782)
|
10106 | * Attempt to fix the flakyness seen with tests
|
10107 | [\#781](https://github.com/matrix-org/matrix-react-sdk/pull/781)
|
10108 | * Remove React warning
|
10109 | [\#780](https://github.com/matrix-org/matrix-react-sdk/pull/780)
|
10110 | * Only clear the local notification count if needed
|
10111 | [\#779](https://github.com/matrix-org/matrix-react-sdk/pull/779)
|
10112 | * Don't re-notify about messages on browser refresh
|
10113 | [\#777](https://github.com/matrix-org/matrix-react-sdk/pull/777)
|
10114 | * Improve zeroing of RoomList notification badges
|
10115 | [\#775](https://github.com/matrix-org/matrix-react-sdk/pull/775)
|
10116 | * Fix VOIP bar hidden on first render of RoomStatusBar
|
10117 | [\#774](https://github.com/matrix-org/matrix-react-sdk/pull/774)
|
10118 | * Correct confirm prompt for disinvite
|
10119 | [\#772](https://github.com/matrix-org/matrix-react-sdk/pull/772)
|
10120 | * Add state loggingIn to MatrixChat to fix flashing login
|
10121 | [\#773](https://github.com/matrix-org/matrix-react-sdk/pull/773)
|
10122 | * Fix bug where you can't invite a valid address
|
10123 | [\#771](https://github.com/matrix-org/matrix-react-sdk/pull/771)
|
10124 | * Fix people section DropTarget and refactor Rooms
|
10125 | [\#761](https://github.com/matrix-org/matrix-react-sdk/pull/761)
|
10126 | * Read Receipt offset
|
10127 | [\#770](https://github.com/matrix-org/matrix-react-sdk/pull/770)
|
10128 | * Support adding phone numbers in UserSettings
|
10129 | [\#756](https://github.com/matrix-org/matrix-react-sdk/pull/756)
|
10130 | * Prevent crash on login of no guest session
|
10131 | [\#769](https://github.com/matrix-org/matrix-react-sdk/pull/769)
|
10132 | * Add canResetTimeline callback and thread it through to TimelinePanel
|
10133 | [\#768](https://github.com/matrix-org/matrix-react-sdk/pull/768)
|
10134 | * Show spinner whilst processing recaptcha response
|
10135 | [\#767](https://github.com/matrix-org/matrix-react-sdk/pull/767)
|
10136 | * Login / registration with phone number, mark 2
|
10137 | [\#750](https://github.com/matrix-org/matrix-react-sdk/pull/750)
|
10138 | * Display threepids slightly prettier
|
10139 | [\#758](https://github.com/matrix-org/matrix-react-sdk/pull/758)
|
10140 | * Fix extraneous leading space in sent emotes
|
10141 | [\#764](https://github.com/matrix-org/matrix-react-sdk/pull/764)
|
10142 | * Add ConfirmRedactDialog component
|
10143 | [\#763](https://github.com/matrix-org/matrix-react-sdk/pull/763)
|
10144 | * Fix password UI auth test
|
10145 | [\#760](https://github.com/matrix-org/matrix-react-sdk/pull/760)
|
10146 | * Display timestamps and profiles for redacted events
|
10147 | [\#759](https://github.com/matrix-org/matrix-react-sdk/pull/759)
|
10148 | * Fix UDD for voip in e2e rooms
|
10149 | [\#757](https://github.com/matrix-org/matrix-react-sdk/pull/757)
|
10150 | * Add "Export E2E keys" option to logout dialog
|
10151 | [\#755](https://github.com/matrix-org/matrix-react-sdk/pull/755)
|
10152 | * Fix People section a bit
|
10153 | [\#754](https://github.com/matrix-org/matrix-react-sdk/pull/754)
|
10154 | * Do routing to /register _onLoadCompleted
|
10155 | [\#753](https://github.com/matrix-org/matrix-react-sdk/pull/753)
|
10156 | * Double UNPAGINATION_PADDING again
|
10157 | [\#747](https://github.com/matrix-org/matrix-react-sdk/pull/747)
|
10158 | * Add null check to start_login
|
10159 | [\#751](https://github.com/matrix-org/matrix-react-sdk/pull/751)
|
10160 | * Merge the two RoomTile context menus into one
|
10161 | [\#746](https://github.com/matrix-org/matrix-react-sdk/pull/746)
|
10162 | * Fix import for Lifecycle
|
10163 | [\#748](https://github.com/matrix-org/matrix-react-sdk/pull/748)
|
10164 | * Make UDD appear when UDE on uploading a file
|
10165 | [\#745](https://github.com/matrix-org/matrix-react-sdk/pull/745)
|
10166 | * Decide on which screen to show after login in one place
|
10167 | [\#743](https://github.com/matrix-org/matrix-react-sdk/pull/743)
|
10168 | * Add onClick to permalinks to route within Riot
|
10169 | [\#744](https://github.com/matrix-org/matrix-react-sdk/pull/744)
|
10170 | * Add support for pasting files into the text box
|
10171 | [\#605](https://github.com/matrix-org/matrix-react-sdk/pull/605)
|
10172 | * Show message redactions as black event tiles
|
10173 | [\#739](https://github.com/matrix-org/matrix-react-sdk/pull/739)
|
10174 | * Allow user to choose from existing DMs on new chat
|
10175 | [\#736](https://github.com/matrix-org/matrix-react-sdk/pull/736)
|
10176 | * Fix the team server registration
|
10177 | [\#741](https://github.com/matrix-org/matrix-react-sdk/pull/741)
|
10178 | * Clarify "No devices" message
|
10179 | [\#740](https://github.com/matrix-org/matrix-react-sdk/pull/740)
|
10180 | * Change timestamp permalinks to matrix.to
|
10181 | [\#735](https://github.com/matrix-org/matrix-react-sdk/pull/735)
|
10182 | * Fix resend bar and "send anyway" in UDD
|
10183 | [\#734](https://github.com/matrix-org/matrix-react-sdk/pull/734)
|
10184 | * Make COLOR_REGEX stricter
|
10185 | [\#737](https://github.com/matrix-org/matrix-react-sdk/pull/737)
|
10186 | * Port registration over to use InteractiveAuth
|
10187 | [\#729](https://github.com/matrix-org/matrix-react-sdk/pull/729)
|
10188 | * Test to see how fuse feels
|
10189 | [\#732](https://github.com/matrix-org/matrix-react-sdk/pull/732)
|
10190 | * Submit a new display name on blur of input field
|
10191 | [\#733](https://github.com/matrix-org/matrix-react-sdk/pull/733)
|
10192 | * Allow [bf]g colors for <font> style attrib
|
10193 | [\#610](https://github.com/matrix-org/matrix-react-sdk/pull/610)
|
10194 | * MELS: either expanded or summary, not both
|
10195 | [\#683](https://github.com/matrix-org/matrix-react-sdk/pull/683)
|
10196 | * Autoplay videos and GIFs if enabled by the user.
|
10197 | [\#730](https://github.com/matrix-org/matrix-react-sdk/pull/730)
|
10198 | * Warn users about using e2e for the first time
|
10199 | [\#731](https://github.com/matrix-org/matrix-react-sdk/pull/731)
|
10200 | * Show UDDialog on UDE during VoIP calls
|
10201 | [\#721](https://github.com/matrix-org/matrix-react-sdk/pull/721)
|
10202 | * Notify MatrixChat of teamToken after login
|
10203 | [\#726](https://github.com/matrix-org/matrix-react-sdk/pull/726)
|
10204 | * Fix a couple of issues with RRs
|
10205 | [\#727](https://github.com/matrix-org/matrix-react-sdk/pull/727)
|
10206 | * Do not push a dummy element with a scroll token for invisible events
|
10207 | [\#718](https://github.com/matrix-org/matrix-react-sdk/pull/718)
|
10208 | * MELS: check scroll on load + use mels-1,-2,... key
|
10209 | [\#715](https://github.com/matrix-org/matrix-react-sdk/pull/715)
|
10210 | * Fix message composer placeholders
|
10211 | [\#723](https://github.com/matrix-org/matrix-react-sdk/pull/723)
|
10212 | * Clarify non-e2e vs. e2e /w composers placeholder
|
10213 | [\#720](https://github.com/matrix-org/matrix-react-sdk/pull/720)
|
10214 | * Fix status bar expanded on tab-complete
|
10215 | [\#722](https://github.com/matrix-org/matrix-react-sdk/pull/722)
|
10216 | * add .editorconfig
|
10217 | [\#713](https://github.com/matrix-org/matrix-react-sdk/pull/713)
|
10218 | * Change the name of the database
|
10219 | [\#719](https://github.com/matrix-org/matrix-react-sdk/pull/719)
|
10220 | * Allow setting the default HS from the query parameter
|
10221 | [\#716](https://github.com/matrix-org/matrix-react-sdk/pull/716)
|
10222 | * first cut of improving UX for deleting devices.
|
10223 | [\#717](https://github.com/matrix-org/matrix-react-sdk/pull/717)
|
10224 | * Fix block quotes all being on a single line
|
10225 | [\#711](https://github.com/matrix-org/matrix-react-sdk/pull/711)
|
10226 | * Support reasons for kick / ban
|
10227 | [\#710](https://github.com/matrix-org/matrix-react-sdk/pull/710)
|
10228 | * Show when you've been kicked or banned
|
10229 | [\#709](https://github.com/matrix-org/matrix-react-sdk/pull/709)
|
10230 | * Add a 'Clear Cache' button
|
10231 | [\#708](https://github.com/matrix-org/matrix-react-sdk/pull/708)
|
10232 | * Update the room view on room name change
|
10233 | [\#707](https://github.com/matrix-org/matrix-react-sdk/pull/707)
|
10234 | * Add a button to un-ban users in RoomSettings
|
10235 | [\#698](https://github.com/matrix-org/matrix-react-sdk/pull/698)
|
10236 | * Use IndexedDBStore from the JS-SDK
|
10237 | [\#687](https://github.com/matrix-org/matrix-react-sdk/pull/687)
|
10238 | * Make UserSettings use the right teamToken
|
10239 | [\#706](https://github.com/matrix-org/matrix-react-sdk/pull/706)
|
10240 | * If the home page is somehow accessed, goto directory
|
10241 | [\#705](https://github.com/matrix-org/matrix-react-sdk/pull/705)
|
10242 | * Display avatar initials in typing notifications
|
10243 | [\#699](https://github.com/matrix-org/matrix-react-sdk/pull/699)
|
10244 | * fix eslint's no-invalid-this rule for class properties
|
10245 | [\#703](https://github.com/matrix-org/matrix-react-sdk/pull/703)
|
10246 | * If a referrer hasn't been specified, use empty string
|
10247 | [\#701](https://github.com/matrix-org/matrix-react-sdk/pull/701)
|
10248 | * Don't force-logout the user if reading localstorage fails
|
10249 | [\#700](https://github.com/matrix-org/matrix-react-sdk/pull/700)
|
10250 | * Convert some missed buttons to AccessibleButton
|
10251 | [\#697](https://github.com/matrix-org/matrix-react-sdk/pull/697)
|
10252 | * Make ban either ban or unban
|
10253 | [\#696](https://github.com/matrix-org/matrix-react-sdk/pull/696)
|
10254 | * Add confirmation dialog to kick/ban buttons
|
10255 | [\#694](https://github.com/matrix-org/matrix-react-sdk/pull/694)
|
10256 | * Fix typo with Scalar popup
|
10257 | [\#695](https://github.com/matrix-org/matrix-react-sdk/pull/695)
|
10258 | * Treat the literal team token string "undefined" as undefined
|
10259 | [\#693](https://github.com/matrix-org/matrix-react-sdk/pull/693)
|
10260 | * Store retrieved sid in the signupInstance of EmailIdentityStage
|
10261 | [\#692](https://github.com/matrix-org/matrix-react-sdk/pull/692)
|
10262 | * Split out InterActiveAuthDialog
|
10263 | [\#691](https://github.com/matrix-org/matrix-react-sdk/pull/691)
|
10264 | * View /home on registered /w team
|
10265 | [\#689](https://github.com/matrix-org/matrix-react-sdk/pull/689)
|
10266 | * Instead of sending userId, userEmail, send sid, client_secret
|
10267 | [\#688](https://github.com/matrix-org/matrix-react-sdk/pull/688)
|
10268 | * Enable branded URLs again by parsing the path client-side
|
10269 | [\#686](https://github.com/matrix-org/matrix-react-sdk/pull/686)
|
10270 | * Use new method of getting team icon
|
10271 | [\#680](https://github.com/matrix-org/matrix-react-sdk/pull/680)
|
10272 | * Persist query parameter team token across refreshes
|
10273 | [\#685](https://github.com/matrix-org/matrix-react-sdk/pull/685)
|
10274 | * Thread teamToken through to LeftPanel for "Home" button
|
10275 | [\#684](https://github.com/matrix-org/matrix-react-sdk/pull/684)
|
10276 | * Fix typing notif and status bar
|
10277 | [\#682](https://github.com/matrix-org/matrix-react-sdk/pull/682)
|
10278 | * Consider emails ending in matrix.org as a uni email
|
10279 | [\#681](https://github.com/matrix-org/matrix-react-sdk/pull/681)
|
10280 | * Set referrer qp in nextLink
|
10281 | [\#679](https://github.com/matrix-org/matrix-react-sdk/pull/679)
|
10282 | * Do not set team_token if not returned by RTS on login
|
10283 | [\#678](https://github.com/matrix-org/matrix-react-sdk/pull/678)
|
10284 | * Get team_token from the RTS on login
|
10285 | [\#676](https://github.com/matrix-org/matrix-react-sdk/pull/676)
|
10286 | * Quick and dirty support for custom welcome pages
|
10287 | [\#550](https://github.com/matrix-org/matrix-react-sdk/pull/550)
|
10288 | * RTS Welcome Pages
|
10289 | [\#666](https://github.com/matrix-org/matrix-react-sdk/pull/666)
|
10290 | * Logging to try to track down riot-web#3148
|
10291 | [\#677](https://github.com/matrix-org/matrix-react-sdk/pull/677)
|
10292 |
|
10293 | Changes in [0.8.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6) (2017-02-04)
|
10294 | ===================================================================================================
|
10295 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6-rc.3...v0.8.6)
|
10296 |
|
10297 | * Update to matrix-js-sdk 0.7.5 (no changes from 0.7.5-rc.3)
|
10298 |
|
10299 | Changes in [0.8.6-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6-rc.3) (2017-02-03)
|
10300 | =============================================================================================================
|
10301 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6-rc.2...v0.8.6-rc.3)
|
10302 |
|
10303 | * Update to matrix-js-sdk 0.7.5-rc.3
|
10304 | * Fix deviceverifybuttons
|
10305 | [5fd7410](https://github.com/matrix-org/matrix-react-sdk/commit/827b5a6811ac6b9d1f9a3002a94f9f6ac3f1d49c)
|
10306 |
|
10307 |
|
10308 | Changes in [0.8.6-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6-rc.2) (2017-02-03)
|
10309 | =============================================================================================================
|
10310 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.6-rc.1...v0.8.6-rc.2)
|
10311 |
|
10312 | * Update to new matrix-js-sdk to get support for new device change notifications interface
|
10313 |
|
10314 |
|
10315 | Changes in [0.8.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.6-rc.1) (2017-02-03)
|
10316 | =============================================================================================================
|
10317 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.5...v0.8.6-rc.1)
|
10318 |
|
10319 | * Fix timeline & notifs panel spuriously being empty
|
10320 | [\#675](https://github.com/matrix-org/matrix-react-sdk/pull/675)
|
10321 | * UI for blacklisting unverified devices per-room & globally
|
10322 | [\#636](https://github.com/matrix-org/matrix-react-sdk/pull/636)
|
10323 | * Show better error message in statusbar after UnkDevDialog
|
10324 | [\#674](https://github.com/matrix-org/matrix-react-sdk/pull/674)
|
10325 | * Make default avatars clickable
|
10326 | [\#673](https://github.com/matrix-org/matrix-react-sdk/pull/673)
|
10327 | * Fix one read receipt randomly not appearing
|
10328 | [\#672](https://github.com/matrix-org/matrix-react-sdk/pull/672)
|
10329 | * very barebones support for warning users when rooms contain unknown devices
|
10330 | [\#635](https://github.com/matrix-org/matrix-react-sdk/pull/635)
|
10331 | * Fix expanding/unexapnding read receipts
|
10332 | [\#671](https://github.com/matrix-org/matrix-react-sdk/pull/671)
|
10333 | * show placeholder when timeline empty
|
10334 | [\#670](https://github.com/matrix-org/matrix-react-sdk/pull/670)
|
10335 | * Make read receipt's titles more explanatory
|
10336 | [\#669](https://github.com/matrix-org/matrix-react-sdk/pull/669)
|
10337 | * Fix spurious HTML tags being passed through literally
|
10338 | [\#667](https://github.com/matrix-org/matrix-react-sdk/pull/667)
|
10339 | * Reinstate max-len lint configs
|
10340 | [\#665](https://github.com/matrix-org/matrix-react-sdk/pull/665)
|
10341 | * Throw errors on !==200 status codes from RTS
|
10342 | [\#662](https://github.com/matrix-org/matrix-react-sdk/pull/662)
|
10343 | * Exempt lines which look like pure JSX from the maxlen line
|
10344 | [\#664](https://github.com/matrix-org/matrix-react-sdk/pull/664)
|
10345 | * Make tests pass on Chrome again
|
10346 | [\#663](https://github.com/matrix-org/matrix-react-sdk/pull/663)
|
10347 | * Add referral section to user settings
|
10348 | [\#661](https://github.com/matrix-org/matrix-react-sdk/pull/661)
|
10349 | * Two megolm export fixes:
|
10350 | [\#660](https://github.com/matrix-org/matrix-react-sdk/pull/660)
|
10351 | * GET /teams from RTS instead of config.json
|
10352 | [\#658](https://github.com/matrix-org/matrix-react-sdk/pull/658)
|
10353 | * Guard onStatusBarVisible/Hidden with this.unmounted
|
10354 | [\#656](https://github.com/matrix-org/matrix-react-sdk/pull/656)
|
10355 | * Fix cancel button on e2e import/export dialogs
|
10356 | [\#654](https://github.com/matrix-org/matrix-react-sdk/pull/654)
|
10357 | * Look up email addresses in ChatInviteDialog
|
10358 | [\#653](https://github.com/matrix-org/matrix-react-sdk/pull/653)
|
10359 | * Move BugReportDialog to riot-web
|
10360 | [\#652](https://github.com/matrix-org/matrix-react-sdk/pull/652)
|
10361 | * Fix dark theme styling of roomheader cancel button
|
10362 | [\#651](https://github.com/matrix-org/matrix-react-sdk/pull/651)
|
10363 | * Allow modals to stack up
|
10364 | [\#649](https://github.com/matrix-org/matrix-react-sdk/pull/649)
|
10365 | * Add bug report UI
|
10366 | [\#642](https://github.com/matrix-org/matrix-react-sdk/pull/642)
|
10367 | * Better feedback in invite dialog
|
10368 | [\#625](https://github.com/matrix-org/matrix-react-sdk/pull/625)
|
10369 | * Import and export for Megolm session data
|
10370 | [\#647](https://github.com/matrix-org/matrix-react-sdk/pull/647)
|
10371 | * Overhaul MELS to deal with causality, kicks, etc.
|
10372 | [\#613](https://github.com/matrix-org/matrix-react-sdk/pull/613)
|
10373 | * Re-add dispatcher as alt-up/down uses it
|
10374 | [\#650](https://github.com/matrix-org/matrix-react-sdk/pull/650)
|
10375 | * Create a common BaseDialog
|
10376 | [\#645](https://github.com/matrix-org/matrix-react-sdk/pull/645)
|
10377 | * Fix SetDisplayNameDialog
|
10378 | [\#648](https://github.com/matrix-org/matrix-react-sdk/pull/648)
|
10379 | * Sync typing indication with avatar typing indication
|
10380 | [\#643](https://github.com/matrix-org/matrix-react-sdk/pull/643)
|
10381 | * Warn users of E2E key loss when changing/resetting passwords or logging out
|
10382 | [\#646](https://github.com/matrix-org/matrix-react-sdk/pull/646)
|
10383 | * Better user interface for screen readers and keyboard navigation
|
10384 | [\#616](https://github.com/matrix-org/matrix-react-sdk/pull/616)
|
10385 | * Reduce log spam: Revert a16aeeef2a0f16efedf7e6616cdf3c2c8752a077
|
10386 | [\#644](https://github.com/matrix-org/matrix-react-sdk/pull/644)
|
10387 | * Expand timeline in situations when _getIndicator not null
|
10388 | [\#641](https://github.com/matrix-org/matrix-react-sdk/pull/641)
|
10389 | * Correctly get the path of the js-sdk .eslintrc.js
|
10390 | [\#640](https://github.com/matrix-org/matrix-react-sdk/pull/640)
|
10391 | * Add 'searching known users' to the user picker
|
10392 | [\#621](https://github.com/matrix-org/matrix-react-sdk/pull/621)
|
10393 | * Add mocha env for tests in eslint config
|
10394 | [\#639](https://github.com/matrix-org/matrix-react-sdk/pull/639)
|
10395 | * Fix typing avatars displaying "me"
|
10396 | [\#637](https://github.com/matrix-org/matrix-react-sdk/pull/637)
|
10397 | * Fix device verification from e2e info
|
10398 | [\#638](https://github.com/matrix-org/matrix-react-sdk/pull/638)
|
10399 | * Make user search do a bit better on word boundary
|
10400 | [\#623](https://github.com/matrix-org/matrix-react-sdk/pull/623)
|
10401 | * Use an eslint config based on the js-sdk
|
10402 | [\#634](https://github.com/matrix-org/matrix-react-sdk/pull/634)
|
10403 | * Fix error display in account deactivate dialog
|
10404 | [\#633](https://github.com/matrix-org/matrix-react-sdk/pull/633)
|
10405 | * Configure travis to test riot-web after building
|
10406 | [\#629](https://github.com/matrix-org/matrix-react-sdk/pull/629)
|
10407 | * Sanitize ChatInviteDialog
|
10408 | [\#626](https://github.com/matrix-org/matrix-react-sdk/pull/626)
|
10409 | * (hopefully) fix theming on Chrome
|
10410 | [\#630](https://github.com/matrix-org/matrix-react-sdk/pull/630)
|
10411 | * Megolm session import and export
|
10412 | [\#617](https://github.com/matrix-org/matrix-react-sdk/pull/617)
|
10413 | * Allow Modal to be used with async-loaded components
|
10414 | [\#618](https://github.com/matrix-org/matrix-react-sdk/pull/618)
|
10415 | * Fix escaping markdown by rendering plaintext
|
10416 | [\#622](https://github.com/matrix-org/matrix-react-sdk/pull/622)
|
10417 | * Implement auto-join rooms on registration
|
10418 | [\#628](https://github.com/matrix-org/matrix-react-sdk/pull/628)
|
10419 | * Matthew/fix theme npe
|
10420 | [\#627](https://github.com/matrix-org/matrix-react-sdk/pull/627)
|
10421 | * Implement theming via alternate stylesheets
|
10422 | [\#624](https://github.com/matrix-org/matrix-react-sdk/pull/624)
|
10423 | * Replace marked with commonmark
|
10424 | [\#575](https://github.com/matrix-org/matrix-react-sdk/pull/575)
|
10425 | * Fix vector-im/riot-web#2833 : Fail nicely when people try to register
|
10426 | numeric user IDs
|
10427 | [\#619](https://github.com/matrix-org/matrix-react-sdk/pull/619)
|
10428 | * Show the error dialog when requests to PUT power levels fail
|
10429 | [\#614](https://github.com/matrix-org/matrix-react-sdk/pull/614)
|
10430 |
|
10431 | Changes in [0.8.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.5) (2017-01-16)
|
10432 | ===================================================================================================
|
10433 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.5-rc.1...v0.8.5)
|
10434 |
|
10435 | * Pull in newer matrix-js-sdk for video calling fix
|
10436 |
|
10437 | Changes in [0.8.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.5-rc.1) (2017-01-13)
|
10438 | =============================================================================================================
|
10439 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.4...v0.8.5-rc.1)
|
10440 |
|
10441 | * Build the js-sdk in the CI script
|
10442 | [\#612](https://github.com/matrix-org/matrix-react-sdk/pull/612)
|
10443 | * Fix redacted member events being visible
|
10444 | [\#609](https://github.com/matrix-org/matrix-react-sdk/pull/609)
|
10445 | * Use `getStateKey` instead of `getSender`
|
10446 | [\#611](https://github.com/matrix-org/matrix-react-sdk/pull/611)
|
10447 | * Move screen sharing error check into platform
|
10448 | [\#608](https://github.com/matrix-org/matrix-react-sdk/pull/608)
|
10449 | * Fix 'create account' link in 'forgot password'
|
10450 | [\#606](https://github.com/matrix-org/matrix-react-sdk/pull/606)
|
10451 | * Let electron users complete captchas in a web browser
|
10452 | [\#601](https://github.com/matrix-org/matrix-react-sdk/pull/601)
|
10453 | * Add support for deleting threepids
|
10454 | [\#597](https://github.com/matrix-org/matrix-react-sdk/pull/597)
|
10455 | * Display msisdn threepids as 'Phone'
|
10456 | [\#598](https://github.com/matrix-org/matrix-react-sdk/pull/598)
|
10457 |
|
10458 | Changes in [0.8.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.4) (2016-12-24)
|
10459 | ===================================================================================================
|
10460 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.3...v0.8.4)
|
10461 |
|
10462 | * Fix signup by working around the fact that reCapture doesn't work on electron
|
10463 | * Fix windows shortcut link
|
10464 |
|
10465 | Changes in [0.8.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.3) (2016-12-22)
|
10466 | ===================================================================================================
|
10467 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.2...v0.8.3)
|
10468 |
|
10469 | * Revert performance fix for wantsDateSeperator which was causing date separators to
|
10470 | be shown at the wrong time of day.
|
10471 | * Unbranded error messages
|
10472 | [\#599](https://github.com/matrix-org/matrix-react-sdk/pull/599)
|
10473 | * Fix scroll jumping when a video is decrypted
|
10474 | [\#594](https://github.com/matrix-org/matrix-react-sdk/pull/594)
|
10475 |
|
10476 | Changes in [0.8.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.2) (2016-12-16)
|
10477 | ===================================================================================================
|
10478 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.1...v0.8.2)
|
10479 |
|
10480 | * Improve the performance of MemberEventListSummary
|
10481 | [\#590](https://github.com/matrix-org/matrix-react-sdk/pull/590)
|
10482 | * Implement bulk invite rejections
|
10483 | [\#592](https://github.com/matrix-org/matrix-react-sdk/pull/592)
|
10484 | * Fix performance issues with wantsDateSeperator
|
10485 | [\#591](https://github.com/matrix-org/matrix-react-sdk/pull/591)
|
10486 | * Add read receipt times to the hovertip of read markers
|
10487 | [\#586](https://github.com/matrix-org/matrix-react-sdk/pull/586)
|
10488 | * Don't throw exception on stop if no DMRoomMap
|
10489 | [\#589](https://github.com/matrix-org/matrix-react-sdk/pull/589)
|
10490 | * Fix failing test
|
10491 | [\#587](https://github.com/matrix-org/matrix-react-sdk/pull/587)
|
10492 |
|
10493 | Changes in [0.8.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1) (2016-12-09)
|
10494 | ===================================================================================================
|
10495 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.1-rc.2...v0.8.1)
|
10496 |
|
10497 | No changes
|
10498 |
|
10499 | Changes in [0.8.1-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1-rc.2) (2016-12-06)
|
10500 | =============================================================================================================
|
10501 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.1-rc.1...v0.8.1-rc.2)
|
10502 |
|
10503 | * Fix exception when clearing room dir search
|
10504 | [\#585](https://github.com/matrix-org/matrix-react-sdk/pull/585)
|
10505 | * Allow integration UI URLs with paths
|
10506 | [\#583](https://github.com/matrix-org/matrix-react-sdk/pull/583)
|
10507 | * Give the search box field a name
|
10508 | [\#584](https://github.com/matrix-org/matrix-react-sdk/pull/584)
|
10509 | * Pass the room object into displayNotification
|
10510 | [\#582](https://github.com/matrix-org/matrix-react-sdk/pull/582)
|
10511 | * Don't throw an exception entering settings page
|
10512 | [\#581](https://github.com/matrix-org/matrix-react-sdk/pull/581)
|
10513 |
|
10514 | Changes in [0.8.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.1-rc.1) (2016-12-05)
|
10515 | =============================================================================================================
|
10516 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.8.0...v0.8.1-rc.1)
|
10517 |
|
10518 | * Strip (IRC) when clicking on username
|
10519 | [\#579](https://github.com/matrix-org/matrix-react-sdk/pull/579)
|
10520 | * Fix scroll jump on image decryption
|
10521 | [\#577](https://github.com/matrix-org/matrix-react-sdk/pull/577)
|
10522 | * Make cut operations update the tab complete list
|
10523 | [\#576](https://github.com/matrix-org/matrix-react-sdk/pull/576)
|
10524 | * s/block/blacklist for e2e
|
10525 | [\#574](https://github.com/matrix-org/matrix-react-sdk/pull/574)
|
10526 | * Fix the download icon on attachments
|
10527 | [\#573](https://github.com/matrix-org/matrix-react-sdk/pull/573)
|
10528 | * Don't default the page_type to room directory
|
10529 | [\#572](https://github.com/matrix-org/matrix-react-sdk/pull/572)
|
10530 | * Fix crash on logging in
|
10531 | [\#571](https://github.com/matrix-org/matrix-react-sdk/pull/571)
|
10532 | * Reinstate missing sections from the UserSettings
|
10533 | [\#569](https://github.com/matrix-org/matrix-react-sdk/pull/569)
|
10534 | * Bump browser-encrypt-attachment to v0.2.0
|
10535 | [\#568](https://github.com/matrix-org/matrix-react-sdk/pull/568)
|
10536 | * Make the unpagination process less aggressive
|
10537 | [\#567](https://github.com/matrix-org/matrix-react-sdk/pull/567)
|
10538 | * Get rid of always-on labs settings
|
10539 | [\#566](https://github.com/matrix-org/matrix-react-sdk/pull/566)
|
10540 | * Fix 'Quote' for e2e messages
|
10541 | [\#565](https://github.com/matrix-org/matrix-react-sdk/pull/565)
|
10542 |
|
10543 | Changes in [0.8.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.0) (2016-11-19)
|
10544 | ===================================================================================================
|
10545 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.5...v0.8.0)
|
10546 |
|
10547 | * Fix more membership change collapsing bugs
|
10548 | [\#560](https://github.com/matrix-org/matrix-react-sdk/pull/560)
|
10549 | * Show an open padlock for unencrypted rooms
|
10550 | [\#557](https://github.com/matrix-org/matrix-react-sdk/pull/557)
|
10551 | * Clean up MFileBody.presentableTextForFile
|
10552 | [\#558](https://github.com/matrix-org/matrix-react-sdk/pull/558)
|
10553 | * Update eventtiles when the events are decrypted
|
10554 | [\#556](https://github.com/matrix-org/matrix-react-sdk/pull/556)
|
10555 | * Update EventTile to use WithMatrixClient instead of MatrixClientPeg
|
10556 | [\#552](https://github.com/matrix-org/matrix-react-sdk/pull/552)
|
10557 | * Disable conference calling for encrypted rooms
|
10558 | [\#549](https://github.com/matrix-org/matrix-react-sdk/pull/549)
|
10559 | * Encrypt attachments in encrypted rooms
|
10560 | [\#548](https://github.com/matrix-org/matrix-react-sdk/pull/548)
|
10561 | * Fix MemberAvatar PropTypes & MemberEventListSummary key
|
10562 | [\#547](https://github.com/matrix-org/matrix-react-sdk/pull/547)
|
10563 | * Revert "Encrypt attachments in encrypted rooms,"
|
10564 | [\#546](https://github.com/matrix-org/matrix-react-sdk/pull/546)
|
10565 | * Fix the vector web version in UserSettings
|
10566 | [\#542](https://github.com/matrix-org/matrix-react-sdk/pull/542)
|
10567 | * Truncate consecutive member events
|
10568 | [\#544](https://github.com/matrix-org/matrix-react-sdk/pull/544)
|
10569 | * Encrypt attachments in encrypted rooms,
|
10570 | [\#533](https://github.com/matrix-org/matrix-react-sdk/pull/533)
|
10571 | * Fix the ctrl+e mute camera shortcut
|
10572 | [\#545](https://github.com/matrix-org/matrix-react-sdk/pull/545)
|
10573 | * Show the error that occured when trying to reach scalar
|
10574 | [\#543](https://github.com/matrix-org/matrix-react-sdk/pull/543)
|
10575 | * Don't do URL previews for matrix.to
|
10576 | [\#541](https://github.com/matrix-org/matrix-react-sdk/pull/541)
|
10577 | * Fix NPE in LoggedInView
|
10578 | [\#540](https://github.com/matrix-org/matrix-react-sdk/pull/540)
|
10579 | * Make room alias & user ID links matrix.to links
|
10580 | [\#538](https://github.com/matrix-org/matrix-react-sdk/pull/538)
|
10581 | * Make MemberInfo use the matrixclient from the context
|
10582 | [\#537](https://github.com/matrix-org/matrix-react-sdk/pull/537)
|
10583 | * Add the MatrixClient to the react context
|
10584 | [\#536](https://github.com/matrix-org/matrix-react-sdk/pull/536)
|
10585 | * Factor out LoggedInView from MatrixChat
|
10586 | [\#535](https://github.com/matrix-org/matrix-react-sdk/pull/535)
|
10587 | * Move 'new version' support into Platform
|
10588 | [\#532](https://github.com/matrix-org/matrix-react-sdk/pull/532)
|
10589 | * Move Notifications into Platform
|
10590 | [\#534](https://github.com/matrix-org/matrix-react-sdk/pull/534)
|
10591 | * Move platform-specific functionality into Platform
|
10592 | [\#531](https://github.com/matrix-org/matrix-react-sdk/pull/531)
|
10593 |
|
10594 | Changes in [0.7.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.5) (2016-11-04)
|
10595 | ===================================================================================================
|
10596 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.5-rc.1...v0.7.5)
|
10597 |
|
10598 | * No changes
|
10599 |
|
10600 | Changes in [0.7.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.5-rc.1) (2016-11-02)
|
10601 | =============================================================================================================
|
10602 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.4...v0.7.5-rc.1)
|
10603 |
|
10604 | * Explicitly list files in package.json
|
10605 | [\#530](https://github.com/matrix-org/matrix-react-sdk/pull/530)
|
10606 | * Fix some markdown in the code style doc
|
10607 | [\#529](https://github.com/matrix-org/matrix-react-sdk/pull/529)
|
10608 | * Run highlight.js asynchronously
|
10609 | [\#527](https://github.com/matrix-org/matrix-react-sdk/pull/527)
|
10610 | * Fix room tinting
|
10611 | [\#528](https://github.com/matrix-org/matrix-react-sdk/pull/528)
|
10612 | * Fix CPU spin on joining rooms
|
10613 | [\#525](https://github.com/matrix-org/matrix-react-sdk/pull/525)
|
10614 | * Don't send read receipt if user has logged out
|
10615 | [\#526](https://github.com/matrix-org/matrix-react-sdk/pull/526)
|
10616 | * Switch to babel 6, again
|
10617 | [\#523](https://github.com/matrix-org/matrix-react-sdk/pull/523)
|
10618 | * Keyboard shortcuts to mute microphone/camera
|
10619 | [\#522](https://github.com/matrix-org/matrix-react-sdk/pull/522)
|
10620 | * Give our input fields names
|
10621 | [\#520](https://github.com/matrix-org/matrix-react-sdk/pull/520)
|
10622 | * Revert "Switch to babel 6"
|
10623 | [\#521](https://github.com/matrix-org/matrix-react-sdk/pull/521)
|
10624 | * Switch to babel 6
|
10625 | [\#519](https://github.com/matrix-org/matrix-react-sdk/pull/519)
|
10626 | * Interactive auth for device delete
|
10627 | [\#517](https://github.com/matrix-org/matrix-react-sdk/pull/517)
|
10628 | * InteractiveAuthDialog
|
10629 | [\#516](https://github.com/matrix-org/matrix-react-sdk/pull/516)
|
10630 | * Prevent spamming emails by reusing client secret
|
10631 | [\#514](https://github.com/matrix-org/matrix-react-sdk/pull/514)
|
10632 | * Refactor CaptchaForm to put less logic in signupstages
|
10633 | [\#515](https://github.com/matrix-org/matrix-react-sdk/pull/515)
|
10634 |
|
10635 | Changes in [0.7.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.4) (2016-10-12)
|
10636 | ===================================================================================================
|
10637 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.3...v0.7.4)
|
10638 |
|
10639 | * A bundle of fixes to the react tests
|
10640 | [\#513](https://github.com/matrix-org/matrix-react-sdk/pull/513)
|
10641 | * Fix registration retry
|
10642 | [\#512](https://github.com/matrix-org/matrix-react-sdk/pull/512)
|
10643 | * Fix registration
|
10644 | [\#511](https://github.com/matrix-org/matrix-react-sdk/pull/511)
|
10645 | * Fix bug where riot would keep requesting tokens
|
10646 | [\#510](https://github.com/matrix-org/matrix-react-sdk/pull/510)
|
10647 |
|
10648 | Changes in [0.7.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.3) (2016-10-05)
|
10649 | ===================================================================================================
|
10650 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.2...v0.7.3)
|
10651 |
|
10652 | * Move 'show join button' functionality out
|
10653 | [\#502](https://github.com/matrix-org/matrix-react-sdk/pull/502)
|
10654 | * Update to linkify 2.1.3
|
10655 | [\#508](https://github.com/matrix-org/matrix-react-sdk/pull/508)
|
10656 | * Fix version going blank after logging in
|
10657 | [\#505](https://github.com/matrix-org/matrix-react-sdk/pull/505)
|
10658 | * Use 'Sign In' / 'Sign Out' universally
|
10659 | [\#506](https://github.com/matrix-org/matrix-react-sdk/pull/506)
|
10660 | * Prevent error when clicking 'log in'
|
10661 | [\#504](https://github.com/matrix-org/matrix-react-sdk/pull/504)
|
10662 | * Make RTE mode use the new Markdown wrapper class
|
10663 | [\#497](https://github.com/matrix-org/matrix-react-sdk/pull/497)
|
10664 | * Add 'getHomeServerName' util to client peg
|
10665 | [\#501](https://github.com/matrix-org/matrix-react-sdk/pull/501)
|
10666 | * Fix markdown link syntax
|
10667 | [\#499](https://github.com/matrix-org/matrix-react-sdk/pull/499)
|
10668 | * Fail hard & fast if linkifyjs version is wrong
|
10669 | [\#500](https://github.com/matrix-org/matrix-react-sdk/pull/500)
|
10670 | * Bring back the little green men without slowness
|
10671 | [\#498](https://github.com/matrix-org/matrix-react-sdk/pull/498)
|
10672 | * Directory search join button
|
10673 | [\#496](https://github.com/matrix-org/matrix-react-sdk/pull/496)
|
10674 | * Fix links to IRC rooms
|
10675 | [\#495](https://github.com/matrix-org/matrix-react-sdk/pull/495)
|
10676 | * Make markdown less aggressive
|
10677 | [\#492](https://github.com/matrix-org/matrix-react-sdk/pull/492)
|
10678 | * Move the device verification buttons to their own class
|
10679 | [\#493](https://github.com/matrix-org/matrix-react-sdk/pull/493)
|
10680 | * Add the deviceId back to memberdeviceinfo
|
10681 | [\#494](https://github.com/matrix-org/matrix-react-sdk/pull/494)
|
10682 | * Force-hide autocomplete after sending message.
|
10683 | [\#489](https://github.com/matrix-org/matrix-react-sdk/pull/489)
|
10684 | * force old selection state after creating entities
|
10685 | [\#488](https://github.com/matrix-org/matrix-react-sdk/pull/488)
|
10686 |
|
10687 | Changes in [0.7.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.2) (2016-09-21)
|
10688 | ===================================================================================================
|
10689 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.1...v0.7.2)
|
10690 |
|
10691 | * Revert #333
|
10692 | [\#491](https://github.com/matrix-org/matrix-react-sdk/pull/491)
|
10693 | * EncryptedEventDialog updates
|
10694 | [\#490](https://github.com/matrix-org/matrix-react-sdk/pull/490)
|
10695 | * Apply heuristic on incoming DMs
|
10696 | [\#487](https://github.com/matrix-org/matrix-react-sdk/pull/487)
|
10697 |
|
10698 | Changes in [0.7.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.1) (2016-09-21)
|
10699 | ===================================================================================================
|
10700 | * Correct js-sdk version dependency
|
10701 |
|
10702 | Changes in [0.7.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.0) (2016-09-21)
|
10703 | ===================================================================================================
|
10704 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r3...v0.7.0)
|
10705 |
|
10706 | * Rebrand
|
10707 | [\#485](https://github.com/matrix-org/matrix-react-sdk/pull/485)
|
10708 | * Pass close_scalar postMessage action through to the dispatcher
|
10709 | [\#484](https://github.com/matrix-org/matrix-react-sdk/pull/484)
|
10710 | * Replace <p>s with <br/>s consistently
|
10711 | [\#482](https://github.com/matrix-org/matrix-react-sdk/pull/482)
|
10712 | * Add 'startAtBottom' flag
|
10713 | [\#483](https://github.com/matrix-org/matrix-react-sdk/pull/483)
|
10714 | * Add the olm version to the settings page.
|
10715 | [\#474](https://github.com/matrix-org/matrix-react-sdk/pull/474)
|
10716 | * Pass through config for Room Directory
|
10717 | [\#479](https://github.com/matrix-org/matrix-react-sdk/pull/479)
|
10718 | * Fix unicode completions in autocomplete.
|
10719 | [\#481](https://github.com/matrix-org/matrix-react-sdk/pull/481)
|
10720 | * Add ability to set plumbing state in a room
|
10721 | [\#477](https://github.com/matrix-org/matrix-react-sdk/pull/477)
|
10722 | * Disable username and room decorators
|
10723 | [\#480](https://github.com/matrix-org/matrix-react-sdk/pull/480)
|
10724 | * Wmwragg/correct incoming call positioning
|
10725 | [\#478](https://github.com/matrix-org/matrix-react-sdk/pull/478)
|
10726 | * Wmwragg/remove old filter
|
10727 | [\#475](https://github.com/matrix-org/matrix-react-sdk/pull/475)
|
10728 | * Corrected onKeyUp misstype and return can now be used instead of clic…
|
10729 | [\#476](https://github.com/matrix-org/matrix-react-sdk/pull/476)
|
10730 | * Wmwragg/multi invite bugfix
|
10731 | [\#473](https://github.com/matrix-org/matrix-react-sdk/pull/473)
|
10732 | * Revert "Fix linkification and bump linkifyjs dep"
|
10733 | [\#471](https://github.com/matrix-org/matrix-react-sdk/pull/471)
|
10734 | * Wmwragg/chat multi invite
|
10735 | [\#469](https://github.com/matrix-org/matrix-react-sdk/pull/469)
|
10736 | * Matthew/right panel collapse
|
10737 | [\#470](https://github.com/matrix-org/matrix-react-sdk/pull/470)
|
10738 | * Fix linkification and bump linkifyjs dep
|
10739 | [\#460](https://github.com/matrix-org/matrix-react-sdk/pull/460)
|
10740 | * Add modal dialog on new room button
|
10741 | [\#468](https://github.com/matrix-org/matrix-react-sdk/pull/468)
|
10742 | * Flag incoming DMs as such
|
10743 | [\#463](https://github.com/matrix-org/matrix-react-sdk/pull/463)
|
10744 | * Improve autocomplete behaviour
|
10745 | [\#466](https://github.com/matrix-org/matrix-react-sdk/pull/466)
|
10746 | * Pull multi-inviting functionality out of MultiInviteDialog
|
10747 | [\#467](https://github.com/matrix-org/matrix-react-sdk/pull/467)
|
10748 | * Remove markdown line breaks
|
10749 | [\#464](https://github.com/matrix-org/matrix-react-sdk/pull/464)
|
10750 | * Fix un-marking rooms as DM rooms
|
10751 | [\#465](https://github.com/matrix-org/matrix-react-sdk/pull/465)
|
10752 | * Don't re-use parted rooms for DMs
|
10753 | [\#461](https://github.com/matrix-org/matrix-react-sdk/pull/461)
|
10754 | * Update createRoom to support creating DM rooms
|
10755 | [\#458](https://github.com/matrix-org/matrix-react-sdk/pull/458)
|
10756 | * First wave of E2E Visuals
|
10757 | [\#462](https://github.com/matrix-org/matrix-react-sdk/pull/462)
|
10758 | * FilePanel, NotificationPanel and EventTimelineSet support
|
10759 | [\#450](https://github.com/matrix-org/matrix-react-sdk/pull/450)
|
10760 | * Fix CAS support by using a temporary Matrix client
|
10761 | [\#459](https://github.com/matrix-org/matrix-react-sdk/pull/459)
|
10762 | * Don't crash if no DM rooms with someone
|
10763 | [\#457](https://github.com/matrix-org/matrix-react-sdk/pull/457)
|
10764 | * Don't always show DM rooms in Direct Messages
|
10765 | [\#456](https://github.com/matrix-org/matrix-react-sdk/pull/456)
|
10766 | * Add DM rooms with that person to the MemberInfo panel
|
10767 | [\#455](https://github.com/matrix-org/matrix-react-sdk/pull/455)
|
10768 | * Add some tests for the rich text editor
|
10769 | [\#452](https://github.com/matrix-org/matrix-react-sdk/pull/452)
|
10770 | * Fix bug whereby refreshing Vector would not allow querying of membership
|
10771 | state
|
10772 | [\#454](https://github.com/matrix-org/matrix-react-sdk/pull/454)
|
10773 | * Wmwragg/one to one indicators
|
10774 | [\#453](https://github.com/matrix-org/matrix-react-sdk/pull/453)
|
10775 | * Update MemberDeviceInfo display
|
10776 | [\#451](https://github.com/matrix-org/matrix-react-sdk/pull/451)
|
10777 | * Wmwragg/one to one chat
|
10778 | [\#448](https://github.com/matrix-org/matrix-react-sdk/pull/448)
|
10779 | * Scalar Messaging: Expose join_rules and restrict to currently viewed room
|
10780 | [\#443](https://github.com/matrix-org/matrix-react-sdk/pull/443)
|
10781 | * API for (un)marking rooms as DM rooms
|
10782 | [\#449](https://github.com/matrix-org/matrix-react-sdk/pull/449)
|
10783 | * Formatting toolbar for RTE message composer.
|
10784 | [\#440](https://github.com/matrix-org/matrix-react-sdk/pull/440)
|
10785 | * Refactor MatrixTools to Rooms
|
10786 | [\#447](https://github.com/matrix-org/matrix-react-sdk/pull/447)
|
10787 | * Track DM rooms in account data
|
10788 | [\#446](https://github.com/matrix-org/matrix-react-sdk/pull/446)
|
10789 | * Fix: conference rooms were no longer hidden
|
10790 | [\#445](https://github.com/matrix-org/matrix-react-sdk/pull/445)
|
10791 | * Fix error dialog on conf call error
|
10792 | [\#444](https://github.com/matrix-org/matrix-react-sdk/pull/444)
|
10793 | * Make MemberInfo to use client.getStoredDevicesForUser
|
10794 | [\#441](https://github.com/matrix-org/matrix-react-sdk/pull/441)
|
10795 | * Implement starter link support
|
10796 | [\#437](https://github.com/matrix-org/matrix-react-sdk/pull/437)
|
10797 | * Convert MemberDeviceInfo to ES6 class
|
10798 | [\#442](https://github.com/matrix-org/matrix-react-sdk/pull/442)
|
10799 | * Make the 'encrypt this room' knob be megolm
|
10800 | [\#439](https://github.com/matrix-org/matrix-react-sdk/pull/439)
|
10801 | * Show something when we see a no-op join event
|
10802 | [\#438](https://github.com/matrix-org/matrix-react-sdk/pull/438)
|
10803 | * Handle broken OlmAccounts
|
10804 | [\#436](https://github.com/matrix-org/matrix-react-sdk/pull/436)
|
10805 | * Show session restore errors on the login screen
|
10806 | [\#435](https://github.com/matrix-org/matrix-react-sdk/pull/435)
|
10807 | * use a top-level audio tag for playing all VoIP audio.
|
10808 | [\#434](https://github.com/matrix-org/matrix-react-sdk/pull/434)
|
10809 | * use promises to mediate access to HTMLAudioElements
|
10810 | [\#433](https://github.com/matrix-org/matrix-react-sdk/pull/433)
|
10811 | * Wmwragg/direct chat sublist
|
10812 | [\#432](https://github.com/matrix-org/matrix-react-sdk/pull/432)
|
10813 |
|
10814 | Changes in [0.6.5-r3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r3) (2016-09-02)
|
10815 | =========================================================================================================
|
10816 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r2...v0.6.5-r3)
|
10817 |
|
10818 | * revert accidental debug logging >:(
|
10819 |
|
10820 |
|
10821 | Changes in [0.6.5-r2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r2) (2016-09-02)
|
10822 | =========================================================================================================
|
10823 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r1...v0.6.5-r2)
|
10824 |
|
10825 | * Workaround vector-im/vector-web#2020 where floods of joins could crash the browser
|
10826 | (as seen in #matrix-dev right now)
|
10827 |
|
10828 | Changes in [0.6.5-r1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r1) (2016-09-01)
|
10829 | =========================================================================================================
|
10830 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5...v0.6.5-r1)
|
10831 |
|
10832 | * Fix guest access
|
10833 |
|
10834 | Changes in [0.6.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5) (2016-08-28)
|
10835 | ===================================================================================================
|
10836 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.4-r1...v0.6.5)
|
10837 |
|
10838 | * re-add leave button in RoomSettings
|
10839 | * add /user URLs
|
10840 | * recognise matrix.to links and other vector links
|
10841 | * fix linkify dependency
|
10842 | * fix avatar clicking in MemberInfo
|
10843 | * fix emojione sizing
|
10844 | [\#431](https://github.com/matrix-org/matrix-react-sdk/pull/431)
|
10845 | * Fix NPE when we don't know the sender of an event
|
10846 | [\#430](https://github.com/matrix-org/matrix-react-sdk/pull/430)
|
10847 | * Update annoying TimelinePanel test
|
10848 | [\#429](https://github.com/matrix-org/matrix-react-sdk/pull/429)
|
10849 | * add fancy changelog dialog
|
10850 | [\#416](https://github.com/matrix-org/matrix-react-sdk/pull/416)
|
10851 | * Send bot options with leading underscore on the state key
|
10852 | [\#428](https://github.com/matrix-org/matrix-react-sdk/pull/428)
|
10853 | * Update autocomplete design and scroll it correctly
|
10854 | [\#419](https://github.com/matrix-org/matrix-react-sdk/pull/419)
|
10855 | * Add ability to query and set bot options
|
10856 | [\#427](https://github.com/matrix-org/matrix-react-sdk/pull/427)
|
10857 | * Add .travis.yml
|
10858 | [\#425](https://github.com/matrix-org/matrix-react-sdk/pull/425)
|
10859 | * Added event/info message avatars back in
|
10860 | [\#426](https://github.com/matrix-org/matrix-react-sdk/pull/426)
|
10861 | * Add postMessage API required for integration provisioning
|
10862 | [\#423](https://github.com/matrix-org/matrix-react-sdk/pull/423)
|
10863 | * Fix TimelinePanel test
|
10864 | [\#424](https://github.com/matrix-org/matrix-react-sdk/pull/424)
|
10865 | * Wmwragg/chat message presentation
|
10866 | [\#422](https://github.com/matrix-org/matrix-react-sdk/pull/422)
|
10867 | * Only try to delete room rule if it exists
|
10868 | [\#421](https://github.com/matrix-org/matrix-react-sdk/pull/421)
|
10869 | * Make the notification slider work
|
10870 | [\#420](https://github.com/matrix-org/matrix-react-sdk/pull/420)
|
10871 | * Don't download E2E devices if feature disabled
|
10872 | [\#418](https://github.com/matrix-org/matrix-react-sdk/pull/418)
|
10873 | * strip (IRC) suffix from tabcomplete entries
|
10874 | [\#417](https://github.com/matrix-org/matrix-react-sdk/pull/417)
|
10875 | * ignore local busy
|
10876 | [\#415](https://github.com/matrix-org/matrix-react-sdk/pull/415)
|
10877 | * defaultDeviceDisplayName should be a prop
|
10878 | [\#414](https://github.com/matrix-org/matrix-react-sdk/pull/414)
|
10879 | * Use server-generated deviceId
|
10880 | [\#410](https://github.com/matrix-org/matrix-react-sdk/pull/410)
|
10881 | * Set initial_device_display_name on login and register
|
10882 | [\#413](https://github.com/matrix-org/matrix-react-sdk/pull/413)
|
10883 | * Add device_id to devices display
|
10884 | [\#409](https://github.com/matrix-org/matrix-react-sdk/pull/409)
|
10885 | * Don't use MatrixClientPeg for temporary clients
|
10886 | [\#408](https://github.com/matrix-org/matrix-react-sdk/pull/408)
|
10887 |
|
10888 | Changes in [0.6.4-r1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.4-r1) (2016-08-12)
|
10889 | =========================================================================================================
|
10890 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.4...v0.6.4-r1)
|
10891 | * Fix inviting multiple people
|
10892 |
|
10893 | Changes in [0.6.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.4) (2016-08-11)
|
10894 | ===================================================================================================
|
10895 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.3...v0.6.4)
|
10896 |
|
10897 | * Only show Autocomplete if autocomplete is enabled
|
10898 | [\#411](https://github.com/matrix-org/matrix-react-sdk/pull/411)
|
10899 | * Wmwragg/room tag menu
|
10900 | [\#402](https://github.com/matrix-org/matrix-react-sdk/pull/402)
|
10901 | * Move guest registration into the login logic
|
10902 | [\#407](https://github.com/matrix-org/matrix-react-sdk/pull/407)
|
10903 | * Better support for inviting multiple people
|
10904 | [\#403](https://github.com/matrix-org/matrix-react-sdk/pull/403)
|
10905 | * Refactor login token
|
10906 | [\#406](https://github.com/matrix-org/matrix-react-sdk/pull/406)
|
10907 | * Use the current HS for guest login
|
10908 | [\#405](https://github.com/matrix-org/matrix-react-sdk/pull/405)
|
10909 | * Various fixes and improvements to emojification.
|
10910 | [\#395](https://github.com/matrix-org/matrix-react-sdk/pull/395)
|
10911 | * Fix settings resetting on refresh
|
10912 | [\#404](https://github.com/matrix-org/matrix-react-sdk/pull/404)
|
10913 | * Avoid flashing up login screen during guest registration
|
10914 | [\#401](https://github.com/matrix-org/matrix-react-sdk/pull/401)
|
10915 | * Cancel calls to rate-limited funcs on unmount
|
10916 | [\#400](https://github.com/matrix-org/matrix-react-sdk/pull/400)
|
10917 | * Move rehydration of MatrixClients from MatrixClientPeg to SessionLoader
|
10918 | [\#399](https://github.com/matrix-org/matrix-react-sdk/pull/399)
|
10919 | * Don't show integrations header if setting not on
|
10920 | [\#398](https://github.com/matrix-org/matrix-react-sdk/pull/398)
|
10921 | * Start to factor out session-loading magic
|
10922 | [\#397](https://github.com/matrix-org/matrix-react-sdk/pull/397)
|
10923 | * Hack around a react warning
|
10924 | [\#396](https://github.com/matrix-org/matrix-react-sdk/pull/396)
|
10925 | * Add config to hide the labs section
|
10926 | [\#393](https://github.com/matrix-org/matrix-react-sdk/pull/393)
|
10927 | * Dbkr/scalar
|
10928 | [\#392](https://github.com/matrix-org/matrix-react-sdk/pull/392)
|
10929 | * Wmwragg/mute mention state fix
|
10930 | [\#390](https://github.com/matrix-org/matrix-react-sdk/pull/390)
|
10931 | * Fix long freeze when opening 'historical' section
|
10932 | [\#391](https://github.com/matrix-org/matrix-react-sdk/pull/391)
|
10933 | * Refactor UI error effects
|
10934 | [\#388](https://github.com/matrix-org/matrix-react-sdk/pull/388)
|
10935 | * Implement account deactivation
|
10936 | [\#381](https://github.com/matrix-org/matrix-react-sdk/pull/381)
|
10937 | * Don't leave isRoomPublished as undefined
|
10938 | [\#389](https://github.com/matrix-org/matrix-react-sdk/pull/389)
|
10939 | * Call the logout API when we log out
|
10940 | [\#377](https://github.com/matrix-org/matrix-react-sdk/pull/377)
|
10941 | * feat: code cleanup & emoji replacement in composer
|
10942 | [\#335](https://github.com/matrix-org/matrix-react-sdk/pull/335)
|
10943 | * Add more logging to TimelinePanel-test
|
10944 | [\#387](https://github.com/matrix-org/matrix-react-sdk/pull/387)
|
10945 | * DevicesPanel: use device_id as a placeholder
|
10946 | [\#386](https://github.com/matrix-org/matrix-react-sdk/pull/386)
|
10947 | * MemberDeviceInfo: Use the device name, where available
|
10948 | [\#385](https://github.com/matrix-org/matrix-react-sdk/pull/385)
|
10949 | * Wmwragg/mention state menu
|
10950 | [\#369](https://github.com/matrix-org/matrix-react-sdk/pull/369)
|
10951 | * fix upload for video or image files where sniffing fails
|
10952 | [\#383](https://github.com/matrix-org/matrix-react-sdk/pull/383)
|
10953 | * fix: allow up/down normally for no completions
|
10954 | [\#384](https://github.com/matrix-org/matrix-react-sdk/pull/384)
|
10955 | * fix: autocomplete to use tab instead of return
|
10956 | [\#382](https://github.com/matrix-org/matrix-react-sdk/pull/382)
|
10957 | * strip (IRC) displayname suffix from autocomplete
|
10958 | [\#375](https://github.com/matrix-org/matrix-react-sdk/pull/375)
|
10959 | * Include rooms with 1 person invited
|
10960 | [\#379](https://github.com/matrix-org/matrix-react-sdk/pull/379)
|
10961 | * Fix 'start new direct chat'
|
10962 | [\#378](https://github.com/matrix-org/matrix-react-sdk/pull/378)
|
10963 | * Fix warnings from MessageComposer
|
10964 | [\#376](https://github.com/matrix-org/matrix-react-sdk/pull/376)
|
10965 | * New voice and video call buttons
|
10966 | [\#371](https://github.com/matrix-org/matrix-react-sdk/pull/371)
|
10967 | * Silence some more react warnings
|
10968 | [\#373](https://github.com/matrix-org/matrix-react-sdk/pull/373)
|
10969 | * Fix warnings emanating from Velociraptor elements
|
10970 | [\#372](https://github.com/matrix-org/matrix-react-sdk/pull/372)
|
10971 | * Wmwragg/button updates
|
10972 | [\#353](https://github.com/matrix-org/matrix-react-sdk/pull/353)
|
10973 | * Implement device management UI
|
10974 | [\#370](https://github.com/matrix-org/matrix-react-sdk/pull/370)
|
10975 | * Factor EditableTextContainer out of ChangeDisplayName
|
10976 | [\#368](https://github.com/matrix-org/matrix-react-sdk/pull/368)
|
10977 | * Stop the Avatar classes setting properties on <span>s
|
10978 | [\#367](https://github.com/matrix-org/matrix-react-sdk/pull/367)
|
10979 | * Remove relayoutOnUpdate prop on gemini-scrollbar
|
10980 | [\#366](https://github.com/matrix-org/matrix-react-sdk/pull/366)
|
10981 | * Fix bug where vector freezes on power level event
|
10982 | [\#364](https://github.com/matrix-org/matrix-react-sdk/pull/364)
|
10983 | * Refactor MatrixClientPeg
|
10984 | [\#361](https://github.com/matrix-org/matrix-react-sdk/pull/361)
|
10985 | * Fix 'start chat' button on MemberInfo
|
10986 | [\#363](https://github.com/matrix-org/matrix-react-sdk/pull/363)
|
10987 | * Bump dependency versions
|
10988 | [\#362](https://github.com/matrix-org/matrix-react-sdk/pull/362)
|
10989 | * Fix tab complete order properly
|
10990 | [\#360](https://github.com/matrix-org/matrix-react-sdk/pull/360)
|
10991 | * Add removeListener for account data listener
|
10992 | [\#359](https://github.com/matrix-org/matrix-react-sdk/pull/359)
|
10993 | * Set the device_id on pre-login MatrixClient
|
10994 | [\#358](https://github.com/matrix-org/matrix-react-sdk/pull/358)
|
10995 | * Wmwragg/mention state indicator round 2
|
10996 | [\#357](https://github.com/matrix-org/matrix-react-sdk/pull/357)
|
10997 | * Support for disabling/enabling URL previews per-user, per-room and per-user-
|
10998 | per-room
|
10999 | [\#356](https://github.com/matrix-org/matrix-react-sdk/pull/356)
|
11000 | * Use HS proxy API for requestToken on adding email
|
11001 | [\#336](https://github.com/matrix-org/matrix-react-sdk/pull/336)
|
11002 | * Error if email already in use when resetting pw
|
11003 | [\#337](https://github.com/matrix-org/matrix-react-sdk/pull/337)
|
11004 | * Fix enourmous video bug
|
11005 | [\#355](https://github.com/matrix-org/matrix-react-sdk/pull/355)
|
11006 | * Add support for sending uploaded content as m.video
|
11007 | [\#354](https://github.com/matrix-org/matrix-react-sdk/pull/354)
|
11008 | * Order tab complete by most recently spoke
|
11009 | [\#341](https://github.com/matrix-org/matrix-react-sdk/pull/341)
|
11010 | * Wmwragg/spinner fix
|
11011 | [\#350](https://github.com/matrix-org/matrix-react-sdk/pull/350)
|
11012 | * Now showing three dots when hovering over the badge
|
11013 | [\#352](https://github.com/matrix-org/matrix-react-sdk/pull/352)
|
11014 | * Fix unpublishing room in room settings
|
11015 | [\#351](https://github.com/matrix-org/matrix-react-sdk/pull/351)
|
11016 | * Fix race when creating rooms where invite list can be blank
|
11017 | [\#347](https://github.com/matrix-org/matrix-react-sdk/pull/347)
|
11018 | * improve wording of MemberInfo's start chat button.
|
11019 | [\#348](https://github.com/matrix-org/matrix-react-sdk/pull/348)
|
11020 | * Revert "Amends react template and removes opening image in lightbox"
|
11021 | [\#346](https://github.com/matrix-org/matrix-react-sdk/pull/346)
|
11022 | * Wmwragg/modal restyle
|
11023 | [\#345](https://github.com/matrix-org/matrix-react-sdk/pull/345)
|
11024 | * Amends react template and removes opening image in lightbox
|
11025 | [\#343](https://github.com/matrix-org/matrix-react-sdk/pull/343)
|
11026 | * Remove the member list loading hack
|
11027 | [\#344](https://github.com/matrix-org/matrix-react-sdk/pull/344)
|
11028 | * CSS classes to colour offline users differently
|
11029 | [\#342](https://github.com/matrix-org/matrix-react-sdk/pull/342)
|
11030 | * Listen for the new lastPreseceTs event
|
11031 | [\#340](https://github.com/matrix-org/matrix-react-sdk/pull/340)
|
11032 | * Fix filtering user list by ID
|
11033 | [\#339](https://github.com/matrix-org/matrix-react-sdk/pull/339)
|
11034 | * Update tab completion list when we have a room
|
11035 | [\#338](https://github.com/matrix-org/matrix-react-sdk/pull/338)
|
11036 | * JS code style guide
|
11037 | [\#330](https://github.com/matrix-org/matrix-react-sdk/pull/330)
|
11038 | * Error on registration if email taken
|
11039 | [\#334](https://github.com/matrix-org/matrix-react-sdk/pull/334)
|
11040 | * feat: render unicode emoji as emojione images
|
11041 | [\#332](https://github.com/matrix-org/matrix-react-sdk/pull/332)
|
11042 | * feat: unblacklist img tags with data URIs
|
11043 | [\#333](https://github.com/matrix-org/matrix-react-sdk/pull/333)
|
11044 | * Autocomplete fixes
|
11045 | [\#331](https://github.com/matrix-org/matrix-react-sdk/pull/331)
|
11046 | * Better autocomplete
|
11047 | [\#296](https://github.com/matrix-org/matrix-react-sdk/pull/296)
|
11048 | * feat: add and configure eslint
|
11049 | [\#329](https://github.com/matrix-org/matrix-react-sdk/pull/329)
|
11050 | * Fix user links
|
11051 | [\#326](https://github.com/matrix-org/matrix-react-sdk/pull/326)
|
11052 | * Fix ordering of Memberlist
|
11053 | [\#327](https://github.com/matrix-org/matrix-react-sdk/pull/327)
|
11054 | * Display an error message if room not found
|
11055 | [\#325](https://github.com/matrix-org/matrix-react-sdk/pull/325)
|
11056 | * Implement device blocking
|
11057 | [\#324](https://github.com/matrix-org/matrix-react-sdk/pull/324)
|
11058 | * Remove /encrypt command
|
11059 | [\#322](https://github.com/matrix-org/matrix-react-sdk/pull/322)
|
11060 | * RoomSettings: add encryption setting
|
11061 | [\#321](https://github.com/matrix-org/matrix-react-sdk/pull/321)
|
11062 | * Fix a pair of warnings from RoomSettings
|
11063 | [\#320](https://github.com/matrix-org/matrix-react-sdk/pull/320)
|
11064 | * RoomSettings: refactor permissions calculations
|
11065 | [\#319](https://github.com/matrix-org/matrix-react-sdk/pull/319)
|
11066 | * Fix https://github.com/vector-im/vector-web/issues/1679
|
11067 | [\#318](https://github.com/matrix-org/matrix-react-sdk/pull/318)
|
11068 | * Fix /join to be consistent with the other code
|
11069 | [\#317](https://github.com/matrix-org/matrix-react-sdk/pull/317)
|
11070 | * UserSettings: fix the displayed version of the react-sdk
|
11071 | [\#316](https://github.com/matrix-org/matrix-react-sdk/pull/316)
|
11072 | * Show canonical alias in URL bar
|
11073 | [\#314](https://github.com/matrix-org/matrix-react-sdk/pull/314)
|
11074 | * Some basic tests for RoomView
|
11075 | [\#313](https://github.com/matrix-org/matrix-react-sdk/pull/313)
|
11076 | * Support for making devices unverified
|
11077 | [\#315](https://github.com/matrix-org/matrix-react-sdk/pull/315)
|
11078 | * Fix eventListener warning
|
11079 | [\#312](https://github.com/matrix-org/matrix-react-sdk/pull/312)
|
11080 | * Fix peeking and member list vanishing
|
11081 | [\#307](https://github.com/matrix-org/matrix-react-sdk/pull/307)
|
11082 | * Use different keys for new MessageComposerInput
|
11083 | [\#311](https://github.com/matrix-org/matrix-react-sdk/pull/311)
|
11084 | * Fix RTE escaping, HTML output with breaks
|
11085 | [\#310](https://github.com/matrix-org/matrix-react-sdk/pull/310)
|
11086 | * Fix cursor bug, persist editor mode & rte default
|
11087 | [\#308](https://github.com/matrix-org/matrix-react-sdk/pull/308)
|
11088 | * Rich Text Editor
|
11089 | [\#292](https://github.com/matrix-org/matrix-react-sdk/pull/292)
|
11090 | * Hide e2e features if not enabled
|
11091 | [\#306](https://github.com/matrix-org/matrix-react-sdk/pull/306)
|
11092 | * Add experimental "Labs" section to settings
|
11093 | [\#305](https://github.com/matrix-org/matrix-react-sdk/pull/305)
|
11094 | * Make the room directory join rooms by alias
|
11095 | [\#304](https://github.com/matrix-org/matrix-react-sdk/pull/304)
|
11096 | * Factor out common parts of room creation
|
11097 | [\#303](https://github.com/matrix-org/matrix-react-sdk/pull/303)
|
11098 | * Fix spinner-of-doom in member info for guests
|
11099 | [\#302](https://github.com/matrix-org/matrix-react-sdk/pull/302)
|
11100 | * Support for marking devices as verified
|
11101 | [\#300](https://github.com/matrix-org/matrix-react-sdk/pull/300)
|
11102 | * Make the config optional
|
11103 | [\#301](https://github.com/matrix-org/matrix-react-sdk/pull/301)
|
11104 | * Pass brand parameter down to Notifications
|
11105 | [\#299](https://github.com/matrix-org/matrix-react-sdk/pull/299)
|
11106 | * Second attempt at fixing the Velocity memory leak
|
11107 | [\#298](https://github.com/matrix-org/matrix-react-sdk/pull/298)
|
11108 |
|
11109 | Changes in [0.6.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.3) (2016-06-03)
|
11110 | ===================================================================================================
|
11111 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.2...v0.6.3)
|
11112 |
|
11113 | * Change invite text field wording
|
11114 | * Fix bug with new email invite UX where the invite could get wedged
|
11115 | * Label app versions sensibly in UserSettings
|
11116 |
|
11117 | Changes in [0.6.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.2) (2016-06-02)
|
11118 | ===================================================================================================
|
11119 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.1...v0.6.2)
|
11120 |
|
11121 | * Correctly bump dep on matrix-js-sdk 0.5.4
|
11122 |
|
11123 | Changes in [0.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.1) (2016-06-02)
|
11124 | ===================================================================================================
|
11125 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.0...v0.6.1)
|
11126 |
|
11127 | * Fix focusing race in new UX for 3pid invites
|
11128 | * Fix jenkins.sh
|
11129 |
|
11130 | Changes in [0.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.0) (2016-06-02)
|
11131 | ===================================================================================================
|
11132 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.5.2...v0.6.0)
|
11133 |
|
11134 | * implement new UX for 3pid invites
|
11135 | [\#297](https://github.com/matrix-org/matrix-react-sdk/pull/297)
|
11136 | * multiple URL preview support
|
11137 | [\#290](https://github.com/matrix-org/matrix-react-sdk/pull/290)
|
11138 | * Add a fallback homeserver to log into
|
11139 | [\#293](https://github.com/matrix-org/matrix-react-sdk/pull/293)
|
11140 | * Hopefully fix memory leak with velocity
|
11141 | [\#291](https://github.com/matrix-org/matrix-react-sdk/pull/291)
|
11142 | * Support for enabling email notifications
|
11143 | [\#289](https://github.com/matrix-org/matrix-react-sdk/pull/289)
|
11144 | * Correct Readme instructions how to customize the UI
|
11145 | [\#286](https://github.com/matrix-org/matrix-react-sdk/pull/286)
|
11146 | * Avoid rerendering during Room unmount
|
11147 | [\#285](https://github.com/matrix-org/matrix-react-sdk/pull/285)
|
11148 |
|
11149 | Changes in [0.5.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.5.2) (2016-04-22)
|
11150 | ===================================================================================================
|
11151 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.5.1...v0.5.2)
|
11152 |
|
11153 | Performance improvements:
|
11154 |
|
11155 | * Reduce number of events shown in a room to 250
|
11156 | [afb301f](https://github.com/matrix-org/matrix-react-sdk/commit/afb301ffb78c019a50e40caa5d9042ad39c117fe)
|
11157 | * add heuristics to hide URL previews...
|
11158 | [\#284](https://github.com/matrix-org/matrix-react-sdk/pull/284)
|
11159 | * Fix bug which stopped us scrolling down after we scrolled up
|
11160 | [\#283](https://github.com/matrix-org/matrix-react-sdk/pull/283)
|
11161 | * Don't relayout scrollpanels every time something changes
|
11162 | [\#280](https://github.com/matrix-org/matrix-react-sdk/pull/280)
|
11163 | * Reduce number of renders on received events
|
11164 | [\#279](https://github.com/matrix-org/matrix-react-sdk/pull/279)
|
11165 | * Avoid rerendering EventTiles when not necessary
|
11166 | [\#278](https://github.com/matrix-org/matrix-react-sdk/pull/278)
|
11167 | * Speed up processing of TimelinePanel updates on new events
|
11168 | [\#277](https://github.com/matrix-org/matrix-react-sdk/pull/277)
|
11169 |
|
11170 | Other bug fixes:
|
11171 | * Fix read-receipt animation
|
11172 | [\#282](https://github.com/matrix-org/matrix-react-sdk/pull/282),
|
11173 | [\#281](https://github.com/matrix-org/matrix-react-sdk/pull/281)
|
11174 |
|
11175 | Changes in [0.5.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.5.1) (2016-04-19)
|
11176 | ===================================================================================================
|
11177 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.4.0...v0.5.1)
|
11178 |
|
11179 | * Upgrade to react 15.0
|
11180 | * Fix many thinkos in sorting the MemberList
|
11181 | [\#275](https://github.com/matrix-org/matrix-react-sdk/pull/275)
|
11182 | * Don't setState after unmounting a component
|
11183 | [\#276](https://github.com/matrix-org/matrix-react-sdk/pull/276)
|
11184 | * Drop workaround for object.onLoad
|
11185 | [\#274](https://github.com/matrix-org/matrix-react-sdk/pull/274)
|
11186 | * Make sure that we update the room name
|
11187 | [\#272](https://github.com/matrix-org/matrix-react-sdk/pull/272)
|
11188 | * Matthew/design tweaks
|
11189 | [\#273](https://github.com/matrix-org/matrix-react-sdk/pull/273)
|
11190 | * Hack around absence of String.codePointAt on PhantomJS
|
11191 | [\#271](https://github.com/matrix-org/matrix-react-sdk/pull/271)
|
11192 | * RoomView: Handle joining federated rooms
|
11193 | [\#270](https://github.com/matrix-org/matrix-react-sdk/pull/270)
|
11194 | * Stop the MatrixClient when the MatrixChat is unmounted
|
11195 | [\#269](https://github.com/matrix-org/matrix-react-sdk/pull/269)
|
11196 | * make the UI fadable to help with decluttering
|
11197 | [\#268](https://github.com/matrix-org/matrix-react-sdk/pull/268)
|
11198 | * URL previewing support
|
11199 | [\#260](https://github.com/matrix-org/matrix-react-sdk/pull/260)
|
11200 | * Remember to load new timeline events
|
11201 | [\#267](https://github.com/matrix-org/matrix-react-sdk/pull/267)
|
11202 | * Stop trying to paginate after we get a failure
|
11203 | [\#265](https://github.com/matrix-org/matrix-react-sdk/pull/265)
|
11204 | * Improvements to the react-sdk test framework
|
11205 | [\#264](https://github.com/matrix-org/matrix-react-sdk/pull/264)
|
11206 | * Fix password resetting
|
11207 | [\#263](https://github.com/matrix-org/matrix-react-sdk/pull/263)
|
11208 | * Catch pageup/down and ctrl-home/end at the top level
|
11209 | [\#262](https://github.com/matrix-org/matrix-react-sdk/pull/262)
|
11210 | * Fix an issue where the scroll stopped working.
|
11211 | [\#261](https://github.com/matrix-org/matrix-react-sdk/pull/261)
|
11212 | * Fix a bug where we tried to show two ghost read markers at once.
|
11213 | [\#254](https://github.com/matrix-org/matrix-react-sdk/pull/254)
|
11214 | * File upload improvements
|
11215 | [\#258](https://github.com/matrix-org/matrix-react-sdk/pull/258)
|
11216 | * Show full-size avatar on MemberInfo avatar click
|
11217 | [\#257](https://github.com/matrix-org/matrix-react-sdk/pull/257)
|
11218 | * Whitelist \<u> tag
|
11219 | [\#256](https://github.com/matrix-org/matrix-react-sdk/pull/256)
|
11220 | * Don't reload the DOM if we can jump straight to the RM
|
11221 | [\#253](https://github.com/matrix-org/matrix-react-sdk/pull/253)
|
11222 |
|
11223 | [0.5.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.5.0) was
|
11224 | incorrectly released.
|
11225 |
|
11226 | Changes in [0.4.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.4.0) (2016-03-30)
|
11227 | ===================================================================================================
|
11228 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.3.1...v0.4.0)
|
11229 |
|
11230 | * Prettier, animated placeholder :D
|
11231 | [\#251](https://github.com/matrix-org/matrix-react-sdk/pull/251)
|
11232 | * Refactor RoomHeader, and fix topic updates
|
11233 | [\#252](https://github.com/matrix-org/matrix-react-sdk/pull/252)
|
11234 | * Disable the message composer if we don't have permission to post
|
11235 | [\#250](https://github.com/matrix-org/matrix-react-sdk/pull/250)
|
11236 | * notification issue fixed
|
11237 | [\#240](https://github.com/matrix-org/matrix-react-sdk/pull/240)
|
11238 | * Fix scroll offset popping around during image load by putting explicit
|
11239 | height back on images
|
11240 | [\#248](https://github.com/matrix-org/matrix-react-sdk/pull/248)
|
11241 | * Split a textinput component out of MessageComposer
|
11242 | [\#249](https://github.com/matrix-org/matrix-react-sdk/pull/249)
|
11243 |
|
11244 | Changes in [0.3.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.3.1) (2016-03-23)
|
11245 | ===================================================================================================
|
11246 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.3.0...v0.3.1)
|
11247 |
|
11248 | * Disable debug logging in ScrollPanel
|
11249 |
|
11250 | Changes in [0.3.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.3.0) (2016-03-23)
|
11251 | ===================================================================================================
|
11252 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.2.0...v0.3.0)
|
11253 |
|
11254 | * Fix off-by-one error in read-marker advancing
|
11255 | [\#246](https://github.com/matrix-org/matrix-react-sdk/pull/246)
|
11256 | * Another go at fixing the jumpy scroll
|
11257 | [\#245](https://github.com/matrix-org/matrix-react-sdk/pull/245)
|
11258 | * Move read-marker past our own events when we switch to a room
|
11259 | [\#244](https://github.com/matrix-org/matrix-react-sdk/pull/244)
|
11260 | * Add better user-facing error messages
|
11261 | [\#243](https://github.com/matrix-org/matrix-react-sdk/pull/243)
|
11262 | * Make the read-marker less annoying
|
11263 | [\#242](https://github.com/matrix-org/matrix-react-sdk/pull/242)
|
11264 | * rework roomsettings for new visibility UI
|
11265 | [\#241](https://github.com/matrix-org/matrix-react-sdk/pull/241)
|
11266 | * Show a spinner when we back-paginate search results
|
11267 | [\#236](https://github.com/matrix-org/matrix-react-sdk/pull/236)
|
11268 | * Only ignore scroll echoes once
|
11269 | [\#237](https://github.com/matrix-org/matrix-react-sdk/pull/237)
|
11270 | * Add 'cancel all' option to 'unsent messages' bar
|
11271 | [\#238](https://github.com/matrix-org/matrix-react-sdk/pull/238)
|
11272 | * Show an error when a direct-to-event link fails
|
11273 | [\#239](https://github.com/matrix-org/matrix-react-sdk/pull/239)
|
11274 | * if we're not peeking in a room, stop any ongoing peeking
|
11275 | [\#234](https://github.com/matrix-org/matrix-react-sdk/pull/234)
|
11276 | * linkify vector.im URLs directly into the app, both from HTML and non-HTML
|
11277 | messages
|
11278 | [\#235](https://github.com/matrix-org/matrix-react-sdk/pull/235)
|
11279 | * Use new pendingEventList functionality from matrix-js-sdk
|
11280 | [\#231](https://github.com/matrix-org/matrix-react-sdk/pull/231)
|
11281 | * Display a warning if a third party invite for a room was sent to an address
|
11282 | that is not bound publicly to our account
|
11283 | [\#233](https://github.com/matrix-org/matrix-react-sdk/pull/233)
|
11284 | * Fix cancelling dialog boxes by clicking on the background
|
11285 | [\#232](https://github.com/matrix-org/matrix-react-sdk/pull/232)
|
11286 | * fix zero length tab complete so it doesn't fire automatically on empty
|
11287 | MessageComposer
|
11288 | [\#229](https://github.com/matrix-org/matrix-react-sdk/pull/229)
|
11289 | * click on nicks to insert them into the MessageComposer
|
11290 | [\#230](https://github.com/matrix-org/matrix-react-sdk/pull/230)
|
11291 | * Correctly fix notif spam after logout/login
|
11292 | [\#227](https://github.com/matrix-org/matrix-react-sdk/pull/227)
|
11293 | * fix last_active_ago timestamps, tab completion ordering, and implement
|
11294 | currently_active semantics
|
11295 | [\#226](https://github.com/matrix-org/matrix-react-sdk/pull/226)
|
11296 | * make MemberTiles actually update in realtime
|
11297 | [\#222](https://github.com/matrix-org/matrix-react-sdk/pull/222)
|
11298 | * Bring up MemberInfo on avatar click in EventTile
|
11299 | [\#225](https://github.com/matrix-org/matrix-react-sdk/pull/225)
|
11300 | * Make getCurrent[H|I]SUrl honour the state setting that comes from the url
|
11301 | bar
|
11302 | [\#228](https://github.com/matrix-org/matrix-react-sdk/pull/228)
|
11303 | * Poll for email validation once the validation email has been sent
|
11304 | [\#223](https://github.com/matrix-org/matrix-react-sdk/pull/223)
|
11305 | * Display sync status in favicon and title.
|
11306 | [\#221](https://github.com/matrix-org/matrix-react-sdk/pull/221)
|
11307 | * grey out roomsettings that you can't edit
|
11308 | [\#217](https://github.com/matrix-org/matrix-react-sdk/pull/217)
|
11309 | * allow registration and login from guest to be cancellable
|
11310 | [\#220](https://github.com/matrix-org/matrix-react-sdk/pull/220)
|
11311 | * let registering guests either upgrade or create a new account by spec…
|
11312 | [\#219](https://github.com/matrix-org/matrix-react-sdk/pull/219)
|
11313 | * Remove (broken, as it turns out) permission logic from react sdk
|
11314 | [\#187](https://github.com/matrix-org/matrix-react-sdk/pull/187)
|
11315 | * Bring back lost functionality on login/register/password-reset screens
|
11316 | [\#200](https://github.com/matrix-org/matrix-react-sdk/pull/200)
|
11317 | * Handle the new Session.logged_out event.
|
11318 | [\#218](https://github.com/matrix-org/matrix-react-sdk/pull/218)
|
11319 | * hopefully fix https://github.com/vector-im/vector-web/issues/819
|
11320 | [\#216](https://github.com/matrix-org/matrix-react-sdk/pull/216)
|
11321 | * Adjust the scroll position when the gemini panel is resized
|
11322 | [\#215](https://github.com/matrix-org/matrix-react-sdk/pull/215)
|
11323 | * Use our fork of react-gemini-scrollbar to fix resize issues
|
11324 | [\#214](https://github.com/matrix-org/matrix-react-sdk/pull/214)
|
11325 | * Put direct-linked events and search clickthroughs in the middle
|
11326 | [\#212](https://github.com/matrix-org/matrix-react-sdk/pull/212)
|
11327 | * prettyprint conference joins and parts properly
|
11328 | [\#198](https://github.com/matrix-org/matrix-react-sdk/pull/198)
|
11329 | * Don't crash on redacted (or otherwise invalid) 3pid invites
|
11330 | [\#213](https://github.com/matrix-org/matrix-react-sdk/pull/213)
|
11331 |
|
11332 | Changes in matrix-react-sdk v0.2.0 (2016-03-11)
|
11333 | ===============================================
|
11334 | (originally incorrectly released as 0.1.1)
|
11335 | * Various significant changes
|
11336 |
|
11337 | Changes in matrix-react-sdk v0.1.0 (2016-02-24)
|
11338 | ===============================================
|
11339 | * Significant refactor: remove separation between views and controllers
|
11340 | * This release of the react-sdk will require additional components to function.
|
11341 | See https://github.com/vector-im/vector-web for a complete application.
|
11342 |
|
11343 | Changes in matrix-react-sdk v0.0.2 (2015-10-28)
|
11344 | ===============================================
|
11345 | * Initial release
|