Update dependency matrix-widget-api to v1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
matrix-widget-api | dependencies | major | ^0.1.0-beta.13 -> ^1.0.0 |
Release Notes
matrix-org/matrix-widget-api
v1.10.0
1.10.0 Release
v1.9.0
1.9.0 Release
What's Changed
- Implement MSC4039 download_file action by @weeman1337 in https://github.com/matrix-org/matrix-widget-api/pull/99
New Contributors
- @weeman1337 made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/99
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.8.2...v1.9.0
v1.8.2
1.8.2 Release
v1.8.1
1.8.1 Release
v1.8.0
1.8.0 Release
v1.7.0
1.7.0 Release
What's Changed
- Support MSC4157: sending Futures (delayed events) via the widget API https://github.com/matrix-org/matrix-widget-api/pull/90
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.6.0...v1.7.0
v1.6.0
1.6.0 Release
What's Changed
- Implement MSC4039: Add an MSC for a new Widget API action to upload files into the media repository by @dhenneke in https://github.com/matrix-org/matrix-widget-api/pull/86
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.5.0...v1.6.0
v1.5.0
1.5.0 Release
What's Changed
- Add room account data access and "since" parameter to room messages by @griffinli in https://github.com/matrix-org/matrix-widget-api/pull/84
- Add a warning if contentLoaded event isn't received by @dbkr in https://github.com/matrix-org/matrix-widget-api/pull/85
- Emit error:preparing if we fire preparing but never make it to ready by @t3chguy in https://github.com/matrix-org/matrix-widget-api/pull/87
New Contributors
- @griffinli made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/84
- @dbkr made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/85
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.4.0...v1.5.0
v1.4.0
1.4.0 Release
What's Changed
- Extend url template variables with device_id by @Fox32 in https://github.com/matrix-org/matrix-widget-api/pull/78
- Report coverage into SonarCloud by @t3chguy in https://github.com/matrix-org/matrix-widget-api/pull/82
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.3.1...v1.4.0
v1.3.1
1.3.1 Release
What's Changed
- Fix reading state events without a specific state key by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/81
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.3.0...v1.3.1
v1.3.0
1.3.0 Release
What's Changed
- Implement MSC3973: Search users in the user directory with the Widget API by @dhenneke in https://github.com/matrix-org/matrix-widget-api/pull/79
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.2.0...v1.3.0
v1.2.0
1.2.0 Release
What's Changed
- Remove unspecced
original_event
field from thereadEventRelations
response by @dhenneke in https://github.com/matrix-org/matrix-widget-api/pull/75 - Make
getClientVersions
public by @Fox32 in https://github.com/matrix-org/matrix-widget-api/pull/74 - Enable Typescript strict mode by @t3chguy in https://github.com/matrix-org/matrix-widget-api/pull/80
New Contributors
- @Fox32 made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/74
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.1.1...v1.2.0
v1.1.1
1.1.1 Release
What's Changed
- Catch exceptions from the widget driver in the event relations endpoint by @dhenneke in https://github.com/matrix-org/matrix-widget-api/pull/73
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.1.0...v1.1.1
v1.1.0
1.1.0 Release
What's Changed
- Update release docs now that we're out of beta by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/70
- Reject send requests when the transport is stopped by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/71
- Implement MSC3869: Read event relations with the Widget API by @dhenneke in https://github.com/matrix-org/matrix-widget-api/pull/72
New Contributors
- @dhenneke made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/72
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.0.0...v1.1.0
v1.0.0
Overview
The version number on this release reflects the fact that we're not expecting any big changes to the library's architecture for the foreseeable future, and that it's more or less ready for wider use.
It also comes with a couple of new features for widget authors: Sending and receiving to-device messages with MSC3819, and getting TURN servers from the client with MSC3846.
What's Changed
- Clarify the release instructions for lockfiles by @turt2live in https://github.com/matrix-org/matrix-widget-api/pull/51
- Deprecate RequiresClient as it will be moved by @rkouwenhoven in https://github.com/matrix-org/matrix-widget-api/pull/54
- Improve types for reading events by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/58
- Allow an unlimited number of events to be read by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/59
- Implement MSC3819: Allowing widgets to send/receive to-device messages by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/57
- Add MSC3819 to supported versions by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/61
- Indicate whether to-device events are / should be encrypted by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/63
- Upgrade dependencies by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/64
- Implement MSC3846: Allowing widgets to access TURN servers by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/62
- Remove the stability warning from the README by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/66
- Add release automation by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/65
- Specify that to-device messages must be objects by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/67
- Give write permissions to the release automation workflow by @robintown in https://github.com/matrix-org/matrix-widget-api/pull/68
New Contributors
- @rkouwenhoven made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/54
- @robintown made their first contribution in https://github.com/matrix-org/matrix-widget-api/pull/58
Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v0.1.0-beta.18...v1.0.0
v0.1.0-beta.18
Changes since v0.1.0-beta.18:
- Call beginCapabilities again when the widget frame reloads
v0.1.0-beta.17
Changes since v0.1.0-beta.16:
- Add the RequiresClient capability to allowing hinting that a widget needs to be used inside a client
- Emit event after capability negotiation
v0.1.0-beta.16
Changes since v0.1.0-beta.15:
- Added support for MSC2762's new cross-room timeline functionality.
v0.1.0-beta.15
Changes since v0.1.0-beta.14:
- Add support for disabling modal buttons by default, optionally.
v0.1.0-beta.14
Changes since v0.1.0-beta.13:
- Add MSC2873 - Client Information support
- Updated MSC2762 - Sending/receiving events support (added read support)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.