Releases: matrix-org/matrix-widget-api
v1.13.1
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
v1.12.0
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 byWidgetDriver.readTimelineEvents
.WidgetDriver.readRoomState
is replaced byWidgetDriver.readStateEvents
.- The
currentViewedRoomId
parameter ofClientWidgetApi.feedEvent
is replaced byClientWidgetApi.setViewedRoomId
.
What's Changed
- Distinguish room state and timeline events by @robintown in #116
Full Changelog: v1.11.0...v1.12.0
v1.11.0
1.11.0 Release
What's Changed
- Expand support for MSC2873 (changing theme/language) by @robintown in #117
- Update linter dependencies by @AndrewFerr in #114
- Update dependency @action-validator/cli to ^0.6.0 by @renovate in #111
- Update dependency @casualbot/jest-sonar-reporter to v2.4.0 by @renovate in #113
- Update dependency @types/events to v3.0.3 by @renovate in #106
- Fix example by @davidegirardi in #101
- Export theme and language action types by @robintown in #119
New Contributors
- @davidegirardi made their first contribution in #101
Full Changelog: v1.10.0...v1.11.0
v1.10.0
1.11.0 Release
What's Changed
- Pass HTTP status code & errcode from CS-API errors @AndrewFerr in #100
Full Changelog: v1.9.0...v1.10.0
v1.9.0
1.9.0 Release
What's Changed
- Implement MSC4039 download_file action by @weeman1337 in #99
New Contributors
- @weeman1337 made their first contribution in #99
Full Changelog: v1.8.2...v1.9.0
v1.8.2
1.8.2 Release
v1.8.1
1.8.1 Release
v1.8.0
1.8.0 Release