Skip to content

Releases: astahmer/pandabox

@pandabox/prettier-plugin@0.1.1

28 Mar 13:37
f0c7ef0
Compare
Choose a tag to compare

Patch Changes

@pandabox/presets@0.0.2

28 Mar 13:37
f0c7ef0
Compare
Choose a tag to compare

Patch Changes

@pandabox/panda-plugins@0.0.7

28 Mar 13:37
f0c7ef0
Compare
Choose a tag to compare

Patch Changes

@pandabox/define-theme@0.0.4

28 Mar 13:37
f0c7ef0
Compare
Choose a tag to compare

Patch Changes

@pandabox/define-recipe@0.0.3

28 Mar 13:37
f0c7ef0
Compare
Choose a tag to compare

Patch Changes

@pandabox/unplugin@0.0.1

22 Mar 10:10
8631aa3
Compare
Choose a tag to compare

Patch Changes

  • de44963: fix(unplugin): use peerDependencies & fix config change HMR

@pandabox/prettier-plugin@0.1.0

20 Mar 08:44
e4d1dbf
Compare
Choose a tag to compare

Minor Changes

  • e404253: Better sorting for sva/defineSlotRecipe sorting + allow sorting custom functions using the pandaFunctions option

@pandabox/prettier-plugin@0.0.6

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/prettier-plugin@0.0.5

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/unplugin-panda-macro@0.0.3

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

Patch Changes

  • Updated dependencies [91b4f3a]
    • @pandabox/postcss-plugins@0.0.2