Skip to content

Releases: airgap-it/beacon-sdk

v4.0.10

05 Oct 06:24
v4.0.10
b32a028
Compare
Choose a tag to compare

4.0.10 (2023-09-07)

Features

  • Tezos: Add Oxfordnet

Fixes

  • WalletConnect: Lock to lower version because of WalletConnect/walletconnect-monorepo#3500
  • UI: Do not reset UI on error, which caused flickering
  • Tezos: Fix typo in dailynet
  • WC2: Clear session when permission request is aborted

v4.0.9

29 Aug 09:01
v4.0.9
2233b1e
Compare
Choose a tag to compare

4.0.9 (2023-08-29)

Features

  • Wallet: Add MetaMask (Note: This is an early preview and is only intended for developers.)

v4.0.8

29 Aug 08:58
v4.0.8
2ed6daa
Compare
Choose a tag to compare

4.0.8 (2023-08-25)

Features

  • Wallet: Add Exodus Wallet
  • Logger: Add time logging methods

Fixes

  • Internal: getPermissions on WalletClient did not return all permissions
  • Example: Use valid micheline in sign payload example

v4.0.7

24 Aug 11:37
v4.0.7
d61ce94
Compare
Choose a tag to compare

4.0.7 (2023-08-24)

Features

  • Wallet: Removed Galleon from the supported wallet list

Fixes

  • UI: Resolved a bug in which the Beacon modal would have opened in mobile view even on desktop
  • WalletConnect: Resolved a bug in which the dApp, once closed, would have not receive a "session closed" message from the wallet.
  • WalletConnect: The alert correctly now closes down when the wallet refuses the permission request
  • WalletConnect: Improved session initialisation, this should solve a bug which would have caused the dApp to be stuck forever in the loading state
  • Internal: Added checks before returning values from localStorage, this should avoid nullish values propagation

v4.0.6

20 Jul 12:21
4f5b0e7
Compare
Choose a tag to compare

4.0.6 (2023-07-06)

Features

  • UI: Rebrand Naan to Plenty Wallet
  • Tezos: DAppClient option preferredNetwork is now deprecated and network should be used instead. The network is used to construct permission_request and broadcast_request messages, therefore specifying network in DAppClient#requestPermission or DAppClient#requestBroadcast is no longer supported and any network value set while calling these methods won't be respected.

v4.0.5

06 Jul 12:32
v4.0.5
1fb3d33
Compare
Choose a tag to compare

4.0.5 (2023-07-06)

Features

  • Internal: Make wallet list in alert dynamic, which means that it can be used in InApp Browsers, eg. Infinity Wallet
  • Internal: Normalize public key to edpk... format
  • Alert: Add WC2 QR code in pairing alert
  • Toast: Add "open wallet" button for web wallets
  • WalletConnect: Update walletconnect dependency to 2.9.0

Fixes

  • WalletConnect: Update property name according to docs
  • WalletConnect: Show wallet icon in toast
  • Internal: Ignore empty regions and prevent invalid network requests
  • Alert: Open web wallets in new tab immediately, which will prevent them from being blocked by browsers

v4.0.4

21 Jun 07:45
v4.0.4
a899e91
Compare
Choose a tag to compare

4.0.4 (2023-05-22)

Features

  • WalletConnect: Update WalletConnect SDK to 2.7.5

v4.0.3

15 May 13:43
v4.0.3
869d864
Compare
Choose a tag to compare

4.0.3 (2023-05-15)

Features

  • UI: Add Naan wallet to default list

v4.0.2

25 Apr 08:26
v4.0.2
57ee250
Compare
Choose a tag to compare

4.0.1 (2023-04-25)

Features

  • internal: Update WalletConnect dependencies

Fixes

  • UI: Add white border around QR code in dark mode

v4.0.1

21 Apr 08:49
v4.0.1
70952b2
Compare
Choose a tag to compare

4.0.1 (2023-04-21)

Features

  • Tezos: Add Nairobinet
  • WalletConnect: If no public key is shared by the wallet, an error is thrown
  • internal: Update WalletConnect dependencies

Fixes

  • UI: Font styling is no longer overwritten by dApp styles
  • internal: Fix preferredNetwork preference with Kukai Wallet
  • internal: Remove unused dependencies
  • internal: Change build settings of beacon-ui package to improve compatibility with different frameworks