171 Commits

Author SHA1 Message Date
dependabot[bot]
6d1cd514e4 build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
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 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 20:43:24 +00:00
renovate[bot]
86d9e32d53 Update Node.js to 0174333 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 14:27:28 +00:00
Florian Duros
00a2e704ec chore: bump ew module api to 1.13.0 2026-03-30 16:25:59 +02:00
Florian Duros
91d153aca3 doc: add for sub in SubstitutionValue 2026-03-27 09:29:13 +01:00
Florian Duros
520dfffc95 feat: add tags support to i18n api 2026-03-26 12:17:59 +01:00
David Baker
a2ca504fd6 Bump module API to 1.12.0 2026-03-13 12:52:08 +00:00
David Baker
196c8a082a Add default output for vitest
Otherwise it's just mysteriously silent.
2026-03-11 14:42:06 +00:00
David Baker
90ab1534c9 change back to unix line endings 2026-03-09 18:19:05 +00:00
David Baker
3a21741737 Merge remote-tracking branch 'origin/main' into dbkr/widget-toggles-api 2026-03-09 15:58:35 +00:00
David Baker
4591a72d3a Change to add callback 2026-03-09 15:51:42 +00:00
David Baker
a96327b691 Make matrix-widget-api a devDependency
as it's only for the type
2026-03-09 15:48:14 +00:00
Michael Telatynski
e322627d3e Bump Module API to 1.11.0 2026-03-06 16:16:52 +00:00
Michael Telatynski
267b63a10e Merge branches 't3chguy/wat/382.1' and 'main' of github.com:/element-hq/element-web-modules into t3chguy/wat/382.1
# Conflicts:
#	packages/element-web-module-api/element-web-module-api.api.md
2026-03-06 15:55:24 +00:00
David Baker
bf69ddf2b4 Add module APIs to enable widget toggle buttons 2026-03-06 10:58:00 +00:00
Michael Telatynski
ccf3fcf4af Add API to replace Login component renderer 2026-03-02 16:54:23 +00:00
Michael Telatynski
1a9ce45038 Adopt shouldShowComponent customisations from legacy Module API 2026-03-02 16:25:50 +00:00
renovate[bot]
7206db8243 Update Node.js to 7fddd9d 2026-03-01 16:05:08 +00:00
David Langley
3ac2b36657 bump to 1.10.0 2026-02-25 13:08:11 +00:00
David Langley
226824890a Merge pull request #198 from element-hq/langleyd/widget-lifecycle-module-api
Widget lifecycle module api
2026-02-25 12:58:43 +00:00
David Langley
83d752cfd7 Add MaybePromise 2026-02-25 09:33:48 +00:00
Michael Telatynski
5a3559a9bb Bump version from 1.9.0 to 1.9.1 2026-02-20 12:43:06 +00:00
Michael Telatynski
30c27af170 Update API report for @element-hq/element-web-module-api 2026-02-20 09:33:28 +00:00
Michael Telatynski
d51eb5dfd3 Specify ThisType on i18nApi 2026-02-20 09:32:58 +00:00
David Langley
4614d2f395 Remove WidgetKind and fix header 2026-02-18 18:43:26 +00:00
David Langley
a5ec21bd06 Update element-web-module-api.api.md 2026-02-18 13:18:03 +00:00
David Langley
5bb1d3d461 Add widget permissions module api 2026-02-18 13:17:53 +00:00
Michael Telatynski
174c35b874 Iterate 2025-12-11 11:26:13 +00:00
renovate[bot]
9b570e5cea Update ghcr.io/element-hq/element-web:latest Docker digest to a84f294 2025-12-11 11:06:25 +00:00
renovate[bot]
9ea40d14a5 Update Node.js to 682368d 2025-12-09 16:31:13 +00:00
Florian Duros
7b4894d444 build(ew-api): update to 1.9.0 2025-12-05 09:45:48 +01:00
Florian Duros
0126cded9e doc: update api md doc 2025-12-04 18:02:29 +01:00
Florian Duros
94aba63a1d feat(ew-api): add builtins#RoomViewProps#enableReadReceiptsAndMarkersOnActivity
For the multiroom module, we display several room views at the same
time. In order to avoid all the rooms to send read receipts and markers
automatically when we are interacting with the UI, we add
`enableReadReceiptsAndMarkersOnActivity` props.

When at false, the timeline doesn't listen to user activity to send
these receipts. Only when the room is focused, marker and read receipts
are updated.
2025-12-04 18:02:28 +01:00
David Langley
f35357d3b3 Add api to hide widgets 2025-12-03 09:54:33 +00:00
R Midhun Suresh
2d3b554649 Increment package version 2025-12-02 14:43:48 +05:30
R Midhun Suresh
44d8f89754 Merge pull request #146 from element-hq/midhun/multiroom/render-notification-decoration
Add API to render notification decoration from EW
2025-12-02 14:40:46 +05:30
R Midhun Suresh
64a63bdbb0 Update docs 2025-12-02 13:59:21 +05:30
R Midhun Suresh
8f40ea5c0a Add API to render notification decoration 2025-12-02 13:56:53 +05:30
David Baker
3d0ad97667 module API 1.7.0 2025-12-01 09:22:18 +00:00
David Baker
0d69056e7b Merge pull request #137 from element-hq/dbkr/human_eyes
Add humanizeTime to the module i18n API
2025-12-01 09:08:51 +00:00
David Baker
65edff067a Better doc 2025-11-28 15:20:51 +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
Florian Duros
ef180bf89d chore(EW module): bump to v1.6.0 2025-11-21 16:30:14 +01:00
Florian Duros
c570936d33 Merge pull request #135 from element-hq/florianduros/rooms-hide-pinned-message-banner 2025-11-21 15:38:33 +01:00
Florian Duros
7518d1c068 Add ExtraApi#getVisibleRoomBySpaceKey (#134) 2025-11-21 15:31:17 +01:00
renovate[bot]
99ee1f95ad Pin dependencies (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-19 20:09:05 +01:00
Florian Duros
17066c03fd chore: update element-web-module-api.api.md 2025-11-17 15:57:28 +01:00
Florian Duros
a66fd6e976 feat: add option to add the right panel of a room view 2025-11-17 15:13:40 +01:00
Michael Telatynski
44c3d767ce Merge pull request #126 from element-hq/renovate/major-eslint-plugins 2025-11-12 12:24:19 +00:00
Michael Telatynski
6a4c529083 Delint 2025-11-12 12:16:31 +00:00
Michael Telatynski
2612dcd8e0 Merge branch 'main' into renovate/vitest-sonar-reporter-3.x 2025-11-12 12:01:06 +00:00