Skip to content

Releases: matrix-org/matrix-js-sdk

v30.2.0

05 Dec 13:35
Compare
Choose a tag to compare

✨ Features

πŸ› Bug Fixes

  • Rewrite receipt-handling code (#3901). Contributed by @andybalaam.
  • Explicitly free some Rust-side objects (#3911). Contributed by @richvdh.
  • Fix type for TimestampToEventResponse.origin_server_ts (#3906). Contributed by @Half-Shot.

v30.2.0-rc.0

28 Nov 16:11
c49a527
Compare
Choose a tag to compare
v30.2.0-rc.0 Pre-release
Pre-release

✨ Features

πŸ› Bug Fixes

  • Rewrite receipt-handling code (#3901). Contributed by @andybalaam.
  • Explicitly free some Rust-side objects (#3911). Contributed by @richvdh.
  • Fix type for TimestampToEventResponse.origin_server_ts (#3906). Contributed by @Half-Shot.

v30.1.0

21 Nov 10:59
Compare
Choose a tag to compare

✨ Features

  • Rotate per-participant keys when a member leaves (#3833). Contributed by @dbkr.
  • Add E2EE for embedded mode of Element Call (#3667). Contributed by @SimonBrandner.

πŸ› Bug Fixes

  • Shorten TimelineWindow when an event is removed (#3862). Contributed by @andybalaam.
  • Ignore receipts pointing at missing or invalid events (#3817). Contributed by @andybalaam.
  • Fix members being loaded from server on initial sync (defeating lazy loading) (#3830). Contributed by @BillCarsonFr.

v30.1.0-rc.1

14 Nov 15:37
b9e684f
Compare
Choose a tag to compare
v30.1.0-rc.1 Pre-release
Pre-release

✨ Features

  • Rotate per-participant keys when a member leaves (#3833). Contributed by @dbkr.
  • Add E2EE for embedded mode of Element Call (#3667). Contributed by @SimonBrandner.

πŸ› Bug Fixes

  • Shorten TimelineWindow when an event is removed (#3862). Contributed by @andybalaam.
  • Ignore receipts pointing at missing or invalid events (#3817). Contributed by @andybalaam.
  • Fix members being loaded from server on initial sync (defeating lazy loading) (#3830). Contributed by @BillCarsonFr.

v30.1.0-rc.0

14 Nov 14:29
48fe267
Compare
Choose a tag to compare
v30.1.0-rc.0 Pre-release
Pre-release

✨ Features

  • Rotate per-participant keys when a member leaves (#3833). Contributed by @dbkr.
  • Add E2EE for embedded mode of Element Call (#3667). Contributed by @SimonBrandner.

πŸ› Bug Fixes

  • Shorten TimelineWindow when an event is removed (#3862). Contributed by @andybalaam.
  • Ignore receipts pointing at missing or invalid events (#3817). Contributed by @andybalaam.
  • Fix members being loaded from server on initial sync (defeating lazy loading) (#3830). Contributed by @BillCarsonFr.

v30.0.1

13 Nov 09:44
Compare
Choose a tag to compare

πŸ› Bug Fixes

v30.0.0

07 Nov 15:11
Compare
Choose a tag to compare

🚨 BREAKING CHANGES

  • Refactor & make base64 functions browser-safe (#3818).

πŸ¦– Deprecations

  • Deprecate MatrixEvent.toJSON (#3801).

✨ Features

πŸ› Bug Fixes

  • Fix reemitter not being correctly wired on user objects created in storage classes (#3796). Contributed by @MidhunSureshR.
  • Element-R: silence log errors when viewing a pending event (#3824).
  • Don't emit a closed event if the indexeddb is closed by Element (#3832). Fixes element-hq/element-web#25941. Contributed by @dhenneke.
  • Element-R: silence log errors when viewing a decryption failure (#3821).

v30.0.0-rc.1

31 Oct 14:40
Compare
Choose a tag to compare
v30.0.0-rc.1 Pre-release
Pre-release

🚨 BREAKING CHANGES

  • Refactor & make base64 functions browser-safe (#3818).

πŸ¦– Deprecations

  • Deprecate MatrixEvent.toJSON (#3801).

✨ Features

πŸ› Bug Fixes

v29.1.0

24 Oct 14:27
Compare
Choose a tag to compare

✨ Features

  • OIDC: refresh tokens (#3764). Contributed by @kerryarchibald.
  • OIDC: add prompt param to auth url creation (#3794). Contributed by @kerryarchibald.
  • Allow applications to specify their own logger instance (#3792). Fixes #1899.
  • Export AutoDiscoveryError and fix type of ALL_ERRORS (#3768).

πŸ› Bug Fixes

v29.1.0-rc.1

17 Oct 14:09
Compare
Choose a tag to compare
v29.1.0-rc.1 Pre-release
Pre-release

✨ Features

  • OIDC: refresh tokens (#3764). Contributed by @kerryarchibald.
  • OIDC: add prompt param to auth url creation (#3794). Contributed by @kerryarchibald.
  • Allow applications to specify their own logger instance (#3792). Fixes #1899.
  • Export AutoDiscoveryError and fix type of ALL_ERRORS (#3768).

πŸ› Bug Fixes