From cc2013617016679aaa24f6c83f640dc1e73cbf73 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 19 Aug 2025 13:10:27 +0000 Subject: [PATCH 1/5] Upgrade dependency to matrix-js-sdk@38.0.0-rc.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f72469f6ed..011696b818 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "maplibre-gl": "^5.0.0", "matrix-encrypt-attachment": "^1.0.3", "matrix-events-sdk": "0.0.1", - "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop", + "matrix-js-sdk": "38.0.0-rc.0", "matrix-widget-api": "^1.10.0", "memoize-one": "^6.0.0", "mime": "^4.0.4", diff --git a/yarn.lock b/yarn.lock index af750af4d2..3539cc26fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10845,9 +10845,10 @@ matrix-events-sdk@0.0.1: resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd" integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA== -"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop": - version "37.13.0" - resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/ef080c25f96747dc54cec06f945f008b7a9cc157" +matrix-js-sdk@38.0.0-rc.0: + version "38.0.0-rc.0" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-38.0.0-rc.0.tgz#d1f0922f31cd9ea2fc85b160927629790cbd8e2b" + integrity sha512-7PEHSP8yaC67HjTz2NgUiV3zFx88XVAF6j0gDl80st4ifwG9CijJtFDHh46PAFb8B8YMeOtnzCCtW/SBFkEKzA== dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/matrix-sdk-crypto-wasm" "^15.1.0" From f5d6f8f6399e7f8f7750098278f6c03f3de2c5eb Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 19 Aug 2025 13:20:54 +0000 Subject: [PATCH 2/5] v1.11.110-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 011696b818..556e47fdfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.109", + "version": "1.11.110-rc.0", "description": "Element: the future of secure communication", "author": "New Vector Ltd.", "repository": { From aab1fae299fcc30f6200c5cbbe138453fd1a00db Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Thu, 21 Aug 2025 14:18:45 +0000 Subject: [PATCH 3/5] Upgrade dependency to matrix-js-sdk@38.0.0-rc.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 556e47fdfb..71798780fd 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "maplibre-gl": "^5.0.0", "matrix-encrypt-attachment": "^1.0.3", "matrix-events-sdk": "0.0.1", - "matrix-js-sdk": "38.0.0-rc.0", + "matrix-js-sdk": "38.0.0-rc.1", "matrix-widget-api": "^1.10.0", "memoize-one": "^6.0.0", "mime": "^4.0.4", diff --git a/yarn.lock b/yarn.lock index 3539cc26fa..47d578bfcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10845,10 +10845,10 @@ matrix-events-sdk@0.0.1: resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd" integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA== -matrix-js-sdk@38.0.0-rc.0: - version "38.0.0-rc.0" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-38.0.0-rc.0.tgz#d1f0922f31cd9ea2fc85b160927629790cbd8e2b" - integrity sha512-7PEHSP8yaC67HjTz2NgUiV3zFx88XVAF6j0gDl80st4ifwG9CijJtFDHh46PAFb8B8YMeOtnzCCtW/SBFkEKzA== +matrix-js-sdk@38.0.0-rc.1: + version "38.0.0-rc.1" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-38.0.0-rc.1.tgz#0f262495e3b99c33ced221230b39145848ce53d3" + integrity sha512-4bcPfaop+Q/Cx9DCIxbk5AUB+e7dfAuATlqCjxw1mMh+PWh6QPAiySLVxTxUmBWMOFx9rxydhuwTlu+4ezfJTg== dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/matrix-sdk-crypto-wasm" "^15.1.0" From 81d054bb999ee738b9390c4b0ae0d30f09de9760 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 27 Aug 2025 13:34:31 +0000 Subject: [PATCH 4/5] Upgrade dependency to matrix-js-sdk@38.0.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 71798780fd..6040348c5b 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "maplibre-gl": "^5.0.0", "matrix-encrypt-attachment": "^1.0.3", "matrix-events-sdk": "0.0.1", - "matrix-js-sdk": "38.0.0-rc.1", + "matrix-js-sdk": "38.0.0", "matrix-widget-api": "^1.10.0", "memoize-one": "^6.0.0", "mime": "^4.0.4", diff --git a/yarn.lock b/yarn.lock index 47d578bfcc..f2bd6d16ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10845,10 +10845,10 @@ matrix-events-sdk@0.0.1: resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd" integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA== -matrix-js-sdk@38.0.0-rc.1: - version "38.0.0-rc.1" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-38.0.0-rc.1.tgz#0f262495e3b99c33ced221230b39145848ce53d3" - integrity sha512-4bcPfaop+Q/Cx9DCIxbk5AUB+e7dfAuATlqCjxw1mMh+PWh6QPAiySLVxTxUmBWMOFx9rxydhuwTlu+4ezfJTg== +matrix-js-sdk@38.0.0: + version "38.0.0" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-38.0.0.tgz#a100755fe44ce355d0ddeaaf0f7df63748383e90" + integrity sha512-pnfAJssft+TiFQ9mZeoccBrV4+sqD6+N2h2JPo1rE7gkJfbJPkQ5yxY1bl5DHd7FnPNfoJNQ3Lv+npcHvZLn0g== dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/matrix-sdk-crypto-wasm" "^15.1.0" From b6f5843028e7f389116b657a1bcccd001963c73b Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 27 Aug 2025 13:45:54 +0000 Subject: [PATCH 5/5] v1.11.110 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fa572689..bf2a5bada3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +Changes in [1.11.110](https://github.com/element-hq/element-web/releases/tag/v1.11.110) (2025-08-27) +==================================================================================================== +## ✨ Features + +* Hide recovery key when re-entering it while creating or changing it ([#30499](https://github.com/element-hq/element-web/pull/30499)). Contributed by @andybalaam. +* Add `?no_universal_links=true` to OIDC url so EX doesn't try to handle it ([#29439](https://github.com/element-hq/element-web/pull/29439)). Contributed by @t3chguy. +* Show a blue lock for unencrypted rooms and hide the grey shield for encrypted rooms ([#30440](https://github.com/element-hq/element-web/pull/30440)). Contributed by @langleyd. +* Add support for Module API 1.4 ([#30185](https://github.com/element-hq/element-web/pull/30185)). Contributed by @t3chguy. +* MVVM - Introduce some helpers for snapshot management ([#30398](https://github.com/element-hq/element-web/pull/30398)). Contributed by @MidhunSureshR. + +## 🐛 Bug Fixes + +* A11y: move focus to right panel when opened ([#30553](https://github.com/element-hq/element-web/pull/30553)). Contributed by @florianduros. +* Fix e2e warning icon should be white ([#30539](https://github.com/element-hq/element-web/pull/30539)). Contributed by @florianduros. +* Remove NoOneHere disabled reason. ([#30524](https://github.com/element-hq/element-web/pull/30524)). Contributed by @toger5. +* Fix downloading files with authenticated media API ([#30520](https://github.com/element-hq/element-web/pull/30520)). Contributed by @t3chguy. +* Fix call permissions check confusion around element call ([#30521](https://github.com/element-hq/element-web/pull/30521)). Contributed by @t3chguy. +* Fix line wrap around emoji verification ([#30523](https://github.com/element-hq/element-web/pull/30523)). Contributed by @t3chguy. +* Don't highlight redacted events ([#30519](https://github.com/element-hq/element-web/pull/30519)). Contributed by @t3chguy. +* Fix matrix.to links not being handled in the app ([#30522](https://github.com/element-hq/element-web/pull/30522)). Contributed by @t3chguy. +* Fix issue of new room list taking up the full width ([#30459](https://github.com/element-hq/element-web/pull/30459)). Contributed by @langleyd. +* Fix widget persistence in React development mode ([#30509](https://github.com/element-hq/element-web/pull/30509)). Contributed by @robintown. +* Fix widget initialization in React development mode ([#30463](https://github.com/element-hq/element-web/pull/30463)). Contributed by @robintown. + + Changes in [1.11.109](https://github.com/element-hq/element-web/releases/tag/v1.11.109) (2025-08-11) ==================================================================================================== This release supports the upcoming v12 ("hydra") Matrix room version and is necessary to view and participate in these rooms. diff --git a/package.json b/package.json index 6040348c5b..e90be5f2bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.110-rc.0", + "version": "1.11.110", "description": "Element: the future of secure communication", "author": "New Vector Ltd.", "repository": {