@rango-dev/ui 0.44.0 → 0.44.1-next.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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [0.44.0](https://github.com/rango-exchange/rango-client/compare/ui@0.43.0...ui@0.44.0) (2025-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add cookie icon ([9538a97](https://github.com/rango-exchange/rango-client/commit/9538a97ed27049226c364e1f09e441a8217d3724))
|
|
7
|
+
* resolve error in clickable wallet component ([7e15e1f](https://github.com/rango-exchange/rango-client/commit/7e15e1fa20ddee5ffe37bddd13d12059e8dbc953))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add fee details modal in widget full-expanded mode ([9e9b2a9](https://github.com/rango-exchange/rango-client/commit/9e9b2a9d4737176675129aaac0ffea6cdc07be35))
|
|
13
|
+
* add money bag icon ([23f3961](https://github.com/rango-exchange/rango-client/commit/23f3961fe84f854ae71a8ccf2ff42a20b6e4f287))
|
|
14
|
+
* add number blocks icon ([57808ae](https://github.com/rango-exchange/rango-client/commit/57808ae62af95e3c1472a88e05ad2c360f3c7c0d))
|
|
15
|
+
* add pencil icon ([282307b](https://github.com/rango-exchange/rango-client/commit/282307bc04aa725df4ea4e50968c7a25d2b0cb2b))
|
|
16
|
+
* add route time warning for slow routes ([9a913f6](https://github.com/rango-exchange/rango-client/commit/9a913f65deffc9877ebeb4dea24071613ed313fe))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
# [0.43.0](https://github.com/rango-exchange/rango-client/compare/ui@0.42.0...ui@0.43.0) (2024-12-30)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.44.0",
|
|
3
|
+
"version": "0.44.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@radix-ui/react-select": "^2.0.0",
|
|
54
54
|
"@radix-ui/react-switch": "^1.0.1",
|
|
55
55
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
56
|
-
"@rango-dev/wallets-shared": "^0.42.0",
|
|
56
|
+
"@rango-dev/wallets-shared": "^0.42.1-next.0",
|
|
57
57
|
"@stitches/react": "^1.2.8",
|
|
58
58
|
"copy-to-clipboard": "^3.3.3",
|
|
59
59
|
"rango-types": "^0.1.78",
|