Skip to content

Releases: EveripediaNetwork/iq-login

v8.0.2

13 Feb 15:40
8833170

Choose a tag to compare

Patch Changes

  • 7e147df: Add useEnsureCorrectChain hook to standardize wallet network enforcement in dApps.

    This hook introduces a unified status state machine (idlewrong-networkswitchingcorrect) for managing connected wallet chain state. It includes utilities for programmatic network switching, dismissal handling, and an optional onStatusChange callback for reacting to status transitions. Documentation has been added to the README with usage examples and API reference.

v8.0.1

03 Feb 18:07
e630327

Choose a tag to compare

Patch Changes

  • 2a9c9ee: Fixes an issue where the app could crash during server-side rendering due to browser-only APIs being accessed on the server.

    Wagmi connectors are now only initialized in the browser, preventing indexedDB-related errors during SSR and avoiding unhandled rejections in Next.js.

v8.0.0

23 Apr 04:52
809b890

Choose a tag to compare

Major Changes

Patch Changes

  • 28292ae: Implements multichain support for web3auth

v7.1.4

26 Feb 04:55
24fa3fe

Choose a tag to compare

Patch Changes

  • da10baa: Mades disable auth on iq login provider and uses it to avoid use auth to trigger wallet sign

v7.1.3

25 Feb 08:19
6c6c60c

Choose a tag to compare

Patch Changes

  • e9d45c0: Fixes redirect not happening on disabled state

v7.1.2

25 Feb 07:51
5f53c0c

Choose a tag to compare

Patch Changes

  • f7450eb: Attempts to trigger redirect only once

v7.1.1

25 Feb 06:34
e09526a

Choose a tag to compare

Patch Changes

  • 0b8b0a1: Fixes clip-path in svg to clipPath to respect react rules

v7.1.0

25 Feb 06:27
684bb8c

Choose a tag to compare

Minor Changes

  • aa471d9: Adds wallet connect back and improves login element ui

v7.0.13

02 Jan 07:43
b4dc356

Choose a tag to compare

Patch Changes

  • 7896a99: Removes getWagmiConfig export

v7.0.12

02 Jan 07:31
a6f4e5c

Choose a tag to compare

Patch Changes

  • 945a5ba: Removes metamask connector
  • 9e04ae7: update api back to passing cookie to provider