Skip to content

Releases: coinbase/onchainkit

v0.28.1

06 Aug 22:38
84cfdd2
Compare
Choose a tag to compare

Patch Changes

  • 16c004b: - feat: added Permit2 approval process for UniversalRouter in the Swap experiece. By @0xAlec #980

v0.28.0

06 Aug 19:45
f5c2024
Compare
Choose a tag to compare

Minor Changes

  • baa5cf8: - feat: refactored the <Transaction> component's onSuccess handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios.

    Breaking Changes
    When using onSuccess in the <Transaction> component, refactor the response to handle:

    type TransactionResponse = {
      transactionReceipts: TransactionReceipt[];
    };

v0.27.1

05 Aug 21:54
083fe84
Compare
Choose a tag to compare

Patch Changes

  • a348e27: - fix: added Base Names testnet compatibility. By @cpcramer #966
    • chore: organized const variables and update imports for the Transaction component. By @cpcramer #961
    • fix: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925

v0.27.0

02 Aug 19:22
b7a52fc
Compare
Choose a tag to compare

Minor Changes

v0.26.16

31 Jul 19:26
3e6109e
Compare
Choose a tag to compare

Patch Changes

v0.26.15

31 Jul 17:47
41b856c
Compare
Choose a tag to compare

Patch Changes

  • 1c0ba1d: - feat: added experimental configurable maxSlippage feature for Swap. By @0xAlec #946

v0.26.14

30 Jul 23:00
2e67f9a
Compare
Choose a tag to compare

Patch Changes

v0.26.13

30 Jul 18:34
185364f
Compare
Choose a tag to compare

Patch Changes

v0.26.12

29 Jul 21:26
a52d7a1
Compare
Choose a tag to compare

Patch Changes

v0.26.11

29 Jul 20:52
5adf342
Compare
Choose a tag to compare

Patch Changes