matrix-widget-api icon indicating copy to clipboard operation
matrix-widget-api copied to clipboard

JavaScript/TypeScript API for widgets & web clients to communicate

Results 19 matrix-widget-api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The compressed tarball for this package in the Yarn registry has some permission issues preventing it from being correctly extracted. **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** I cannot create my WidgetApi using `new mxwidgets.WidgetApi(widgetId);` because `mxwidgets` is a function. **To Reproduce** Steps to reproduce the behavior: 1. Copy the [example](https://github.com/matrix-org/matrix-widget-api/tree/master/examples/widget). 2. Change the...

There is no develop branch to submit against. Should guide be fixed to point to master or will there be a develop branch like many matrix-org projects have?

https://github.com/matrix-org/matrix-doc/pull/2762

enhancement

https://github.com/matrix-org/matrix-doc/pull/2762/files#diff-82b2a520f3d8a1ad46a9347f20bc49d3202e417cf71798a1c95317de49445e41R63-R65 > Clients SHOULD automatically deny `m.send.event` and `m.send.state_event` capability requests for > known event types which do not match the descriptor. For example, `m.send.event:m.room.topic` should > be denied, as...

enhancement

**Is your feature request related to a problem? Please describe.** We have a cancel button in our modal that is basically doing the same as the "x" in the upper...

It's currently unclear which browsers are meant to be supported here. We should try to define something more specific than "lots of them" so that it's easier to know what...