Releases: astahmer/pandabox
@pandabox/prettier-plugin@0.0.4
Patch Changes
- 91b4f3a: rename to
@pandabox/prettier-plugin
instead of@pandabox/prettier-plugin-panda
@pandabox/presets@0.0.1
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/postcss-plugins@0.0.2
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/panda-plugins@0.0.6
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/postcss-plugins@0.0.2
@pandabox/prettier-plugin-panda@0.0.3
Patch Changes
- c68aade: Add
pandaStylePropsFirst
/pandaSortOtherProps
/pandaGroupOrder
options
@pandabox/prettier-plugin-panda@0.0.2
Patch Changes
- 5e3d5cb: Fix CLI/VSCode usage & automatically detect / lazy load config by filepath (share context when possible)
@pandabox/panda-plugins@0.0.5
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/panda-plugins@0.0.4
@pandabox/panda-plugins@0.0.3
Patch Changes
- b355420: Add
pluginStrictTokensRuntime
to throw at runtime when using arbitrary values with strictTokens
@pandabox/utils@0.0.4
Patch Changes
- 9b66e69: Fix
assignInlineVars
return, use--xxx
as keys instead ofvar(--xxx)