Half-Shot
ba6fcbc985
Update compound
2025-07-14 09:28:13 +01:00
renovate[bot]
7f97f46686
Update all non-major dependencies ( #30281 )
...
* Update all non-major dependencies
* Prettier
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-07-09 11:33:20 +00:00
renovate[bot]
6fbc2e7078
Update dependency @vector-im/compound-design-tokens to v5 ( #30286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 08:28:35 +00:00
renovate[bot]
6ce5228044
Update dependency cronstrue to v3 ( #30287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 17:32:37 +00:00
renovate[bot]
8c7daae19f
Update playwright to v1.53.2 ( #30279 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 15:19:06 +00:00
renovate[bot]
c1f291347c
Update dependency dotenv to v17 ( #30288 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 15:14:40 +00:00
renovate[bot]
a75c5e2b2b
Update dependency postcss-mixins to v12 ( #30289 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 14:57:40 +00:00
renovate[bot]
14d1141e8d
Update dependency @stylistic/eslint-plugin to v5 ( #30285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-08 14:55:43 +00:00
Will Hunt
9f313fcc14
Add support for module message hint allowDownloadingMedia ( #30252 )
...
* Add support for allowDownloadingMedia
* Add tests.
* Allow downloading when no event is associated.
* fix lint
* Update module API
* Update lock file too
* force CI
2025-07-07 09:03:46 +00:00
RiotRobot
99f7656d09
Reset matrix-js-sdk back to develop branch
2025-07-01 15:12:56 +00:00
RiotRobot
0768534885
Merge branch 'master' into develop
2025-07-01 15:12:42 +00:00
RiotRobot
d83c619e65
v1.11.105
2025-07-01 15:09:02 +00:00
RiotRobot
fe1cddd34b
Upgrade dependency to matrix-js-sdk@37.10.0
2025-07-01 14:55:45 +00:00
renovate[bot]
4a8b365bf8
Update playwright to v1.53.1 ( #30205 )
...
* Update playwright to v1.53.1
* Update snapshots
Presumably chrome's font rendering has changed slightly in the new major version
* Scroll until room list item is in view
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
2025-06-27 13:46:20 +00:00
renovate[bot]
925f4f65c7
Update dependency @types/react to v19.1.8 ( #30199 )
...
* Update dependency @types/react to v19.1.8
* Remove patch that's no longer needed
(yay!)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
2025-06-25 10:59:52 +00:00
renovate[bot]
088d8121e7
Update vector-im ( #30202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 09:57:36 +00:00
renovate[bot]
d216d68e3f
Update dependency caniuse-lite to v1.0.30001724 ( #30200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 09:37:18 +00:00
renovate[bot]
2c299fe24e
Update all non-major dependencies ( #30203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 17:43:32 +00:00
RiotRobot
e956bb5b6d
v1.11.105-rc.0
2025-06-24 12:47:31 +00:00
RiotRobot
1349726d52
Upgrade dependency to matrix-js-sdk@37.10.0-rc.0
2025-06-24 12:42:23 +00:00
Florian Duros
f707bb410e
New room list: add context menu to room list item ( #29952 )
...
* chore: update compound-web
* chore: remove unused export
* feat: export content of more option menu
* feat: add context menu
* feat: add `showContextMenu` to vm
* feat: use context menu in new room list
* test: add tests for room list item
* test: fix room list test
* test: add `showContextMenu` test for `useRoomListItemViewModel`
* test: add e2e test for context menu
* chore: update compound
* test: update snapshots and e2e test
* fix: avoid icon blinking when we reopen the context menu
* test: add test for menu closing
* doc: remove useless tsdoc param
* chore: update `@vector-im/compound-web`
* refactor: remove manual focus
* test(e2e): fix focus after closing notification menu
* doc: remove useless jobs
2025-06-24 09:50:27 +00:00
Will Hunt
0edaef3f7c
Support for custom message components via Module API ( #30074 )
...
* Add new custom component api.
* Remove context menu, refactor
* fix types
* Add a test for custom modules.
* tidy
* Rewrite for new API
* Update tests
* lint
* Allow passing in props to original component
* Add hinting
* Update tests to be complete
* lint a bit more
* update docstring
* update @element-hq/element-web-module-api to 1.1.0
* fix types
* updates
* hide jump to bottom button that was causing flakes
* lint
* lint
* Use module matrix event interface instead.
* update to new module sdk
* adapt custom module sample
* Issues caught by Sonar
* lint
* fix issues
* make the comment make sense
* fix import
2025-06-23 11:55:22 +00:00
Michael Telatynski
8705efec40
Use stale-screenshot-reporter from playwright-common ( #30175 )
...
* Use stale-screenshot-reporter from playwright-common
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2025-06-20 12:27:40 +00:00
RiotRobot
a7a8428d1c
Reset matrix-js-sdk back to develop branch
2025-06-17 13:19:00 +00:00
RiotRobot
96797c3524
Merge branch 'master' into develop
2025-06-17 13:18:47 +00:00
RiotRobot
01519f7fd5
v1.11.104
2025-06-17 13:15:36 +00:00
RiotRobot
ba3b9840ca
Upgrade dependency to matrix-js-sdk@37.9.0
2025-06-17 13:11:17 +00:00
Florian Duros
1e3fd9d3aa
Update IconButton colors ( #30124 )
...
* chore: update `@vector-im/compound-web` to 8.0.0
* refactor(IconButton): use `kind="secondary"` instead of `subtleBackground` props
* test: update snapshots
* fix: force color on room header toggle
* fix: TAC button color
* test(e2e): update release announcement screenshot
2025-06-13 08:28:43 +00:00
renovate[bot]
f43e953794
Update all non-major dependencies ( #30106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:25:16 +00:00
renovate[bot]
276fa5eaa8
Update dependency @types/react-dom to v19.1.6 ( #30110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 17:11:10 +00:00
renovate[bot]
d770826c2d
Update dependency caniuse-lite to v1.0.30001721 ( #30111 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 15:49:07 +00:00
RiotRobot
67bd11c904
v1.11.104-rc.0
2025-06-10 13:23:03 +00:00
RiotRobot
05ffa2e5ba
Upgrade dependency to matrix-js-sdk@37.9.0-rc.0
2025-06-10 13:17:49 +00:00
RiotRobot
3f6d900627
Merge branch 'master' into develop
2025-06-10 12:10:38 +00:00
RiotRobot
eb7359403f
v1.11.103
2025-06-10 12:07:31 +00:00
RiotRobot
7fe53eac16
Upgrade dependency to matrix-js-sdk@37.8.0
2025-06-10 12:02:15 +00:00
RiotRobot
7bb49c567d
Reset matrix-js-sdk back to develop branch
2025-06-03 14:59:41 +00:00
RiotRobot
b2258a93b4
Merge branch 'master' into develop
2025-06-03 14:59:28 +00:00
RiotRobot
dba4952721
v1.11.102
2025-06-03 14:56:05 +00:00
RiotRobot
5cf543a9a7
Upgrade dependency to matrix-js-sdk@37.7.0
2025-06-03 14:52:36 +00:00
renovate[bot]
7eb1433f32
Update all non-major dependencies ( #30047 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2025-05-29 09:16:46 +00:00
renovate[bot]
ce75b9da09
Update browserslist ( #30048 )
...
* 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-05-29 08:55:11 +00:00
renovate[bot]
52794501f4
Update dependency @types/react to v19.1.6 ( #30046 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:05:53 +00:00
renovate[bot]
ff26b9e89d
Update dependency testcontainers to v11 ( #30044 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 21:35:14 +00:00
renovate[bot]
f119b93e79
Update dependency caniuse-lite to v1.0.30001718 ( #30036 )
...
* Update dependency caniuse-lite to v1.0.30001718
* 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-05-28 16:49:10 +00:00
renovate[bot]
5aecdebbc7
Update all non-major dependencies ( #30037 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 16:31:45 +00:00
renovate[bot]
331bbc19a6
Update dependency @types/react to v19.1.5 ( #30035 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 14:47:41 +00:00
RiotRobot
ee87b0e2d2
v1.11.102-rc.0
2025-05-28 13:10:03 +00:00
RiotRobot
3fd52c9e07
Upgrade dependency to matrix-js-sdk@37.7.0-rc.0
2025-05-28 13:03:53 +00:00
RiotRobot
69fe2ad06c
Reset matrix-js-sdk back to develop branch
2025-05-20 13:37:43 +00:00