Features Examples Playground Docs ↗
Release history

Changelog

Every published Jetflow release in one place.

Current v1.0.1 The Next-Gen Runtime Engine
v1.0.1
Minor Fix

Minor Fix

v1.0.1 Minor Fix

  • Medium-risk vulnerability fix.
v1.0.0
Major Engine Rewrite

The Next-Gen Runtime Engine

v1.0.0 introduces a brand new engine running natively in the browser. It drastically improves performance and introduces scoped domains, runtime theming, and arbitrary value validation.

  • Performance Engine: Deduplicated CSS injection, AST caching, and batched rendering via requestAnimationFrame.
  • Chained Variants: Stack media queries, dark mode, and pseudo-class modifiers endlessly //example md:dark:hover:text-blue-500).
  • Arbitrary Values: Support for one-off bracket values like p-[13px] and bg-[#1a1a1a] with strict regex security validation.
  • Scoped Mode: Isolate generated CSS to a specific container boundary using jf-scope-[name].
  • Runtime Theming: Update UI colors dynamically on the fly with Jetflow.setTheme({ colors: ... }).
  • Dev Inspector: Debug any element's computed Jetflow AST and generated CSS with Jetflow.inspect($0).
v0.1.0
Initial release

Initial release

v0.1.0 initial release.

  • Initial release of the Jetflow utility-first engine.
  • Support for over 500+ utilities mapped to a single stylesheet execution.