Skip to content

Releases: matrix-org/matrix-widget-api

v1.17.0

Choose a tag to compare

@toger5 toger5 released this 29 Jan 10:41
c02b530

1.17.0 Release

What's Changed

  • Fix: PostmessageTransport are leaking as they keep listening to window events when stopped by @BillCarsonFr in #155
  • feat: Push current sticky state when widgets wants to read sticky events by @BillCarsonFr in #161

New Contributors

Full Changelog: v1.16.1...v1.17.0

v1.16.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 18:17

1.16.1 Release

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 15:35

1.16.0 Release

What's Changed

Full Changelog: v1.15.0...v1.16.0

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 11:09

1.15.0 Release

What's Changed

New Contributors

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

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 20:37

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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 16:06

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

Choose a tag to compare

@toger5 toger5 released this 24 Jan 08:35
8a98718

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

Choose a tag to compare

@github-actions github-actions released this 15 Jan 18:03

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

Choose a tag to compare

@github-actions github-actions released this 08 Jan 16:24

1.11.0 Release

What's Changed

New Contributors

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

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 19:15

1.11.0 Release

What's Changed

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