Skip to content

Commit c52b74d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into synodim
2 parents 3dd7741 + 2ee54dd commit c52b74d

File tree

6 files changed

+260
-331
lines changed

6 files changed

+260
-331
lines changed

.github/workflows/downstream-artifacts.yml

-17
This file was deleted.

.github/workflows/end-to-end-tests.yaml

-58
This file was deleted.

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Changes in [1.11.66](https://github.com/element-hq/element-web/releases/tag/v1.11.66) (2024-05-07)
2+
==================================================================================================
3+
## ✨ Features
4+
5+
* Use a different error message for UTDs when you weren't in the room. ([#12453](https://github.com/matrix-org/matrix-react-sdk/pull/12453)). Contributed by @uhoreg.
6+
* Take the Threads Activity Centre out of labs ([#12439](https://github.com/matrix-org/matrix-react-sdk/pull/12439)). Contributed by @dbkr.
7+
* Expected UTDs: use a different message for UTDs sent before login ([#12391](https://github.com/matrix-org/matrix-react-sdk/pull/12391)). Contributed by @richvdh.
8+
* Add `Tooltip` to `AccessibleButton` ([#12443](https://github.com/matrix-org/matrix-react-sdk/pull/12443)). Contributed by @florianduros.
9+
* Add analytics to activity toggles ([#12418](https://github.com/matrix-org/matrix-react-sdk/pull/12418)). Contributed by @dbkr.
10+
* Decrypt events in reverse order without copying the array ([#12445](https://github.com/matrix-org/matrix-react-sdk/pull/12445)). Contributed by @Johennes.
11+
* Use new compound tooltip ([#12416](https://github.com/matrix-org/matrix-react-sdk/pull/12416)). Contributed by @florianduros.
12+
* Expected UTDs: report a different Posthog code ([#12389](https://github.com/matrix-org/matrix-react-sdk/pull/12389)). Contributed by @richvdh.
13+
14+
## 🐛 Bug Fixes
15+
16+
* TAC: Fix accessibility issue when the Release announcement is displayed ([#12484](https://github.com/matrix-org/matrix-react-sdk/pull/12484)). Contributed by @RiotRobot.
17+
* TAC: Close Release Announcement when TAC button is clicked ([#12485](https://github.com/matrix-org/matrix-react-sdk/pull/12485)). Contributed by @florianduros.
18+
* MenuItem: fix caption usage ([#12455](https://github.com/matrix-org/matrix-react-sdk/pull/12455)). Contributed by @florianduros.
19+
* Show the local echo in previews ([#12451](https://github.com/matrix-org/matrix-react-sdk/pull/12451)). Contributed by @langleyd.
20+
* Fixed the drag and drop of X #27186 ([#12450](https://github.com/matrix-org/matrix-react-sdk/pull/12450)). Contributed by @asimdelvi.
21+
* Move the TAC to above the button ([#12438](https://github.com/matrix-org/matrix-react-sdk/pull/12438)). Contributed by @dbkr.
22+
* Use the same logic in previews as the timeline to hide events that should be hidden ([#12434](https://github.com/matrix-org/matrix-react-sdk/pull/12434)). Contributed by @langleyd.
23+
* Fix selector so maths support doesn't mangle divs ([#12433](https://github.com/matrix-org/matrix-react-sdk/pull/12433)). Contributed by @uhoreg.
24+
25+
26+
127
Changes in [1.11.65](https://github.com/element-hq/element-web/releases/tag/v1.11.65) (2024-04-23)
228
==================================================================================================
329
## ✨ Features

element.io/develop/config.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
"privacy_policy_url": "https://element.io/cookie-policy",
5050
"features": {
51+
"threadsActivityCentre": true,
5152
"feature_video_rooms": true,
5253
"feature_new_room_decoration_ui": true,
5354
"feature_element_call_video_rooms": true

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.11.65",
3+
"version": "1.11.66",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -77,8 +77,8 @@
7777
"jsrsasign": "^11.0.0",
7878
"katex": "^0.16.0",
7979
"lodash": "^4.17.21",
80-
"matrix-js-sdk": "32.1.0",
81-
"matrix-react-sdk": "3.98.0",
80+
"matrix-js-sdk": "32.2.0",
81+
"matrix-react-sdk": "3.99.0",
8282
"matrix-widget-api": "^1.3.1",
8383
"react": "17.0.2",
8484
"react-dom": "17.0.2",
@@ -146,7 +146,7 @@
146146
"concurrently": "^8.0.0",
147147
"copy-webpack-plugin": "^12.0.0",
148148
"cronstrue": "^2.41.0",
149-
"css-loader": "^6.0.0",
149+
"css-loader": "^7.0.0",
150150
"css-minimizer-webpack-plugin": "^6.0.0",
151151
"dotenv": "^16.0.2",
152152
"eslint": "8.57.0",
@@ -157,7 +157,7 @@
157157
"eslint-plugin-matrix-org": "^1.0.0",
158158
"eslint-plugin-react": "^7.28.0",
159159
"eslint-plugin-react-hooks": "^4.3.0",
160-
"eslint-plugin-unicorn": "^51.0.0",
160+
"eslint-plugin-unicorn": "^52.0.0",
161161
"fake-indexeddb": "^5.0.0",
162162
"fetch-mock": "9.11.0",
163163
"fetch-mock-jest": "^1.5.1",
@@ -192,7 +192,7 @@
192192
"semver": "^7.5.2",
193193
"setimmediate": "^1.0.5",
194194
"string-replace-loader": "3",
195-
"style-loader": "3",
195+
"style-loader": "4",
196196
"stylelint": "^16.1.0",
197197
"stylelint-config-standard": "^36.0.0",
198198
"stylelint-scss": "^6.0.0",

0 commit comments

Comments
 (0)