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

Commit 7b7a972

Browse files
committed
Merge branch 'master' into develop
2 parents d248a5f + 9ab92e7 commit 7b7a972

File tree

3 files changed

+87
-7
lines changed

3 files changed

+87
-7
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
Changes in [3.15.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0) (2021-03-01)
2+
=====================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.15.0-rc.1...v3.15.0)
4+
5+
## Security notice
6+
7+
matrix-react-sdk 3.15.0 fixes a low severity issue (CVE-2021-21320) where the
8+
user content sandbox can be abused to trick users into opening unexpected
9+
documents. The content is opened with a `blob` origin that cannot access Matrix
10+
user data, so messages and secrets are not at risk. Thanks to @keerok for
11+
responsibly disclosing this via Matrix's Security Disclosure Policy.
12+
13+
## All changes
14+
15+
* Upgrade to JS SDK 9.8.0
16+
17+
Changes in [3.15.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0-rc.1) (2021-02-24)
18+
===============================================================================================================
19+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0...v3.15.0-rc.1)
20+
21+
* Upgrade to JS SDK 9.8.0-rc.1
22+
* Translations update from Weblate
23+
[\#5683](https://github.com/matrix-org/matrix-react-sdk/pull/5683)
24+
* Fix object diffing when objects have different keys
25+
[\#5681](https://github.com/matrix-org/matrix-react-sdk/pull/5681)
26+
* Add <code> if it's missing
27+
[\#5673](https://github.com/matrix-org/matrix-react-sdk/pull/5673)
28+
* Add email only if the verification is complete
29+
[\#5629](https://github.com/matrix-org/matrix-react-sdk/pull/5629)
30+
* Fix portrait videocalls
31+
[\#5676](https://github.com/matrix-org/matrix-react-sdk/pull/5676)
32+
* Tweak code block icon positions
33+
[\#5643](https://github.com/matrix-org/matrix-react-sdk/pull/5643)
34+
* Revert "Improve URL preview formatting and image upload thumbnail size"
35+
[\#5677](https://github.com/matrix-org/matrix-react-sdk/pull/5677)
36+
* Fix context menu leaving visible area
37+
[\#5644](https://github.com/matrix-org/matrix-react-sdk/pull/5644)
38+
* Jitsi conferences names, take 3
39+
[\#5675](https://github.com/matrix-org/matrix-react-sdk/pull/5675)
40+
* Update isUserOnDarkTheme to take use_system_theme in account
41+
[\#5670](https://github.com/matrix-org/matrix-react-sdk/pull/5670)
42+
* Discard some dead code
43+
[\#5665](https://github.com/matrix-org/matrix-react-sdk/pull/5665)
44+
* Add developer tool to explore and edit settings
45+
[\#5664](https://github.com/matrix-org/matrix-react-sdk/pull/5664)
46+
* Use and create new room helpers
47+
[\#5663](https://github.com/matrix-org/matrix-react-sdk/pull/5663)
48+
* Clear message previews when the maximum limit is reached for history
49+
[\#5661](https://github.com/matrix-org/matrix-react-sdk/pull/5661)
50+
* VoIP virtual rooms, mk II
51+
[\#5639](https://github.com/matrix-org/matrix-react-sdk/pull/5639)
52+
* Disable chat effects when reduced motion preferred
53+
[\#5660](https://github.com/matrix-org/matrix-react-sdk/pull/5660)
54+
* Improve URL preview formatting and image upload thumbnail size
55+
[\#5637](https://github.com/matrix-org/matrix-react-sdk/pull/5637)
56+
* Fix border radius when the panel is collapsed
57+
[\#5641](https://github.com/matrix-org/matrix-react-sdk/pull/5641)
58+
* Use a more generic layout setting - useIRCLayout → layout
59+
[\#5571](https://github.com/matrix-org/matrix-react-sdk/pull/5571)
60+
* Remove redundant lockOrigin parameter from usercontent
61+
[\#5657](https://github.com/matrix-org/matrix-react-sdk/pull/5657)
62+
* Set ICE candidate pool size option
63+
[\#5655](https://github.com/matrix-org/matrix-react-sdk/pull/5655)
64+
* Prepare to encrypt when a call arrives
65+
[\#5654](https://github.com/matrix-org/matrix-react-sdk/pull/5654)
66+
* Use config for host signup branding
67+
[\#5650](https://github.com/matrix-org/matrix-react-sdk/pull/5650)
68+
* Use randomly generated conference names for Jitsi
69+
[\#5649](https://github.com/matrix-org/matrix-react-sdk/pull/5649)
70+
* Modified regex to account for an immediate new line after slash commands
71+
[\#5647](https://github.com/matrix-org/matrix-react-sdk/pull/5647)
72+
* Fix codeblock scrollbar color for non-Firefox
73+
[\#5642](https://github.com/matrix-org/matrix-react-sdk/pull/5642)
74+
* Fix codeblock scrollbar colors
75+
[\#5630](https://github.com/matrix-org/matrix-react-sdk/pull/5630)
76+
* Added loading and disabled the button while searching for server
77+
[\#5634](https://github.com/matrix-org/matrix-react-sdk/pull/5634)
78+
179
Changes in [3.14.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0) (2021-02-16)
280
=====================================================================================================
381
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0-rc.1...v3.14.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.14.0",
3+
"version": "3.15.0",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"matrix-gen-i18n": "scripts/gen-i18n.js",
2828
"matrix-prune-i18n": "scripts/prune-i18n.js"
2929
},
30-
"main": "./src/index.js",
30+
"main": "./lib/index.js",
3131
"matrix_src_main": "./src/index.js",
3232
"matrix_lib_main": "./lib/index.js",
3333
"matrix_lib_typings": "./lib/index.d.ts",
@@ -80,7 +80,7 @@
8080
"katex": "^0.12.0",
8181
"linkifyjs": "^2.1.9",
8282
"lodash": "^4.17.20",
83-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
83+
"matrix-js-sdk": "9.8.0",
8484
"matrix-widget-api": "^0.1.0-beta.13",
8585
"minimist": "^1.2.5",
8686
"pako": "^2.0.3",
@@ -189,5 +189,6 @@
189189
"transformIgnorePatterns": [
190190
"/node_modules/(?!matrix-js-sdk).+$"
191191
]
192-
}
192+
},
193+
"typings": "./lib/index.d.ts"
193194
}

yarn.lock

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

5575-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
5576-
version "9.7.0"
5577-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/c82bc35202f93efa2cb9b27b140f83df37c64ab2"
5575+
5576+
version "9.8.0"
5577+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.8.0.tgz#d71d8c777d2fea3dbc9a050060e4f1a74217dca6"
5578+
integrity sha512-QKRsnmId53upz4oMhQzm119lT0EcST2SZhnKRRFyykxZI0x7qSulnTTUwztpS/g9yZuZqy7PTVUTHOE2caX5IQ==
55785579
dependencies:
55795580
"@babel/runtime" "^7.12.5"
55805581
another-json "^0.2.0"

0 commit comments

Comments
 (0)