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

Commit cdb9d3a

Browse files
committed
Prepare changelog for v3.24.0-rc.1
1 parent b3912dc commit cdb9d3a

File tree

1 file changed

+118
-0
lines changed

1 file changed

+118
-0
lines changed

CHANGELOG.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,121 @@
1+
Changes in [3.24.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.24.0-rc.1) (2021-06-15)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.23.0...v3.24.0-rc.1)
4+
5+
* Upgrade to JS SDK 12.0.0-rc.1
6+
* Translations update from Weblate
7+
[\#6192](https://github.com/matrix-org/matrix-react-sdk/pull/6192)
8+
* Disable comment-on-alert for PR coming from a fork
9+
[\#6189](https://github.com/matrix-org/matrix-react-sdk/pull/6189)
10+
* Add JS benchmark tracking in CI
11+
[\#6177](https://github.com/matrix-org/matrix-react-sdk/pull/6177)
12+
* Upgrade matrix-react-test-utils for React 17 peer deps
13+
[\#6187](https://github.com/matrix-org/matrix-react-sdk/pull/6187)
14+
* Fix display name overlaps on the IRC layout
15+
[\#6186](https://github.com/matrix-org/matrix-react-sdk/pull/6186)
16+
* Small fixes to the spaces experience
17+
[\#6184](https://github.com/matrix-org/matrix-react-sdk/pull/6184)
18+
* Add footer and privacy note to the start dm dialog
19+
[\#6111](https://github.com/matrix-org/matrix-react-sdk/pull/6111)
20+
* Format mxids when disambiguation needed
21+
[\#5880](https://github.com/matrix-org/matrix-react-sdk/pull/5880)
22+
* Move various createRoom types to the js-sdk
23+
[\#6183](https://github.com/matrix-org/matrix-react-sdk/pull/6183)
24+
* Fix HTML tag for Event Tile when not rendered in a list
25+
[\#6175](https://github.com/matrix-org/matrix-react-sdk/pull/6175)
26+
* Remove legacy polyfills and unused dependencies
27+
[\#6176](https://github.com/matrix-org/matrix-react-sdk/pull/6176)
28+
* Fix buggy hovering/selecting of event tiles
29+
[\#6173](https://github.com/matrix-org/matrix-react-sdk/pull/6173)
30+
* Add room intro warning when e2ee is not enabled
31+
[\#5929](https://github.com/matrix-org/matrix-react-sdk/pull/5929)
32+
* Migrate end to end tests to GitHub actions
33+
[\#6156](https://github.com/matrix-org/matrix-react-sdk/pull/6156)
34+
* Fix expanding last collapsed sticky session when zoomed in
35+
[\#6171](https://github.com/matrix-org/matrix-react-sdk/pull/6171)
36+
* ⚛️ Upgrade to React@17
37+
[\#6165](https://github.com/matrix-org/matrix-react-sdk/pull/6165)
38+
* Revert refreshStickyHeaders optimisations
39+
[\#6168](https://github.com/matrix-org/matrix-react-sdk/pull/6168)
40+
* Add logging for which rooms calls are in
41+
[\#6170](https://github.com/matrix-org/matrix-react-sdk/pull/6170)
42+
* Restore read receipt animation from event to event
43+
[\#6169](https://github.com/matrix-org/matrix-react-sdk/pull/6169)
44+
* Restore copy button icon when sharing permalink
45+
[\#6166](https://github.com/matrix-org/matrix-react-sdk/pull/6166)
46+
* Restore Page Up/Down key bindings when focusing the composer
47+
[\#6167](https://github.com/matrix-org/matrix-react-sdk/pull/6167)
48+
* Timeline rendering optimizations
49+
[\#6143](https://github.com/matrix-org/matrix-react-sdk/pull/6143)
50+
* Bump css-what from 5.0.0 to 5.0.1
51+
[\#6164](https://github.com/matrix-org/matrix-react-sdk/pull/6164)
52+
* Bump ws from 6.2.1 to 6.2.2 in /test/end-to-end-tests
53+
[\#6145](https://github.com/matrix-org/matrix-react-sdk/pull/6145)
54+
* Bump trim-newlines from 3.0.0 to 3.0.1
55+
[\#6163](https://github.com/matrix-org/matrix-react-sdk/pull/6163)
56+
* Fix upgrade to element home button in top left menu
57+
[\#6162](https://github.com/matrix-org/matrix-react-sdk/pull/6162)
58+
* Fix unpinning of pinned messages and panel empty state
59+
[\#6140](https://github.com/matrix-org/matrix-react-sdk/pull/6140)
60+
* Better handling for widgets that fail to load
61+
[\#6161](https://github.com/matrix-org/matrix-react-sdk/pull/6161)
62+
* Improved forwarding UI
63+
[\#5999](https://github.com/matrix-org/matrix-react-sdk/pull/5999)
64+
* Fixes for sharing room links
65+
[\#6118](https://github.com/matrix-org/matrix-react-sdk/pull/6118)
66+
* Fix setting watchers
67+
[\#6160](https://github.com/matrix-org/matrix-react-sdk/pull/6160)
68+
* Fix Stickerpicker context menu
69+
[\#6152](https://github.com/matrix-org/matrix-react-sdk/pull/6152)
70+
* Add warning to private space creation flow
71+
[\#6155](https://github.com/matrix-org/matrix-react-sdk/pull/6155)
72+
* Add prop to alwaysShowTimestamps on TimelinePanel
73+
[\#6159](https://github.com/matrix-org/matrix-react-sdk/pull/6159)
74+
* Fix notif panel timestamp padding
75+
[\#6157](https://github.com/matrix-org/matrix-react-sdk/pull/6157)
76+
* Fixes and refactoring for the ImageView
77+
[\#6149](https://github.com/matrix-org/matrix-react-sdk/pull/6149)
78+
* Fix timestamps
79+
[\#6148](https://github.com/matrix-org/matrix-react-sdk/pull/6148)
80+
* Make it easier to pan images in the lightbox
81+
[\#6147](https://github.com/matrix-org/matrix-react-sdk/pull/6147)
82+
* Fix scroll token for EventTile and EventListSummary node type
83+
[\#6154](https://github.com/matrix-org/matrix-react-sdk/pull/6154)
84+
* Convert bunch of things to Typescript
85+
[\#6153](https://github.com/matrix-org/matrix-react-sdk/pull/6153)
86+
* Lint the typescript tests
87+
[\#6142](https://github.com/matrix-org/matrix-react-sdk/pull/6142)
88+
* Fix jumping to bottom without a highlighted event
89+
[\#6146](https://github.com/matrix-org/matrix-react-sdk/pull/6146)
90+
* Repair event status position in timeline
91+
[\#6141](https://github.com/matrix-org/matrix-react-sdk/pull/6141)
92+
* Adapt for js-sdk MatrixClient conversion to TS
93+
[\#6132](https://github.com/matrix-org/matrix-react-sdk/pull/6132)
94+
* Improve pinned messages in Labs
95+
[\#6096](https://github.com/matrix-org/matrix-react-sdk/pull/6096)
96+
* Map phone number lookup results to their native rooms
97+
[\#6136](https://github.com/matrix-org/matrix-react-sdk/pull/6136)
98+
* Fix mx_Event containment rules and empty read avatar row
99+
[\#6138](https://github.com/matrix-org/matrix-react-sdk/pull/6138)
100+
* Improve switch room rendering
101+
[\#6079](https://github.com/matrix-org/matrix-react-sdk/pull/6079)
102+
* Add CSS containment rules for shorter reflow operations
103+
[\#6127](https://github.com/matrix-org/matrix-react-sdk/pull/6127)
104+
* ignore hash/fragment when de-duplicating links for url previews
105+
[\#6135](https://github.com/matrix-org/matrix-react-sdk/pull/6135)
106+
* Clicking jump to bottom resets room hash
107+
[\#5823](https://github.com/matrix-org/matrix-react-sdk/pull/5823)
108+
* Use passive option for scroll handlers
109+
[\#6113](https://github.com/matrix-org/matrix-react-sdk/pull/6113)
110+
* Optimise memberSort performance for large list
111+
[\#6130](https://github.com/matrix-org/matrix-react-sdk/pull/6130)
112+
* Tweak event border radius to match action bar
113+
[\#6133](https://github.com/matrix-org/matrix-react-sdk/pull/6133)
114+
* Log when we ignore a second call in a room
115+
[\#6131](https://github.com/matrix-org/matrix-react-sdk/pull/6131)
116+
* Performance monitoring measurements
117+
[\#6041](https://github.com/matrix-org/matrix-react-sdk/pull/6041)
118+
1119
Changes in [3.23.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.23.0) (2021-06-07)
2120
=====================================================================================================
3121
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.23.0-rc.1...v3.23.0)

0 commit comments

Comments
 (0)