Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Releases: EveripediaNetwork/wagmi-magic-connector

v0.8.0

13 Jan 15:03
748f716
Compare
Choose a tag to compare

Minor Changes

  • a5d6191: Updates packages to use latest magic sdk and wagmi core

v0.7.1

19 Oct 18:27
04eee96
Compare
Choose a tag to compare

Patch Changes

  • b19d703: - magic.user.disconnect() is no available for Magic Connect, relying on local storage instead
    • Require email input for connect() flow to continue once modal is open. Otherwise the Magic Connect
      modals appears even if the user quits the process manually.

v0.7.0

17 Oct 14:57
994d5f1
Compare
Choose a tag to compare

Major - Breaking Changes

  • Creation of two classes MagicAuthConnector & MagicConnectConnector
    • MagicAuthConnector: Connector integrating with Magic Auth. Most of the code comes from previous implementation
    • MagicConnectConnector: Connector integrating with Magic Connect.
  • Made MagicConnector an abstract class containing shared logic between MagicAuthConnector & MagicConnectConnector
  • Renamed options.additionalMagicOptions to options.magicSdkConfiguration, which seemed to be a clearer name
  • Renamed enableSMSlogin to enableSMSLogin
  • Updated documentation in README to fit changes

Minor

  • Fixed some typos in the README
  • Fixed Rainbow Kit example in the README and specified that options.magicSdkConfiguration.network.chainId needs to be specified. This comes from the fact that in their most recent version Rainbow Kit makes a getChainId() call on the connector before calling the connect() method.
  • Fixed typo in enableSMSlogin -> enableSMSLogin

v0.6.5

29 Jul 09:59
af0ec56
Compare
Choose a tag to compare

Patch Changes

  • d5c95eb: updates email regex to take +

v0.6.4

25 Jul 17:44
9b64a69
Compare
Choose a tag to compare

Patch Changes

  • d49c203: updated dependancies to latest versions

v0.6.3

23 Jul 18:03
def6c5a
Compare
Choose a tag to compare

Patch Changes

  • 4288ba5: Prevent changing chainId type from number to string

v0.6.2

22 Jul 11:23
6826b7f
Compare
Choose a tag to compare

Patch Changes

  • 127b67e: added implementation for getChainId

v0.6.1

15 Jul 18:57
4d6cf15
Compare
Choose a tag to compare

Patch Changes

  • 85cc525: Fix Custom header images not working

v0.6.0

16 Jun 17:08
c3e3d0c
Compare
Choose a tag to compare

Minor Changes

  • 1001fbf: - Made dark mode styles overridable by converting darkmode styles to pure css
    • Fixed OAuth provider buttons not following the order they are passed in
    • Redesigned Modal look and feel
    • Changed Github and Default header icons

v0.5.0

15 Jun 13:18
79729b6
Compare
Choose a tag to compare

Minor Changes

  • 075cf2b: Made Email Authentication Optional. To remove the email authentication requirement, you can set enableEmailLogin to false in connector configuration's options object.