Skip to content

Releases: coinbase/onchainkit

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

  • 90de941: -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.

v0.36.10

06 Feb 18:59
8073995
Compare
Choose a tag to compare

Patch Changes

v0.36.9

28 Jan 19:33
b0bf063
Compare
Choose a tag to compare

Patch Changes

  • fix Fixed typos in documentation. By @rebustron #1850
  • chore: Deprecated amountReference: 'to' in V1 Swap. By @alessey #1851
  • feat: Implemented Popover, DismissableLayer, and FocusTrap primitives in SwapSettings. By @cpcramer #1856
  • chore: Standardized comment format to JSDoc-style syntax'. By @cpcramer #1868
  • feat Added analytics. By @0xAlec #1869

v0.36.8

23 Jan 17:45
98131d5
Compare
Choose a tag to compare

Patch Changes