This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@pandabox/prettier-plugin@0.0.6
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'].
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@pandabox/prettier-plugin@0.0.6
Patch Changes
30e511c: Sort pattern specific properties that are bound to a CSS property
ex:
stack
pattern (from@pandacss/preset-base
) has adirection
property bound to theflexDirection
, it will be sorted near theflexDirection
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 theOther
group.Change the default
pandaStylePropsFirst
andpandaSortOtherProps
options tofalse
.Change
pandaFirstProps
defaults to['as', 'asChild', 'ref', 'className', 'layerStyle', 'textStyle']
.