The release notes for our @privy-io/wagmi SDK.

1.0.3

Improvements

  • Upgrade minimum peer dependency versions
1.0.2

Other Changes

  • Internal build improvements
1.0.1

Bug Fixes

  • Fix race condition affecting reconnect after previously logging out
1.0.0

Improvements

  • Update @privy-io/react-auth peer dependency to v2
0.2.13

Improvements

  • Add support for react v19
0.2.12

Other Changes

  • Minor internal updates
0.2.11

Improvements

  • Update internal typescript dependency to 5.5
0.2.10

Improvements

  • Improve support for SSR
0.2.9

Other Changes

  • Revert automatic chain switch for unsupported networks
0.2.8

Other Changes

  • Switch chain upon connection for wallets not connected to one of wagmi’s supported chains when using setActiveWalletForWagmi
0.2.7

Other Changes

  • Set wagmi connected wallet on privy connect wallet
0.2.6

Improvements

  • Update minimum required @privy/react-auth version to fix reconnection issues
0.2.5

Bug Fixes

  • Fix issues with wagmi disconnect shim
  • Fix issue with useSwitchChain stuck in isPending state

Other Changes

  • Allow apps to filter wallets that get passed to wagmi using setActiveWalletForWagmi
0.2.4

Improvements

  • Improve reconnect timing logic

Other Changes

  • Prioritize a login wallet over an embedded wallet if a user has both
0.2.3

Improvements

  • Add experimental useEmbeddedSmartAccountConnector hook to support AA integrations

Bug Fixes

  • Fix embedded wallet reconnection issues
0.2.2

Bug Fixes

  • Ensure active wallet/connection in wagmi gets set to latest connected wallet

Other Changes

  • Default to ssr: true in wagmi createConfig
0.2.1

Bug Fixes

  • Fix for setActiveWallet
0.2.0
Breaking Changes
  • BREAKING CHANGE: Drop support for CommonJS to align with wagmi
0.1.1

Bug Fixes

  • Fix MM prompt on setActiveWallet
0.1.0

Other Changes

  • Initial release with support for wagmi v2