Releases: coinbase/onchainkit
Releases · coinbase/onchainkit
v0.28.7
v0.28.6
Patch Changes
- 2169905: - fix: exported
TransactionResponse
type. By @abcrane123 #1007
v0.28.5
v0.28.4
v0.28.3
v0.28.2
v0.28.1
v0.28.0
Minor Changes
-
baa5cf8: - feat: refactored the
<Transaction>
component'sonSuccess
handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios.Breaking Changes
When usingonSuccess
in the<Transaction>
component, refactor the response to handle:type TransactionResponse = { transactionReceipts: TransactionReceipt[]; };
v0.27.1
v0.27.0
Minor Changes
-
f40b855: - feat: renamed
<TransactionToast>
prop fromdelayMs
todurationMs
. By @abcrane123 #967Breaking Changes
The
delayMs
prop for the<TransactionToast>
component has been renamed todurationMs
. This change clarifies thatdelay
refers to when something starts, whileduration
specifies how long it lasts.Learn more about this component type at https://onchainkit.xyz/transaction/types#transactiontoastreact