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

Commit d22dbea

Browse files
committed
Prepare changelog for v3.17.0-rc.1
1 parent fd29c73 commit d22dbea

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
Changes in [3.17.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.17.0-rc.1) (2021-03-25)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0...v3.17.0-rc.1)
4+
5+
* Upgrade to JS SDK 9.10.0-rc.1
6+
* Translations update from Weblate
7+
[\#5788](https://github.com/matrix-org/matrix-react-sdk/pull/5788)
8+
* Track next event [tile] over group boundaries
9+
[\#5784](https://github.com/matrix-org/matrix-react-sdk/pull/5784)
10+
* Fixing the minor UI issues in the email discovery
11+
[\#5780](https://github.com/matrix-org/matrix-react-sdk/pull/5780)
12+
* Don't overwrite callback with undefined if no customization provided
13+
[\#5783](https://github.com/matrix-org/matrix-react-sdk/pull/5783)
14+
* Fix redaction event list summaries breaking sender profiles
15+
[\#5781](https://github.com/matrix-org/matrix-react-sdk/pull/5781)
16+
* Fix CIDER formatting buttons on Safari
17+
[\#5782](https://github.com/matrix-org/matrix-react-sdk/pull/5782)
18+
* Improve discovery of rooms in a space
19+
[\#5776](https://github.com/matrix-org/matrix-react-sdk/pull/5776)
20+
* Spaces improve creation journeys
21+
[\#5777](https://github.com/matrix-org/matrix-react-sdk/pull/5777)
22+
* Make buttons in verify dialog respect the system font
23+
[\#5778](https://github.com/matrix-org/matrix-react-sdk/pull/5778)
24+
* Collapse redactions into an event list summary
25+
[\#5728](https://github.com/matrix-org/matrix-react-sdk/pull/5728)
26+
* Added invite option to room's context menu
27+
[\#5648](https://github.com/matrix-org/matrix-react-sdk/pull/5648)
28+
* Add an optional config option to make the welcome page the login page
29+
[\#5658](https://github.com/matrix-org/matrix-react-sdk/pull/5658)
30+
* Fix username showing instead of display name in Jitsi widgets
31+
[\#5770](https://github.com/matrix-org/matrix-react-sdk/pull/5770)
32+
* Convert a bunch more js-sdk imports to absolute paths
33+
[\#5774](https://github.com/matrix-org/matrix-react-sdk/pull/5774)
34+
* Remove forgotten rooms from the room list once forgotten
35+
[\#5775](https://github.com/matrix-org/matrix-react-sdk/pull/5775)
36+
* Log error when failing to list usermedia devices
37+
[\#5771](https://github.com/matrix-org/matrix-react-sdk/pull/5771)
38+
* Fix weird timeline jumps
39+
[\#5772](https://github.com/matrix-org/matrix-react-sdk/pull/5772)
40+
* Replace type declaration in Registration.tsx
41+
[\#5773](https://github.com/matrix-org/matrix-react-sdk/pull/5773)
42+
* Add possibility to delay rageshake persistence in app startup
43+
[\#5767](https://github.com/matrix-org/matrix-react-sdk/pull/5767)
44+
* Fix left panel resizing and lower min-width improving flexibility
45+
[\#5764](https://github.com/matrix-org/matrix-react-sdk/pull/5764)
46+
* Work around more cases where a rageshake server might not be present
47+
[\#5766](https://github.com/matrix-org/matrix-react-sdk/pull/5766)
48+
* Iterate space panel visually and functionally
49+
[\#5761](https://github.com/matrix-org/matrix-react-sdk/pull/5761)
50+
* Make some dispatches async
51+
[\#5765](https://github.com/matrix-org/matrix-react-sdk/pull/5765)
52+
* fix: make room directory correct when using a homeserver with explicit port
53+
[\#5762](https://github.com/matrix-org/matrix-react-sdk/pull/5762)
54+
* Hangup all calls on logout
55+
[\#5756](https://github.com/matrix-org/matrix-react-sdk/pull/5756)
56+
* Remove now-unused assets and CSS from CompleteSecurity step
57+
[\#5757](https://github.com/matrix-org/matrix-react-sdk/pull/5757)
58+
* Add details and summary to allowed HTML tags
59+
[\#5760](https://github.com/matrix-org/matrix-react-sdk/pull/5760)
60+
* Support a media handling customisation endpoint
61+
[\#5714](https://github.com/matrix-org/matrix-react-sdk/pull/5714)
62+
* Edit button on View Source dialog that takes you to devtools ->
63+
SendCustomEvent
64+
[\#5718](https://github.com/matrix-org/matrix-react-sdk/pull/5718)
65+
* Show room alias in plain/formatted body
66+
[\#5748](https://github.com/matrix-org/matrix-react-sdk/pull/5748)
67+
* Allow pills on the beginning of a part string
68+
[\#5754](https://github.com/matrix-org/matrix-react-sdk/pull/5754)
69+
* [SK-3] Decorate easy components with replaceableComponent
70+
[\#5734](https://github.com/matrix-org/matrix-react-sdk/pull/5734)
71+
* Use fsync in reskindex to ensure file is written to disk
72+
[\#5753](https://github.com/matrix-org/matrix-react-sdk/pull/5753)
73+
* Remove unused common CSS classes
74+
[\#5752](https://github.com/matrix-org/matrix-react-sdk/pull/5752)
75+
* Rebuild space previews with new designs
76+
[\#5751](https://github.com/matrix-org/matrix-react-sdk/pull/5751)
77+
* Rework cross-signing login flow
78+
[\#5727](https://github.com/matrix-org/matrix-react-sdk/pull/5727)
79+
* Change read receipt drift to be non-fractional
80+
[\#5745](https://github.com/matrix-org/matrix-react-sdk/pull/5745)
81+
182
Changes in [3.16.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.16.0) (2021-03-15)
283
=====================================================================================================
384
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.16.0-rc.2...v3.16.0)

0 commit comments

Comments
 (0)