Skip to content

Releases: matrix-org/matrix-widget-api

v1.15.0

14 Nov 11:09

Choose a tag to compare

1.15.0 Release

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

05 Nov 20:37

Choose a tag to compare

1.14.0 Release

⚠️ Breaking changes

This release introduces breaking changes to the WidgetApi methods for updating delayed events, and to the WidgetDriver methods for performing the requested update action in a client. See #143 for details. Only the minor version has been bumped because the APIs in question are currently considered experimental.

What's Changed

Full Changelog: v1.13.1...v1.14.0

v1.13.1

27 Jan 16:06

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

Choose a tag to compare

1.13.0 Release

Breaking changes:

  • Add UPDATE_STATE widget api version. This is a breaking change since Element Web will treat widgets that claim to be compatible with the UPDATE_STATE widget api version differently. It will not anymore send current state updates via the send_event action automatically.

v1.12.0

15 Jan 18:03

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

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

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

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

Choose a tag to compare

1.8.2 Release

v1.8.1

31 Jul 14:28

Choose a tag to compare

1.8.1 Release