Skip to content

Releases: airgap-it/beacon-sdk

v5.0.0-alpha.1

14 Oct 16:00
0d0bf98

Choose a tag to compare

v4.6.2

14 Oct 15:39
464b4f1

Choose a tag to compare

v5.0.0-alpha.0

14 Oct 15:58
5ebbe1d

Choose a tag to compare

v4.6.0

12 Jun 08:40
9b6e7fb

Choose a tag to compare

v4.6.0 (2025-06-12)

Breaking Changes

  • removePermission now requires senderId as parameter to ensure correct removal of a specific permission
  • The property displayQRCode: booleanin PermissionRequestV3 has been removed in favour of substratePairing: boolean

Changelog

  • Updated the pairing UI to support deeplinking with Acurast Lite
  • Improved the P2P probing algorithm to handle multiple simultaneous requests
  • On mobile, disabled app-switching when pairing via the “Pair Other” button
  • Fixed an issue that could leave Blazor-based dApps in an inconsistent state
  • Fixed a bug where removePermission removed all permissions for every paired dApp
  • The dark theme is now being applied also to the notification toast

Developer Notes

If you wish to contribute to Beacon, please also review unit and e2e tests.

v4.5.3-beta.0

12 May 13:10

Choose a tag to compare

v4.5.3-beta.0 Pre-release
Pre-release

Breaking Change

  • removePermission now requires senderId as parameter to ensure correct removal of a specific permission
  • The property displayQRCode: booleanin PermissionRequestV3 has been removed in favour of substratePairing: boolean

Changelog

  • The pairing UI for Acurast Lite has been updated to support deeplinking on mobile

v4.5.2

08 May 09:28
190a66a

Choose a tag to compare

v4.5.2 (2025-05-08)

Changelog

  • Resolved an issue in the SDK that caused circular import dependencies
  • Upgraded project dependencies

Full Changelog: v4.5.1...v4.5.2

v4.5.1

10 Apr 07:49
77d9c98

Choose a tag to compare

v4.5.1 (2025-04-10)

Changelog

  • Introduced Shadow DOM to scope styles within the SDK.
  • Added new constants for the Rionet upgrade

Full Changelog: v4.5.0...v4.5.1

v4.5.0

31 Mar 15:20
1e49613

Choose a tag to compare

v4.5.0 (2025-03-31)

Breaking Change

The UI has been completely rewritten using React.
Although the appearance of the components remains similar to previous versions, some behaviors may not work as expected in your dApp. Please check carefully.
If something no longer works on your end, please open an issue on our GitHub.

Deprecation Notice

  • closeAlerts is now deprecated and will be removed in a future release. Use closeAlert instead.

Changelog

  • Enhanced dragging toast animation
  • Enhanced SSR support
  • Resolved an issue where the bug report form's text area CSS styles were not applied in dark mode
  • Resolved an issue where the mobile UI incorrectly appeared on Desktop when pairing with Kukai Mobile
  • hideUI no longer returns a promise
  • Resolved an issue which prevented the pairing to complete
  • Updated @walletconnect/sign-client to 2.18.0
  • Added regional specific relayers
  • Added QR code only button (only P2P transport supported for now)
  • Added support for Acurast Lite
  • Removed Feral File from the list of supported wallets

Developer Notes

If you wish to contribute to beacon-ui, please also review the unit tests.

Full changelog: v4.4.0...v4.5.0

v4.4.2-beta.4

13 Mar 12:24

Choose a tag to compare

v4.4.2-beta.4 Pre-release
Pre-release

Breaking Change

The UI has been completely rewritten using React.
Although the appearance of the components remains similar to previous versions, some behaviors may not work as expected in your dApp. Please check carefully.
If something no longer works on your end, please open an issue on our GitHub.

Deprecation Notice

  • closeAlerts is now deprecated and will be removed in a future release. Use closeAlert instead.

Changelog

  • Enhanced dragging toast animation
  • Enhanced SSR support
  • Resolved an issue where the bug report form's text area CSS styles were not applied in dark mode
  • Resolved an issue where the mobile UI incorrectly appeared on Desktop when pairing with Kukai Mobile
  • hideUI no longer returns a promise
  • Resolved an issue which prevented the pairing to complete
  • Updated @walletconnect/sign-client to 2.18.0
  • Added regional specific relayers
  • Added QR code only button (only P2P transport supported for now)
  • Added support for Acurast Lite

Since beta.2

  • Increased toast z-index to 1000000

Developer Notes

If you wish to contribute to beacon-ui, please also review the unit tests.

v4.4.0

18 Feb 16:54
v4.4.0
435d98b

Choose a tag to compare

v4.4.0 (2025-02-18)

Features

  • The "Report a Bug" feature is enabled by default
  • It is now possible to send a bug report by clicking on the "Open" button in the "No response received yet" toast
  • The bug report form UX was improved and is now easier to submit
  • We now collect metrics even when the enableMetrics flags is set to false. The collected metrics will be stored locally on the user machine. These metrics won’t be shared with us until a user fills out a bug report.

Internal

  • IndexedDBStorage now can work across multiple objectStores
  • Fetching or writing to an IndexedDB entry no longer requires StorageKey as type (a string is sufficient)
  • Extended SDK reset on any Matrix error received while trying to login

Full Changelog: v4.3.3...v4.4.0