Releases: astahmer/pandabox
@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
@pandabox/[email protected]
@pandabox/[email protected]
Patch Changes
- b355420: Add
pluginStrictTokensRuntime
to throw at runtime when using arbitrary values with strictTokens
@pandabox/[email protected]
Patch Changes
- 9b66e69: Fix
assignInlineVars
return, use--xxx
as keys instead ofvar(--xxx)