@rango-dev/widget-embedded 0.15.0 → 0.17.0
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 +1 -26
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,4 @@
|
|
|
1
|
-
# [0.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* add presets from v1 ([c7d75df](https://github.com/rango-exchange/rango-client/commit/c7d75dff53f02d6df0a399bb0e58462af707a73e))
|
|
7
|
-
* add reject modal for experimental suggest chain ([25be5ae](https://github.com/rango-exchange/rango-client/commit/25be5aec8791f46ff9b93b052a9d5fb5d568e167))
|
|
8
|
-
* add suggest and connect to wallet for experimental chain ([0002e69](https://github.com/rango-exchange/rango-client/commit/0002e69da90c58a00cbd50ca8ad601a12ed0e77a))
|
|
9
|
-
* error in wallet-connect projectId ([6ae70ae](https://github.com/rango-exchange/rango-client/commit/6ae70aea325432e99a22d2969901698f09c72bdf))
|
|
10
|
-
* fix dynamic content issue in crowdin ([481ce06](https://github.com/rango-exchange/rango-client/commit/481ce06496353fce094496da21edc98dac61e1b2))
|
|
11
|
-
* fix retry logic in failed swaps ([2efcef1](https://github.com/rango-exchange/rango-client/commit/2efcef1779a33aa0ea65d4f17f3d443c218e2be1))
|
|
12
|
-
* input outlines & blockchains displayNames ([079afc1](https://github.com/rango-exchange/rango-client/commit/079afc1c9e84d35de078a87121a83777176c3bd4))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* custom colors for presets (style sidebar) ([5268162](https://github.com/rango-exchange/rango-client/commit/52681624732e542f9841f5963d61e7f9778c78cd))
|
|
18
|
-
* don't show safe when not injected ([3e32420](https://github.com/rango-exchange/rango-client/commit/3e324208d9dcc8d11267a37bf6df84547975c1bf))
|
|
19
|
-
* implement default chain/token/amount section to playground ([5649fb9](https://github.com/rango-exchange/rango-client/commit/5649fb96f6bdd7de1f78386b7960cdf1c83fb8ad))
|
|
20
|
-
* implement liquidity sources for playground ([84ed7f0](https://github.com/rango-exchange/rango-client/commit/84ed7f05369b2e7bdc85b8c81b7ffa62a6d49a39))
|
|
21
|
-
* implement supportedBlockchain in playground ([f960036](https://github.com/rango-exchange/rango-client/commit/f960036099415b8a0d08e9118ab3636e802ca63a))
|
|
22
|
-
* implement supportedTokens for playground ([f0967cb](https://github.com/rango-exchange/rango-client/commit/f0967cb0b0b0cc1d41a98ae3f845c3975495a9b8))
|
|
23
|
-
* implement Themes section in Style for playground ([c32bf10](https://github.com/rango-exchange/rango-client/commit/c32bf10ee0dded5a92a33305a06202435eb55b6b))
|
|
24
|
-
* keep user history for selected chains ([c27a06d](https://github.com/rango-exchange/rango-client/commit/c27a06d76734c9c0e2b97c62ce83464f9b684547))
|
|
25
|
-
* setup crowdin localization ([4642e6a](https://github.com/rango-exchange/rango-client/commit/4642e6a60e647dfc0953e6f7aaf519b59d415d2e))
|
|
26
|
-
* support multi languages ([551e8ef](https://github.com/rango-exchange/rango-client/commit/551e8ef93786a92a950bd54a2b8af24bad0259a1))
|
|
1
|
+
# [0.17.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.16.0...widget-embedded@0.17.0) (2023-11-08)
|
|
27
2
|
|
|
28
3
|
|
|
29
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/widget-embedded",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lingui/core": "4.2.1",
|
|
21
21
|
"@lingui/react": "4.2.1",
|
|
22
|
-
"@rango-dev/provider-all": "^0.
|
|
23
|
-
"@rango-dev/queue-manager-core": "^0.
|
|
24
|
-
"@rango-dev/queue-manager-rango-preset": "^0.
|
|
25
|
-
"@rango-dev/queue-manager-react": "^0.
|
|
26
|
-
"@rango-dev/ui": "^0.
|
|
27
|
-
"@rango-dev/wallets-react": "^0.
|
|
28
|
-
"@rango-dev/wallets-shared": "^0.
|
|
22
|
+
"@rango-dev/provider-all": "^0.22.0",
|
|
23
|
+
"@rango-dev/queue-manager-core": "^0.22.0",
|
|
24
|
+
"@rango-dev/queue-manager-rango-preset": "^0.22.0",
|
|
25
|
+
"@rango-dev/queue-manager-react": "^0.22.0",
|
|
26
|
+
"@rango-dev/ui": "^0.22.0",
|
|
27
|
+
"@rango-dev/wallets-react": "^0.8.0",
|
|
28
|
+
"@rango-dev/wallets-shared": "^0.21.0",
|
|
29
29
|
"bignumber.js": "^9.1.1",
|
|
30
30
|
"copy-to-clipboard": "^3.3.3",
|
|
31
31
|
"dayjs": "^1.11.7",
|