1.2.0
marvinhagemeister
released this
18 Feb 22:50
·
1250 commits
to main
since this release
Features & Improvements
- Add support for variable dynamic import prod (#292, thanks @developit)
- Adding missing types to
preact-iso
(#324, thanks @rschristian) - Make
prefresh
optional (#322, thanks @JoviDeCroock) - Add service worker to recipes (#315, thanks @hassanbazzi)
- Add
process.browser
for compatibility (#307, thanks @ForsakenHarmony)
Bugfixes
- Close Rollup bundle before passing output (#302, thanks @intrnl)
- Fix wrong output for self closed non-root jsx nodes (#340, thanks @marvinhagemeister)
- Insert user-defined plugins before core plugins (#290, thanks @rschristian)
- Tighten up ESM_KEYWORDS (#296, thanks @developit)
- Fix HMR not working with CSS on Windows (#332, thanks @matias4205)
- Fix assets bad url on dev mode Windows (#336, thanks @matias4205)
preact-iso
Add peerDeps & correct module type (#323, thanks @rschristian)- Fix brittle regex in optimize-graph-plugin (#328, thanks @jbt)
- Fix dotted component identifiers in production code (#329, thanks @developit)
- Increase HTTP/1 Keep-Alive timeout from 5s to 60s (#311, thanks @developit)
- Fix
wmr serve
not supporting middleware option (#313, thanks @developit) - Fix multiple dashes in css modules (#312, thanks @madmanwithabike)
- Fix
--no-compress
option (#310, thanks @developit) - Fix Filter the link tags based on rel and href (#288, thanks @cristianbote)
- Fix case where a stylesheet wouldn't reload (#293, thanks @JoviDeCroock)
Maintenance
- Switch to a proper monorepo setup for easier automated publishing (#338, thanks @JoviDeCroock)
- Change cache path to not modify
node_modules
(#309, thanks @ForsakenHarmony)