@rango-dev/ui 0.18.0 → 0.19.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 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +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
|
-
* fix dynamic content issue in crowdin ([481ce06](https://github.com/rango-exchange/rango-client/commit/481ce06496353fce094496da21edc98dac61e1b2))
|
|
8
|
-
* input outlines & blockchains displayNames ([079afc1](https://github.com/rango-exchange/rango-client/commit/079afc1c9e84d35de078a87121a83777176c3bd4))
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Features
|
|
12
|
-
|
|
13
|
-
* custom colors for presets (style sidebar) ([5268162](https://github.com/rango-exchange/rango-client/commit/52681624732e542f9841f5963d61e7f9778c78cd))
|
|
14
|
-
* implement default chain/token/amount section to playground ([5649fb9](https://github.com/rango-exchange/rango-client/commit/5649fb96f6bdd7de1f78386b7960cdf1c83fb8ad))
|
|
15
|
-
* implement Themes section in Style for playground ([c32bf10](https://github.com/rango-exchange/rango-client/commit/c32bf10ee0dded5a92a33305a06202435eb55b6b))
|
|
16
|
-
* setup crowdin localization ([4642e6a](https://github.com/rango-exchange/rango-client/commit/4642e6a60e647dfc0953e6f7aaf519b59d415d2e))
|
|
17
|
-
* support multi languages ([551e8ef](https://github.com/rango-exchange/rango-client/commit/551e8ef93786a92a950bd54a2b8af24bad0259a1))
|
|
1
|
+
# [0.19.0](https://github.com/rango-exchange/rango-client/compare/ui@0.18.0...ui@0.19.0) (2023-11-08)
|
|
18
2
|
|
|
19
3
|
|
|
20
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@radix-ui/react-radio-group": "^1.1.1",
|
|
66
66
|
"@radix-ui/react-switch": "^1.0.1",
|
|
67
67
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
68
|
-
"@rango-dev/wallets-shared": "^0.
|
|
68
|
+
"@rango-dev/wallets-shared": "^0.19.0",
|
|
69
69
|
"@stitches/react": "^1.2.8",
|
|
70
70
|
"rango-sdk": "^0.1.35",
|
|
71
71
|
"react-virtualized-auto-sizer": "^1.0.7",
|