Skip to content

Releases: Creit-Tech/Stellar-Wallets-Kit

v1.7.7

28 Jul 23:34

Choose a tag to compare

1.7.7 (2025-07-28)

Fix

  • Allow scrolling the modal (needed for small screens)

v1.7.6

10 Jul 04:28

Choose a tag to compare

1.7.6 (2025-07-10)

Fix

  • Make the isAvailable method for Rabet and Hana so it has a small delay to avoid checking before the extensions have placed the window object

v1.7.5

03 Jun 17:16

Choose a tag to compare

1.7.5 (2025-06-03)

Add

  • Include a new sep43Modules function that returns a list of only wallets that follow all the SEP-0043 methods
  • Add a new filterBy parameter for both allowAllModules and sep43Modules

Change

  • Make optional providing the default module when starting the kit and instead throw an error if someone tries to use one module before it has been selected.

v1.7.3

18 Mar 00:39

Choose a tag to compare

1.7.3 (2025-03-17)

Change

  • Change dist files so we use .mjs instead of .js, that way Next understands it needs to use the ESM version instead of the commonjs version.

v1.7.2

14 Mar 19:23

Choose a tag to compare

1.7.2 (2025-03-14)

Fix

  • Do not show the account selector modal if the dev is passing a path for the Ledger module's method getAddress

v1.7.1

07 Mar 03:03

Choose a tag to compare

1.7.1 (2025-03-06)

add

  • Include a new onError parameter to the createButton method so developers can listen to possible errors when getting the public key from the contract.

v1.7.0

07 Mar 02:47

Choose a tag to compare

1.7.0 (2025-03-06)

add

  • Include a new onClosed parameter to the createButton method so developers can listen to the closed event the modal triggers.

Change

  • Upgrade the Trezor library to latest one

v1.6.1

24 Feb 19:15

Choose a tag to compare

1.6.1 (2025-02-24)

Add

  • Fix the getAddress method in the Freighter module, the address was being returned as a blank string. It was reported in this ticket.

v1.6.0

21 Feb 18:51

Choose a tag to compare

1.6.0 (2025-02-21)

Add

  • Add module for HOT wallet

v1.5.0

20 Feb 16:24

Choose a tag to compare

1.5.0 (2025-02-20)

Add

  • Add method "assignButtons" to the kit