Skip to content

Update dependency matrix-widget-api to v1

Tine Wittler requested to merge renovate/matrix-widget-api-1.x into master

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.13.1

Compare Source

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

Compare Source

1.13.0 Release

  • Add UPDATE_STATE widget api version

v1.12.0

Compare Source

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: https://github.com/matrix-org/matrix-widget-api/compare/v1.11.0...v1.12.0

v1.11.0

Compare Source

1.11.0 Release

What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.10.0...v1.11.0

v1.10.0

Compare Source

1.11.0 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.9.0...v1.10.0

v1.9.0

Compare Source

1.9.0 Release

What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.8.2...v1.9.0

v1.8.2

Compare Source

1.8.2 Release

v1.8.1

Compare Source

1.8.1 Release

v1.8.0

Compare Source

1.8.0 Release

v1.7.0

Compare Source

1.7.0 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.6.0...v1.7.0

v1.6.0

Compare Source

1.6.0 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.5.0...v1.6.0

v1.5.0

Compare Source

1.5.0 Release

What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.4.0...v1.5.0

v1.4.0

Compare Source

1.4.0 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.3.1...v1.4.0

v1.3.1

Compare Source

1.3.1 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.3.0...v1.3.1

v1.3.0

Compare Source

1.3.0 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.2.0...v1.3.0

v1.2.0

Compare Source

1.2.0 Release

What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.1.1...v1.2.0

v1.1.1

Compare Source

1.1.1 Release

What's Changed

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.1.0...v1.1.1

v1.1.0

Compare Source

1.1.0 Release

What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v1.0.0...v1.1.0

v1.0.0

Compare Source

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

New Contributors

Full Changelog: https://github.com/matrix-org/matrix-widget-api/compare/v0.1.0-beta.18...v1.0.0

v0.1.0-beta.18

Compare Source

Changes since v0.1.0-beta.18:

v0.1.0-beta.17

Compare Source

Changes since v0.1.0-beta.16:

v0.1.0-beta.16

Compare Source

Changes since v0.1.0-beta.15:

  • Added support for MSC2762's new cross-room timeline functionality.

v0.1.0-beta.15

Compare Source

Changes since v0.1.0-beta.14:

  • Add support for disabling modal buttons by default, optionally.

v0.1.0-beta.14

Compare Source

Changes since v0.1.0-beta.13:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports

Loading