Skip to content

Releases: astahmer/pandabox

@pandabox/unplugin@0.2.0

03 Mar 16:09
1dd414d
Compare
Choose a tag to compare

Minor Changes

  • d86bc37: only HMR reload the stylesheet if it doesn't match the current CSS

@pandabox/unplugin@0.1.7

28 Feb 23:05
0aaf41e
Compare
Choose a tag to compare

Patch Changes

  • 580ef2c: Reduce update CSS calls
  • 580ef2c: Avoid generating output file if no changes
  • 580ef2c: Fix compatibility with Windows paths

@pandabox/unplugin@0.1.6

04 Feb 22:20
e03a6eb
Compare
Choose a tag to compare

Patch Changes

@pandabox/unplugin@0.1.5

03 Feb 23:07
7646fc4
Compare
Choose a tag to compare

Patch Changes

  • 1baa877: hmr support for virtual module

@pandabox/unplugin@0.1.4

01 Feb 20:21
14bf460
Compare
Choose a tag to compare

Patch Changes

  • 7ab6b99: output a final css once all modules have been loaded by tapping into the generateBundle hook and updating the CSS source
    with parsed PandaContext which contains all loaded modules.

@pandabox/panda-plugins@0.0.8

30 May 07:42
aaffbe9
Compare
Choose a tag to compare

Patch Changes

  • 02f76f2: Fix an issue with the StrictTokensScope plugin when only using props (and no categories)

@pandabox/prettier-plugin@0.1.3

29 May 08:41
89c30a8
Compare
Choose a tag to compare

Patch Changes

  • f080836: Add pandaIgnoreComponents option to ignore sorting some components

@pandabox/unplugin@0.1.3

10 Apr 13:56
1ce567f
Compare
Choose a tag to compare

Patch Changes

  • 65d951a: Change optimizeJs default value to macro + fix HMR when using outfile option (and maybe for SSR ?)

@pandabox/unplugin@0.1.2

09 Apr 00:19
f9c3c10
Compare
Choose a tag to compare

Patch Changes

  • fdac578: fix: optimizeJs should be based off transformResult.code

@pandabox/unplugin@0.1.1

08 Apr 21:12
bab9a97
Compare
Choose a tag to compare

Patch Changes

  • dfd87f9: - Add onSourceFile hook + provide PandaContext in hooks

    • Add contextCreated hook
    • Await hooks to allow for asynchronous operations

    Fix case where if the transform hook returns a different code than the original code but optimizeJs was disabled,
    the transformed code would not be returned