Skip to content

@pandacss/compiler@2.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:12
· 45 commits to main since this release
7fe1074

Patch Changes

  • a9c6e47: Fix v2 CSS-output regressions in globalCss and nested style objects:

    • Bare element selectors (e.g. '.article': { h2: { ... } }) now nest as descendants instead of being dropped.
    • Comma-separated selector groups now distribute the parent to every member (h2, h3, h4
      .article h2, .article h3, .article h4).
    • A composition (textStyle/layerStyle/animationStyle) combined with explicit properties now merges into one
      block, so a sibling override (e.g. fontFamily) wins by source order.
    • Multiline values (e.g. gridTemplateAreas template literals) collapse their whitespace, keeping the class name and
      emitted declaration single-line.
    • @pandacss/compiler-shared@2.0.0-beta.5
    • @pandacss/config@2.0.0-beta.5