v2.0.0-next.12
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.