Skip to content

v10.0.0

Compare
Choose a tag to compare
@chaitanyapotti chaitanyapotti released this 22 May 14:24
· 27 commits to master since this release

🚀 Web3Auth PnP SDK v10 Released!

Web3Auth v10 is here — a major update focused on simplicity, flexibility, and speed for all developers.

Highlights

  • Unified SDK: One @web3auth/modal package supports both pre-built modal and custom UI flows.
  • Modernized React: Hooks-based API (@web3auth/modal/react) for a cleaner, faster React experience.
  • Modernized Vue: Composables based API (@web3auth/modal/vue) for a cleaner, faster Vue experience.
  • Dashboard-Driven Config: Manage connections, chains, smart accounts, UI, and wallet features visually on the Web3Auth Dashboard.
  • Easier Auth & Logins: Toggle authentication and customize login flows directly from the dashboard.
  • Native SSR Support: Authenticate users before rendering for better performance and SEO.
  • Less Boilerplate: Faster setup, more readable code, and easier maintenance.

Migration & Deprecations

  • Deprecated: @web3auth/base, @web3auth/auth-adapter, @web3auth/account-abstraction-provider, and chain-specific providers.
  • Terminology: “Verifiers” are now “authConnections” with verifierId as authConnectionId.
  • Migration Guide: v9 → v10 Migration

Get Started

What's Changed

New Contributors

Full Changelog: v9.6.1...v10.0.0