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

Commit 70c93a6

Browse files
committed
Prepare changelog for v3.26.0-rc.1
1 parent d382330 commit 70c93a6

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

CHANGELOG.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,145 @@
1+
Changes in [3.26.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.26.0-rc.1) (2021-07-14)
2+
===============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.25.0...v3.26.0-rc.1)
4+
5+
* Fix voice messages in right panels
6+
[\#6370](https://github.com/matrix-org/matrix-react-sdk/pull/6370)
7+
* Use TileShape enum more universally
8+
[\#6369](https://github.com/matrix-org/matrix-react-sdk/pull/6369)
9+
* Translations update from Weblate
10+
[\#6373](https://github.com/matrix-org/matrix-react-sdk/pull/6373)
11+
* Hide world readable history option in encrypted rooms
12+
[\#5947](https://github.com/matrix-org/matrix-react-sdk/pull/5947)
13+
* Make the Image View buttons easier to hit
14+
[\#6372](https://github.com/matrix-org/matrix-react-sdk/pull/6372)
15+
* Reorder buttons in the Image View
16+
[\#6368](https://github.com/matrix-org/matrix-react-sdk/pull/6368)
17+
* Add VS Code to gitignore
18+
[\#6367](https://github.com/matrix-org/matrix-react-sdk/pull/6367)
19+
* Fix inviter exploding due to member being null
20+
[\#6362](https://github.com/matrix-org/matrix-react-sdk/pull/6362)
21+
* Increase sample count in voice message thumbnail
22+
[\#6359](https://github.com/matrix-org/matrix-react-sdk/pull/6359)
23+
* Improve arraySeed utility
24+
[\#6360](https://github.com/matrix-org/matrix-react-sdk/pull/6360)
25+
* Convert FontManager to TS and stub it out for tests
26+
[\#6358](https://github.com/matrix-org/matrix-react-sdk/pull/6358)
27+
* Adjust recording waveform behaviour for voice messages
28+
[\#6357](https://github.com/matrix-org/matrix-react-sdk/pull/6357)
29+
* Do not honor string power levels
30+
[\#6245](https://github.com/matrix-org/matrix-react-sdk/pull/6245)
31+
* Add alias and directory customisation points
32+
[\#6343](https://github.com/matrix-org/matrix-react-sdk/pull/6343)
33+
* Fix multiinviter user already in room and clean up code
34+
[\#6354](https://github.com/matrix-org/matrix-react-sdk/pull/6354)
35+
* Fix right panel not closing user info when changing rooms
36+
[\#6341](https://github.com/matrix-org/matrix-react-sdk/pull/6341)
37+
* Quit sticker picker on m.sticker
38+
[\#5679](https://github.com/matrix-org/matrix-react-sdk/pull/5679)
39+
* Don't autodetect language in inline code blocks
40+
[\#6350](https://github.com/matrix-org/matrix-react-sdk/pull/6350)
41+
* Make ghost button background transparent
42+
[\#6331](https://github.com/matrix-org/matrix-react-sdk/pull/6331)
43+
* only consider valid & loaded url previews for show N more prompt
44+
[\#6346](https://github.com/matrix-org/matrix-react-sdk/pull/6346)
45+
* Extract MXCs from _matrix/media/r0/ URLs for inline images in messages
46+
[\#6335](https://github.com/matrix-org/matrix-react-sdk/pull/6335)
47+
* Fix small visual regression with the site name on url previews
48+
[\#6342](https://github.com/matrix-org/matrix-react-sdk/pull/6342)
49+
* Make PIP CallView draggable/movable
50+
[\#5952](https://github.com/matrix-org/matrix-react-sdk/pull/5952)
51+
* Convert VoiceUserSettingsTab to TS
52+
[\#6340](https://github.com/matrix-org/matrix-react-sdk/pull/6340)
53+
* Simplify typescript definition for Modernizr
54+
[\#6339](https://github.com/matrix-org/matrix-react-sdk/pull/6339)
55+
* Remember the last used server for room directory searches
56+
[\#6322](https://github.com/matrix-org/matrix-react-sdk/pull/6322)
57+
* Focus composer after reacting
58+
[\#6332](https://github.com/matrix-org/matrix-react-sdk/pull/6332)
59+
* Fix bug which prevented more than one event getting pinned
60+
[\#6336](https://github.com/matrix-org/matrix-react-sdk/pull/6336)
61+
* Make DeviceListener also update on megolm key in SSSS
62+
[\#6337](https://github.com/matrix-org/matrix-react-sdk/pull/6337)
63+
* Improve URL previews
64+
[\#6326](https://github.com/matrix-org/matrix-react-sdk/pull/6326)
65+
* Don't close settings dialog when opening spaces feedback prompt
66+
[\#6334](https://github.com/matrix-org/matrix-react-sdk/pull/6334)
67+
* Update import location for types
68+
[\#6330](https://github.com/matrix-org/matrix-react-sdk/pull/6330)
69+
* Improve blurhash rendering performance
70+
[\#6329](https://github.com/matrix-org/matrix-react-sdk/pull/6329)
71+
* Use a proper color scheme for codeblocks
72+
[\#6320](https://github.com/matrix-org/matrix-react-sdk/pull/6320)
73+
* Burn `sdk.getComponent()` with 🔥
74+
[\#6308](https://github.com/matrix-org/matrix-react-sdk/pull/6308)
75+
* Fix instances of the Edit Message Composer's save button being wrongly
76+
disabled
77+
[\#6307](https://github.com/matrix-org/matrix-react-sdk/pull/6307)
78+
* Do not generate a lockfile when running in CI
79+
[\#6327](https://github.com/matrix-org/matrix-react-sdk/pull/6327)
80+
* Update lockfile with correct dependencies
81+
[\#6324](https://github.com/matrix-org/matrix-react-sdk/pull/6324)
82+
* Clarify the keys we use when submitting rageshakes
83+
[\#6321](https://github.com/matrix-org/matrix-react-sdk/pull/6321)
84+
* Fix ImageView context menu
85+
[\#6318](https://github.com/matrix-org/matrix-react-sdk/pull/6318)
86+
* TypeScript migration
87+
[\#6315](https://github.com/matrix-org/matrix-react-sdk/pull/6315)
88+
* Move animation to compositor
89+
[\#6310](https://github.com/matrix-org/matrix-react-sdk/pull/6310)
90+
* Reorganize preferences
91+
[\#5742](https://github.com/matrix-org/matrix-react-sdk/pull/5742)
92+
* Fix being able to un-rotate images
93+
[\#6313](https://github.com/matrix-org/matrix-react-sdk/pull/6313)
94+
* Fix icon size in passphrase prompt
95+
[\#6312](https://github.com/matrix-org/matrix-react-sdk/pull/6312)
96+
* Use sleep & defer from js-sdk instead of duplicating it
97+
[\#6305](https://github.com/matrix-org/matrix-react-sdk/pull/6305)
98+
* Convert EventTimeline, EventTimelineSet and TimelineWindow to TS
99+
[\#6295](https://github.com/matrix-org/matrix-react-sdk/pull/6295)
100+
* Comply with new member-delimiter-style rule
101+
[\#6306](https://github.com/matrix-org/matrix-react-sdk/pull/6306)
102+
* Fix Test Linting
103+
[\#6304](https://github.com/matrix-org/matrix-react-sdk/pull/6304)
104+
* Convert Markdown to TypeScript
105+
[\#6303](https://github.com/matrix-org/matrix-react-sdk/pull/6303)
106+
* Convert RoomHeader to TS
107+
[\#6302](https://github.com/matrix-org/matrix-react-sdk/pull/6302)
108+
* Prevent RoomDirectory from exploding when filterString is wrongly nulled
109+
[\#6296](https://github.com/matrix-org/matrix-react-sdk/pull/6296)
110+
* Add support for blurhash (MSC2448)
111+
[\#5099](https://github.com/matrix-org/matrix-react-sdk/pull/5099)
112+
* Remove rateLimitedFunc
113+
[\#6300](https://github.com/matrix-org/matrix-react-sdk/pull/6300)
114+
* Convert some Key Verification classes to TypeScript
115+
[\#6299](https://github.com/matrix-org/matrix-react-sdk/pull/6299)
116+
* Typescript conversion of Composer components and more
117+
[\#6292](https://github.com/matrix-org/matrix-react-sdk/pull/6292)
118+
* Upgrade browserlist target versions
119+
[\#6298](https://github.com/matrix-org/matrix-react-sdk/pull/6298)
120+
* Fix browser crashing when searching for a malformed HTML tag
121+
[\#6297](https://github.com/matrix-org/matrix-react-sdk/pull/6297)
122+
* Add custom audio player
123+
[\#6264](https://github.com/matrix-org/matrix-react-sdk/pull/6264)
124+
* Lint MXC APIs to centralise access
125+
[\#6293](https://github.com/matrix-org/matrix-react-sdk/pull/6293)
126+
* Remove reminescent references to the tinter
127+
[\#6290](https://github.com/matrix-org/matrix-react-sdk/pull/6290)
128+
* More js-sdk type consolidation
129+
[\#6263](https://github.com/matrix-org/matrix-react-sdk/pull/6263)
130+
* Convert MessagePanel, TimelinePanel, ScrollPanel, and more to Typescript
131+
[\#6243](https://github.com/matrix-org/matrix-react-sdk/pull/6243)
132+
* Migrate to `eslint-plugin-matrix-org`
133+
[\#6285](https://github.com/matrix-org/matrix-react-sdk/pull/6285)
134+
* Avoid cyclic dependencies by moving watchers out of constructor
135+
[\#6287](https://github.com/matrix-org/matrix-react-sdk/pull/6287)
136+
* Add spacing between toast buttons with cross browser support in mind
137+
[\#6284](https://github.com/matrix-org/matrix-react-sdk/pull/6284)
138+
* Deprecate Tinter and TintableSVG
139+
[\#6279](https://github.com/matrix-org/matrix-react-sdk/pull/6279)
140+
* Migrate FilePanel to TypeScript
141+
[\#6283](https://github.com/matrix-org/matrix-react-sdk/pull/6283)
142+
1143
Changes in [3.25.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.25.0) (2021-07-05)
2144
=====================================================================================================
3145
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.25.0-rc.1...v3.25.0)

0 commit comments

Comments
 (0)