Skip to content

Commit 610b14a

Browse files
committed
Merge branch 'master' into develop
2 parents 3f3fba9 + 324dd5a commit 610b14a

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Changes in [1.11.95](https://github.com/element-hq/element-web/releases/tag/v1.11.95) (2025-03-11)
2+
==================================================================================================
3+
## ✨ Features
4+
5+
* Room List Store: Filter rooms by active space ([#29399](https://github.com/element-hq/element-web/pull/29399)). Contributed by @MidhunSureshR.
6+
* Room List - Update the room list store on actions from the dispatcher ([#29397](https://github.com/element-hq/element-web/pull/29397)). Contributed by @MidhunSureshR.
7+
* Room List - Implement a minimal view model ([#29357](https://github.com/element-hq/element-web/pull/29357)). Contributed by @MidhunSureshR.
8+
* New room list: add space menu in room header ([#29352](https://github.com/element-hq/element-web/pull/29352)). Contributed by @florianduros.
9+
* Room List - Store sorted rooms in skip list ([#29345](https://github.com/element-hq/element-web/pull/29345)). Contributed by @MidhunSureshR.
10+
* New room list: add dial to search section ([#29359](https://github.com/element-hq/element-web/pull/29359)). Contributed by @florianduros.
11+
* New room list: add compose menu for spaces in header ([#29347](https://github.com/element-hq/element-web/pull/29347)). Contributed by @florianduros.
12+
* Use EditInPlace control for Identity Server picker to improve a11y ([#29280](https://github.com/element-hq/element-web/pull/29280)). Contributed by @Half-Shot.
13+
* First step to add header to new room list ([#29320](https://github.com/element-hq/element-web/pull/29320)). Contributed by @florianduros.
14+
* Add Windows 64-bit arm link and remove 32-bit link on compatibility page ([#29312](https://github.com/element-hq/element-web/pull/29312)). Contributed by @t3chguy.
15+
* Honour the backup disable flag from Element X ([#29290](https://github.com/element-hq/element-web/pull/29290)). Contributed by @dbkr.
16+
17+
## 🐛 Bug Fixes
18+
19+
* Fix edited code block width ([#29394](https://github.com/element-hq/element-web/pull/29394)). Contributed by @florianduros.
20+
* new room list: keep space name in one line in header ([#29369](https://github.com/element-hq/element-web/pull/29369)). Contributed by @florianduros.
21+
* Dismiss "Key storage out of sync" toast when secrets received ([#29348](https://github.com/element-hq/element-web/pull/29348)). Contributed by @richvdh.
22+
* Minor CSS fixes for the new room list ([#29334](https://github.com/element-hq/element-web/pull/29334)). Contributed by @florianduros.
23+
* Add padding to room header icon ([#29271](https://github.com/element-hq/element-web/pull/29271)). Contributed by @langleyd.
24+
25+
126
Changes in [1.11.94](https://github.com/element-hq/element-web/releases/tag/v1.11.94) (2025-02-27)
227
==================================================================================================
328
## 🐛 Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.11.94",
3+
"version": "1.11.95",
44
"description": "Element: the future of secure communication",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -128,7 +128,7 @@
128128
"maplibre-gl": "^5.0.0",
129129
"matrix-encrypt-attachment": "^1.0.3",
130130
"matrix-events-sdk": "0.0.1",
131-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
131+
"matrix-js-sdk": "37.1.0",
132132
"matrix-widget-api": "^1.10.0",
133133
"memoize-one": "^6.0.0",
134134
"mime": "^4.0.4",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8761,9 +8761,10 @@ [email protected]:
87618761
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
87628762
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
87638763

8764-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
8765-
version "37.0.0"
8766-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/d81929de4c9526e7d68ab7226804726cdef6387f"
8764+
8765+
version "37.1.0"
8766+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-37.1.0.tgz#e5234da2f954a6fda442830b52e1fca68a3697bb"
8767+
integrity sha512-MRhXSM+MV21B8qg76KFtqLeD5kjEcaKAvHrB7XS8fT9TdZQlmWBtkE6K2JaYaOkd3QDITNZLymSeap4Q2Gh9RA==
87678768
dependencies:
87688769
"@babel/runtime" "^7.12.5"
87698770
"@matrix-org/matrix-sdk-crypto-wasm" "^14.0.1"

0 commit comments

Comments
 (0)