@builder.io/qwik-city@1.19.0
📦 qwikView on GitHub →
✨ 1 features🐛 1 fixes🔧 4 symbols
Summary
This release introduces the ability to mock route loaders and actions in QwikCityMockProvider and fixes a URL origin mismatch bug in SPA routes. It also updates RequestEvents to be readonly instead of frozen.
Migration Steps
- If you rely on RequestEvents being frozen, note that they are now readonly instead, which might affect mutation attempts.
✨ New Features
- Allow mocking route loaders & actions in QwikCityMockProvider.
🐛 Bug Fixes
- Fixed qwik-city spa routeStateInternal and routeLocation url origins mismatch.