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

v1.0.2

11 May 11:44
72790dd
Compare
Choose a tag to compare

Patch Changes

  • 6e648bb: Adds post processing to build to fix bundling issues

v1.0.1

11 May 11:25
98e157f
Compare
Choose a tag to compare

Patch Changes

  • eb25ae1: Makes package es module from package json type

v1.0.0

10 May 08:47
78574c2
Compare
Choose a tag to compare

Major Changes

v0.12.1

09 May 07:37
8f79327
Compare
Choose a tag to compare

Patch Changes

  • 897ed1f: Fixes magic auth not working with oauth login. updates magic sdk and wagmi versions to latest

v0.12.0

03 May 11:09
643d951
Compare
Choose a tag to compare

Minor Changes

  • c09ccc0: Add support for switchChain for MagicConnectConnector
    You can now pass a list of network accepted to switch chain
    new MagicConnectConnector({
      chains: chains,
      options: {
        apiKey: environment.MAGIC_API_KEY,
        networks: [
          { chainId: 1, rpcUrl: "https://your-ethereum-rpc-url" },
          { chainId: 137, rpcUrl: "https://your-polygon-rpc-url" },
          // ...
        ],
      },
    });

v0.11.0

28 Mar 09:22
d033231
Compare
Choose a tag to compare

Minor Changes

  • 58b39f3: Update Magic Connect Connector to use Magic Connect's Modal UI
    • This will use Magic Connect's Modal instead of homemade one.
    • Remove the styling props to constructor for migration

v0.10.1

19 Mar 20:39
ef62336
Compare
Choose a tag to compare

Patch Changes

  • febd0a3: ### Patch Changes

    • Fixing a bug that prevents login with email because of a MagicSDK naming convention recent change.
    • Dependencies update.

v0.10.0

04 Feb 20:48
c9ef1ab
Compare
Choose a tag to compare

Minor Changes

  • 82a5174: Throws api key not provided error instead of user rejected request error

v0.9.1

14 Jan 06:42
aafc0a1
Compare
Choose a tag to compare

Patch Changes

  • 5a555d8: Adds post processing on build output for adding .js ext for ESM resolution

v0.9.0

14 Jan 05:48
7ab568c
Compare
Choose a tag to compare

Minor Changes

  • adb6e07: Changes @everipedia/wagmi-magic-connector to a pure ESM Module package.

    Requires Node 12.20.0 or higher. it fixes resolution issues of latest wagmi and magic packages and should work well out of the box with Nextjs and other react frameworks without the need for any extra configuration.