Skip to content

Releases: coinbase/onchainkit

v0.28.7

08 Aug 20:44
d6dc7bb
Compare
Choose a tag to compare

Patch Changes

v0.28.6

08 Aug 18:14
30fe3ae
Compare
Choose a tag to compare

Patch Changes

v0.28.5

07 Aug 23:41
91a92a6
Compare
Choose a tag to compare

Patch Changes

  • 9fbb7ec: - feat: added isBasename and getBaseDefaultProfilePicture function to resolve to default avatars. By @kirkas #1002
    • feat: modified getAvatar to resolve default avatars, only for basenames. By @kirkas #1002

v0.28.4

07 Aug 18:47
d155adc
Compare
Choose a tag to compare

Patch Changes

  • 0351295: - chore: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990
    • feat: added chain props to useAvatar and getAvatar to resolve Base avatar. By @kirkas #986
    • feat: modified getAvatar to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986

v0.28.3

07 Aug 00:18
7aca88f
Compare
Choose a tag to compare

Patch Changes

v0.28.2

06 Aug 23:46
cd9d109
Compare
Choose a tag to compare

Patch Changes

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