Releases: astahmer/pandabox
@pandabox/[email protected]
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']
.
@pandabox/[email protected]
@pandabox/[email protected]
Patch Changes
- Updated dependencies [91b4f3a]
- @pandabox/[email protected]
@pandabox/[email protected]
Patch Changes
- 91b4f3a: rename to
@pandabox/prettier-plugin
instead of@pandabox/prettier-plugin-panda
@pandabox/[email protected]
Patch Changes
-
91b4f3a: Add
@pandabox/presets
withcreateUtopia
, see https://utopia.fyi/BREAKING: Update
@pandabox/postcss-plugins
removeUnusedCssVars
API to directly return a postcss pluginAdd
pluginRemoveUnusedCss
to@pandabox/panda-plugins
that uses@pandabox/postcss-plugins
@pandabox/[email protected]
Patch Changes
-
91b4f3a: Add
@pandabox/presets
withcreateUtopia
, see https://utopia.fyi/BREAKING: Update
@pandabox/postcss-plugins
removeUnusedCssVars
API to directly return a postcss pluginAdd
pluginRemoveUnusedCss
to@pandabox/panda-plugins
that uses@pandabox/postcss-plugins
@pandabox/[email protected]
Patch Changes
-
91b4f3a: Add
@pandabox/presets
withcreateUtopia
, see https://utopia.fyi/BREAKING: Update
@pandabox/postcss-plugins
removeUnusedCssVars
API to directly return a postcss pluginAdd
pluginRemoveUnusedCss
to@pandabox/panda-plugins
that uses@pandabox/postcss-plugins
-
Updated dependencies [91b4f3a]
- @pandabox/[email protected]
@pandabox/[email protected]
Patch Changes
- c68aade: Add
pandaStylePropsFirst
/pandaSortOtherProps
/pandaGroupOrder
options
@pandabox/[email protected]
Patch Changes
- 5e3d5cb: Fix CLI/VSCode usage & automatically detect / lazy load config by filepath (share context when possible)
@pandabox/[email protected]
Patch Changes
- 3510541: new plugin -
restrict-styled-props
- Adds aprops
on thestyled
JSX Factory to restrict the props that can be
passed to the component