Releases: astahmer/pandabox
Releases · astahmer/pandabox
@pandabox/[email protected]
Minor Changes
- d86bc37: only HMR reload the stylesheet if it doesn't match the current CSS
@pandabox/[email protected]
@pandabox/[email protected]
@pandabox/[email protected]
Patch Changes
- 1baa877: hmr support for virtual module
@pandabox/[email protected]
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/[email protected]
Patch Changes
- 02f76f2: Fix an issue with the StrictTokensScope plugin when only using
props
(and nocategories
)
@pandabox/[email protected]
Patch Changes
- f080836: Add
pandaIgnoreComponents
option to ignore sorting some components
@pandabox/[email protected]
Patch Changes
- 65d951a: Change
optimizeJs
default value tomacro
+ fix HMR when usingoutfile
option (and maybe for SSR ?)
@pandabox/[email protected]
Patch Changes
- fdac578: fix: optimizeJs should be based off transformResult.code
@pandabox/[email protected]
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