Skip to content

1.2.0

Compare
Choose a tag to compare
@marvinhagemeister marvinhagemeister released this 18 Feb 22:50
· 1250 commits to main since this release

Features & Improvements

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