Skip to content

Releases: Creit-Tech/Stellar-Wallets-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

v1.2.2

07 Oct 21:10
Compare
Choose a tag to compare

1.2.2 (2024-10-07)

Add

  • Add removeButton and isButtonCreated methods to the kit. These methods can be used in cases where we need to re-organize the layout of our frontend

v1.2.1

15 Sep 23:04
Compare
Choose a tag to compare

1.2.1 (2024-09-15)

Change

  • Use xBull Wallet Connect npm package instead of the github version, this way some lints don't trigger an error.

v1.2.0

24 Aug 22:38
Compare
Choose a tag to compare

1.2.0 (2024-08-22)

Add

  • Add a disconnect method to the KitActions interface.
  • Update WalletConnect module so it accepts a onSessionDeleted parameter.

Change

  • Upgrade all dependencies, lock them and remove those that are not used anymore.

v1.1.0

22 Aug 22:42
Compare
Choose a tag to compare

1.1.0 (2024-08-22)

Add

  • Add the latest version of the Freighter API and update the calls to the API.
  • Add a new Button component. This new component can show the selected address, and the current XLM balance allows copying the chosen address and allows the user to "disconnect".
  • Allow listening to both "connect" and "disconnect" Button events
  • Add a new state to the kit, so we can keep the current balance and picked address to show in the Button component.
  • Add a new plugin to the build process, so it minimizes the distribution build.
  • Add a new development server to make the development of the kit easier.

v1.0.0

12 Aug 02:58
Compare
Choose a tag to compare

1.0.0 (2024-08-11)

Change

  • BREAKING: Update all the kit interface to support SEP-0043.
  • Transform all images from .svg to .png so sites not allowing that format can load the images.