All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.9.0 (2024-06-22)
- 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.
0.8.3 (2024-06-05)
- Merge pull #22 and add Hana Wallet to the Kit
- Update Github action to move from npm to pnpm and be able to remove the package-lock file
0.8.2 (2024-05-28)
- Change the way we request the public key from Freighter (instead of using
getPublicKey
we now userequestAccess
because otherwise we could receive an empty string)
0.8.1 (2024-05-03)
- Introduce a timer to function
isAvailable
sogetSupportedWallets
doesn't take too much
- Update Lobstr name to LOBSTR
- Lock and update dependencies versions
0.8.0 (2024-04-16)
- Add Lobstr extension support
0.7.0 (2024-03-15)
- Bring back Wallet Connect module
- Demo page and dependencies for it
0.6.1 (2024-02-16)
- Get rid of the "build/main" folder for better compatibility with projects using this kit
0.6.0 (2024-02-15)
- A new bundled version of the kit is available at /build/web-bundle.js
- The UI has been updated, so it now has a mobile version and show a quick and basic explanation of what a wallet it.
- Now when clicking on a wallet that is not installed, it will open the official wallet website.
0.5.0 (2024-01-12)
- Wallets/services are now handled as "modules" (a module is basically a driver for a wallet/service) and they all share a common interface. This way wallets' developers can create their own modules and make their products compatible with this kit.
- BREAKING: Modules now need to be imported when starting the kit, a function called
allowAllModules
is included and this one will inject all the builtin modules - BREAKING: When creating a new instance of
StellarWalletsKit
, you now send the wallet id (provided either by this kit or by the third party module) instead ofWalletType
. - BREAKING: When using the modal, you need to pass the id of the selected wallet instead of the type. Check
README.md
for an example - BREAKING:
allowedWallets
is no longer a valid parameter for the integrated modal, instead the modal uses the modules from the kit. - BREAKING: WalletConnect support has been dropped, the integration got outdated and needs to be upgraded before we add it again.
0.2.0 (2024-01-12)
- Move away from Github distribution to a classic npm package distribution
0.1.4 (2023-11-16)
- Upgrade xBull-Wallet-connect library to the latest one
0.1.3 (2023-11-16)
- Fix height issues (ios devices)
0.1.2 (2023-09-30)
- New version of the Freighter API (1.7.0)
- Merge PR #4
0.1.1 (2023-08-04)
- New version of the Freighter API (1.6.0) which includes the new support to signing Blobs
- Merge of PRs #1, #2 and #3 which they include the support of Blob signing for Freighter
0.1.0 (2023-06-03)
- Add new modal component integrated with the wallet kit
0.0.8 (2023-05-30)
- Upgrade the packages to support the latest Freighter wallet
0.0.7 (2023-04-27)
- Fix XDR returned from Albedo didn't include the signatures
0.0.6 (2023-02-06)
- Method
getSupportedWallets
is now static
0.0.5 (2022-11-23)
- Add method
closeSession
to allow disconnecting WalletConnect sessions from the kit
0.0.4 (2022-11-18)
- Add method
getSupportedWallets
- First day of deployment