Skip to content

Releases: matrix-org/matrix-widget-api

v1.13.1

27 Jan 16:06
Compare
Choose a tag to compare

1.13.1 Release

  • Fix reading room state using the read_events action.

If a widget does not support the update_state version but the driver implements the new API from version 1.12 the room state was updated based on timeline events. (only considering the most recent events and not older state events.)

v1.13.0

24 Jan 08:35
8a98718
Compare
Choose a tag to compare

1.13.0 Release

  • Add UPDATE_STATE widget api version

v1.12.0

15 Jan 18:03
Compare
Choose a tag to compare

1.12.0 Release

Deprecations

This release deprecates WidgetDriver.readRoomEvents, WidgetDriver.readRoomState, and the currentViewedRoomId parameter of ClientWidgetApi.feedEvent. Client implementations are expected to either continue using all 3 of these deprecated APIs as they did before, or migrate to the new solutions for all 3 at the same time.

  • WidgetDriver.readRoomEvents is replaced by WidgetDriver.readTimelineEvents.
  • WidgetDriver.readRoomState is replaced by WidgetDriver.readStateEvents.
  • The currentViewedRoomId parameter of ClientWidgetApi.feedEvent is replaced by ClientWidgetApi.setViewedRoomId.

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

08 Jan 16:24
Compare
Choose a tag to compare

1.11.0 Release

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

08 Nov 19:15
Compare
Choose a tag to compare

1.11.0 Release

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

30 Aug 13:49
Compare
Choose a tag to compare

1.9.0 Release

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

01 Aug 18:14
Compare
Choose a tag to compare

1.8.2 Release

v1.8.1

31 Jul 14:28
Compare
Choose a tag to compare

1.8.1 Release

v1.8.0

31 Jul 13:40
Compare
Choose a tag to compare

1.8.0 Release

v1.7.0

16 Jul 13:19
ac09799
Compare
Choose a tag to compare

1.7.0 Release

What's Changed

  • Support MSC4157: sending Futures (delayed events) via the widget API #90

Full Changelog: v1.6.0...v1.7.0