Releases: coinbase/onchainkit
Releases · coinbase/onchainkit
v0.37.5
Patch Changes
v0.37.4
Patch Changes
- feat: Added Transaction Telemetry. By @cpcramer #1965
- chore: Added origin to analytics. By @cpcramer #2015
- fix: Added OnchainKit error boundary. By @alessey #2019
- feat: Added NFTMintButton analytics. By @cpcramer #2027
- feat: Exposed handleFetchPrice on top-level AppchainBridge component. By @0xAlec #2034
- feat: Added success state to AppchainBridge. By @0xAlec #2035
- feat added
AppchainBridgeResumeTransaction
. by @0xAlec #2038
v0.37.3
v0.37.2
Patch Changes
- 87bd787: - fix: Improve chain support for non Base transactions. By @dschlabach #2016
- docs: Documentation updates and improvements. By @dschlabach @maximevtush @kilavvy
v0.37.1
Patch Changes
- e1ad5ae: - feat: Add
Checkout
component telemetry. By @cpcramer #1968- feat: Add
Fund
component telemetry. By @cpcramer #1967 - feat: Add
Mint
component telemetry. By @cpcramer #1966 - feat: Add
WalletAdvanced
component telemetry. By @cpcramer #1963 - feat: Add
ConnectWallet
component telemetry. By @cpcramer #1957 - docs: Documentation updates and improvements. By @dschlabach @dramarereg @tomasandroil @maximevtush
- chore:
sendAnalytics
improvements. @by @dschlabach #1999 - feat: Add
isSponsored
support for theEarn
component. @dschlabach 1998
- feat: Add
v0.37.0
Minor Changes
- feat Add telemetry to help us better understand library usage and improve the developer experience. @cpcramer
Patch Changes
-
fix Add various improvements to the Earn component. by @dschlabach #1973
-
docs Add documentation for the Earn component. by @dschlabach #1974
-
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 tofalse
in your OnchainKit Provider:Learn more at https://onchainkit.xyz/guides/telemetry
v0.36.11
Patch Changes
- docs: Add Telemetry guide. By @cpcramer #1935
- feat: Added Telemetry foundation for
Buy
,Checkout
,Fund
,Mint
,Swap
,Transaction
, andWallet
. By @cpcramer #1942 - feat: Add analytics parameter. When set to false, all telemetry collection will be disabled and no data will be sent. @cpcramer #1934
- feat: Release
Earn
component. By @dschlabach #1955 - chore: Bump wagmi dependencies. By @dschlabach #1949
- fix: Fix slow wallet resolution. By @dschlabach #1947
- docs: Update onramp documentation. By @rustam-cb #1945 #1939
- fix: Fix onramp util
fetchOnrampQuote
. By @rustam-cb #1940
Note: OnchainKit is not collecting any telemetry as of v0.36.11
. This will be enabled in a future release.
v0.36.10
Patch Changes
- 773ccbf: - feat: Export NFT context. By @alessey #1917
- feat: WalletAdvanced mobile design. by @brendan-defi #1827
- fix: Await sequential transaction calls. by @dschlabach #1918
- feat: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900
- feat: Dynamic text size in AmountInput component. by @rustam-cb #1909
- feat: Add style overrides to WalletAdvanced. by @brendan-defi #1912
- feat: Add DropdownMenu UI Primitive. By @cpcramer #1901
- feat: Implemented
DropdownMenu
primitive intoTokenSelectDropdown
. By @cpcramer #1903
v0.36.9
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
Patch Changes
- 31f1cc2: - feat: Add Popover UI Primitive. By @cpcramer #1849
- b54bf07: feat Added NFT data hooks. By @alessey #1838
fix Made improvements to FundCard component. By @rustam-cb #1806 #1818 #1839
fix Made improvements to WalletIsland component. By @brendan-cb #1842
fix Made internal typesafety and efficiency improvements. By @dschlabach #1855 #1843
fix Fixed typos in documentation and commments. By @youyyytrok @vipocenka #1840 #1841