R Midhun Suresh
3b31bbf4a9
Bump version to 2.1.0
2025-11-27 17:16:56 +05:30
renovate[bot]
e63d76558b
Update dependency prettier to v3.7.0 ( #2720 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 10:39:18 +00:00
Michael Telatynski
54cbbb6ff0
Remove some unused CSS & icons ( #31344 )
...
* Remove some unused CSS & icons
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Fix type
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Remove another unused class
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-27 08:54:55 +00:00
R Midhun Suresh
0f3938bb54
Merge pull request #142 from element-hq/midhun/playwright/fix-script
...
Fix `playwright-screenshots.sh` not working when run with yarn berry
2025-11-27 13:39:50 +05:30
R Midhun Suresh
76b07d736c
Make script compatible with yarn berry
2025-11-27 13:23:16 +05:30
ElementRobot
69abef1f1c
[create-pull-request] automated change ( #31348 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2025-11-27 06:22:39 +00:00
renovate[bot]
f2a28e33d7
Update electron-builder to v26.3.0 ( #2710 )
...
* Update electron-builder to v26.3.0
* Bump to 26.3.1 to pick up ESM fix
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
* Drop to 26.2.0
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-26 20:41:20 +00:00
Michael Telatynski
d5e27e5b16
Update snapshot ( #2717 )
2025-11-26 20:08:07 +00:00
David Baker
56662c53e9
Add humanizeTime to the module i18n API
...
So modules can access it simply with the right context etc
2025-11-26 16:47:58 +00:00
Skye Elliot
fd152c9c7e
Implement a shared Banner component. ( #31266 )
...
* feat: Create composer `Banner` shared component.
* fix: Yarn resolution issues corrupting package store.
* chore: Revert "fix: Yarn resolution issues corrupting package store."
This reverts commit 2c1335420331e9cf086cad5c68f7c7432af4b3a5.
* fix: Revert lockfile changes.
* chore: Resolve linting errors.
* chore: Update playwright screenshots.
2025-11-26 15:13:55 +00:00
ElementRobot
16e71ffd58
[create-pull-request] automated change ( #31343 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2025-11-26 12:10:47 +00:00
renovate[bot]
3a020c942a
Update peter-evans/repository-dispatch digest to 28959ce ( #31342 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 11:33:59 +00:00
renovate[bot]
803c40c03c
Update peter-evans/create-pull-request digest to 84ae59a ( #31341 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 11:32:49 +00:00
Richard van der Hoff
eeb2c0f690
Fix failure to request persistent storage perms ( #31299 )
...
* Move call to `tryPersistStorage` to `OnLoggedIn` handler
I think this needs to happen whether or not we are in the middle of a login
flow.
Fixes: https://github.com/element-hq/element-web/issues/31298
* Inline `MatrixChat.onLoggedIn`
It's now a one-liner, and its semantics are very confusing.
* Factor out `MatrixChat.onLoggedIn`
Now that we've got rid of the confusing `onLoggedIn` method, we can factor out
a method which *actually* handles `OnLoggedIn` actions.
2025-11-26 11:29:58 +00:00
David Langley
32cce82790
add back yarn ( #31284 )
2025-11-26 09:32:26 +00:00
Richard van der Hoff
5f07fbbc1b
Allow the Login screen to use the dark theme ( #31293 )
...
* Allow the Login screen to use the dark theme
There is a whole bunch of code dedicated to attempting to force a "light" theme
onto the login view, even if the deployment is configured to prioritise the
dark theme.
Apparently this was done because, in the old days, the
login view looked rubbish with the dark theme, but now it looks fine.
Fixes https://github.com/element-hq/element-web/issues/31292
* Fix up background colour of auth screen in dark theme
In dark theme, the background of the login/register/welcome box needs to be
translucent black rather than translucent white.
To make this work, I've moved the style from inline to CSS, and used a PostCSS
variable to define the colour.
* Fix up Welcome page colours in dark theme
Make the text and image white, not black, in short.
* Fix incorrect merge
that will teach me to use the Github UI to address merge conflicts.
2025-11-26 07:54:40 +00:00
ElementRobot
8753a9136f
[create-pull-request] automated change ( #31339 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2025-11-26 06:30:37 +00:00
renovate[bot]
b33b1f3d01
Update dependency @storybook/icons to v2 ( #31337 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 23:09:17 +00:00
renovate[bot]
08a1525937
Update react monorepo ( #31318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 19:43:37 +00:00
Richard van der Hoff
135db543e1
Increase border-radius on auth pages ( #31333 )
...
* Increase border-radius on auth pages
Bring this into line with some of the other radii in the app
* Update snapshots
* Update playwright snapshots
2025-11-25 18:58:49 +00:00
renovate[bot]
b788e772d4
Update browserslist ( #31328 )
...
* Update browserslist
* Update browserslist
* Update tests
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-25 18:52:27 +00:00
renovate[bot]
e8cf24abce
Update dependency eslint-plugin-jest to v29.2.0 ( #31331 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 18:45:33 +00:00
renovate[bot]
4a62e87205
Update all non-major dependencies ( #31326 )
...
* Update all non-major dependencies
* Make knip happy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-25 18:24:10 +00:00
renovate[bot]
e7eeb98c9c
Update dependency @types/lodash to v4.17.21 ( #31327 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:50:06 +00:00
renovate[bot]
c4f22cc3b3
Update storybook to v10.0.8 ( #31319 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-25 16:49:56 +00:00
renovate[bot]
c45d8c599c
Update dependency @stylistic/eslint-plugin to v5.6.1 ( #31330 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:48:01 +00:00
renovate[bot]
75fa94084d
Update dependency webpack-bundle-analyzer to v5 ( #31323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-11-25 16:45:36 +00:00
renovate[bot]
661b026cd9
Update dependency js-xxhash to v5 ( #31322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:37:52 +00:00
renovate[bot]
30bd70dacf
Update dependency @sentry/browser to v10.26.0 ( #31329 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:37:34 +00:00
renovate[bot]
20dbcd17fa
Update typescript-eslint monorepo to v8.47.0 ( #31320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:23:10 +00:00
renovate[bot]
17a16d6750
Update dependency glob to v13 ( #2714 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:10:21 +00:00
renovate[bot]
716da7784a
Update actions/checkout action to v6 ( #31321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:09:59 +00:00
renovate[bot]
a2cc5d6dc5
Update actions/checkout action to v6 ( #2713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 16:02:40 +00:00
renovate[bot]
b99964c827
Update electron ( #2709 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:49:19 +00:00
renovate[bot]
ad9150df2d
Update nginxinc/nginx-unprivileged:alpine-slim Docker digest to 8e23ab3 ( #31324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:42:33 +00:00
renovate[bot]
5929269e31
Update Node.js to b36a1ea ( #31325 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:41:40 +00:00
renovate[bot]
fde8bc40c8
Update mcr.microsoft.com/playwright Docker tag to v1.57.0 ( #2711 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:41:05 +00:00
renovate[bot]
92ff9d19b1
Update typescript-eslint monorepo to v8.47.0 ( #2712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:40:16 +00:00
renovate[bot]
db40cee64e
Update peter-evans/repository-dispatch digest to 28959ce ( #2705 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:38:27 +00:00
renovate[bot]
3eed0b6d43
Update dependency @stylistic/eslint-plugin to v5.6.1 ( #2708 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:38:02 +00:00
renovate[bot]
a219672e88
Update all non-major dependencies ( #2707 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:37:44 +00:00
renovate[bot]
5f1178a834
Update aws-actions/configure-aws-credentials digest to 61815dc ( #2704 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:36:58 +00:00
renovate[bot]
eabdab4db7
Update actions/setup-python digest to 83679a8 ( #2703 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:36:25 +00:00
renovate[bot]
8499e091c9
Update rust:bullseye Docker digest to 4886b15 ( #2706 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 15:33:38 +00:00
renovate[bot]
0d7d2fb0a4
Update matrix-org ( #30038 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 14:54:16 +00:00
Robin
29a54405d8
Fix calls sometimes not knowing that they're presented ( #31313 )
...
Because RoomViewStore used two slightly different conditions, the Call.presented flag could get out of sync with the viewingCall flag. But these should effectively be the same thing.
This was causing some subtle bugs if you would join a call, switch to another room, and then click back into the call room via the room list. The call would be visible but not know that it's presented, causing:
1. The hangup sound to get cut off at the end of the call
2. The widget to disappear immediately without offering a 'reconnect' button if you lose connectivity
2025-11-25 14:49:11 +00:00
RiotRobot
7e58712b3d
v1.12.5-rc.0
2025-11-25 14:41:24 +00:00
RiotRobot
dae90a059f
v1.12.5-rc.0
Docker / Docker Buildx (push) Failing after 59s
v1.12.5-rc.0
2025-11-25 14:35:44 +00:00
RiotRobot
2f727430e1
Upgrade dependency to matrix-js-sdk@39.3.0-rc.0
2025-11-25 14:12:52 +00:00
ElementRobot
4392aa1ed0
[create-pull-request] automated change ( #31315 )
...
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com >
2025-11-25 06:23:04 +00:00