Skip to content

Releases: coinbase/onchainkit

v0.37.8

13 Mar 22:26
cc43c19
Compare
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
Compare
Choose a tag to compare

Patch Changes

v0.37.6

06 Mar 03:08
4f0404c
Compare
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
Compare
Choose a tag to compare

Patch Changes

v0.37.4

25 Feb 20:58
a33bcac
Compare
Choose a tag to compare

Patch Changes

v0.37.3

21 Feb 00:36
6a9eff1
Compare
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
Compare
Choose a tag to compare

Patch Changes

v0.37.1

18 Feb 23:37
6367bd3
Compare
Choose a tag to compare

Patch Changes

v0.37.0

13 Feb 20:13
77fa4aa
Compare
Choose a tag to compare

Minor Changes

  • feat Add telemetry to help us better understand library usage and improve the developer experience. @cpcramer

Patch Changes

  • feat Add Appchain Bridge UI. by @0xAlec #1976

  • fix Add various improvements to the Earn component. by @dschlabach #1973

  • docs Add documentation for the Earn component. by @dschlabach #1974

  • chore Update earnings token. By @alessey #1985

  • fix Remove circular dependency. By @dschlabach #1970

    Telemetry

    Starting with version 0.37.0, OnchainKit introduces an anonymous telemetry system to help us better understand library usage and improve the developer experience. This system collects anonymous data about:

    • Component usage and events
    • Version and app information
    • Usage metrics
    • Error events

    No sensitive data (environment variables, private keys, file paths) is ever collected.

    How to Opt Out

    To fully disable telemetry collection, set the analytics flag to false in your OnchainKit Provider:

    Learn more at https://onchainkit.xyz/guides/telemetry

v0.36.11

11 Feb 20:14
fb3a0c4
Compare
Choose a tag to compare

Patch Changes

Note: OnchainKit is not collecting any telemetry as of v0.36.11. This will be enabled in a future release.