Releases: Creit-Tech/Stellar-Wallets-Kit
Releases · Creit-Tech/Stellar-Wallets-Kit
v1.2.5
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
isundefined
before using it with Rabet and Hana so it works on server side flows.
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
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
v0.9.2
v0.9.1
v0.9.0
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.