Skip to content

Commit

Permalink
version 1.2.1 changelog and version bump (#157)
Browse files Browse the repository at this point in the history
* version bump

* update changelog

* update note syntax

* add linebreak to note
  • Loading branch information
lochie authored Mar 15, 2023
1 parent 7034f7f commit 97a0bb6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 8 deletions.
58 changes: 52 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# 1.2.1

This update improves the functionality and developer experience of using ConnectKit and moves the peer dependency wagmi up a version to `0.11.x`.
This update does not yet include support for WalletConnect 2.0 (wagmi `0.12.x`)

> **Note**
>
> This version of wagmi has breaking changes. Make sure your application is compatible by following [wagmi's migration guide](https://wagmi.sh/react/migration-guide#011x-breaking-changes).
## New

- Update peer dependency wagmi to version `0.11.x` (thanks [Songkeys](https://github.com/Songkeys)).
- Add new `pt-BR` translations (thanks [LuwkasLima](https://github.com/luwkaslima)).
- Include new `hideBalance` option to hide the wallet balance from the profile view.
- Include new `enforceSupportedChains` option to disable the forced network switching UX when connected to an unsupported chain.
- Include new `disableSiweRedirect` option to disable the redirect to the SIWE page when a wallet connects.
- Include new functions from the `useModal` Hook to choose a page to navigate to on open.
- The `openSIWE()` function accepts a boolean, if `true` it will initiate the wallet SIWE signing request at the same time as opening the modal.
- Add logos for the following chains:
- Optimism Goerli
- Telos + Testnet
- Aurora + Testnet
- Avalanche + Fuji Testnet
- Foundry
- Gnosis
- Evmos + Testnet
- BNB Smart Chain + Testnet
- Sepolia
- Taraxa + Testnet
- zkSync + Testnet
- Celo + Alfajores Testnet
- Canto
- Fantom + Testnet
- Filecoin + Hyperspace + Calibration Testnets
- Flare + Coston2 testnet
- Metis + Testnet
- IoTeX + Testnet

## Improved

- Update testbench for better developer experience.
- Improve logic for `isConnecting` within the Custom `ConnectKitButton`.
- Replace `getGlobalChains` with `useChains` Hook
- Tidy up some internal component structure and include a few useful dev updates (thanks [pugson](https://github.com/pugson)).
- Export `useIsMounted` and `Context` (thanks [shahruz](https://github.com/shahruz)).

# 1.2.0

This update improves the functionality and developer experience of using ConnectKit with Sign In With Ethereum.
Expand Down Expand Up @@ -59,17 +105,17 @@ This does not yet include support for WalletConnect 2.0.

This update moves the peer dependency [wagmi](https://wagmi.sh) up to the latest version (`0.9.x`).

{% note %}
This version of wagmi has breaking changes. Make sure your application is compatible by following [wagmi's migration guide](https://wagmi.sh/react/migration-guide#09x-breaking-changes).
{% endnote %}
> **Note**
>
> This version of wagmi has breaking changes. Make sure your application is compatible by following [wagmi's migration guide](https://wagmi.sh/react/migration-guide#09x-breaking-changes).
# 1.1.0

This update moves the peer dependency wagmi up to the latest version (`0.8.x`).

{% note %}
This version of ConnectKit has breaking changes. Make sure your application is compatible by following the [migration guide](https://docs.family.co/connectkit/migration-guide#110-breaking-changes).
{% endnote %}
> **Note**
>
> This version of ConnectKit has breaking changes. Make sure your application is compatible by following the [migration guide](https://docs.family.co/connectkit/migration-guide#110-breaking-changes).
## New

Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.2.0",
"version": "1.2.1",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"connectkit": "^1.2.0",
"connectkit": "^1.2.1",
"ethers": "^5.6.5",
"typescript": "^4.9.5",
"wagmi": "^0.11.2",
Expand Down

4 comments on commit 97a0bb6

@vercel
Copy link

@vercel vercel bot commented on 97a0bb6 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite-git-main-lfe.vercel.app
connectkit-vite-lfe.vercel.app
connectkit-vite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 97a0bb6 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-cra – ./

connectkit-cra-git-main-lfe.vercel.app
connectkit-cra-lfe.vercel.app
connectkit-cra.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 97a0bb6 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app
connectkit-nextjs-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 97a0bb6 Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench-lfe.vercel.app
connectkit-testbench.vercel.app
connectkit-testbench-git-main-lfe.vercel.app

Please sign in to comment.