Releases: astahmer/pandabox
Releases · astahmer/pandabox
@pandabox/unplugin@0.2.0
Minor Changes
- d86bc37: only HMR reload the stylesheet if it doesn't match the current CSS
@pandabox/unplugin@0.1.7
@pandabox/unplugin@0.1.6
@pandabox/unplugin@0.1.5
Patch Changes
- 1baa877: hmr support for virtual module
@pandabox/unplugin@0.1.4
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
Patch Changes
- 02f76f2: Fix an issue with the StrictTokensScope plugin when only using
props
(and nocategories
)
@pandabox/prettier-plugin@0.1.3
Patch Changes
- f080836: Add
pandaIgnoreComponents
option to ignore sorting some components
@pandabox/unplugin@0.1.3
Patch Changes
- 65d951a: Change
optimizeJs
default value tomacro
+ fix HMR when usingoutfile
option (and maybe for SSR ?)
@pandabox/unplugin@0.1.2
Patch Changes
- fdac578: fix: optimizeJs should be based off transformResult.code
@pandabox/unplugin@0.1.1
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 butoptimizeJs
was disabled,
the transformed code would not be returned - Add