Merge branch 'master' into develop
commit
ecf41e6fa5
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -1,3 +1,31 @@
|
||||||
|
Changes in [1.7.25](https://github.com/vector-im/element-web/releases/tag/v1.7.25) (2021-04-12)
|
||||||
|
===============================================================================================
|
||||||
|
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.25-rc.1...v1.7.25)
|
||||||
|
|
||||||
|
* Upgrade to React SDK 3.18.0 and JS SDK 9.11.0
|
||||||
|
|
||||||
|
Changes in [1.7.25-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.25-rc.1) (2021-04-07)
|
||||||
|
=========================================================================================================
|
||||||
|
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.24...v1.7.25-rc.1)
|
||||||
|
|
||||||
|
* Upgrade to React SDK 3.18.0-rc.1 and JS SDK 9.11.0-rc.1
|
||||||
|
* Translations update from Weblate
|
||||||
|
[\#16882](https://github.com/vector-im/element-web/pull/16882)
|
||||||
|
* Revert "Docker image: serve pre-compressed assets using gzip_static"
|
||||||
|
[\#16838](https://github.com/vector-im/element-web/pull/16838)
|
||||||
|
* Move native node modules documentation to element-desktop
|
||||||
|
[\#16814](https://github.com/vector-im/element-web/pull/16814)
|
||||||
|
* Add user settings for warn before exit
|
||||||
|
[\#16781](https://github.com/vector-im/element-web/pull/16781)
|
||||||
|
* Change ISSUE_TEMPLATE bold lines to proper headers
|
||||||
|
[\#16768](https://github.com/vector-im/element-web/pull/16768)
|
||||||
|
* Add example for deployment into Kubernetes
|
||||||
|
[\#16447](https://github.com/vector-im/element-web/pull/16447)
|
||||||
|
* Create bare-bones `PULL_REQUEST_TEMPLATE.md`
|
||||||
|
[\#16770](https://github.com/vector-im/element-web/pull/16770)
|
||||||
|
* Add webpack config and labs flag docs for voice messages
|
||||||
|
[\#16705](https://github.com/vector-im/element-web/pull/16705)
|
||||||
|
|
||||||
Changes in [1.7.24](https://github.com/vector-im/element-web/releases/tag/v1.7.24) (2021-03-29)
|
Changes in [1.7.24](https://github.com/vector-im/element-web/releases/tag/v1.7.24) (2021-03-29)
|
||||||
===============================================================================================
|
===============================================================================================
|
||||||
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.24-rc.1...v1.7.24)
|
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.24-rc.1...v1.7.24)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "element-web",
|
"name": "element-web",
|
||||||
"version": "1.7.24",
|
"version": "1.7.25",
|
||||||
"description": "A feature-rich client for Matrix.org",
|
"description": "A feature-rich client for Matrix.org",
|
||||||
"author": "New Vector Ltd.",
|
"author": "New Vector Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -58,8 +58,8 @@
|
||||||
"highlight.js": "^10.5.0",
|
"highlight.js": "^10.5.0",
|
||||||
"jsrsasign": "^10.1.5",
|
"jsrsasign": "^10.1.5",
|
||||||
"katex": "^0.12.0",
|
"katex": "^0.12.0",
|
||||||
"matrix-js-sdk": "9.11.0-rc.1",
|
"matrix-js-sdk": "9.11.0",
|
||||||
"matrix-react-sdk": "3.18.0-rc.1",
|
"matrix-react-sdk": "3.18.0",
|
||||||
"matrix-widget-api": "^0.1.0-beta.13",
|
"matrix-widget-api": "^0.1.0-beta.13",
|
||||||
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -7506,10 +7506,10 @@ mathml-tag-names@^2.1.3:
|
||||||
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
||||||
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
||||||
|
|
||||||
matrix-js-sdk@9.11.0-rc.1:
|
matrix-js-sdk@9.11.0:
|
||||||
version "9.11.0-rc.1"
|
version "9.11.0"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.11.0-rc.1.tgz#c1bcc5d749ef6b78673ab48e2db30f4e8b56768d"
|
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-9.11.0.tgz#57ba60dfbcf2b32917eb6d7232d0e81cf0de0d3a"
|
||||||
integrity sha512-1U7l9FgWVWghTRRhU0A7zdniXS7mZ2Zr7H/lFUp5V3SVK62K7s3mKmFlGnuBNODnWYv4ZVKvlkCNaYYLSGw6/g==
|
integrity sha512-wP28ybOxyQ7lbC48QddRORYr8atEwbTqDOsu8H6u9jTTgB2qqczI/bkSoXHtutODuSeLY5x0UuwLcxVCy4yxVQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
another-json "^0.2.0"
|
another-json "^0.2.0"
|
||||||
|
@ -7529,10 +7529,10 @@ matrix-mock-request@^1.2.3:
|
||||||
bluebird "^3.5.0"
|
bluebird "^3.5.0"
|
||||||
expect "^1.20.2"
|
expect "^1.20.2"
|
||||||
|
|
||||||
matrix-react-sdk@3.18.0-rc.1:
|
matrix-react-sdk@3.18.0:
|
||||||
version "3.18.0-rc.1"
|
version "3.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.18.0-rc.1.tgz#2a41f302d898ca02b97da027b9c60d8b24722215"
|
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.18.0.tgz#119b0a908974e46ad9973aa7c4ea10ee06fab2b4"
|
||||||
integrity sha512-tIZniXw/2fHdBrSNzy6DmXVNE0+uko5svajQHM0a9wteBhNTap+MtoAbV0QWCpF6/NsLMsjmpxbUUfRkhFZzzQ==
|
integrity sha512-RkivwI4Rv+l93tmj3GK1XDK9hGAoIILcQZ+rr1cQ1AymmFSwF/mQLVJICewLZCcp2FP9osJg75/JbmPBaurxdw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.12.5"
|
"@babel/runtime" "^7.12.5"
|
||||||
await-lock "^2.1.0"
|
await-lock "^2.1.0"
|
||||||
|
@ -7560,7 +7560,7 @@ matrix-react-sdk@3.18.0-rc.1:
|
||||||
katex "^0.12.0"
|
katex "^0.12.0"
|
||||||
linkifyjs "^2.1.9"
|
linkifyjs "^2.1.9"
|
||||||
lodash "^4.17.20"
|
lodash "^4.17.20"
|
||||||
matrix-js-sdk "9.11.0-rc.1"
|
matrix-js-sdk "9.11.0"
|
||||||
matrix-widget-api "^0.1.0-beta.13"
|
matrix-widget-api "^0.1.0-beta.13"
|
||||||
minimist "^1.2.5"
|
minimist "^1.2.5"
|
||||||
opus-recorder "^8.0.3"
|
opus-recorder "^8.0.3"
|
||||||
|
|
Loading…
Reference in New Issue