Skip to content

Commit e2fb967

Browse files
committed
Prepare changelog for v2.5.0-rc.1
1 parent 5022eaf commit e2fb967

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
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)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.4.0-rc.1...v2.5.0-rc.1)
4+
5+
* Upgrade to JS SDK 5.3.1-rc.1
6+
* null-guard MatrixClientPeg in RoomViewStore
7+
[\#4415](https://github.com/matrix-org/matrix-react-sdk/pull/4415)
8+
* Fix: prevent spurious notifications from indexer
9+
[\#4414](https://github.com/matrix-org/matrix-react-sdk/pull/4414)
10+
* Login block on initialSync with spinners
11+
[\#4413](https://github.com/matrix-org/matrix-react-sdk/pull/4413)
12+
* Allow network dropdown to be scrollable and fix context menu padding calc
13+
[\#4408](https://github.com/matrix-org/matrix-react-sdk/pull/4408)
14+
* Remove end-to-end message info option when cross-signing is used
15+
[\#4412](https://github.com/matrix-org/matrix-react-sdk/pull/4412)
16+
* Minimize widgets by default
17+
[\#4378](https://github.com/matrix-org/matrix-react-sdk/pull/4378)
18+
* Add comments to highlight where we'll need m.widget support
19+
[\#4380](https://github.com/matrix-org/matrix-react-sdk/pull/4380)
20+
* Fix: dont try to enable 4S if cross-signing is disabled
21+
[\#4407](https://github.com/matrix-org/matrix-react-sdk/pull/4407)
22+
* Fix: don't confuse user with spinner during complete security step
23+
[\#4406](https://github.com/matrix-org/matrix-react-sdk/pull/4406)
24+
* Fix: avoid potential crash during certain verification paths
25+
[\#4405](https://github.com/matrix-org/matrix-react-sdk/pull/4405)
26+
* Add riot-desktop shortcuts for forward/back matching browsers&slack
27+
[\#4392](https://github.com/matrix-org/matrix-react-sdk/pull/4392)
28+
* Convert LoggedInView to an ES6 PureComponent Class & TypeScript
29+
[\#4398](https://github.com/matrix-org/matrix-react-sdk/pull/4398)
30+
* Fix width of MVideoBody in FilePanel
31+
[\#4396](https://github.com/matrix-org/matrix-react-sdk/pull/4396)
32+
* Remove unused react-addons-css-transition-group
33+
[\#4397](https://github.com/matrix-org/matrix-react-sdk/pull/4397)
34+
* Fix emoji tooltip flickering
35+
[\#4395](https://github.com/matrix-org/matrix-react-sdk/pull/4395)
36+
* Pass along key backup for bootstrap
37+
[\#4374](https://github.com/matrix-org/matrix-react-sdk/pull/4374)
38+
* Fix create room dialog e2ee private room setting
39+
[\#4403](https://github.com/matrix-org/matrix-react-sdk/pull/4403)
40+
* Sort emoji by shortcodes for autocomplete primarily for :-1 and :+1
41+
[\#4391](https://github.com/matrix-org/matrix-react-sdk/pull/4391)
42+
* Fix invalid commands when figuring out whether to set isTyping
43+
[\#4390](https://github.com/matrix-org/matrix-react-sdk/pull/4390)
44+
* op/deop return error if trying to affect an unknown user
45+
[\#4389](https://github.com/matrix-org/matrix-react-sdk/pull/4389)
46+
* Composer pills respect showPillAvatar setting
47+
[\#4384](https://github.com/matrix-org/matrix-react-sdk/pull/4384)
48+
* Only send typing notification when composing commands which send messages
49+
[\#4385](https://github.com/matrix-org/matrix-react-sdk/pull/4385)
50+
* Reverse order of they match/they don't match buttons
51+
[\#4386](https://github.com/matrix-org/matrix-react-sdk/pull/4386)
52+
* Use singular text on 'delete sessions' button for SSO
53+
[\#4383](https://github.com/matrix-org/matrix-react-sdk/pull/4383)
54+
* Pass widget data through from sticker picker
55+
[\#4377](https://github.com/matrix-org/matrix-react-sdk/pull/4377)
56+
* Obliterate widgets when they are minimized
57+
[\#4376](https://github.com/matrix-org/matrix-react-sdk/pull/4376)
58+
* Fix image thumbnail width when read receipts are hidden
59+
[\#4370](https://github.com/matrix-org/matrix-react-sdk/pull/4370)
60+
* Add toggle for e2ee when creating private room
61+
[\#4362](https://github.com/matrix-org/matrix-react-sdk/pull/4362)
62+
* Fix logging for failed searches
63+
[\#4372](https://github.com/matrix-org/matrix-react-sdk/pull/4372)
64+
* Ensure UI is updated when cross-signing gets disabled
65+
[\#4369](https://github.com/matrix-org/matrix-react-sdk/pull/4369)
66+
* Retry the request for the master key from SSSS on login
67+
[\#4371](https://github.com/matrix-org/matrix-react-sdk/pull/4371)
68+
* Upgrade deps
69+
[\#4365](https://github.com/matrix-org/matrix-react-sdk/pull/4365)
70+
* App load tweaks, i18n and localStorage
71+
[\#4367](https://github.com/matrix-org/matrix-react-sdk/pull/4367)
72+
* Fix encoding of widget arguments
73+
[\#4366](https://github.com/matrix-org/matrix-react-sdk/pull/4366)
74+
175
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)
276
=============================================================================================================
377
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v2.3.1...v2.4.0-rc.1)

0 commit comments

Comments
 (0)