Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:35

1.1.0 (2026-06-17)

Features

  • Support SSR, SSG and HMR (770a31c)

Documentation

  • Remove confusing line about vite-plugin (dd9d965)

Bug Fixes

  • authorize loopback on the HTTP gate, not just the HMR WebSocket (f566c85)
  • await dev server disposal on shutdown so the worker tears down cleanly (6720fda)
  • Clean up middleware (f618400)
  • Correctly import the HMR path into the integration test (1fbd018)
  • Don’t rm rf dist (db8ccdf)
  • Protect the HMR websocket too (729884c)

Test Improvements

  • Switch to integration testing package (315c14f)