Releases: coinbase/onchainkit
v0.36.0
Minor Changes
-
ecaa62f: -feat: Improved funding flow in
Checkout
by @0xAlec #1692 -chore: AddeduseOutsideClick
hook. By @cpcramer #1612 -chore: Theme styling improvements. By @brendan-defi #1676 -fix: FixedTokenDropdown
when parent container is larger than button. By @dschlabach #1667 -chore: RemovedFarcaster Frames
. DeprecatingFramegear
,Frames
,XMTP
, andNeynar
support. By @cpcramer #1693 -feat: UpdatedWalletModal
to support MetaMask wallet connection. By @cpcramer #1701 -fix: Fixed changelog generation. By @dschlabach #1680 -docs: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685Breaking Changes:
Farcaster Frames
includingFramegear
,Frames
,XMTP
, andNeynar
is no longer supported.
v0.35.8
Patch Changes
- #1673
bb916cd5bdd31236958150b136c96441c03c82e2
Thanks @cpcramer! - -docs: AddWalletModal
docs. @fakepixels @cpcramer #1671 #1669
v0.35.7
Patch Changes
- #1610
02d3aac9829ab966a789d8796c8a6dc95bf0342b
Thanks @cpcramer! - -feat: AddWalletModal
component. By @cpcramer #1610 -docs: UpdateTransaction
docs for heterogeneous calls. By @abcrane123 #1560
v0.35.6
Patch Changes
-
#1624
81eb9056c7d1e3948b3d3b84ef8d03ffbf235b23
Thanks @dschlabach! - - feat: Add linking functionality to playground. By @dschlabach #1624 -
#1642
00f0a09c573c3931a7124a1b842178ff90822ece
Thanks @abcrane123! - -feat: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 -feat: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 -feat: Added global Toast component. By @brendan-defi #1588
v0.35.5
Patch Changes
- 32901a8: -fix: Updated
NFTCard
andNFTMintCard
to be more responsive. By @alessey #1590 -fix: UpdatedNFTCard
andNFTMintCard
styles to use gap enabling simpler composition. By @alessey #1594 -docs: AddedNFTCard
andNFTMintCard
to the docs. By @alessey #1572 -docs: Fixed typos in docs. By @steveviselli-cb @cypherpepe #1593 #1587 -docs: AddedNFTCardDefault
andNFTMintCardDefault
to the docs. By @alessey #1592 -fix: Fixed misconfigured.env
file increate-onchain
CLI. By @dschlabach #1595 -docs: Added"use client"
directive to instructions for Next.js. By @dschlabach #1596
v0.35.4
Patch Changes
- 106ecb4: -chore: Updated
OnchainKitProvider
to fallback to CB verified schemaID. By @cpcramer #1575 -feat: AddedNFTCardDefault
andNFTMintCardDefault
components. By @alessey #1580 -chore: UpdatedhasCopyAddressOnClick
functionality to specifyAddress
component. By @cpcramer #1547 -docs: Updated documentation. @dschlabach @fakepixels #1555 #1567 -docs: Added installation steps forAstro
,Nextjs
,Remix
, andVite
. @brendan-defi #1546 -feat: Added hot-loading for playground development. @dschlabach #1551 -feat: AddedNFTCard
,NFTCardDefault
,NFTMintCard
, andNFTMintCardDefault
components. @alessey #1580 #1483 #1490
v0.35.3
Patch Changes
- 72dfc41: - feat: Added
onConnect
handler to<ConnectWallet />
. By @dschlabach #1529- feat: Added
NFTCard
andNFTMintCard
components. By @alessey #1409 - fix: Added media square prop, default to true. By @alessey #1548
- fix: Updated Transaction link for smart wallets. by @abcrane123 #1550
- fix: Updated Warpcast Socials link and SVG. By @cpcramer #1542
- fix: Updated badge checkmark styling. By @cpcramer #1537
- fix: Updated
hasCopyAddressOnClick
. By @cpcramer #1547
- feat: Added
v0.35.2
v0.35.1
Patch Changes
- a6ef801: - feat: Added ability to customize error and success states for
TransactionButton
. By @abcrane123 #1460- feat: Added custom
Theming
support. By @cpcramer #1465 - feat: added
name
andlogo
toOnchainKitProvider
. by @0xAlec #1506 - fix: Added callback support to the
Transaction
component. By @Alessy #1473 - docs: Updated documentation. By @0xAlec @dschlabach @fakepixels @cpcramer #1465 #1470 #1477 #1478 #1486 #1487 #1490
- feat: Updated playground with
Checkout
component and customTheming
. @0xAlec @cpcramer #1428 #1465 - feat: Updated landing page. @mindapivessa #1482 #1496
- fix: clear error message in CheckoutStatus if a request is denied. by @0xAlec #1510
- feat: Added custom
v0.35.0
Minor Changes
-
6665357: - feat: Add handling for calls and contracts promises in Transactions component. By @alessey #1450
- feat: added presetCryptoAmount param to Checkout. by @0xAlec #1461
- chore renamed
Pay
module toCheckout
. by @0xAlec #1455 - fix: fixed paymaster sponsorship prop
isSponsored
inCheckout
component. by @0xAlec #1458 - fix: Updated
ConnectWalletText
component styling to match theConnectWallet
text prop formatting. By @cpcramer #1445
Breaking Changes:
Pay
has been renamed toCheckout
. If you are using this component, please update your imports as necessary.