@qwik.dev/router@2.0.0-beta.31
📦 qwikView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces the manifest hash to documentHead for cache management and includes several stability fixes for the router, including removing the now-internal qwikRouterConfig.
Migration Steps
- Remove usage of qwikRouterConfig during router creation.
✨ New Features
- documentHead now includes the manifest hash for cache busting or eTag generation.
🐛 Bug Fixes
- Prevented crashing due to missing container during navigation in the router.
- Router no longer appends / to paths that are not known.
- Removed qwikRouterConfig from router creation as it is now internally managed.