Minor Changes
-
🐞🩹 qwik-city no longer forces
q-data.json
downloads, instead relying on the cache headers. This means that you have to make sure yourq-data.json
is served withCache-Control
headers that suit you. That file contains all the information about the route and is read for each qwik-city navigation. By default the data is cached for one hour. (by @wmertens in #7537) -
🛠 the service workers have been deprecated and replaced with entries that unregister them. If you have it enabled in production, you can remove it after a while once you are sure all your users have the new version. (by @wmertens in #7453)