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

Commit cde23ab

Browse files
committed
Prepare changelog for v3.22.0-rc.1
1 parent 7d0f3b0 commit cde23ab

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
Changes in [3.22.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.22.0-rc.1) (2021-05-19)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.21.0...v3.22.0-rc.1)
4+
5+
* Upgrade to JS SDK 11.1.0-rc.1
6+
* Translations update from Weblate
7+
[\#6068](https://github.com/matrix-org/matrix-react-sdk/pull/6068)
8+
* Show DMs in space for invited members too, to match Android impl
9+
[\#6062](https://github.com/matrix-org/matrix-react-sdk/pull/6062)
10+
* Support filtering by alias in add existing to space dialog
11+
[\#6057](https://github.com/matrix-org/matrix-react-sdk/pull/6057)
12+
* Fix issue when a room without a name or alias is marked as suggested
13+
[\#6064](https://github.com/matrix-org/matrix-react-sdk/pull/6064)
14+
* Fix space room hierarchy not updating when removing a room
15+
[\#6055](https://github.com/matrix-org/matrix-react-sdk/pull/6055)
16+
* Revert "Try putting room list handling behind a lock"
17+
[\#6060](https://github.com/matrix-org/matrix-react-sdk/pull/6060)
18+
* Stop assuming encrypted messages are decrypted ahead of time
19+
[\#6052](https://github.com/matrix-org/matrix-react-sdk/pull/6052)
20+
* Add error detail when languges fail to load
21+
[\#6059](https://github.com/matrix-org/matrix-react-sdk/pull/6059)
22+
* Add space invaders chat effect
23+
[\#6053](https://github.com/matrix-org/matrix-react-sdk/pull/6053)
24+
* Create SpaceProvider and hide Spaces from the RoomProvider autocompleter
25+
[\#6051](https://github.com/matrix-org/matrix-react-sdk/pull/6051)
26+
* Don't mark a room as unread when redacted event is present
27+
[\#6049](https://github.com/matrix-org/matrix-react-sdk/pull/6049)
28+
* Add support for MSC2873: Client information for Widgets
29+
[\#6023](https://github.com/matrix-org/matrix-react-sdk/pull/6023)
30+
* Support UI for MSC2762: Widgets reading events from rooms
31+
[\#5960](https://github.com/matrix-org/matrix-react-sdk/pull/5960)
32+
* Fix crash on opening notification panel
33+
[\#6047](https://github.com/matrix-org/matrix-react-sdk/pull/6047)
34+
* Remove custom LoggedInView::shouldComponentUpdate logic
35+
[\#6046](https://github.com/matrix-org/matrix-react-sdk/pull/6046)
36+
* Fix edge cases with the new add reactions prompt button
37+
[\#6045](https://github.com/matrix-org/matrix-react-sdk/pull/6045)
38+
* Add ids to homeserver and passphrase fields
39+
[\#6043](https://github.com/matrix-org/matrix-react-sdk/pull/6043)
40+
* Update space order field validity requirements to match msc update
41+
[\#6042](https://github.com/matrix-org/matrix-react-sdk/pull/6042)
42+
* Try putting room list handling behind a lock
43+
[\#6024](https://github.com/matrix-org/matrix-react-sdk/pull/6024)
44+
* Improve progress bar progression for smaller voice messages
45+
[\#6035](https://github.com/matrix-org/matrix-react-sdk/pull/6035)
46+
* Fix share space edge case where space is public but not invitable
47+
[\#6039](https://github.com/matrix-org/matrix-react-sdk/pull/6039)
48+
* Add missing 'rel' to image view download button
49+
[\#6033](https://github.com/matrix-org/matrix-react-sdk/pull/6033)
50+
* Improve visible waveform for voice messages
51+
[\#6034](https://github.com/matrix-org/matrix-react-sdk/pull/6034)
52+
* Fix roving tab index intercepting home/end in space create menu
53+
[\#6040](https://github.com/matrix-org/matrix-react-sdk/pull/6040)
54+
* Decorate room avatars with publicity in add existing to space flow
55+
[\#6030](https://github.com/matrix-org/matrix-react-sdk/pull/6030)
56+
* Improve Spaces "Just Me" wizard
57+
[\#6025](https://github.com/matrix-org/matrix-react-sdk/pull/6025)
58+
* Increase hover feedback on room sub list buttons
59+
[\#6037](https://github.com/matrix-org/matrix-react-sdk/pull/6037)
60+
* Show alternative button during space creation wizard if no rooms
61+
[\#6029](https://github.com/matrix-org/matrix-react-sdk/pull/6029)
62+
* Swap rotation buttons in the image viewer
63+
[\#6032](https://github.com/matrix-org/matrix-react-sdk/pull/6032)
64+
* Typo: initilisation -> initialisation
65+
[\#5915](https://github.com/matrix-org/matrix-react-sdk/pull/5915)
66+
* Save edited state of a message when switching rooms
67+
[\#6001](https://github.com/matrix-org/matrix-react-sdk/pull/6001)
68+
* Fix shield icon in Untrusted Device Dialog
69+
[\#6022](https://github.com/matrix-org/matrix-react-sdk/pull/6022)
70+
* Do not eagerly decrypt breadcrumb rooms
71+
[\#6028](https://github.com/matrix-org/matrix-react-sdk/pull/6028)
72+
* Update spaces.png
73+
[\#6031](https://github.com/matrix-org/matrix-react-sdk/pull/6031)
74+
* Encourage more diverse reactions to content
75+
[\#6027](https://github.com/matrix-org/matrix-react-sdk/pull/6027)
76+
* Wrap decodeURIComponent in try-catch to protect against malformed URIs
77+
[\#6026](https://github.com/matrix-org/matrix-react-sdk/pull/6026)
78+
* Iterate beta feedback dialog
79+
[\#6021](https://github.com/matrix-org/matrix-react-sdk/pull/6021)
80+
* Disable space fields whilst their form is busy
81+
[\#6020](https://github.com/matrix-org/matrix-react-sdk/pull/6020)
82+
* Add missing space on beta feedback dialog
83+
[\#6018](https://github.com/matrix-org/matrix-react-sdk/pull/6018)
84+
* Fix colours used for the back button in space create menu
85+
[\#6017](https://github.com/matrix-org/matrix-react-sdk/pull/6017)
86+
* Prioritise and reduce the amount of events decrypted on application startup
87+
[\#5980](https://github.com/matrix-org/matrix-react-sdk/pull/5980)
88+
* Linkify topics in space room directory results
89+
[\#6015](https://github.com/matrix-org/matrix-react-sdk/pull/6015)
90+
* Persistent space collapsed states
91+
[\#5972](https://github.com/matrix-org/matrix-react-sdk/pull/5972)
92+
* Catch another instance of unlabeled avatars.
93+
[\#6010](https://github.com/matrix-org/matrix-react-sdk/pull/6010)
94+
* Rescale and smooth voice message playback waveform to better match
95+
expectation
96+
[\#5996](https://github.com/matrix-org/matrix-react-sdk/pull/5996)
97+
* Scale voice message clock with user's font size
98+
[\#5993](https://github.com/matrix-org/matrix-react-sdk/pull/5993)
99+
* Remove "in development" flag from voice messages
100+
[\#5995](https://github.com/matrix-org/matrix-react-sdk/pull/5995)
101+
* Support voice messages on Safari
102+
[\#5989](https://github.com/matrix-org/matrix-react-sdk/pull/5989)
103+
* Translations update from Weblate
104+
[\#6011](https://github.com/matrix-org/matrix-react-sdk/pull/6011)
105+
1106
Changes in [3.21.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.21.0) (2021-05-17)
2107
=====================================================================================================
3108
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.21.0-rc.1...v3.21.0)

0 commit comments

Comments
 (0)