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

Commit 1373117

Browse files
committed
Merge branch 'master' into develop
2 parents a3e5d76 + e7ad33d commit 1373117

File tree

3 files changed

+158
-8
lines changed

3 files changed

+158
-8
lines changed

CHANGELOG.md

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

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.25.0",
3+
"version": "3.26.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"bin": {
2626
"reskindex": "scripts/reskindex.js"
2727
},
28-
"main": "./src/index.js",
28+
"main": "./lib/index.js",
2929
"matrix_src_main": "./src/index.js",
3030
"matrix_lib_main": "./lib/index.js",
3131
"matrix_lib_typings": "./lib/index.d.ts",
@@ -79,7 +79,7 @@
7979
"katex": "^0.12.0",
8080
"linkifyjs": "^2.1.9",
8181
"lodash": "^4.17.20",
82-
"matrix-js-sdk": "12.0.1",
82+
"matrix-js-sdk": "12.1.0",
8383
"matrix-widget-api": "^0.1.0-beta.15",
8484
"minimist": "^1.2.5",
8585
"opus-recorder": "^8.0.3",
@@ -199,5 +199,6 @@
199199
"coverageReporters": [
200200
"text"
201201
]
202-
}
202+
},
203+
"typings": "./lib/index.d.ts"
203204
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5455,10 +5455,10 @@ mathml-tag-names@^2.1.3:
54555455
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
54565456
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
54575457

5458-
matrix-js-sdk@12.0.1:
5459-
version "12.0.1"
5460-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.0.1.tgz#3a63881f743420a4d39474daa39bd0fb90930d43"
5461-
integrity sha512-HkOWv8QHojceo3kPbC+vAIFUjsRAig6MBvEY35UygS3g2dL0UcJ5Qx09/2wcXtu6dowlDnWsz2HHk62tS2cklA==
5458+
matrix-js-sdk@12.1.0:
5459+
version "12.1.0"
5460+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.1.0.tgz#7d159dd9bc03701e45a6b2777f1fa582a7e8b970"
5461+
integrity sha512-/fSqOjD+mTlMD+/B3s3Ja6BfI46FnTDl43ojzGDUOsHRRmSYUmoONb83qkH5Fjm8cI2q5ZBJMsBfjuZwLVeiZw==
54625462
dependencies:
54635463
"@babel/runtime" "^7.12.5"
54645464
another-json "^0.2.0"

0 commit comments

Comments
 (0)