Skip to content

Commit ca3143f

Browse files
committed
19ad014 Merge pull request #7486 from QwikDev/changeset-release/upcoming
QwikDev/qwik@99d5868
1 parent 95c1bac commit ca3143f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @builder.io/qwik-city
22

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- 🐞🩹 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](https://github.com/wmertens) in [#7537](https://github.com/QwikDev/qwik/pull/7537))
8+
9+
- 🛠 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](https://github.com/wmertens) in [#7453](https://github.com/QwikDev/qwik/pull/7453))
10+
11+
### Patch Changes
12+
13+
- 🐞🩹 linting errors which were previously being ignored across the monorepo. (by [@better-salmon](https://github.com/better-salmon) in [#7418](https://github.com/QwikDev/qwik/pull/7418))
14+
15+
- 🐞🩹 Link SPA subsequent navigation now properly prefetch the next routes. (by [@maiieul](https://github.com/maiieul) in [#7590](https://github.com/QwikDev/qwik/pull/7590))
16+
17+
- 🐞🩹 SPA Link now handle subsequent onQVisible$ passed as props. (by [@maiieul](https://github.com/maiieul) in [#7612](https://github.com/QwikDev/qwik/pull/7612))
18+
319
## 1.13.0
420

521
### Minor Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/qwik-city",
33
"description": "The meta-framework for Qwik.",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@azure/functions": "3.5.1",
20-
"@builder.io/qwik": "1.13.0",
20+
"@builder.io/qwik": "1.14.0",
2121
"@microsoft/api-extractor": "7.52.4",
2222
"@netlify/edge-functions": "2.10.0",
2323
"@types/mdast": "4.0.4",

0 commit comments

Comments
 (0)