github QwikDev/qwik @builder.io/qwik-city@1.14.0

latest releases: @qwik.dev/core@2.0.0-beta.8, @qwik.dev/router@2.0.0-beta.8, @qwik.dev/react@2.0.0-beta.8...
3 months ago

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)

Don't miss a new qwik release

NewReleases is sending notifications on new releases.