Releases: coinbase/onchainkit
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
v0.33.4
Patch Changes
- 1bf3c38: -feat: Added SwapDefault component which renders suggested implementation of Swap. By @abcrane123 #1303 -feat: Added WalletDefault component which renders suggested implementation of Wallet. By @abcrane123 #1302 -feat: Added TransactionDefault component which renders suggested implementation of Transaction. By @abcrane123 #1350 -feat: Added [Pay] component. by @0xAlec #1349
v0.33.3
Patch Changes
- c9c7c3e: feat: Implement the fund button integrated with Coinbase Onramp. By @steveviselli-cb #1322