Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 23:37
· 143 commits to master since this release
fef26c2

Patch Changes

  • 7b06737: Use wallet button hooks from base-ui package
  • ba57f75: feat: extract wallet buttons and text labels into separate components
    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the Base* version of WalletConnectButton, WalletDisconnectButton, and WalletMultiButton to inject your own translated labels.
  • 7c6f2e1: feat: hooks that you can use to create custom wallet connection UI components
    Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.