-
-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: TxnLab/use-wallet
base: v3.11.1
head repository: TxnLab/use-wallet
compare: v3.12.0
- 12 commits
- 52 files changed
- 4 contributors
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b4d34b8 - Browse repository at this point
Copy the full SHA b4d34b8View commit details -
fix(renovate): exclude Defly and Pera Connect from auto-updates
The latest versions of Defly Connect and Pera Connect require `algosdk` v3. I'll revert this change to the Renovate config as part of the v4.0.0 stable release, when we migrate to `algosdk` v3.
Configuration menu - View commit details
-
Copy full SHA for 2c49520 - Browse repository at this point
Copy the full SHA 2c49520View commit details -
chore(deps): update wallet dependencies (#333)
Update @walletconnect/sign-client from 2.17.2 to 2.17.3 Update @magic-ext/algorand from 23.18.0 to 23.20.0 Update magic-sdk from 28.19.0 to 28.21.0 Update @magic-sdk/provider from 28.18.0 to 28.20.0
Configuration menu - View commit details
-
Copy full SHA for 6416164 - Browse repository at this point
Copy the full SHA 6416164View commit details -
chore(deps): update non-major dependencies, refactor test configs (#334)
* chore(deps): update non-major dependencies * refactor(config): separate Vite and Vitest configurations Split test configuration into dedicated `vitest.config.ts` files to resolve TypeScript errors after Vite/Vitest upgrade. Move test-specific config from `vite.config.ts` to `vitest.config.ts` files.
Configuration menu - View commit details
-
Copy full SHA for 3172422 - Browse repository at this point
Copy the full SHA 3172422View commit details -
chore(deps): update dependency vite to v6.0.7 (#325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 28d5ebf - Browse repository at this point
Copy the full SHA 28d5ebfView commit details -
chore(deps): update dependency typescript to v5.7.2 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a0a6a03 - Browse repository at this point
Copy the full SHA a0a6a03View commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4e138ba - Browse repository at this point
Copy the full SHA 4e138baView commit details
Commits on Jan 17, 2025
-
feat(*): replace isReconnecting with unified isReady state (#335)
* feat(*): add isReady state to track manager initialization Add `managerStatus` to track wallet manager initialization state and expose `isReady` getter in React, Vue, and Solid implementations. This allows consumers to know when the wallet manager has completed initialization and is ready for use. - Add `managerStatus` to `State` type and `defaultState` - Add `status` and `isReady` getters to `WalletManager` class - Remove `isReconnecting` from React implementation (see PR #330) - Add `isReady` to all framework implementations - Add tests for `isReady` behavior * docs(react): update isReady state documentation Replace `isReconnecting` with `isReady` in React quick start guide to reflect the new unified approach to wallet manager initialization state across all framework implementations. Update example code and description to be more descriptive and user-friendly.
Configuration menu - View commit details
-
Copy full SHA for fe252c9 - Browse repository at this point
Copy the full SHA fe252c9View commit details -
test(react): wrap state updates in act() with async/await (#336)
Fix React testing warnings by properly wrapping state updates and effects in `act()` with `async`/`await`. This ensures all state updates and side effects complete before making assertions. - Make test functions async where needed - Wrap renders and state updates in `act(async () => {...})` - Add small delays where needed for effects to complete - Fix `setActive` and `setActiveAccount` test implementation - Simplify store state change test assertions
Configuration menu - View commit details
-
Copy full SHA for 6bcfc67 - Browse repository at this point
Copy the full SHA 6bcfc67View commit details -
chore(deps): update dependency pnpm to v9.15.4 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a43c096 - Browse repository at this point
Copy the full SHA a43c096View commit details -
chore(deps): lock file maintenance (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8caa5ac - Browse repository at this point
Copy the full SHA 8caa5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1926e3d - Browse repository at this point
Copy the full SHA 1926e3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.11.1...v3.12.0