Skip to content

Commit 60ffa2e

Browse files
committed
chore: changeset
1 parent 03ad87a commit 60ffa2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.changeset/great-news-lie.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@qwik.dev/router': minor
3+
'@qwik.dev/core': minor
4+
---
5+
6+
Feat: split Qwik Core and Router dev experience. Core now only adjusts the html using the Vite hook for it, so it can work in any environment or client-only. You can make a Qwik application client-only by running `qwik add csr` now.
7+
Feat: Qwik Route now runs dev mode using the node middleware, which is the same as production, and can now hot-reload when routes are added. It does this by transforming the response while it streams to add the dev scripts. This opens the door for Vite Environment support.
8+
Feat: `qwikVite()` SSR builds now reads the manifest from the client build whenever possible. You can still pass in the manifest yourself if needed.
9+
Fix: Qwik Router's Vite plugin no longer imports Qwik Core, a cause of duplicate imports in dev and preview mode.
10+
Fix: Sometimes, SSG hangs after completion. The cause is still unknown, but now there is a workaround by forcing the process to exit after SSG is done.

0 commit comments

Comments
 (0)