102 Commits

Author SHA1 Message Date
R Midhun Suresh
af3d476a70 Convert to property 2025-10-24 00:28:54 +05:30
R Midhun Suresh
97e1462474 Updat api doc 2025-10-24 00:08:45 +05:30
R Midhun Suresh
200d52a162 Add Stores API 2025-10-24 00:08:43 +05:30
R Midhun Suresh
6b4f33bee1 Update API doc 2025-10-23 23:45:36 +05:30
R Midhun Suresh
04379cc089 Return watchable in account data api 2025-10-23 23:41:08 +05:30
R Midhun Suresh
cd9a21ac93 Add onFirstWatch and onLastWatch to watchable
So that we can create custom watchable objects that can add/remove event
listeners as necessary.
2025-10-23 23:38:31 +05:30
R Midhun Suresh
17f1a54a1f Fix comment 2025-10-23 16:11:50 +05:30
R Midhun Suresh
7c40be9054 Change method to property 2025-10-23 16:07:07 +05:30
R Midhun Suresh
d0923c7b76 Update api doc 2025-10-23 12:22:39 +05:30
R Midhun Suresh
00f9283262 Add client API 2025-10-23 12:21:22 +05:30
R Midhun Suresh
949e64c7b5 Make field protected so that Watchable can be extended
So that you can have custom watchables that have very specific
behaviour, think `class NameWatchable extends Watchable`. Useful to have
access to `listeners` when you do this.
2025-10-23 12:19:22 +05:30
R Midhun Suresh
c24cfb6311 Introduce an abstraction for Room
All APIs that need to return a room will use this type.
2025-10-23 12:18:33 +05:30
David Baker
214f3e20a8 Merge pull request #79 from element-hq/dbkr/module_experiments
Add some module interfaces
2025-10-21 11:03:39 +01:00
David Baker
824f262ac9 Make onSelected non-optional 2025-10-20 17:44:15 +01:00
David Baker
a41a7faa75 docs 2025-10-20 17:33:09 +01:00
David Baker
79344ffd31 Update docs 2025-10-20 16:36:48 +01:00
David Baker
c938dbe519 Rename contextMenuTooltip to just tooltip
because it has nothing to do with context menus afaics
2025-10-20 16:34:58 +01:00
David Baker
b5639c25a4 Fix public/alpha statuses 2025-10-17 12:14:20 +01:00
David Baker
e1f7a798a2 More doc 2025-10-17 12:11:39 +01:00
David Baker
b83b5f4ad6 Add more docs 2025-10-17 12:10:07 +01:00
David Baker
6d0a715ac0 Tweak doc 2025-10-17 11:56:48 +01:00
David Baker
cf869c9454 Tweak api so it can be called multiple times
to update the space item's properties.
2025-09-25 17:33:53 +01:00
David Baker
446830776f New interface for adding space panel items 2025-09-25 11:57:13 +01:00
David Baker
9685775528 Maybe make api-extractor happy 2025-09-24 16:07:31 +01:00
David Baker
2cd86f7c3d Add some experimental module interfaces
...with somewhat placeholder names as they're the best I can think of right now:

 * 'Extras': To add new bits of UI to places (specifically the space panel)
 * 'Builtins': For modules to render components that are part of Element Web
 * 'Navigation': For modules to add paths to the URL router
2025-09-24 10:58:41 +01:00
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
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
9c2ca140bb Iterate 2025-07-24 16:27:09 +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
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
Half-Shot
8cf426f0e7 tighten example 2025-06-05 16:57:48 +01:00
Half-Shot
60687b27a6 Add an example 2025-06-05 16:10:35 +01:00