Skip to content

Releases: astahmer/pandabox

@pandabox/[email protected]

10 Mar 23:01
19d7e78
Compare
Choose a tag to compare

Patch Changes

  • 30e511c: Sort pattern specific properties that are bound to a CSS property

    ex: stack pattern (from @pandacss/preset-base) has a direction property bound to the flexDirection, it will be
    sorted near the flexDirection property.


    Fix an issue where some CSS properties were sorted after conditions due to not being tied to a utility (ex: cursor).
    -> Now if a property is not tied to a utility but is a valid CSS property, it will be sorted in the Other group.


    Change the default pandaStylePropsFirst and pandaSortOtherProps options to false.

    Change pandaFirstProps defaults to ['as', 'asChild', 'ref', 'className', 'layerStyle', 'textStyle'].

@pandabox/[email protected]

04 Mar 08:26
6a1f592
Compare
Choose a tag to compare

Patch Changes

  • 31ea13e: feat(prettier): sort nested objects / cva / defineStyles / defineRecipe / defineSlotRecipes
  • 771ff92: Set cwd to the config dirpath so that the plugin can resolve the config file when using presets from npm

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: rename to @pandabox/prettier-plugin instead of @pandabox/prettier-plugin-panda

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

  • Updated dependencies [91b4f3a]

@pandabox/[email protected]

29 Feb 16:38
a44a83c
Compare
Choose a tag to compare

Patch Changes

  • c68aade: Add pandaStylePropsFirst / pandaSortOtherProps / pandaGroupOrder options

@pandabox/[email protected]

29 Feb 14:40
a4469de
Compare
Choose a tag to compare

Patch Changes

  • 5e3d5cb: Fix CLI/VSCode usage & automatically detect / lazy load config by filepath (share context when possible)

@pandabox/[email protected]

28 Feb 14:49
d39910a
Compare
Choose a tag to compare

Patch Changes

  • 3510541: new plugin - restrict-styled-props - Adds a props on the styled JSX Factory to restrict the props that can be
    passed to the component