Skip to content

v2.0.0-next.12

Choose a tag to compare

@shinokada shinokada released this 02 Apr 05:19
· 12 commits to main since this release
73fb103

What's Changed

  • fix: theme selector, css, and builder directory update by @shinokada in #1931

Full Changelog: v2.0.0-next.11...v2.0.0-next.12

  • New Features

    • Theme selector loads a theme manifest, supports runtime/static custom themes, adds a new "minimal" theme, and responsive utilities/hooks are available.
  • Style & Theme Updates

    • Brand colors consolidated into a primary palette; many UI pieces now use semantic tokens (text-body, text-heading, text-success). Theme scoping/runtime asset handling updated; legacy runtime stylesheet removed.
  • Builder & UI

    • Builder defaults and generated snippets updated to reflect new tokens, simplified dropdown outputs, and adjusted component presets.
  • Documentation

    • ThemeSelector docs and Quickstart updated with programmatic APIs and custom-theme guidance.