Skip to content

v0.9.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:10
· 42 commits to main since this release
ba2f8fd

0.9.6 (2026-06-10)

Bug Fixes

  • core: compile static sz business logic at build time in the rust engine — trailing object overrides, static and conditional arrays, dynamic()/szv() catalogs (identifier-backed and numeric-keyed), css arbitrary properties, text/leading compounds, structured values such as gradients, and a static const spread beside one conditional prop (only the conditional stays runtime) (#40)
  • compiler: the same static-beside-conditional fix in the oxc path; the rust and oxc wrappers no longer run a secondary catalog pass (#40)
  • unplugin: key the transform cache on the native engine binary identity, so a rebuilt engine never serves stale transforms (#40)
  • runtime: concatenation helpers compose array and recursively nested inputs (#40)