github chakra-ui/panda @pandacss/core@0.5.1

latest releases: @pandacss/token-dictionary@0.51.1, @pandacss/types@0.51.1, @pandacss/studio@0.51.1...
18 months ago

Patch Changes

  • f9247e5: Provide better error logs:

    • full stacktrace when using PANDA_DEBUG
    • specific CssSyntaxError to better spot the error
  • 1ed239c: Add feature where config.staticCss.recipes can now use [*] to generate all variants of a recipe.

    before:

    staticCss: {
      recipes: {
        button: [{ size: ['*'], shape: ['*'] }]
      }
    }

    now:

    staticCss: {
      recipes: {
        button: ['*']
      }
    }
  • Updated dependencies [8c670d6]

  • Updated dependencies [c0335cf]

  • Updated dependencies [762fd0c]

  • Updated dependencies [f9247e5]

  • Updated dependencies [1ed239c]

  • Updated dependencies [78ed6ed]

    • @pandacss/types@0.5.1
    • @pandacss/shared@0.5.1
    • @pandacss/logger@0.5.1
    • @pandacss/token-dictionary@0.5.1
    • @pandacss/error@0.5.1

Don't miss a new panda release

NewReleases is sending notifications on new releases.