@rango-dev/wallets-react 0.48.1-next.6 → 0.49.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/CHANGELOG.md +0 -343
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/wallets-react",
3
- "version": "0.48.1-next.6",
3
+ "version": "0.49.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -38,9 +38,9 @@
38
38
  "@hub3js/std": "^0.4.0",
39
39
  "@hub3js/sui": "^0.4.0",
40
40
  "@hub3js/tvm": "^0.4.0",
41
- "@rango-dev/internal-blockchains": "^0.1.1-next.3",
41
+ "@rango-dev/internal-blockchains": "^0.2.0",
42
42
  "@rango-dev/logging-core": "^0.14.0",
43
- "@rango-dev/wallets-core": "^0.61.1-next.3",
43
+ "@rango-dev/wallets-core": "^0.62.0",
44
44
  "caip": "^1.1.1",
45
45
  "rango-types": "^0.5.0",
46
46
  "ts-results": "^3.3.0"
@@ -53,4 +53,4 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  }
56
- }
56
+ }
package/CHANGELOG.md DELETED
@@ -1,343 +0,0 @@
1
- # [0.48.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.47.0...wallets-react@0.48.0) (2026-08-18)
2
-
3
-
4
- ### Features
5
-
6
- * support UTXO namespace derivation paths in hub connect ([13be2ed](https://github.com/rango-exchange/rango-client/commit/13be2edddf582913b6dd7f986be8654b55df9bfc))
7
-
8
-
9
-
10
- # [0.47.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.46.0...wallets-react@0.47.0) (2026-07-07)
11
-
12
-
13
- ### Bug Fixes
14
-
15
- * add wallet error logging ([a0a57bd](https://github.com/rango-exchange/rango-client/commit/a0a57bd733f5920f99c38fed92092143c7720a9a))
16
-
17
-
18
- ### Features
19
-
20
- * migrate ctrl(formerly xdefi) wallet ([c621ee8](https://github.com/rango-exchange/rango-client/commit/c621ee85eb9c6ee4ca548e0fbf5bd8b3e285513c))
21
- * remove Cosmos blockchain support ([2b51ea3](https://github.com/rango-exchange/rango-client/commit/2b51ea3aa202f3ea049492ed90d00d97c552a490))
22
- * **wallets:** migrate provider-safe to hub3 ([2e409e7](https://github.com/rango-exchange/rango-client/commit/2e409e795d0bb8b975e359fa96acc6ecfe084cbb))
23
-
24
-
25
-
26
- # [0.46.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.45.1...wallets-react@0.46.0) (2026-05-31)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * fix build ([f83d9c9](https://github.com/rango-exchange/rango-client/commit/f83d9c9c8d23aba3c428e971939992ae7e4b15d9))
32
-
33
-
34
- ### Features
35
-
36
- * add stellar namespace to wallets core ([c72f4d8](https://github.com/rango-exchange/rango-client/commit/c72f4d833703e11ef082e628f13cfa25fcf72966))
37
- * add zcash chain to utxo namespace and make formatAccountsToCAIP reusable ([4e67ee5](https://github.com/rango-exchange/rango-client/commit/4e67ee5ea539b841a42e7a0fae220fa5ece482c9))
38
- * migrated tonconnect to the hub ([e525841](https://github.com/rango-exchange/rango-client/commit/e525841665ddeaa4bf72620ede54ad5e7e1328e6))
39
-
40
-
41
-
42
- ## [0.45.1](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.45.0...wallets-react@0.45.1) (2026-05-02)
43
-
44
-
45
-
46
- # [0.45.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.44.0...wallets-react@0.45.0) (2026-04-29)
47
-
48
-
49
-
50
- # [0.44.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.43.0...wallets-react@0.44.0) (2025-12-30)
51
-
52
-
53
- ### Features
54
-
55
- * integrating xrpl blockchain ([d3f1dc7](https://github.com/rango-exchange/rango-client/commit/d3f1dc7271be0232b99fac25c20d8df853272ee9))
56
-
57
-
58
-
59
- # [0.43.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.42.0...wallets-react@0.43.0) (2025-12-15)
60
-
61
-
62
- ### Features
63
-
64
- * implement suggest action for hub ([c23ca71](https://github.com/rango-exchange/rango-client/commit/c23ca7174cfa388870006482c177c778a047ca58))
65
- * migrate keplr to the hub ([4e28340](https://github.com/rango-exchange/rango-client/commit/4e283407af7957969a6ae7f0e4531c305fad968f))
66
-
67
-
68
-
69
- # [0.42.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.41.0...wallets-react@0.42.0) (2025-12-09)
70
-
71
-
72
- ### Features
73
-
74
- * add `starknet` namespace to the hub ([b500da5](https://github.com/rango-exchange/rango-client/commit/b500da5f2191c31be69119514865b6f9245968e5))
75
- * add cosmos namespace to the hub ([2b1539f](https://github.com/rango-exchange/rango-client/commit/2b1539ff01b6c270503a5d84fccaee064592a367))
76
-
77
-
78
-
79
- # [0.41.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.40.1...wallets-react@0.41.0) (2025-12-02)
80
-
81
-
82
- ### Features
83
-
84
- * add tron namespace ([4a2fb70](https://github.com/rango-exchange/rango-client/commit/4a2fb70c2311dd7d451e2eafa8f0e29c5b30bbce))
85
-
86
-
87
-
88
- ## [0.40.1](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.40.0...wallets-react@0.40.1) (2025-11-22)
89
-
90
-
91
-
92
- # [0.38.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.37.0...wallets-react@0.38.0) (2025-10-29)
93
-
94
-
95
- ### Features
96
-
97
- * add hub provider to widget config wallets ([79b2b13](https://github.com/rango-exchange/rango-client/commit/79b2b136480e0600fa918c5092f3e245bd4e39eb))
98
-
99
-
100
- ### Reverts
101
-
102
- * Revert "feat: implement deep linking" ([a0b0edc](https://github.com/rango-exchange/rango-client/commit/a0b0edcc052bfea69af2037b73c0bb6a9b38c2a9))
103
-
104
-
105
-
106
- # [0.37.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.36.0...wallets-react@0.37.0) (2025-09-29)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * connect queue precalling ([b421f62](https://github.com/rango-exchange/rango-client/commit/b421f62252f5fdbb023ba6732c2fca6d3670376a))
112
-
113
-
114
- ### Features
115
-
116
- * add single selection to detached modal ([07c7d44](https://github.com/rango-exchange/rango-client/commit/07c7d44ffd3def69e83c54d988c1279ac68d5889))
117
- * migrate ledger provider to use hub ([a114101](https://github.com/rango-exchange/rango-client/commit/a114101bd9c317ec5c82c6146a6e88813bcbebf3))
118
-
119
-
120
-
121
- # [0.36.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.35.0...wallets-react@0.36.0) (2025-09-06)
122
-
123
-
124
- ### Features
125
-
126
- * implement deep linking ([1dec48e](https://github.com/rango-exchange/rango-client/commit/1dec48e4db944977fb6d3797d7aa49527940fab6))
127
-
128
-
129
-
130
- # [0.35.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.34.0...wallets-react@0.35.0) (2025-08-19)
131
-
132
-
133
-
134
- # [0.34.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.33.0...wallets-react@0.34.0) (2025-08-05)
135
-
136
-
137
- ### Features
138
-
139
- * implement canSwitchNetwork for hub providers ([5a4eced](https://github.com/rango-exchange/rango-client/commit/5a4eced221046b5474176aca7c569092e36f1bde))
140
-
141
-
142
-
143
- # [0.33.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.32.0...wallets-react@0.33.0) (2025-07-22)
144
-
145
-
146
- ### Bug Fixes
147
-
148
- * abort all namespace connections if user rejects one connect request ([5824a96](https://github.com/rango-exchange/rango-client/commit/5824a96c8c9d8075c730a19de3b78caccbb04778))
149
-
150
-
151
- ### Features
152
-
153
- * add derivation path to swap wallets ([0728ac4](https://github.com/rango-exchange/rango-client/commit/0728ac40a67f648d254db2461627b7cd408a28c5))
154
-
155
-
156
- ### Reverts
157
-
158
- * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
159
-
160
-
161
-
162
- # [0.31.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.30.1...wallets-react@0.31.0) (2025-06-09)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * add has method to the namespace proxy ([ee74628](https://github.com/rango-exchange/rango-client/commit/ee7462881c27fbf42fae374064362293f5f92765))
168
- * avoid hub recreation ([2e5fc07](https://github.com/rango-exchange/rango-client/commit/2e5fc07bc0952d1d98b828d7e70a892034bb99b8))
169
- * fix incorrect state after connecting evm namespace on hub wallets ([778bba9](https://github.com/rango-exchange/rango-client/commit/778bba9ca33ca8cce1a98bb3dcff81fa55a6d6a9))
170
- * run connect namespaces sequentially when connect of adapter called separately ([087a94e](https://github.com/rango-exchange/rango-client/commit/087a94e012525609dee75b053db2ce3ee444aa18))
171
-
172
-
173
- ### Features
174
-
175
- * add namespace connect and disconnect and get state ([dcbabb0](https://github.com/rango-exchange/rango-client/commit/dcbabb0c2b81932312b3b76975af2ad558439869))
176
- * add new states for wallet buttons ([d337aee](https://github.com/rango-exchange/rango-client/commit/d337aeed2315173a7820d3adedb412a4a1704fcd))
177
-
178
-
179
-
180
- ## [0.30.1](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.30.0...wallets-react@0.30.1) (2025-05-04)
181
-
182
-
183
-
184
- # [0.30.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.29.0...wallets-react@0.30.0) (2025-04-30)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * optional namespace removal to prevent error for wallets without autoconnect ([2d20f87](https://github.com/rango-exchange/rango-client/commit/2d20f87820f59abb082770731ee0c64b309d800e))
190
- * rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
191
-
192
-
193
- ### Features
194
-
195
- * add can eager connect to namespaces ([16b4792](https://github.com/rango-exchange/rango-client/commit/16b4792f877b565ccf767be22ebe14fa79ddd8c6))
196
- * update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
197
-
198
-
199
-
200
- # [0.29.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.28.0...wallets-react@0.29.0) (2025-03-11)
201
-
202
-
203
- ### Features
204
-
205
- * add bitcoin signer for phantom on hub ([750124e](https://github.com/rango-exchange/rango-client/commit/750124e693753078abb537d4043964e2eebdbc01))
206
- * add sui namespace support for widget ([990d4c3](https://github.com/rango-exchange/rango-client/commit/990d4c32e7ad674c01140ca0bd557d541c596bbb))
207
-
208
-
209
-
210
- # [0.28.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.27.0...wallets-react@0.28.0) (2025-02-23)
211
-
212
-
213
- ### Bug Fixes
214
-
215
- * fix frozen accounts array ([5438438](https://github.com/rango-exchange/rango-client/commit/54384388239adafc35e7d7b1afbb58ff6f6a0d79))
216
- * fix hub problems with wallets config ([822f209](https://github.com/rango-exchange/rango-client/commit/822f209d5e013ef4cc05f23c9b5f33acba336fcc))
217
- * fix incorrect default install link for wallets ([09fee13](https://github.com/rango-exchange/rango-client/commit/09fee1314dc20ba84935ed8ac7d7674619b055a2))
218
- * fix incorrect wallet state after switch account ([5ee5dda](https://github.com/rango-exchange/rango-client/commit/5ee5dda42a31a0630462be3ec56ce45f9992f916))
219
- * make connect namespaces sequential ([b430c56](https://github.com/rango-exchange/rango-client/commit/b430c561197fdcf34a710581c345c31f0c596636))
220
- * make hub compatible with external wallets ([316f18c](https://github.com/rango-exchange/rango-client/commit/316f18c4b270b5e94b7e475d6bf7922cdcc9c712))
221
- * remove connected wallet on namespace disconnect ([4f0be8a](https://github.com/rango-exchange/rango-client/commit/4f0be8a1eab99af9e6077b7c8c45fdfc6d40f4e9))
222
- * remove namespace from storage on auto connect failure ([6b6504f](https://github.com/rango-exchange/rango-client/commit/6b6504f32f34041f5c33ef3348a244d32bffe399))
223
- * update connected namespaces in storage on switch account ([782ec1d](https://github.com/rango-exchange/rango-client/commit/782ec1d1624fd9305c3bcf4ba0254ecbcdcdb2a2))
224
-
225
-
226
- ### Features
227
-
228
- * add an adapter for Hub for wallets-react and enabling Hub by default. ([a14bdf9](https://github.com/rango-exchange/rango-client/commit/a14bdf9619e448bc4568d6b758ca86d2359e1740))
229
- * add disconnect all to hub adapter ([c9934cc](https://github.com/rango-exchange/rango-client/commit/c9934cc1ab883b6de6309be6225e5d590e6e5bf6))
230
- * introducing store events for hub and fix switching accounts using that ([ba95ba2](https://github.com/rango-exchange/rango-client/commit/ba95ba2584f41e2a4b4b2984a62c737ab74d7cd8))
231
- * storing network alongside namespace for hub localstorage ([c5437fa](https://github.com/rango-exchange/rango-client/commit/c5437fa0f5117d9d762358cf7cf8ca4627c43406))
232
-
233
-
234
-
235
- # [0.27.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.26.0...wallets-react@0.27.0) (2024-12-30)
236
-
237
-
238
-
239
- # [0.26.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.25.0...wallets-react@0.26.0) (2024-11-27)
240
-
241
-
242
-
243
- # [0.25.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.24.0...wallets-react@0.25.0) (2024-11-12)
244
-
245
-
246
-
247
- # [0.24.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.23.0...wallets-react@0.24.0) (2024-10-12)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * bump sdk and fix type issues ([d442208](https://github.com/rango-exchange/rango-client/commit/d4422083bf5dd27d5f509ce1db7f9560d05428c8))
253
-
254
-
255
- ### Performance Improvements
256
-
257
- * lazy load signer packages ([7b88f18](https://github.com/rango-exchange/rango-client/commit/7b88f1834f7b29b4b81ab6c81a07bb88e8ccf55c))
258
-
259
-
260
-
261
- # [0.23.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.22.0...wallets-react@0.23.0) (2024-09-10)
262
-
263
-
264
-
265
- # [0.22.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.21.1...wallets-react@0.22.0) (2024-08-11)
266
-
267
-
268
-
269
- ## [0.21.1](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.21.0...wallets-react@0.21.1) (2024-07-14)
270
-
271
-
272
-
273
- # [0.21.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.19.0...wallets-react@0.21.0) (2024-07-09)
274
-
275
-
276
- ### Features
277
-
278
- * add a modal for setting custom derivation path for ledger ([5b74ec0](https://github.com/rango-exchange/rango-client/commit/5b74ec049393ed74e3e7547edc72b68bd70b7dce))
279
-
280
-
281
-
282
- # [0.20.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.19.0...wallets-react@0.20.0) (2024-06-01)
283
-
284
-
285
-
286
- # [0.19.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.18.0...wallets-react@0.19.0) (2024-05-14)
287
-
288
-
289
- ### Features
290
-
291
- * add solana to ledger ([77b6695](https://github.com/rango-exchange/rango-client/commit/77b6695758165f9258a0ba5bd3b2cf39b0b2aab5))
292
-
293
-
294
-
295
- # [0.18.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.17.0...wallets-react@0.18.0) (2024-04-24)
296
-
297
-
298
-
299
- # [0.17.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.16.0...wallets-react@0.17.0) (2024-04-23)
300
-
301
-
302
-
303
- # [0.16.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.15.0...wallets-react@0.16.0) (2024-04-09)
304
-
305
-
306
-
307
- # [0.15.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.14.0...wallets-react@0.15.0) (2024-03-12)
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * fix wallet connect namespace and switch network ([c8f31b3](https://github.com/rango-exchange/rango-client/commit/c8f31b3ddf4ceeaf745bc089f530b6a4b1eb9637))
313
-
314
-
315
-
316
- # [0.14.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.13.0...wallets-react@0.14.0) (2024-02-20)
317
-
318
-
319
-
320
- # [0.13.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.12.0...wallets-react@0.13.0) (2024-02-07)
321
-
322
-
323
-
324
- # [0.12.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.11.0...wallets-react@0.12.0) (2024-01-22)
325
-
326
-
327
- ### Bug Fixes
328
-
329
- * cleanup wallets' subscriber when setProvider get null ([88d6a42](https://github.com/rango-exchange/rango-client/commit/88d6a423c49b34b3d9ff567e22df36c3b009bb76))
330
-
331
-
332
-
333
- # [0.11.0](https://github.com/rango-exchange/rango-client/compare/wallets-react@0.10.0...wallets-react@0.11.0) (2023-12-24)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * fix HMR for widget and playground ([8524820](https://github.com/rango-exchange/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
339
- * handle safe wallet in widget ([52fcca4](https://github.com/rango-exchange/rango-client/commit/52fcca49315f7e2edb4655ae7b9cd0792c2800d7))
340
- * handle switch network flow for wallet-connect ([8c4a17b](https://github.com/rango-exchange/rango-client/commit/8c4a17b47b2919820a4e0726f6d1c48b8994abe3))
341
-
342
-
343
-