Major Changes
-
4f7e283: Panda CSS v2 — the compiler hot path is rewritten in Rust (Oxc-based engine) and shipped via the native
@pandacss/compilerbinding, with a@pandacss/compiler-wasmbuild for the browser. This is the first2.0.0-beta
pre-release.Highlights:
- Rust/Oxc extraction and CSS emission replacing the
ts-morph+ts-evaluatorpipeline. - CLI published as
@pandacss/cli(thepanda/pandacssbinaries are unchanged). - v1 (
1.x) remains on thelatestdist-tag; v2 betas publish under thebetadist-tag.
Since
@pandacss/**is a fixed version group, this major bump applies to every published Panda package. - Rust/Oxc extraction and CSS emission replacing the