github chakra-ui/panda @pandacss/parser@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

  • 09ebaf2: Fix svelte parsing when using Typescript or <script context=module> or multiple <script>s

  • 78ed6ed: Fix issue where using a nested outdir like src/styled-system with a baseUrl like ./src would result on
    parser NOT matching imports like import { container } from "styled-system/patterns"; cause it would expect the full
    path src/styled-system

  • a3d760c: Do not allow all JSX properties to be extracted if none provided, rely on the isStyleProp fn instead

    This fixes cases when :

    • eject: true and only the @pandacss/preset-base is used (or none)
    • some non-styling JSX prop is extracted leading to an incorrect CSS rule being generated, ex:
    🐼 info [cli] Writing /Users/astahmer/dev/reproductions/remix-panda/styled-system/debug/app__routes___index.css
    🐼 error [serializer:css] Failed to serialize CSS: CssSyntaxError: <css input>:28:19: Missed semicolon
    
      26 |     }
      27 |     .src_https\:\/\/akmweb\.viztatech\.com\/web\/svnres\/file\/50_e4bb32c9ea75c5de397f2dc17a3cf186\.jpg {
    > 28 |         src: https://akmweb.viztatech.com/web/svnres/file/50_e4bb32c9ea75c5de397f2dc17a3cf186.jpg
         |                   ^
      29 |     }
      30 | }
  • Updated dependencies [6f03ead]

  • Updated dependencies [8c670d6]

  • Updated dependencies [c0335cf]

  • Updated dependencies [762fd0c]

  • Updated dependencies [f9247e5]

  • Updated dependencies [1ed239c]

  • Updated dependencies [78ed6ed]

  • Updated dependencies [e48b130]

  • Updated dependencies [d9bc63e]

    • @pandacss/extractor@0.5.1
    • @pandacss/types@0.5.1
    • @pandacss/shared@0.5.1
    • @pandacss/logger@0.5.1
    • @pandacss/is-valid-prop@0.5.1

Don't miss a new panda release

NewReleases is sending notifications on new releases.