Skip to content

Commit a2676fa

Browse files
committed
release: v0.4.253
1 parent 18e19c0 commit a2676fa

71 files changed

Lines changed: 160 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.4.253](https://github.com/vikejs/vike/compare/v0.4.252...v0.4.253) (2026-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* apply import.meta.env static replacement also for node_modules/ code ([7f781cf](https://github.com/vikejs/vike/commit/7f781cf0a08a7f8cd9e54cbf35c4576f2b98949f))
7+
* avoid race condition between hydration and fast subsequent render ([#3056](https://github.com/vikejs/vike/issues/3056)) ([a555bc6](https://github.com/vikejs/vike/commit/a555bc631cc7ca10e5bb4e25d26247979d2ba3d8))
8+
* fix scroll restoration race condition (fix [#3050](https://github.com/vikejs/vike/issues/3050)) ([#3053](https://github.com/vikejs/vike/issues/3053)) ([45fd585](https://github.com/vikejs/vike/commit/45fd58584daa90f54c07ddcd13ef5eb299007511))
9+
* fix temporary console.log patch (fix [#3067](https://github.com/vikejs/vike/issues/3067)) ([3ea247f](https://github.com/vikejs/vike/commit/3ea247f0c01cc263b35839799257eb9bb66e9afd))
10+
* improve browser check (fix [#3036](https://github.com/vikejs/vike/issues/3036)) ([1d0a050](https://github.com/vikejs/vike/commit/1d0a05096b4a067074528403c27df085f3aeca74))
11+
* make `DEBUG` flag work on the edge (e.g. Cloudflare) (fix [#3067](https://github.com/vikejs/vike/issues/3067)) ([#3069](https://github.com/vikejs/vike/issues/3069)) ([4fa40ed](https://github.com/vikejs/vike/commit/4fa40edae0a52b544cbf83c0ce1f3ab3fe464ec4))
12+
* make +onHookCall server-only by default ([#3049](https://github.com/vikejs/vike/issues/3049)) ([3c0065c](https://github.com/vikejs/vike/commit/3c0065c51488364083655f3e448d11eb6b798c20))
13+
* move export types to first entry ([1a26d5b](https://github.com/vikejs/vike/commit/1a26d5bffc68920ad3bcb2012e3ad20cf86e14b2))
14+
* skip malformed `.pageContext.json` requests (fix [#3052](https://github.com/vikejs/vike/issues/3052)) ([e3a6e9d](https://github.com/vikejs/vike/commit/e3a6e9d0dff4bad56b3b6de703c1387b702c534a))
15+
* support file being both a runtime and config file (brillout/docpress[#86](https://github.com/vikejs/vike/issues/86)) ([3d92f08](https://github.com/vikejs/vike/commit/3d92f086484a9c391697baf39dfa25a8de273b5a))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* +onHookCall is now server-only by default, use
21+
`.client.js` or `.shared.js` to execute it on the client.
22+
23+
24+
125
## [0.4.252](https://github.com/vikejs/vike/compare/v0.4.251...v0.4.252) (2026-01-12)
226

327

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^19.2.1",
1515
"react-tabs": "^6.1.0",
1616
"typescript": "^5.9.3",
17-
"vike": "0.4.252",
17+
"vike": "0.4.253",
1818
"vite": "^6.3.4",
1919
"vite-plugin-svgr": "^4.3.0"
2020
},

examples/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^19.2.1",
1818
"react-dom": "^19.2.1",
1919
"typescript": "^5.9.3",
20-
"vike": "0.4.252",
20+
"vike": "0.4.253",
2121
"vike-react": "^0.6.19",
2222
"vite": "^6.3.2"
2323
},

examples/base-url-cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^19.2.1",
1818
"react-dom": "^19.2.1",
1919
"vite": "^6.3.2",
20-
"vike": "0.4.252"
20+
"vike": "0.4.253"
2121
},
2222
"type": "module"
2323
}

examples/base-url-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^19.2.1",
1818
"react-dom": "^19.2.1",
1919
"vite": "^6.3.2",
20-
"vike": "0.4.252"
20+
"vike": "0.4.253"
2121
},
2222
"type": "module"
2323
}

examples/base-url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^19.2.1",
1010
"react-dom": "^19.2.1",
1111
"vite": "^6.3.2",
12-
"vike": "0.4.252"
12+
"vike": "0.4.253"
1313
},
1414
"type": "module"
1515
}

examples/cloudflare-workers-react-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^19.2.1",
1414
"react-dom": "^19.2.1",
1515
"react-streaming": "^0.4.15",
16-
"vike": "0.4.252",
16+
"vike": "0.4.253",
1717
"vite": "^7.0.6",
1818
"wrangler": "^4.56.0"
1919
},

examples/cloudflare-workers-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react": "^19.2.1",
1212
"react-dom": "^19.2.1",
1313
"typescript": "^5.9.3",
14-
"vike": "0.4.252",
14+
"vike": "0.4.253",
1515
"vite": "^7.0.6",
1616
"wrangler": "^4.56.0"
1717
},

examples/cloudflare-workers-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vue/compiler-sfc": "^3.5.18",
1111
"@vue/server-renderer": "^3.5.18",
1212
"vite": "^7.0.6",
13-
"vike": "0.4.252",
13+
"vike": "0.4.253",
1414
"vue": "^3.5.18",
1515
"wrangler": "^4.56.0"
1616
},

examples/custom-preload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^19.2.1",
1010
"react-dom": "^19.2.1",
1111
"vite": "^6.3.2",
12-
"vike": "0.4.252"
12+
"vike": "0.4.253"
1313
},
1414
"type": "module"
1515
}

0 commit comments

Comments
 (0)