Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 07:51
f9a9d64

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]: