@lifi/widget 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/README.md +24 -5
- package/_esm/config/version.d.ts +1 -1
- package/_esm/config/version.js +1 -1
- package/config/version.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [3.0.
|
|
5
|
+
### [3.0.2](https://github.com/lifinance/widget/compare/v3.0.0...v3.0.2) (2024-07-08)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* allowed bridges option doesn't applied correctly ([
|
|
10
|
+
* allowed bridges option doesn't applied correctly ([1e00fb4](https://github.com/lifinance/widget/commit/1e00fb4da805c6001369d8b1806949c52632b0ce))
|
|
11
11
|
|
|
12
12
|
## [3.0.0](https://github.com/lifinance/widget/compare/v3.0.0-beta.4...v3.0.0) (2024-06-26)
|
|
13
13
|
|
package/README.md
CHANGED
|
@@ -10,11 +10,22 @@
|
|
|
10
10
|
|
|
11
11
|
<h1 align="center">LI.FI Widget</h1>
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+

|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
[**LI.FI Widget**](https://docs.li.fi/integrate-li.fi-widget/li.fi-widget-overview) is a set of prebuilt UI components that will help you integrate a secure cross-chain bridging and swapping experience that can be styled to match your web app design perfectly and helps drive your multi-chain strategy and attract new users from everywhere.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
[**LI.FI Widget**](https://docs.li.fi/integrate-li.fi-widget/li.fi-widget-overview) features include:
|
|
18
|
+
|
|
19
|
+
- All ecosystems, chains, bridges, exchanges, and solvers that [LI.FI](https://docs.li.fi/list-chains-bridges-dexs-solvers) supports
|
|
20
|
+
- Embeddable variants - compact, wide, and drawer
|
|
21
|
+
- Options to allow or deny certain chains, tokens, bridges, and exchanges
|
|
22
|
+
- Pre-configured themes and lots of customization options with dark mode support so you can match the look and feel of your web app
|
|
23
|
+
- Wallet management UI with the option to opt-out and use your own ([Wagmi](https://wagmi.sh/) and [Solana Wallet Standard](https://github.com/anza-xyz/wallet-standard) support)
|
|
24
|
+
- View of transactions in progress and transaction history
|
|
25
|
+
- Curated wallet lists and wallet bookmarks
|
|
26
|
+
- Route settings for advanced users (stored locally)
|
|
27
|
+
- Complete UI translations to match your customer’s preferred language
|
|
28
|
+
- Compatibility tested with React, Next.js, Vue, Nuxt.js, Svelte, Remix, Gatsby, Vite, CRA, RainbowKit
|
|
18
29
|
|
|
19
30
|
## Installation
|
|
20
31
|
|
|
@@ -75,11 +86,19 @@ export const WidgetPage = () => {
|
|
|
75
86
|
|
|
76
87
|
## Examples
|
|
77
88
|
|
|
78
|
-
Visit our [playground](https://playground.li.fi) to see how you can customize your [LI.FI Widget](https://www.npmjs.com/package/@lifi/widget) experience.
|
|
89
|
+
Visit our [playground](https://playground.li.fi) to see how you can customize your [LI.FI Widget](https://www.npmjs.com/package/@lifi/widget) experience. Additionaly, see [examples](/examples) folder in this repository.
|
|
79
90
|
|
|
80
91
|
## Documentation
|
|
81
92
|
|
|
82
|
-
[LI.FI Widget Documentation](https://docs.li.fi/integrate-li.fi-widget/li.fi-widget-overview)
|
|
93
|
+
Please visit [LI.FI Widget Documentation](https://docs.li.fi/integrate-li.fi-widget/li.fi-widget-overview).
|
|
94
|
+
|
|
95
|
+
## Contributing Translations
|
|
96
|
+
|
|
97
|
+
We appreciate your interest in helping translate our project!
|
|
98
|
+
|
|
99
|
+
If you'd like to contribute translations, please visit our Crowdin project page at [Crowdin LI.FI Widget](https://crowdin.com/project/lifi-widget). Register on Crowdin and you can start translating the project into your preferred language. Your contributions will help make our project accessible to a wider audience around the world.
|
|
100
|
+
|
|
101
|
+
Thank you for your support!
|
|
83
102
|
|
|
84
103
|
## Changelog
|
|
85
104
|
|
package/_esm/config/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@lifi/widget";
|
|
2
|
-
export declare const version = "3.0.
|
|
2
|
+
export declare const version = "3.0.2";
|
package/_esm/config/version.js
CHANGED
package/config/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = '@lifi/widget';
|
|
2
|
-
export const version = '3.0.
|
|
2
|
+
export const version = '3.0.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/widget",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./_esm/index.js",
|