Skip to content

Releases: coinbase/onchainkit

v0.35.5

07 Nov 19:42
779b02b
Compare
Choose a tag to compare

Patch Changes

v0.35.4

05 Nov 20:36
7fce872
Compare
Choose a tag to compare

Patch Changes

v0.35.3

01 Nov 18:14
557db6b
Compare
Choose a tag to compare

Patch Changes

v0.35.2

29 Oct 20:41
631f850
Compare
Choose a tag to compare

Patch Changes

v0.35.1

24 Oct 21:54
8b139dc
Compare
Choose a tag to compare

Patch Changes

v0.35.0

21 Oct 18:59
543184c
Compare
Choose a tag to compare

Minor Changes

  • 6665357: - feat: Add handling for calls and contracts promises in Transactions component. By @alessey #1450

    • feat: added presetCryptoAmount param to Checkout. by @0xAlec #1461
    • chore renamed Pay module to Checkout. by @0xAlec #1455
    • fix: fixed paymaster sponsorship prop isSponsored in Checkout component. by @0xAlec #1458
    • fix: Updated ConnectWalletText component styling to match the ConnectWallet text prop formatting. By @cpcramer #1445

    Breaking Changes:
    Pay has been renamed to Checkout. If you are using this component, please update your imports as necessary.

v0.34.1

17 Oct 19:21
2eb20e7
Compare
Choose a tag to compare

Patch Changes

  • b5b8425: -chore: Update missing address error handling in the Identity components. By @cpcramer #1430
  • 951ea32: -feat: Added formatting for scientific notation for Swap amounts. by @0xAlec #1423 -feat: Added paymaster field to OnchainKitConfig. by @0xAlec #1425 -feat Added isSponsored to Pay component. by 0xAlec #1427 -feat: Added Pay component theming support. By @cpcramer #1431 -fix: Added browser window check in usePreferredColorScheme to fix server side errors. By @cpcramer #1424

v0.34.0

15 Oct 20:31
56bd7b0
Compare
Choose a tag to compare

Minor Changes

  • 77a3758: - feat: Added Theming support. By @cpcramer #1354

    Breaking Changes

    Added a new config parameter to the OnchainKitProvider. The config object includes an appearance property with optional mode and theme parameters, allowing you to customize the appearance of your components.
    Updated CSS variables to use the ock prefix (e.g., --ock-bg-default). We’ve also introduced many new variables to enhance theming customization.
    For detailed information and theming instructions, refer to the Theming Guide in the documentation.

v0.33.6

10 Oct 17:46
d3e0495
Compare
Choose a tag to compare

Patch Changes

  • 963e383: -chore: Updated documentation, including support for copy to clipboard functionality in code blocks. By @alessey @fakepixels #1342 -chore: Reset state in Pay component after Get USDC is clicked. By @0xAlec #1394

v0.33.5

08 Oct 22:10
cb8a451
Compare
Choose a tag to compare

Patch Changes