Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-self-funded-gas-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-unsupported-receiver-gates.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/sdk-4-4-0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stellar-ssr-safe-store.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stellar-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-checkout-runtime-deps.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/update-lifi-sdk-4-6-0.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/update-lifi-sdk-4-6-1.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/update-mui-runtime-deps.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/update-provider-runtime-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-runtime-deps-to-latest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-sui-runtime-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-wallet-management-i18n-deps.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/update-widget-i18n-router-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-widget-runtime-deps.md

This file was deleted.

35 changes: 35 additions & 0 deletions packages/wallet-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @lifi/wallet-management

## 4.2.0

### Minor Changes

- [#827](https://github.com/lifinance/widget/pull/827) [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917) Thanks [@chybisov](https://github.com/chybisov)! - Add Stellar (STL) support. Introduces the `@lifi/widget-provider-stellar` package, which integrates the Stellar Wallets Kit (Freighter, xBull, Lobstr, Rabet, Hana, Klever, OneKey, and Bitget) and exposes the connected account and signer to the widget. Adds the base `StellarContext`, wires Stellar into wallet management (account aggregation, combined wallet list, and the connect menu), enables the Stellar ecosystem in the widget's wallet providers, and makes Stellar selectable as a route chain.

### Patch Changes

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.0` and each `@lifi/sdk-provider-*` package to its latest release.

- [#857](https://github.com/lifinance/widget/pull/857) [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.1` and each `@lifi/sdk-provider-*` package to its latest
release. Move `@creit.tech/stellar-wallets-kit` to `^2.6.0`, which requires
`@stellar/stellar-sdk` v17. No source change was needed. The widget never imports
`@stellar/stellar-sdk` directly, so the v17 renames and its switch from `Buffer` to
`Uint8Array` have no surface here.

If you pin `@creit.tech/stellar-wallets-kit` yourself, move to `^2.6.0`. The kit keeps
wallet state in module level signals, so a second copy in the tree fails with "Please
set the wallet first".

`@mysten/sui` moves to `^2.27.0` because `@lifi/sdk-provider-sui@4.1.10` requires it. A
lower range lets a fresh install resolve two copies, which breaks the Sui provider types.

`@stellar/stellar-sdk` also drops from two copies to one. SWK `2.6.0` no longer pulls
`@trezor/connect-plugin-stellar`, which removes the subtree that asked for `14.2.0`, and
the remaining copy moves to `17.0.1`.

- [#858](https://github.com/lifinance/widget/pull/858) [`a5997eb`](https://github.com/lifinance/widget/commit/a5997ebf00df18cfe105d8390a437d7d853d780d) Thanks [@chybisov](https://github.com/chybisov)! - Bump `@mui/material`, `@mui/system`, and `@mui/icons-material` to 9.4.0.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `@lifi/sdk` 4.4.0 and the `@lifi/sdk-provider-*` packages.

- [#852](https://github.com/lifinance/widget/pull/852) [`a1cddf8`](https://github.com/lifinance/widget/commit/a1cddf8177523c6db54bd69f6c7e7b00af3314fc) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `i18next` 26.4 and `react-i18next` 17.0.12.
- Updated dependencies [[`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7)]:
- @lifi/widget-provider@4.4.0

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/wallet-management",
"version": "4.1.3",
"version": "4.2.0",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down
36 changes: 36 additions & 0 deletions packages/widget-checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @lifi/widget-checkout

## 4.0.2

### Patch Changes

- [#827](https://github.com/lifinance/widget/pull/827) [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917) Thanks [@chybisov](https://github.com/chybisov)! - Keep the unsupported-receiver block consistent across the limit order and checkout flows, so a route that cannot honour a required receiver stays blocked everywhere.

- [#827](https://github.com/lifinance/widget/pull/827) [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.4.0` and each ecosystem SDK provider to its latest release.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including Motion 13, `@lifi/sdk` 4.4.0 and MUI 9.3.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.0` and each `@lifi/sdk-provider-*` package to its latest release.

- [#857](https://github.com/lifinance/widget/pull/857) [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.1` and each `@lifi/sdk-provider-*` package to its latest
release. Move `@creit.tech/stellar-wallets-kit` to `^2.6.0`, which requires
`@stellar/stellar-sdk` v17. No source change was needed. The widget never imports
`@stellar/stellar-sdk` directly, so the v17 renames and its switch from `Buffer` to
`Uint8Array` have no surface here.

If you pin `@creit.tech/stellar-wallets-kit` yourself, move to `^2.6.0`. The kit keeps
wallet state in module level signals, so a second copy in the tree fails with "Please
set the wallet first".

`@mysten/sui` moves to `^2.27.0` because `@lifi/sdk-provider-sui@4.1.10` requires it. A
lower range lets a fresh install resolve two copies, which breaks the Sui provider types.

`@stellar/stellar-sdk` also drops from two copies to one. SWK `2.6.0` no longer pulls
`@trezor/connect-plugin-stellar`, which removes the subtree that asked for `14.2.0`, and
the remaining copy moves to `17.0.1`.

- [#852](https://github.com/lifinance/widget/pull/852) [`a1cddf8`](https://github.com/lifinance/widget/commit/a1cddf8177523c6db54bd69f6c7e7b00af3314fc) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `i18next` 26.4, `react-i18next` 17.0.12, Motion 13.1.1 and TanStack Router 1.170.32.
- Updated dependencies [[`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`a5997eb`](https://github.com/lifinance/widget/commit/a5997ebf00df18cfe105d8390a437d7d853d780d), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`a1cddf8`](https://github.com/lifinance/widget/commit/a1cddf8177523c6db54bd69f6c7e7b00af3314fc), [`a1cddf8`](https://github.com/lifinance/widget/commit/a1cddf8177523c6db54bd69f6c7e7b00af3314fc), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7)]:
- @lifi/widget@4.6.0
- @lifi/widget-provider@4.4.0
- @lifi/wallet-management@4.2.0
- @lifi/widget-provider-mesh@4.0.2

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-checkout",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"description": "LI.FI Widget Checkout — on-ramp and cross-chain checkout flow built on @lifi/widget.",
"type": "module",
Expand Down
29 changes: 29 additions & 0 deletions packages/widget-provider-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @lifi/widget-provider-bitcoin

## 4.2.3

### Patch Changes

- [#827](https://github.com/lifinance/widget/pull/827) [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.4.0` and each ecosystem SDK provider to its latest release.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.0` and each `@lifi/sdk-provider-*` package to its latest release.

- [#857](https://github.com/lifinance/widget/pull/857) [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.1` and each `@lifi/sdk-provider-*` package to its latest
release. Move `@creit.tech/stellar-wallets-kit` to `^2.6.0`, which requires
`@stellar/stellar-sdk` v17. No source change was needed. The widget never imports
`@stellar/stellar-sdk` directly, so the v17 renames and its switch from `Buffer` to
`Uint8Array` have no surface here.

If you pin `@creit.tech/stellar-wallets-kit` yourself, move to `^2.6.0`. The kit keeps
wallet state in module level signals, so a second copy in the tree fails with "Please
set the wallet first".

`@mysten/sui` moves to `^2.27.0` because `@lifi/sdk-provider-sui@4.1.10` requires it. A
lower range lets a fresh install resolve two copies, which breaks the Sui provider types.

`@stellar/stellar-sdk` also drops from two copies to one. SWK `2.6.0` no longer pulls
`@trezor/connect-plugin-stellar`, which removes the subtree that asked for `14.2.0`, and
the remaining copy moves to `17.0.1`.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `@lifi/sdk` 4.4.0 and the `@lifi/sdk-provider-*` packages.
- Updated dependencies [[`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7)]:
- @lifi/widget-provider@4.4.0

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-provider-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-provider-bitcoin",
"version": "4.2.2",
"version": "4.2.3",
"description": "LI.FI Widget Provider for Bitcoin blockchain integration.",
"type": "module",
"main": "./src/index.ts",
Expand Down
29 changes: 29 additions & 0 deletions packages/widget-provider-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @lifi/widget-provider-ethereum

## 4.1.4

### Patch Changes

- [#827](https://github.com/lifinance/widget/pull/827) [`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.4.0` and each ecosystem SDK provider to its latest release.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.0` and each `@lifi/sdk-provider-*` package to its latest release.

- [#857](https://github.com/lifinance/widget/pull/857) [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea) Thanks [@chybisov](https://github.com/chybisov)! - Update `@lifi/sdk` to `^4.6.1` and each `@lifi/sdk-provider-*` package to its latest
release. Move `@creit.tech/stellar-wallets-kit` to `^2.6.0`, which requires
`@stellar/stellar-sdk` v17. No source change was needed. The widget never imports
`@stellar/stellar-sdk` directly, so the v17 renames and its switch from `Buffer` to
`Uint8Array` have no surface here.

If you pin `@creit.tech/stellar-wallets-kit` yourself, move to `^2.6.0`. The kit keeps
wallet state in module level signals, so a second copy in the tree fails with "Please
set the wallet first".

`@mysten/sui` moves to `^2.27.0` because `@lifi/sdk-provider-sui@4.1.10` requires it. A
lower range lets a fresh install resolve two copies, which breaks the Sui provider types.

`@stellar/stellar-sdk` also drops from two copies to one. SWK `2.6.0` no longer pulls
`@trezor/connect-plugin-stellar`, which removes the subtree that asked for `14.2.0`, and
the remaining copy moves to `17.0.1`.

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `@lifi/sdk` 4.4.0 and the `@lifi/sdk-provider-*` packages.
- Updated dependencies [[`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7)]:
- @lifi/widget-provider@4.4.0

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-provider-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget-provider-ethereum",
"version": "4.1.3",
"version": "4.1.4",
"description": "LI.FI Widget Provider for Ethereum blockchain integration.",
"type": "module",
"main": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/widget-provider-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lifi/widget-provider-mesh

## 4.0.2

### Patch Changes

- [#847](https://github.com/lifinance/widget/pull/847) [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7) Thanks [@chybisov](https://github.com/chybisov)! - Update runtime dependencies, including `@lifi/sdk` 4.4.0 and the `@lifi/sdk-provider-*` packages.
- Updated dependencies [[`1d7bf36`](https://github.com/lifinance/widget/commit/1d7bf36f298db238e0402871a82488078da4b917), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7), [`2b290ab`](https://github.com/lifinance/widget/commit/2b290abb0fe9adb1ac5c1f6eb6fbb55e158fadea), [`874158c`](https://github.com/lifinance/widget/commit/874158c47bcc83eb6a12317a56e57b4b0c3d29e7)]:
- @lifi/widget-provider@4.4.0

## 4.0.1

### Patch Changes
Expand Down
Loading