Skip to content

The latest news releases from the Qwik team

May 21st, 2025

@builder.io/qwik-city@1.14.0

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 your q-data.json is served with Cache-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)

Patch Changes

  • 🐞🩹 linting errors which were previously being ignored across the monorepo. (by @better-salmon in #7418)

  • 🐞🩹 Link SPA subsequent navigation now properly prefetch the next routes. (by @maiieul in #7590)

  • 🐞🩹 SPA Link now handle subsequent onQVisible$ passed as props. (by @maiieul in #7612)

Contributors:

  • wmertens
  • better
  • maiieul
1
...
10
11
12
...
30