Skip to content

Releases: Creit-Tech/Stellar-Wallets-Kit

v1.7.1

07 Mar 03:03
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.6.0 (2025-02-21)

Add

  • Add module for HOT wallet

v1.5.0

20 Feb 16:24
Compare
Choose a tag to compare

1.5.0 (2025-02-20)

Add

  • Add method "assignButtons" to the kit

v1.4.1

09 Jan 14:13
Compare
Choose a tag to compare

1.4.1 (2025-01-09)

Fix

  • Make the Trezor module to work with Webpack projects

v1.4.0

20 Dec 19:10
Compare
Choose a tag to compare

1.4.0 (2024-12-20)

Add

  • Add Trezor wallets support
  • Update the returned value from the openAccountSelector method in the Ledger module.

v1.3.0

05 Dec 13:27
Compare
Choose a tag to compare

1.3.0 (2024-12-05)

Add

  • Add Ledger wallets support
  • Add new "account selector" component which can be used by wallets based on mnemonic phrases or similar (for example hardware wallets)
  • Merge PR #48 - Add signMessage support for Hana wallet

v1.2.5

07 Nov 14:55
Compare
Choose a tag to compare

1.2.5 (2024-11-07)

Fix

  • Add Buffer package to correctly convert the response from a signed message/auth entry with Freighter (Ticket created)
  • Check if window is undefined before using it with Rabet and Hana so it works on server side flows.

v1.2.3

10 Oct 01:02
Compare
Choose a tag to compare

1.2.3 (2024-10-09)

Fix

  • Move the Modal component out from the Button component, we do this so the shadow DOM styles don't affect the modal component in those cases where there is a container that could prevent the modal from taking the whole screen