577 Commits

Author SHA1 Message Date
renovate[bot]
85ae19a093 Update dependency vite to v7 2025-09-21 05:26:51 +00:00
dependabot[bot]
ac81502c0a Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.1.6 to 6.3.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)

Updates `esbuild` from 0.24.2 to 0.25.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 01:49:15 +00:00
Quentin Gliech
636cee5dcb Fix the MAS config override ordering 2025-08-05 12:05:04 +02:00
Quentin Gliech
4a9559bb16 element-web-playwright-common: bump version to 1.4.5 2025-08-05 11:25:47 +02:00
Quentin Gliech
6520352453 Re-export the MasConfig type again 2025-08-05 11:03:37 +02:00
Quentin Gliech
5360f309f1 Generate accurate MAS config type from its JSON schema 2025-08-05 10:53:24 +02:00
Quentin Gliech
b4a59ce009 Re-export the Postgres testcontainer 2025-08-05 09:45:34 +02:00
Quentin Gliech
90a51d4487 Allow overriding the MAS docker image 2025-08-05 09:35:13 +02:00
Quentin Gliech
c7f5d91504 Simplify the default MAS configuration 2025-08-05 09:34:16 +02:00
Michael Telatynski
dd402c834c Add missing internal dev dependency 2025-07-31 10:15:14 +01:00
Michael Telatynski
7a24eecde8 Add rc_room_creation to Synapse config 2025-07-31 10:10:24 +01:00
Michael Telatynski
f397f0bb7d Fix cjs export 2025-07-29 10:29:32 +01:00
Michael Telatynski
a3c31d82d6 Bump module-api to v1.4.0 2025-07-28 15:58:30 +01:00
Michael Telatynski
2b1858c436 Merge pull request #38 from element-hq/t3chguy/restricted-guests-api 2025-07-28 10:14:28 +01:00
Michael Telatynski
9c2ca140bb Iterate 2025-07-24 16:27:09 +01:00
Michael Telatynski
41887c61a9 Iterate 2025-07-24 16:27:09 +01:00
David Baker
8fba68db78 1.4.3 2025-07-24 11:07:17 +01:00
David Baker
d1d69fbc56 Probably better not to keep this given how spammy it is 2025-07-18 16:54:01 +01:00
David Baker
4df86c4d3f Add options to use playwright screenshot script for other things
In this case, storybook screenshots, but this keeps it so this script
doesnt know about storybook itself (we can move the actual storybook
specific code to here if we standardise on it more).
2025-07-18 15:18:37 +01:00
Michael Telatynski
9f14297827 Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/restricted-guests-api 2025-07-16 15:03:44 +01:00
Half-Shot
0b82316dbe element-web-module-api 1.3.0 2025-07-04 15:58:54 +01:00
Will Hunt
0b5681bf5b Update custom-components.ts 2025-07-03 14:08:10 +01:00
Half-Shot
cfb8c685d4 update sig 2025-07-03 13:06:26 +01:00
Half-Shot
24cc2455f9 Add message hint to prevent media from being downloaded. 2025-07-03 12:35:55 +01:00
Michael Telatynski
20098f132b Iterate 2025-06-24 09:50:02 +01:00
Michael Telatynski
9763807c42 Extend the Module API in prep of restricted-guests module 2025-06-23 09:32:26 +01:00
Michael Telatynski
03c2f2cd5f Add missing glob dependency for playwright-common 2025-06-20 12:09:34 +01:00
Michael Telatynski
46912a6a67 Bump version playwright-common 2025-06-20 11:41:24 +01:00
Michael Telatynski
a44fe85209 Fix types 2025-06-20 11:37:09 +01:00
Michael Telatynski
62b8d1b3ab Remove exports from playwright-common package 2025-06-20 11:33:25 +01:00
Michael Telatynski
3ad03e123b Bump element-web-playwright-common version 2025-06-20 11:18:15 +01:00
Michael Telatynski
9bb434a2aa Merge pull request #36 from element-hq/t3chguy/stale-screenshots-reporter 2025-06-20 11:14:17 +01:00
Michael Telatynski
a440678ffd Remove console.log 2025-06-20 10:28:38 +01:00
Michael Telatynski
75cf1ee738 Reuse annotation var 2025-06-20 10:28:04 +01:00
Michael Telatynski
78bc53ef0a Iterate 2025-06-20 10:21:26 +01:00
Michael Telatynski
a6f851bbdf Iterate 2025-06-20 10:14:18 +01:00
Michael Telatynski
02833dac5e Allow extending SynapseContainer testcontainer 2025-06-20 10:06:49 +01:00
Michael Telatynski
683dfaef69 Add entrypoint 2025-06-20 10:03:32 +01:00
Michael Telatynski
2af22fb54f Add stale-screenshot-reporter.ts 2025-06-20 09:59:28 +01:00
Half-Shot
fbd7c21ecc element-web-module-api 1.2.0 2025-06-17 15:28:27 +01:00
Half-Shot
0d4a45d447 Update custom components API to have @alpha stability. 2025-06-17 14:07:06 +01:00
Half-Shot
e2a89888c2 Mark MatrixEvent as @alpha and document. 2025-06-17 14:02:41 +01:00
Half-Shot
c49ac2677b copyright 2025-06-17 13:42:54 +01:00
Half-Shot
b38f0f2dd2 Drop js-sdk 2025-06-17 13:33:41 +01:00
Half-Shot
56d0c5656a API update\ 2025-06-17 13:30:47 +01:00
Half-Shot
89102aa903 fixup types 2025-06-17 13:27:50 +01:00
Half-Shot
ead847ec6a Use MatrixEvent provided by us. 2025-06-17 13:16:01 +01:00
Half-Shot
4e8c99dfd1 1.1.0 2025-06-16 12:05:28 +01:00
Half-Shot
cea6abfca5 Update API docs 2025-06-12 10:58:45 +01:00
Half-Shot
240045f433 Add filter function / hints 2025-06-09 15:41:53 +01:00