Skip to content

Releases: matrix-org/matrix-widget-api

v1.6.0

28 Aug 21:36
79a1496
Compare
Choose a tag to compare

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 #86

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Jul 10:20
ad944d3
Compare
Choose a tag to compare

1.5.0 Release

What's Changed

  • Add room account data access and "since" parameter to room messages by @griffinli in #84
  • Add a warning if contentLoaded event isn't received by @dbkr in #85
  • Emit error:preparing if we fire preparing but never make it to ready by @t3chguy in #87

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 May 12:55
69bc041
Compare
Choose a tag to compare

1.4.0 Release

What's Changed

  • Extend url template variables with device_id by @Fox32 in #78
  • Report coverage into SonarCloud by @t3chguy in #82

Full Changelog: v1.3.1...v1.4.0

v1.3.1

20 Mar 13:50
e0f25a0
Compare
Choose a tag to compare

1.3.1 Release

What's Changed

  • Fix reading state events without a specific state key by @robintown in #81

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Mar 11:35
9e2acc8
Compare
Choose a tag to compare

1.3.0 Release

What's Changed

  • Implement MSC3973: Search users in the user directory with the Widget API by @dhenneke in #79

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Mar 11:41
a8fc2b9
Compare
Choose a tag to compare

1.2.0 Release

What's Changed

  • Remove unspecced original_event field from the readEventRelations response by @dhenneke in #75
  • Make getClientVersions public by @Fox32 in #74
  • Enable Typescript strict mode by @t3chguy in #80

New Contributors

  • @Fox32 made their first contribution in #74

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Sep 15:34
aa9496b
Compare
Choose a tag to compare

1.1.1 Release

What's Changed

  • Catch exceptions from the widget driver in the event relations endpoint by @dhenneke in #73

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Aug 13:31
839180d
Compare
Choose a tag to compare

1.1.0 Release

What's Changed

  • Update release docs now that we're out of beta by @robintown in #70
  • Reject send requests when the transport is stopped by @robintown in #71
  • Implement MSC3869: Read event relations with the Widget API by @dhenneke in #72

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Aug 13:49
3d8546c
Compare
Choose a tag to compare

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 #51
  • Deprecate RequiresClient as it will be moved by @rkouwenhoven in #54
  • Improve types for reading events by @robintown in #58
  • Allow an unlimited number of events to be read by @robintown in #59
  • Implement MSC3819: Allowing widgets to send/receive to-device messages by @robintown in #57
  • Add MSC3819 to supported versions by @robintown in #61
  • Indicate whether to-device events are / should be encrypted by @robintown in #63
  • Upgrade dependencies by @robintown in #64
  • Implement MSC3846: Allowing widgets to access TURN servers by @robintown in #62
  • Remove the stability warning from the README by @robintown in #66
  • Add release automation by @robintown in #65
  • Specify that to-device messages must be objects by @robintown in #67
  • Give write permissions to the release automation workflow by @robintown in #68

New Contributors

Full Changelog: v0.1.0-beta.18...v1.0.0

v0.1.0-beta.18

02 Dec 12:39
Compare
Choose a tag to compare
v0.1.0-beta.18 Pre-release
Pre-release

Changes since v0.1.0-beta.18: