Skip to content

feat(router): small features and fixes#8503

Merged
wmertens merged 14 commits intobuild/v2from
router-fixes
Mar 31, 2026
Merged

feat(router): small features and fixes#8503
wmertens merged 14 commits intobuild/v2from
router-fixes

Conversation

@wmertens
Copy link
Copy Markdown
Member

bugs:

  • prevent crashing due to container missing during navigation
  • don't append / to paths that are not known
  • remove qwikRouterConfig from router creation, it's entirely internally managed

features:

  • async signal now accepts negative interval to just invalidate but not recalc
  • documentHead now includes the manifesthash

@wmertens wmertens requested review from a team as code owners March 29, 2026 07:49
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 29, 2026

🦋 Changeset detected

Latest commit: 2935c49

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@maiieul maiieul moved this from Backlog to Waiting For Review in Qwik Development Mar 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 29, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 2935c49

also use deferUpdates so we don't need the async run() workaround
Remove the deprecated `qwikRouterConfig` and `qwikCityPlan` props from
`ServerRenderOptions` and all adapter option interfaces. The config is
now always loaded via `import('@qwik-router-config')`.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 31, 2026

Open in StackBlitz

@qwik.dev/core

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@8503

@qwik.dev/router

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@8503

eslint-plugin-qwik

npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@8503

create-qwik

npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@8503

@qwik.dev/optimizer

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/optimizer@8503

commit: 2935c49

@wmertens wmertens merged commit 99fc7ba into build/v2 Mar 31, 2026
26 checks passed
@github-project-automation github-project-automation bot moved this from Waiting For Review to Done in Qwik Development Mar 31, 2026
@wmertens wmertens deleted the router-fixes branch March 31, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants