Patch Changes
-
#3207
3bfbbb9
Thanks @magiziz! - Introduced a new feature with an option to enable the terms of service and/or privacy policy checkbox.Example usage
import { createAppKit } from '@reown/appkit/react' import { mainnet } from '@reown/appkit/networks' const modal = createAppKit({ adapters: [ /* adapters */ ], networks: [mainnet], defaultNetwork: mainnet, projectId: 'YOUR_PROJECT_ID', features: { legalCheckbox: true // Optional - defaults to false }, termsConditionsUrl: '...', privacyPolicyUrl: '...' })
-
#3179
ffb30d3
Thanks @zoruka! - Fixes for improving SIWX initialization and flows -
#3197
879ad0a
Thanks @enesozturk! - Refactors Vue hooks to listen state as expected -
Updated dependencies [
3bfbbb9
,ffb30d3
,879ad0a
]:- @reown/[email protected]
- @reown/[email protected]