|
| 1 | +# [5.0.0-rc.1](https://github.com/TxnLab/use-wallet/compare/v4.6.0...v5.0.0-rc.1) (2026-03-08) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **core:** add setActiveAccount to AdapterStoreAccessor ([232fec9](https://github.com/TxnLab/use-wallet/commit/232fec90c8486fbecd00f1b097e2c9051d29021e)) |
| 7 | +* **core:** disconnect incompatible wallets on network switch ([dbc708d](https://github.com/TxnLab/use-wallet/commit/dbc708de78e056d77bb0da024d305565bab40cf4)) |
| 8 | +* **core:** make CustomProvider.connect optional to match runtime behavior ([ab8dddc](https://github.com/TxnLab/use-wallet/commit/ab8dddcb0143031ddc9d825526ffd9506fdc220a)) |
| 9 | +* **deps:** upgrade @tanstack/store packages for React 19 compatibility ([b114d5b](https://github.com/TxnLab/use-wallet/commit/b114d5b918461149a47211d4f6df79032f8cd570)) |
| 10 | +* **examples:** fix a11y warnings and missing favicon in Svelte example ([2912691](https://github.com/TxnLab/use-wallet/commit/2912691ff446f5ee36efe48203672a476b873f9b)) |
| 11 | +* **examples:** suppress Vite version mismatch TS error in Nuxt example ([d41ea32](https://github.com/TxnLab/use-wallet/commit/d41ea324caf03a59bab77b35351fab531d40fd39)) |
| 12 | +* **solid:** fix reactivity in useWallet hook ([e863110](https://github.com/TxnLab/use-wallet/commit/e8631100d2f0c47c5e941dd99fa58cda81f7c663)) |
| 13 | +* **solid:** suppress Vite version mismatch TS error in vitest config ([410a88f](https://github.com/TxnLab/use-wallet/commit/410a88fb4238eed2254cd72d5adb2232a5036178)) |
| 14 | +* **wallets:** fix test import paths after colocation ([341000e](https://github.com/TxnLab/use-wallet/commit/341000e4ab40d4a449b483a80438e699acf4e2b2)) |
| 15 | +* **wallets:** move wallet SDKs from peerDependencies to dependencies ([9ae0ef5](https://github.com/TxnLab/use-wallet/commit/9ae0ef50a8e82949c55a0c686133575b3ac55d13)) |
| 16 | + |
| 17 | + |
| 18 | +### Features |
| 19 | + |
| 20 | +* **core:** add wallet adapter capabilities ([0bd12bb](https://github.com/TxnLab/use-wallet/commit/0bd12bb827938ee414bedd8f485e6896fd6ed5d9)) |
| 21 | +* **core:** rename `resetNetwork` to `persistNetwork` ([951511c](https://github.com/TxnLab/use-wallet/commit/951511cd99864ecc0c5272bd4167f2e696858ad2)) |
| 22 | +* **examples:** rebuild React example for v5 ([7aa2d07](https://github.com/TxnLab/use-wallet/commit/7aa2d0757b77447745e9618b1edc9ca464677926)) |
| 23 | +* **examples:** rebuild React example with Vite v7 ([e70f4a0](https://github.com/TxnLab/use-wallet/commit/e70f4a030da1aea83c5f5ffcccf54aec618a9c4b)) |
| 24 | +* **examples:** rebuild remaining examples with Vite v7 ([60f6db3](https://github.com/TxnLab/use-wallet/commit/60f6db3da16c1fd4428c50f74e437a6317d46a6d)) |
| 25 | +* **examples:** use `availableWallets` for network-filtered wallet lists ([9471d08](https://github.com/TxnLab/use-wallet/commit/9471d087b21931e12bc76fd7fde71ba3b117d785)) |
| 26 | +* **frameworks:** update framework adapters for v5 ([4f9fcbe](https://github.com/TxnLab/use-wallet/commit/4f9fcbe2af84cdbcf98af8327c8541353acfd4e4)) |
| 27 | +* **magic:** upgrade Magic SDK from v28 to v33 ([e7d95e5](https://github.com/TxnLab/use-wallet/commit/e7d95e5a7cc4d8c779fb5d52f1de97d54199b67e)) |
| 28 | +* **pera:** extract wallet adapter package ([974f09e](https://github.com/TxnLab/use-wallet/commit/974f09ec25229373753032d6875b7110b1e4d9aa)) |
| 29 | +* **wallets:** extract all wallet adapter packages ([6c1c1a8](https://github.com/TxnLab/use-wallet/commit/6c1c1a8ca4db841b12a2716883ad70b433278ff7)) |
| 30 | +* **web3auth:** upgrade Web3Auth SDK from v9 to v10 ([46b7cee](https://github.com/TxnLab/use-wallet/commit/46b7cee76422d9bea01d0152fc2c8c7a7fe56300)) |
| 31 | + |
| 32 | + |
| 33 | +### BREAKING CHANGES |
| 34 | + |
| 35 | +* **core:** `resetNetwork` option renamed to `persistNetwork` with |
| 36 | +inverted default. Apps relying on persisted network must now explicitly |
| 37 | +set `persistNetwork: true`. |
0 commit comments