Skip to content

Releases: Creit-Tech/Stellar-Wallets-Kit

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.

v0.9.2

27 Jul 05:24
Compare
Choose a tag to compare

0.9.2 (2024-07-27)

Change

  • Merge of PR #33 which allows defining a custom theme to the kit's modal
  • Improve the custom theme feature so it allows more customization, also include default themes so users can use them directly if they want to

v0.9.1

02 Jul 22:33
Compare
Choose a tag to compare

0.9.1 (2024-07-02)

Change

  • The list of wallets on the modal will now dynamically change its order based on the criteria here: #28

v0.9.0

22 Jun 07:43
Compare
Choose a tag to compare

0.9.0 (2024-06-22)

Change

  • Allow passing a wallet connect client and modal to the kit
  • Update Lit to 2.8.0
  • Move to a Rollup bundle strategy so the kit is compatible with both Commonjs and ES Module projects
  • BREAKING: Moved from "build" distribution folder to a root style distribution
  • BREAKING: Wallet connect packages are no longer exported from the root file, import from modules/walletconnect.module.ts instead.

v0.8.3

05 Jun 15:10
Compare
Choose a tag to compare

Add

  • Merge pull #22 and add Hana Wallet to the Kit

Change

  • Update Github action to move from npm to pnpm and be able to remove the package-lock file

v0.8.2

28 May 19:31
Compare
Choose a tag to compare

0.8.2 (2024-05-28)

Change

  • Change the way we request the public key from Freighter (instead of using getPublicKey we now use requestAccess because otherwise we could receive an empty string)

v0.8.2-beta1

28 May 15:51
Compare
Choose a tag to compare
v0.8.2-beta1 Pre-release
Pre-release
Increase `getSupportedWallets` timeout from 200ms to 500ms

v0.8.1

04 May 02:27
Compare
Choose a tag to compare

0.8.1 (2024-05-03)

Add

  • Introduce a timer to function isAvailable so getSupportedWallets doesn't take too much

Change

  • Update Lobstr name to LOBSTR
  • Lock and update dependencies versions