Skip to content

Commit 4acde37

Browse files
committed
Merge remote-tracking branch 'origin/develop' into jryans/sanitize-upgrade
2 parents dbd4e20 + 10d5855 commit 4acde37

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Changes in [1.7.27](https://github.com/vector-im/element-web/releases/tag/v1.7.27) (2021-05-10)
2+
===============================================================================================
3+
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.27-rc.1...v1.7.27)
4+
5+
* Upgrade to React SDK 3.20.0 and JS SDK 10.1.0
6+
7+
Changes in [1.7.27-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.27-rc.1) (2021-05-04)
8+
=========================================================================================================
9+
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.26...v1.7.27-rc.1)
10+
11+
* Upgrade to React SDK 3.20.0-rc.1 and JS SDK 10.1.0-rc.1
12+
* Translations update from Weblate
13+
[\#17160](https://github.com/vector-im/element-web/pull/17160)
14+
* Document option for obeying asserted identity
15+
[\#17008](https://github.com/vector-im/element-web/pull/17008)
16+
* Implement IPC call to Electron to set language
17+
[\#17052](https://github.com/vector-im/element-web/pull/17052)
18+
* Convert Vector skin react components to Typescript
19+
[\#17061](https://github.com/vector-im/element-web/pull/17061)
20+
* Add code quality review policy
21+
[\#16980](https://github.com/vector-im/element-web/pull/16980)
22+
* Register RecorderWorklet from react-sdk
23+
[\#17013](https://github.com/vector-im/element-web/pull/17013)
24+
* Preload Inter font to avoid FOIT on slow connections
25+
[\#17039](https://github.com/vector-im/element-web/pull/17039)
26+
* Disable `postcss-calc`'s noisy `warnWhenCannotResolve` option
27+
[\#17041](https://github.com/vector-im/element-web/pull/17041)
28+
129
Changes in [1.7.26](https://github.com/vector-im/element-web/releases/tag/v1.7.26) (2021-04-26)
230
===============================================================================================
331
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.26-rc.1...v1.7.26)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.7.26",
3+
"version": "1.7.27",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7614,8 +7614,8 @@ mathml-tag-names@^2.1.3:
76147614
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
76157615

76167616
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7617-
version "10.0.0"
7618-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/b911a890cff5ac4d10a4f3a94b43276caeedca83"
7617+
version "10.1.0"
7618+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2d73805ca3d8c5a140fe05e574f826696de1656a"
76197619
dependencies:
76207620
"@babel/runtime" "^7.12.5"
76217621
another-json "^0.2.0"

0 commit comments

Comments
 (0)