Releases: coinbase/onchainkit
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.
v0.34.1
Patch Changes
- b5b8425: -chore: Update missing address error handling in the
Identity
components. By @cpcramer #1430 - 951ea32: -feat: Added formatting for scientific notation for Swap amounts. by @0xAlec #1423 -feat: Added
paymaster
field to OnchainKitConfig. by @0xAlec #1425 -feat AddedisSponsored
toPay
component. by 0xAlec #1427 -feat: AddedPay
component theming support. By @cpcramer #1431 -fix: Added browser window check in usePreferredColorScheme to fix server side errors. By @cpcramer #1424
v0.34.0
Minor Changes
-
77a3758: - feat: Added
Theming
support. By @cpcramer #1354Breaking Changes
Added a new config parameter to the
OnchainKitProvider
. The config object includes an appearance property with optionalmode
andtheme
parameters, allowing you to customize the appearance of your components.
Updated CSS variables to use theock
prefix (e.g.,--ock-bg-default
). We’ve also introduced many new variables to enhance theming customization.
For detailed information and theming instructions, refer to theTheming Guide
in the documentation.
v0.33.6
v0.33.5
Patch Changes
- aca0838: -fix: Removed circular dependency for WalletDefault. By @abcrane123 #1378