@builder.io/qwik-city@1.15.0
📦 qwikView on GitHub →
✨ 1 features🐛 5 fixes🔧 3 symbols
Summary
This release introduces the new RequestEvent.rewrite() API for internal redirects and includes several bug fixes such as RFC‑7231‑compliant Content‑Type handling, corrected query‑param behavior in link/useNavigate, cross‑protocol request support, and a fix for duplicate ServerError class.
✨ New Features
- Added rewrite() method to RequestEvent object for internal redirects without changing the URL.
🐛 Bug Fixes
- Changed Content-Type header in qwik requests to respect RFC 7231.
- link/useNavigate with query params no longer overrides loader/middleware redirect query params.
- Allowed cross-protocol requests from the same domain.
- Fixed duplicate ServerError class during dev mode.
- Updated devDependencies and configurations.
🔧 Affected Symbols
RequestEvent.rewritelink/useNavigateServerError