Skip to content

Releases: rainbow-me/rainbowkit

@rainbow-me/rainbowkit@0.12.1

11 Mar 00:04
47b7bd9
Compare
Choose a tag to compare

Patch Changes

  • 8f01a12: Bitski Support

    Example usage

    import { getDefaultWallets, connectorsForWallets } from '@rainbow-me/rainbowkit';
    import { bitskiWallet } from '@rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [
          bitskiWallet({ chains }),
        ],
      },
    ]);
  • 3399df5: MEW Wallet Support

    Example usage

    import { getDefaultWallets, connectorsForWallets } from '@rainbow-me/rainbowkit';
    import { mewWallet } from '@rainbow-me/rainbowkit/wallets';
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: 'Other',
        wallets: [
          mewWallet({ chains }),
        ],
      },
    ]);

@rainbow-me/rainbowkit@0.12.0

08 Mar 22:45
a27618a
Compare
Choose a tag to compare

Minor Changes

  • 9838acf: The wagmi peer dependency has been updated to 0.12.x.

    RainbowKit has adopted the WalletConnectLegacyConnector connector in wagmi for continued WalletConnect v1 support. Support for WalletConnect v2 and WalletConnectConnector will soon be available as a patch release, without breaking changes.

    Wallets will be transitioned automatically in future releases.

    Follow the steps below to migrate.

    1. Upgrade RainbowKit and wagmi to their latest version

    npm i @rainbow-me/rainbowkit@^0.12.0 wagmi@^0.12.0

@rainbow-me/create-rainbowkit@0.1.9

08 Mar 22:46
a27618a
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/rainbowkit@0.11.1

03 Mar 19:14
cb53957
Compare
Choose a tag to compare

Patch Changes

  • 924ae82: Bumped minimum wagmi version to 0.11.7

    Added baseGoerli chain support

  • 5e233ea: Added bsc and bscTestnet chain support

@rainbow-me/create-rainbowkit@0.1.8

03 Mar 19:15
cb53957
Compare
Choose a tag to compare

Patch Changes

  • 924ae82: Updated wagmi to >=0.11.7

  • cf62d10: Fix next-app template by removing alchemyProvider in favor of publicProvider

    The alchemyProvider public API key provided by Alchemy and the Ethers project has been deprecated. Examples and templates now favor the publicProvider exclusively.

@rainbow-me/rainbowkit@0.11.0

16 Feb 00:01
e0e9311
Compare
Choose a tag to compare

Minor Changes

  • 1876ba0: The wagmi peer dependency has been updated to 0.11.x.

    The minimum TypeScript version is now 4.9.4

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.11.0 wagmi@^0.11.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.

@rainbow-me/rainbowkit-siwe-next-auth@0.1.8

16 Feb 00:02
e0e9311
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/create-rainbowkit@0.1.7

16 Feb 00:03
e0e9311
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/rainbowkit@0.9.0

14 Feb 04:06
76e5793
Compare
Choose a tag to compare

Minor Changes

  • 49f0ec9: The wagmi peer dependency has been updated to 0.9.x.

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.9.0 wagmi@^0.9.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.

@rainbow-me/rainbowkit@0.10.0

14 Feb 21:01
cceb930
Compare
Choose a tag to compare

Minor Changes

  • 355402b: The wagmi peer dependency has been updated to 0.10.x.

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.10.0 wagmi@^0.10.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.