Skip to content

Releases: coinbase/onchainkit

v0.38.1

25 Mar 16:27
4dc09c7

Choose a tag to compare

Patch Changes

v0.38.0

21 Mar 18:50
ec4a4c2

Choose a tag to compare

Minor Changes

  • feat: Added Signature component which utilizes wagmi signTypedData (EIP 712) and signMessage (personal_sign falling back to eth_sign) to sign data. By @alessey #2105
  • feat: Added light/dark mode support for the Base theme. This will respect the mode setting in your OnchainKitProvider config (defaults to 'auto' if not specified). Users of the Base theme may now see light or dark variants depending on their system preferences or explicit mode configuration. By @cpcramer #2143
  • feat: Added Badge tooltip display. By @cpcramer #2140
  • feat: Implemented default children for NFTCard, NFTMintCard, and Transaction components. By @dgca @abcrane123 #2138 #2139 #2108
  • chore: Updated IsBaseOptions and IsEthereumOptions type naming convention to PascalCase. By @crStiv @cpcramer #1920
  • chore: Refactored TokenBalance's ActionButton and improved TokenBalance types. By @brendan-defi #2068
  • chore: Updated Onramp utils to allow to be used in non-react JS environments and/or without having to set up Onchainkit Provider. By @rustam-cb #2135
  • fix: TokenRow text-overflow: ellipsis work correctly. By @dgca #2133

Breaking Changes:

  • Types IsBaseOptions and IsEthereumOptions have been updated from camelCase to PascalCase.

v0.37.8

13 Mar 22:26
cc43c19

Choose a tag to compare

Patch Changes

  • feat:: Enhanced Identity hooks with full TanStack Query options support. By @cpcramer #2116
  • feat:: Added MiniKit Provider and Hooks. By @alessey #2082, #2101, #2112
  • fix:: Fixed WalletDropdownLinkReact type to allow ReactNode in icon property. By @gmolki #2058
  • feat: Added event handlers to Earn components. @abcrane123 #2106

v0.37.7

11 Mar 19:52
c997366

Choose a tag to compare

Patch Changes

v0.37.6

06 Mar 03:08
4f0404c

Choose a tag to compare

Patch Changes

  • fix: Updated internal caching, resulting in performance improvements for various components including Identity, Swap, Wallet, and NFT. By @cpcramer #2085
  • fix: Moved <TransactionButton/> styling to configurable parent. By @alessey #2070
  • fix: Updated Wallet and Checkout component events. By @cpcramer #2061 #2053
  • feat: Added API endpoint getPriceQuote. By @brendan-defi #2065

v0.37.5

28 Feb 18:40
a06a459

Choose a tag to compare

Patch Changes

v0.37.4

25 Feb 20:58
a33bcac

Choose a tag to compare

Patch Changes

v0.37.3

21 Feb 00:36
6a9eff1

Choose a tag to compare

Patch Changes

  • fix: Revert Mint changes that were causing an infinite loop in NFTMintButton. By @cpcramer #2031

v0.37.2

20 Feb 20:59
94dd613

Choose a tag to compare

Patch Changes

v0.37.1

18 Feb 23:37
6367bd3

Choose a tag to compare

Patch Changes