Skip to content

Releases: astahmer/pandabox

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: rename to @pandabox/prettier-plugin instead of @pandabox/prettier-plugin-panda

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

@pandabox/[email protected]

01 Mar 16:21
ad8a1a8
Compare
Choose a tag to compare

Patch Changes

  • 91b4f3a: Add @pandabox/presets with createUtopia, see https://utopia.fyi/

    BREAKING: Update @pandabox/postcss-plugins removeUnusedCssVars API to directly return a postcss plugin

    Add pluginRemoveUnusedCss to @pandabox/panda-plugins that uses @pandabox/postcss-plugins

  • Updated dependencies [91b4f3a]

@pandabox/[email protected]

29 Feb 16:38
a44a83c
Compare
Choose a tag to compare

Patch Changes

  • c68aade: Add pandaStylePropsFirst / pandaSortOtherProps / pandaGroupOrder options

@pandabox/[email protected]

29 Feb 14:40
a4469de
Compare
Choose a tag to compare

Patch Changes

  • 5e3d5cb: Fix CLI/VSCode usage & automatically detect / lazy load config by filepath (share context when possible)

@pandabox/[email protected]

28 Feb 14:49
d39910a
Compare
Choose a tag to compare

Patch Changes

  • 3510541: new plugin - restrict-styled-props - Adds a props on the styled JSX Factory to restrict the props that can be
    passed to the component

@pandabox/[email protected]

28 Feb 09:16
9ed7660
Compare
Choose a tag to compare

Patch Changes

  • 10e72e0: Add pluginMissingCssWarnings - Logs a warning message when a CSS rule was used at runtime but couldn't be statically
    extracted
  • 04032ec: Fix strict-tokens-runtime when using shorthands: false or outExtension: js

@pandabox/[email protected]

27 Feb 21:07
152f87c
Compare
Choose a tag to compare

Patch Changes

  • b355420: Add pluginStrictTokensRuntime to throw at runtime when using arbitrary values with strictTokens

@pandabox/[email protected]

24 Feb 23:49
2ad8c93
Compare
Choose a tag to compare

Patch Changes

  • 9b66e69: Fix assignInlineVars return, use --xxx as keys instead of var(--xxx)