Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6574811

Browse files
committed
Prepare changelog for v3.21.0-rc.1
1 parent 965b0ab commit 6574811

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
Changes in [3.21.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.21.0-rc.1) (2021-05-11)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.20.0...v3.21.0-rc.1)
4+
5+
* Upgrade to JS SDK 11.0.0-rc.1
6+
* Add disclaimer about subspaces being experimental in add existing dialog
7+
[\#5978](https://github.com/matrix-org/matrix-react-sdk/pull/5978)
8+
* Spaces Beta release
9+
[\#5933](https://github.com/matrix-org/matrix-react-sdk/pull/5933)
10+
* Improve permissions error when adding new server to room directory
11+
[\#6009](https://github.com/matrix-org/matrix-react-sdk/pull/6009)
12+
* Allow user to progress through space creation & setup using Enter
13+
[\#6006](https://github.com/matrix-org/matrix-react-sdk/pull/6006)
14+
* Upgrade sanitize types
15+
[\#6008](https://github.com/matrix-org/matrix-react-sdk/pull/6008)
16+
* Upgrade `cheerio` and resolve type errors
17+
[\#6007](https://github.com/matrix-org/matrix-react-sdk/pull/6007)
18+
* Add slash commands support to edit message composer
19+
[\#5865](https://github.com/matrix-org/matrix-react-sdk/pull/5865)
20+
* Fix the two todays problem
21+
[\#5940](https://github.com/matrix-org/matrix-react-sdk/pull/5940)
22+
* Switch the Home Space out for an All rooms space
23+
[\#5969](https://github.com/matrix-org/matrix-react-sdk/pull/5969)
24+
* Show device ID in UserInfo when there is no device name
25+
[\#5985](https://github.com/matrix-org/matrix-react-sdk/pull/5985)
26+
* Switch back to release version of `sanitize-html`
27+
[\#6005](https://github.com/matrix-org/matrix-react-sdk/pull/6005)
28+
* Bump hosted-git-info from 2.8.8 to 2.8.9
29+
[\#5998](https://github.com/matrix-org/matrix-react-sdk/pull/5998)
30+
* Don't use the event's metadata to calc the scale of an image
31+
[\#5982](https://github.com/matrix-org/matrix-react-sdk/pull/5982)
32+
* Adjust MIME type of upload confirmation if needed
33+
[\#5981](https://github.com/matrix-org/matrix-react-sdk/pull/5981)
34+
* Forbid redaction of encryption events
35+
[\#5991](https://github.com/matrix-org/matrix-react-sdk/pull/5991)
36+
* Fix voice message playback being squished up against send button
37+
[\#5988](https://github.com/matrix-org/matrix-react-sdk/pull/5988)
38+
* Improve style of notification badges on the space panel
39+
[\#5983](https://github.com/matrix-org/matrix-react-sdk/pull/5983)
40+
* Add dev dependency for parse5 typings
41+
[\#5990](https://github.com/matrix-org/matrix-react-sdk/pull/5990)
42+
* Iterate Spaces admin UX around room management
43+
[\#5977](https://github.com/matrix-org/matrix-react-sdk/pull/5977)
44+
* Guard all isSpaceRoom calls behind the labs flag
45+
[\#5979](https://github.com/matrix-org/matrix-react-sdk/pull/5979)
46+
* Bump lodash from 4.17.20 to 4.17.21
47+
[\#5986](https://github.com/matrix-org/matrix-react-sdk/pull/5986)
48+
* Bump lodash from 4.17.19 to 4.17.21 in /test/end-to-end-tests
49+
[\#5987](https://github.com/matrix-org/matrix-react-sdk/pull/5987)
50+
* Bump ua-parser-js from 0.7.23 to 0.7.28
51+
[\#5984](https://github.com/matrix-org/matrix-react-sdk/pull/5984)
52+
* Update visual style of plain files in the timeline
53+
[\#5971](https://github.com/matrix-org/matrix-react-sdk/pull/5971)
54+
* Support for multiple streams (not MSC3077)
55+
[\#5833](https://github.com/matrix-org/matrix-react-sdk/pull/5833)
56+
* Update space ordering behaviour to match updates in MSC
57+
[\#5963](https://github.com/matrix-org/matrix-react-sdk/pull/5963)
58+
* Improve performance of search all spaces and space switching
59+
[\#5976](https://github.com/matrix-org/matrix-react-sdk/pull/5976)
60+
* Update colours and sizing for voice messages
61+
[\#5970](https://github.com/matrix-org/matrix-react-sdk/pull/5970)
62+
* Update link to Android SDK
63+
[\#5973](https://github.com/matrix-org/matrix-react-sdk/pull/5973)
64+
* Add cleanup functions for image view
65+
[\#5962](https://github.com/matrix-org/matrix-react-sdk/pull/5962)
66+
* Add a note about sharing your IP in P2P calls
67+
[\#5961](https://github.com/matrix-org/matrix-react-sdk/pull/5961)
68+
* Only aggregate DM notifications on the Space Panel in the Home Space
69+
[\#5968](https://github.com/matrix-org/matrix-react-sdk/pull/5968)
70+
* Add retry mechanism and progress bar to add existing to space dialog
71+
[\#5975](https://github.com/matrix-org/matrix-react-sdk/pull/5975)
72+
* Warn on access token reveal
73+
[\#5755](https://github.com/matrix-org/matrix-react-sdk/pull/5755)
74+
* Fix newly joined room appearing under the wrong space
75+
[\#5945](https://github.com/matrix-org/matrix-react-sdk/pull/5945)
76+
* Early rendering for voice messages in the timeline
77+
[\#5955](https://github.com/matrix-org/matrix-react-sdk/pull/5955)
78+
* Calculate the real waveform in the Playback class for voice messages
79+
[\#5956](https://github.com/matrix-org/matrix-react-sdk/pull/5956)
80+
* Don't recurse on arrayFastResample
81+
[\#5957](https://github.com/matrix-org/matrix-react-sdk/pull/5957)
82+
* Support a dark theme for voice messages
83+
[\#5958](https://github.com/matrix-org/matrix-react-sdk/pull/5958)
84+
* Handle no/blocked microphones in voice messages
85+
[\#5959](https://github.com/matrix-org/matrix-react-sdk/pull/5959)
86+
187
Changes in [3.20.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.20.0) (2021-05-10)
288
=====================================================================================================
389
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.20.0-rc.1...v3.20.0)

0 commit comments

Comments
 (0)