Skip to content

Commit 5c126cb

Browse files
committed
Merge branch 'master' into develop
2 parents f0069c6 + 6d056d7 commit 5c126cb

File tree

3 files changed

+44
-10
lines changed

3 files changed

+44
-10
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Changes in [1.7.26](https://github.com/vector-im/element-web/releases/tag/v1.7.26) (2021-04-26)
2+
===============================================================================================
3+
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.26-rc.1...v1.7.26)
4+
5+
* Upgrade to React SDK 3.19.0 and JS SDK 10.0.0
6+
7+
Changes in [1.7.26-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.26-rc.1) (2021-04-21)
8+
=========================================================================================================
9+
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.25...v1.7.26-rc.1)
10+
11+
* Upgrade to React SDK 3.19.0-rc.1 and JS SDK 10.0.0-rc.1
12+
* Translations update from Weblate
13+
[\#17031](https://github.com/vector-im/element-web/pull/17031)
14+
* Bump ssri from 6.0.1 to 6.0.2
15+
[\#17010](https://github.com/vector-im/element-web/pull/17010)
16+
* Fix `NODE_ENV` value for CI environments
17+
[\#17003](https://github.com/vector-im/element-web/pull/17003)
18+
* Use React production mode in CI builds
19+
[\#16969](https://github.com/vector-im/element-web/pull/16969)
20+
* Labs documentation for DND mode
21+
[\#16962](https://github.com/vector-im/element-web/pull/16962)
22+
* Rename blackboxing to new option ignore list
23+
[\#16965](https://github.com/vector-im/element-web/pull/16965)
24+
* Remove velocity-animate from lockfile
25+
[\#16963](https://github.com/vector-im/element-web/pull/16963)
26+
* Add mobile download link configuration
27+
[\#16890](https://github.com/vector-im/element-web/pull/16890)
28+
* Switch develop to not-staging Scalar by default
29+
[\#16883](https://github.com/vector-im/element-web/pull/16883)
30+
* Support a config option to skip login/welcome and go to SSO
31+
[\#16880](https://github.com/vector-im/element-web/pull/16880)
32+
133
Changes in [1.7.25](https://github.com/vector-im/element-web/releases/tag/v1.7.25) (2021-04-12)
234
===============================================================================================
335
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.25-rc.1...v1.7.25)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.7.25",
3+
"version": "1.7.26",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -58,8 +58,8 @@
5858
"highlight.js": "^10.5.0",
5959
"jsrsasign": "^10.1.5",
6060
"katex": "^0.12.0",
61-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
62-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
61+
"matrix-js-sdk": "10.0.0",
62+
"matrix-react-sdk": "3.19.0",
6363
"matrix-widget-api": "^0.1.0-beta.13",
6464
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
6565
"prop-types": "^15.7.2",

yarn.lock

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

7544-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7545-
version "9.11.0"
7546-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/1dddcd49251f750cd2ff44e084c666290ffb17ad"
7544+
7545+
version "10.0.0"
7546+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-10.0.0.tgz#571e97c8d8351715ac609ccedd38cad79d0b752e"
7547+
integrity sha512-40QN9HITqWBSYi/e8QQidDL6UOhWBpst437i+lHIqQ8a7SQtbcquDSRXWR22BjM2qbssR+02zfrLI/Kez7IoBQ==
75477548
dependencies:
75487549
"@babel/runtime" "^7.12.5"
75497550
another-json "^0.2.0"
@@ -7563,9 +7564,10 @@ matrix-mock-request@^1.2.3:
75637564
bluebird "^3.5.0"
75647565
expect "^1.20.2"
75657566

7566-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7567-
version "3.18.0"
7568-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/21e7847686a18f90b0b19ac72ca937055d948ba7"
7567+
7568+
version "3.19.0"
7569+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.19.0.tgz#45e5794f9dae9b8fd6bdc2862ffd6e3a6650e282"
7570+
integrity sha512-xCRtq0u+qyYIAU/rUt7oQU0+sQboT1q1RRBzEvKca2usQRFH+EV4ahh97GCgg+u2IDiYb83bcVPcB4lGcCVLjg==
75697571
dependencies:
75707572
"@babel/runtime" "^7.12.5"
75717573
await-lock "^2.1.0"
@@ -7593,7 +7595,7 @@ matrix-mock-request@^1.2.3:
75937595
katex "^0.12.0"
75947596
linkifyjs "^2.1.9"
75957597
lodash "^4.17.20"
7596-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7598+
matrix-js-sdk "10.0.0"
75977599
matrix-widget-api "^0.1.0-beta.13"
75987600
minimist "^1.2.5"
75997601
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)