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

Commit f5a6864

Browse files
committed
Merge branch 'master' into develop
2 parents 6d06326 + 3673292 commit f5a6864

File tree

3 files changed

+119
-7
lines changed

3 files changed

+119
-7
lines changed

CHANGELOG.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,113 @@
1+
Changes in [3.21.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.21.0) (2021-05-17)
2+
=====================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.21.0-rc.1...v3.21.0)
4+
5+
## Security notice
6+
7+
matrix-react-sdk 3.21.0 fixes a low severity issue (GHSA-8796-gc9j-63rv)
8+
related to file upload. When uploading a file, the local file preview can lead
9+
to execution of scripts embedded in the uploaded file, but only after several
10+
user interactions to open the preview in a separate tab. This only impacts the
11+
local user while in the process of uploading. It cannot be exploited remotely
12+
or by other users. Thanks to [Muhammad Zaid Ghifari](https://github.com/MR-ZHEEV)
13+
for responsibly disclosing this via Matrix's Security Disclosure Policy.
14+
15+
## All changes
16+
17+
* Upgrade to JS SDK 11.0.0
18+
* [Release] Add missing space on beta feedback dialog
19+
[\#6019](https://github.com/matrix-org/matrix-react-sdk/pull/6019)
20+
* [Release] Add feedback mechanism for beta features, namely Spaces
21+
[\#6013](https://github.com/matrix-org/matrix-react-sdk/pull/6013)
22+
* Add feedback mechanism for beta features, namely Spaces
23+
[\#6012](https://github.com/matrix-org/matrix-react-sdk/pull/6012)
24+
25+
Changes in [3.21.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.21.0-rc.1) (2021-05-11)
26+
===============================================================================================================
27+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.20.0...v3.21.0-rc.1)
28+
29+
* Upgrade to JS SDK 11.0.0-rc.1
30+
* Add disclaimer about subspaces being experimental in add existing dialog
31+
[\#5978](https://github.com/matrix-org/matrix-react-sdk/pull/5978)
32+
* Spaces Beta release
33+
[\#5933](https://github.com/matrix-org/matrix-react-sdk/pull/5933)
34+
* Improve permissions error when adding new server to room directory
35+
[\#6009](https://github.com/matrix-org/matrix-react-sdk/pull/6009)
36+
* Allow user to progress through space creation & setup using Enter
37+
[\#6006](https://github.com/matrix-org/matrix-react-sdk/pull/6006)
38+
* Upgrade sanitize types
39+
[\#6008](https://github.com/matrix-org/matrix-react-sdk/pull/6008)
40+
* Upgrade `cheerio` and resolve type errors
41+
[\#6007](https://github.com/matrix-org/matrix-react-sdk/pull/6007)
42+
* Add slash commands support to edit message composer
43+
[\#5865](https://github.com/matrix-org/matrix-react-sdk/pull/5865)
44+
* Fix the two todays problem
45+
[\#5940](https://github.com/matrix-org/matrix-react-sdk/pull/5940)
46+
* Switch the Home Space out for an All rooms space
47+
[\#5969](https://github.com/matrix-org/matrix-react-sdk/pull/5969)
48+
* Show device ID in UserInfo when there is no device name
49+
[\#5985](https://github.com/matrix-org/matrix-react-sdk/pull/5985)
50+
* Switch back to release version of `sanitize-html`
51+
[\#6005](https://github.com/matrix-org/matrix-react-sdk/pull/6005)
52+
* Bump hosted-git-info from 2.8.8 to 2.8.9
53+
[\#5998](https://github.com/matrix-org/matrix-react-sdk/pull/5998)
54+
* Don't use the event's metadata to calc the scale of an image
55+
[\#5982](https://github.com/matrix-org/matrix-react-sdk/pull/5982)
56+
* Adjust MIME type of upload confirmation if needed
57+
[\#5981](https://github.com/matrix-org/matrix-react-sdk/pull/5981)
58+
* Forbid redaction of encryption events
59+
[\#5991](https://github.com/matrix-org/matrix-react-sdk/pull/5991)
60+
* Fix voice message playback being squished up against send button
61+
[\#5988](https://github.com/matrix-org/matrix-react-sdk/pull/5988)
62+
* Improve style of notification badges on the space panel
63+
[\#5983](https://github.com/matrix-org/matrix-react-sdk/pull/5983)
64+
* Add dev dependency for parse5 typings
65+
[\#5990](https://github.com/matrix-org/matrix-react-sdk/pull/5990)
66+
* Iterate Spaces admin UX around room management
67+
[\#5977](https://github.com/matrix-org/matrix-react-sdk/pull/5977)
68+
* Guard all isSpaceRoom calls behind the labs flag
69+
[\#5979](https://github.com/matrix-org/matrix-react-sdk/pull/5979)
70+
* Bump lodash from 4.17.20 to 4.17.21
71+
[\#5986](https://github.com/matrix-org/matrix-react-sdk/pull/5986)
72+
* Bump lodash from 4.17.19 to 4.17.21 in /test/end-to-end-tests
73+
[\#5987](https://github.com/matrix-org/matrix-react-sdk/pull/5987)
74+
* Bump ua-parser-js from 0.7.23 to 0.7.28
75+
[\#5984](https://github.com/matrix-org/matrix-react-sdk/pull/5984)
76+
* Update visual style of plain files in the timeline
77+
[\#5971](https://github.com/matrix-org/matrix-react-sdk/pull/5971)
78+
* Support for multiple streams (not MSC3077)
79+
[\#5833](https://github.com/matrix-org/matrix-react-sdk/pull/5833)
80+
* Update space ordering behaviour to match updates in MSC
81+
[\#5963](https://github.com/matrix-org/matrix-react-sdk/pull/5963)
82+
* Improve performance of search all spaces and space switching
83+
[\#5976](https://github.com/matrix-org/matrix-react-sdk/pull/5976)
84+
* Update colours and sizing for voice messages
85+
[\#5970](https://github.com/matrix-org/matrix-react-sdk/pull/5970)
86+
* Update link to Android SDK
87+
[\#5973](https://github.com/matrix-org/matrix-react-sdk/pull/5973)
88+
* Add cleanup functions for image view
89+
[\#5962](https://github.com/matrix-org/matrix-react-sdk/pull/5962)
90+
* Add a note about sharing your IP in P2P calls
91+
[\#5961](https://github.com/matrix-org/matrix-react-sdk/pull/5961)
92+
* Only aggregate DM notifications on the Space Panel in the Home Space
93+
[\#5968](https://github.com/matrix-org/matrix-react-sdk/pull/5968)
94+
* Add retry mechanism and progress bar to add existing to space dialog
95+
[\#5975](https://github.com/matrix-org/matrix-react-sdk/pull/5975)
96+
* Warn on access token reveal
97+
[\#5755](https://github.com/matrix-org/matrix-react-sdk/pull/5755)
98+
* Fix newly joined room appearing under the wrong space
99+
[\#5945](https://github.com/matrix-org/matrix-react-sdk/pull/5945)
100+
* Early rendering for voice messages in the timeline
101+
[\#5955](https://github.com/matrix-org/matrix-react-sdk/pull/5955)
102+
* Calculate the real waveform in the Playback class for voice messages
103+
[\#5956](https://github.com/matrix-org/matrix-react-sdk/pull/5956)
104+
* Don't recurse on arrayFastResample
105+
[\#5957](https://github.com/matrix-org/matrix-react-sdk/pull/5957)
106+
* Support a dark theme for voice messages
107+
[\#5958](https://github.com/matrix-org/matrix-react-sdk/pull/5958)
108+
* Handle no/blocked microphones in voice messages
109+
[\#5959](https://github.com/matrix-org/matrix-react-sdk/pull/5959)
110+
1111
Changes in [3.20.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.20.0) (2021-05-10)
2112
=====================================================================================================
3113
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.20.0-rc.1...v3.20.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.20.0",
3+
"version": "3.21.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": "github:matrix-org/matrix-js-sdk#develop",
82+
"matrix-js-sdk": "11.0.0",
8383
"matrix-widget-api": "^0.1.0-beta.13",
8484
"minimist": "^1.2.5",
8585
"opus-recorder": "^8.0.3",
@@ -200,5 +200,6 @@
200200
"coverageReporters": [
201201
"text"
202202
]
203-
}
203+
},
204+
"typings": "./lib/index.d.ts"
204205
}

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5669,9 +5669,10 @@ mathml-tag-names@^2.1.3:
56695669
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
56705670
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
56715671

5672-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
5673-
version "10.1.0"
5674-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2d73805ca3d8c5a140fe05e574f826696de1656a"
5672+
5673+
version "11.0.0"
5674+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-11.0.0.tgz#66428b3d7606acd0d566ebc7cc7333e15f25b2a8"
5675+
integrity sha512-54yhqGRlogNv1QKpnn5kDAJ6z5MwoXH/Yqv0cFpq0lS1mzVJUIg4urpNPQBDidcA0IqGhu4aYUuy5s1cwHyTsg==
56755676
dependencies:
56765677
"@babel/runtime" "^7.12.5"
56775678
another-json "^0.2.0"

0 commit comments

Comments
 (0)