Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 20:31
· 137 commits to main since this release
56bd7b0

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.