Skip to content

@qwik.dev/router@2.0.0-beta.35

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 May 21:38
4603135

Minor Changes

  • ✨ add worker$ support running heavy work in Web Workers (by @Varixo in #8572)

Patch Changes

  • fix(router): Node SSR no longer hangs when using compression (or other middleware that wraps res.write / res.end). (by @maiieul in #8620)

  • 🐞🩹 handle aborted Node response streams without crashing and resolve the Node response stream contract (by @Varixo in #8613)

  • fix(router): The Vite dev won't crash anymore when src/entry.ssr is missing (e.g. in monorepos) (by @maiieul in #8601)

  • 🐞🩹 handle callback-only response end in Vite HTML transform (by @Varixo in #8597)

  • Updated dependencies [8fdf639, 8dbdc12, b6f7556, 5cb730f, c5f5bb0, dc9a8e8, ea33c02, b90aa3f, a8e3dc0, 5fd8f65]:

    • @qwik.dev/core@2.0.0-beta.35