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

Commit b5cb153

Browse files
committed
Prepare changelog for v3.20.0-rc.1
1 parent b777c83 commit b5cb153

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

CHANGELOG.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1+
Changes in [3.20.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.20.0-rc.1) (2021-05-04)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.19.0...v3.20.0-rc.1)
4+
5+
* Upgrade to JS SDK 10.1.0-rc.1
6+
* Translations update from Weblate
7+
[\#5966](https://github.com/matrix-org/matrix-react-sdk/pull/5966)
8+
* Fix more space panel layout and hover behaviour issues
9+
[\#5965](https://github.com/matrix-org/matrix-react-sdk/pull/5965)
10+
* Fix edge case with space panel alignment with subspaces on ff
11+
[\#5964](https://github.com/matrix-org/matrix-react-sdk/pull/5964)
12+
* Fix saving room pill part to history
13+
[\#5951](https://github.com/matrix-org/matrix-react-sdk/pull/5951)
14+
* Generate room preview even when minimized
15+
[\#5948](https://github.com/matrix-org/matrix-react-sdk/pull/5948)
16+
* Another change from recovery passphrase to Security Phrase
17+
[\#5934](https://github.com/matrix-org/matrix-react-sdk/pull/5934)
18+
* Sort rooms in the add existing to space dialog based on recency
19+
[\#5943](https://github.com/matrix-org/matrix-react-sdk/pull/5943)
20+
* Inhibit sending RR when context switching to a room
21+
[\#5944](https://github.com/matrix-org/matrix-react-sdk/pull/5944)
22+
* Prevent room list keyboard handling from landing focus on hidden nodes
23+
[\#5950](https://github.com/matrix-org/matrix-react-sdk/pull/5950)
24+
* Make the text filter search all spaces instead of just the selected one
25+
[\#5942](https://github.com/matrix-org/matrix-react-sdk/pull/5942)
26+
* Enable indent rule and fix indent
27+
[\#5931](https://github.com/matrix-org/matrix-react-sdk/pull/5931)
28+
* Prevent peeking members from reacting
29+
[\#5946](https://github.com/matrix-org/matrix-react-sdk/pull/5946)
30+
* Disallow inline display maths
31+
[\#5939](https://github.com/matrix-org/matrix-react-sdk/pull/5939)
32+
* Space creation prompt user to add existing rooms for "Just Me" spaces
33+
[\#5923](https://github.com/matrix-org/matrix-react-sdk/pull/5923)
34+
* Add test coverage collection script
35+
[\#5937](https://github.com/matrix-org/matrix-react-sdk/pull/5937)
36+
* Fix joining room using via servers regression
37+
[\#5936](https://github.com/matrix-org/matrix-react-sdk/pull/5936)
38+
* Revert "Fixes the two Todays problem in Redaction"
39+
[\#5938](https://github.com/matrix-org/matrix-react-sdk/pull/5938)
40+
* Handle encoded matrix URLs
41+
[\#5903](https://github.com/matrix-org/matrix-react-sdk/pull/5903)
42+
* Render ignored users setting regardless of if there are any
43+
[\#5860](https://github.com/matrix-org/matrix-react-sdk/pull/5860)
44+
* Fix inserting trailing colon after mention/pill
45+
[\#5830](https://github.com/matrix-org/matrix-react-sdk/pull/5830)
46+
* Fixes the two Todays problem in Redaction
47+
[\#5917](https://github.com/matrix-org/matrix-react-sdk/pull/5917)
48+
* Fix page up/down scrolling only half a page
49+
[\#5920](https://github.com/matrix-org/matrix-react-sdk/pull/5920)
50+
* Voice messages: Composer controls
51+
[\#5935](https://github.com/matrix-org/matrix-react-sdk/pull/5935)
52+
* Support MSC3086 asserted identity
53+
[\#5886](https://github.com/matrix-org/matrix-react-sdk/pull/5886)
54+
* Handle possible edge case with getting stuck in "unsent messages" bar
55+
[\#5930](https://github.com/matrix-org/matrix-react-sdk/pull/5930)
56+
* Fix suggested rooms not showing up regression from room list optimisation
57+
[\#5932](https://github.com/matrix-org/matrix-react-sdk/pull/5932)
58+
* Broadcast language change to ElectronPlatform
59+
[\#5913](https://github.com/matrix-org/matrix-react-sdk/pull/5913)
60+
* Fix VoIP PIP frame color
61+
[\#5701](https://github.com/matrix-org/matrix-react-sdk/pull/5701)
62+
* Convert some Flow-typed files to TypeScript
63+
[\#5912](https://github.com/matrix-org/matrix-react-sdk/pull/5912)
64+
* Initial SpaceStore tests work
65+
[\#5906](https://github.com/matrix-org/matrix-react-sdk/pull/5906)
66+
* Fix issues with space hierarchy in layout and with incompatible servers
67+
[\#5926](https://github.com/matrix-org/matrix-react-sdk/pull/5926)
68+
* Scale all mxc thumbs using device pixel ratio for hidpi
69+
[\#5928](https://github.com/matrix-org/matrix-react-sdk/pull/5928)
70+
* Fix add existing to space dialog no longer showing rooms for public spaces
71+
[\#5918](https://github.com/matrix-org/matrix-react-sdk/pull/5918)
72+
* Disable spaces context switching for when exploring a space
73+
[\#5924](https://github.com/matrix-org/matrix-react-sdk/pull/5924)
74+
* Autofocus search box in the add existing to space dialog
75+
[\#5921](https://github.com/matrix-org/matrix-react-sdk/pull/5921)
76+
* Use label element in add existing to space dialog for easier hit target
77+
[\#5922](https://github.com/matrix-org/matrix-react-sdk/pull/5922)
78+
* Dynamic max and min zoom in the new ImageView
79+
[\#5916](https://github.com/matrix-org/matrix-react-sdk/pull/5916)
80+
* Improve message error states
81+
[\#5897](https://github.com/matrix-org/matrix-react-sdk/pull/5897)
82+
* Check for null room in `VisibilityProvider`
83+
[\#5914](https://github.com/matrix-org/matrix-react-sdk/pull/5914)
84+
* Add unit tests for various collection-based utility functions
85+
[\#5910](https://github.com/matrix-org/matrix-react-sdk/pull/5910)
86+
* Spaces visual fixes
87+
[\#5909](https://github.com/matrix-org/matrix-react-sdk/pull/5909)
88+
* Remove reliance on DOM API to generated message preview
89+
[\#5908](https://github.com/matrix-org/matrix-react-sdk/pull/5908)
90+
* Expand upon voice message event & include overall waveform
91+
[\#5888](https://github.com/matrix-org/matrix-react-sdk/pull/5888)
92+
* Use floats for image background opacity
93+
[\#5905](https://github.com/matrix-org/matrix-react-sdk/pull/5905)
94+
* Show invites to spaces at the top of the space panel
95+
[\#5902](https://github.com/matrix-org/matrix-react-sdk/pull/5902)
96+
* Improve edge cases with spaces context switching
97+
[\#5899](https://github.com/matrix-org/matrix-react-sdk/pull/5899)
98+
* Fix spaces notification dots wrongly including upgraded (hidden) rooms
99+
[\#5900](https://github.com/matrix-org/matrix-react-sdk/pull/5900)
100+
* Iterate the spaces face pile design
101+
[\#5898](https://github.com/matrix-org/matrix-react-sdk/pull/5898)
102+
* Fix alignment issue with nested spaces being cut off wrong
103+
[\#5890](https://github.com/matrix-org/matrix-react-sdk/pull/5890)
104+
1105
Changes in [3.19.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.19.0) (2021-04-26)
2106
=====================================================================================================
3107
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.19.0-rc.1...v3.19.0)

0 commit comments

Comments
 (0)