Skip to content

Releases: astahmer/pandabox

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

  • 4af7ef7: Fix an issue where some unrelated components from Panda would be transformed due to having the same name as some Panda components (JSX Patterns like Stack)
  • 25fed76: Update to panda 0.36.1

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

@pandabox/[email protected]

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

Patch Changes

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

@pandabox/[email protected]

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/[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'].