Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.1
Choose a base ref
...
head repository: TxnLab/use-wallet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. feat(*): add custom password prompt for KMD and Mnemonic (#322)

    * feat(*): support customising prompt for KMD password and Mnemonic phrase
    
    There are scenarios where customsing window.prompt are needed:
    - window.prompt isn't supported, for example, on macOS WebKit
    - a better UI to display the message
    To implement this change, I have:
    - add options to customise the prompt to KMD and Mnemonic wallets
    - when the option isn't set, fallback to the default window.prompt
    
    * prettier
    PatrickDinh authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    0cfbc6d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update non-major dependencies (#309)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    33cbf59 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update wallet dependencies (#310)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    8c7a19b View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency pnpm to v9.14.4 (#312)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    2342b8c View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency vite to v6 (#321)

    * chore(deps): update dependency vite to v6
    
    * fix(solid): configure Vite for client-side testing
    
    - Disable SSR in `vite-plugin-solid` to ensure client-side environment
    - Add development and browser conditions to resolve config for proper
    test environment
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Doug Richar <[email protected]>
    renovate[bot] and drichar authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    7c460e5 View commit details
    Browse the repository at this point in the history
  6. chore(deps): lock file maintenance (#306)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    b6feb21 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. chore: release v3.11.0

    drichar committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    9869279 View commit details
    Browse the repository at this point in the history
Loading