Back to changelog View the v2.0.0 release on GitHub
v2.0.0
The 2.0 foundation
Version 2 is the foundation the modern Styleframe stands on. The build moved to a faster toolchain, the plugin gained real Vite support through unplugin, and the pieces that make it a shippable product — licensing, overview docs, integration tests — came together.
New
- A
unplugininstance with dedicated Vite support, so Styleframe integrates cleanly with the Vite-based tools most projects use. - A license system. License files, activation, and checking arrived, including automatic install of
@styleframe/prothrough the CLI. - Overview documentation across the site, giving each area a clear entry point.
Improved
- A Rolldown-based build. The build system moved to
rolldown-vite, cutting build times. - Generic records in
createUseVariable, broadening what a variable composable can hold. - End-to-end integration testing now guards releases.
Notes
This is a major version and the base of the current line. If you're on 1.x, treat this as a fresh start rather than a drop-in upgrade.