Skip to content

Commit

Permalink
release: v0.4.172
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 26, 2024
1 parent f1d840e commit 457cbea
Show file tree
Hide file tree
Showing 69 changed files with 99 additions and 68 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [0.4.172](https://github.com/vikejs/vike/compare/v0.4.171...v0.4.172) (2024-05-26)


### Bug Fixes

* add CJS/ESM error hint ([90101cd](https://github.com/vikejs/vike/commit/90101cd1c5c5635ca9049ee3fc50386f9d0fa163))
* add hint for React's invalid hook call ([42c3173](https://github.com/vikejs/vike/commit/42c31737fc615d150eafd66f66fa009db40a9f15))
* further preserve pageContext property getters ([155b2ea](https://github.com/vikejs/vike/commit/155b2ea045f9732991bfb8b5757d146a8f087cba))
* improve & simplify passToClient error ([0c459cc](https://github.com/vikejs/vike/commit/0c459cc5b7f12372187a4e345f0d608ad8d0ee14))
* improve cumulative support, and fix bugs ([c14c8d0](https://github.com/vikejs/vike/commit/c14c8d08a99053606fc3c199b1506cb79be24c13))
* improve error hint messag ([e02a1b6](https://github.com/vikejs/vike/commit/e02a1b632da3bb040ae3c97c7853b447079384ea))
* improve warning stack traces ([9af790a](https://github.com/vikejs/vike/commit/9af790a11bd4183047f628837b932264f257373b))
* make client-side script order determinisic also in dev ([#1468](https://github.com/vikejs/vike/issues/1468)) ([a3be198](https://github.com/vikejs/vike/commit/a3be1984ab8d80bff5a4048aeef18b3275334d94))
* pointer imports used anywhere in config object ([b4ba6b7](https://github.com/vikejs/vike/commit/b4ba6b70e6bdc2e1f460c0d2e4c3faae5d0a733c))
* polish error message ([ff5af85](https://github.com/vikejs/vike/commit/ff5af85172ee25f2804a44824e1f4e1b1a1bd213))
* polish HTML errors ([642566b](https://github.com/vikejs/vike/commit/642566be420a08e2badaf0310c3e5cf22f9effae))
* remove faulty logErrorHint() assertion ([061f51e](https://github.com/vikejs/vike/commit/061f51e8b5bedc4a1998cc83e559bacd5e79eaac))


### Features

* [experimental] `pageContext.source` and `pageContext.from` ([#1268](https://github.com/vikejs/vike/issues/1268)) ([8cc0de4](https://github.com/vikejs/vike/commit/8cc0de484d98172792370f4ea5661454015cade9))
* add headers to pageContext in dev ([2ea822a](https://github.com/vikejs/vike/commit/2ea822a3dc742e49385a2f1bc937454d0c04510d))
* cumulative for non-serializable configs ([da4f0c3](https://github.com/vikejs/vike/commit/da4f0c37d4c4310f39b769a24112e1c935f39ded))
* getPageContext() ([b2d327e](https://github.com/vikejs/vike/commit/b2d327ec358fe0cc24a5975d5ad3e71c408c116b))
* pageContext.headersOriginal ([a78a110](https://github.com/vikejs/vike/commit/a78a1101956fa0f5e41b96e13a09342584014838))
* support +client.js for all render modes (closes [#1468](https://github.com/vikejs/vike/issues/1468)) ([6e37128](https://github.com/vikejs/vike/commit/6e371286c04f53e37ed00ec23b71bbe6c033339f))
* Vike.ConfigResolved ([978d69d](https://github.com/vikejs/vike/commit/978d69d3a5209b8990165f70ddb7fa76a364ebdd))



## [0.4.171](https://github.com/vikejs/vike/compare/v0.4.170...v0.4.171) (2024-04-20)


Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sirv": "^2.0.3",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.0.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sirv": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.0.10",
"vue": "^3.3.10",
"vue-tsc": "^2.0.11"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/boilerplate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"sirv": "^2.0.3",
"vike": "^0.4.171",
"vike": "^0.4.172",
"vite": "^5.0.10",
"vue": "^3.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vike",
"version": "0.0.336",
"version": "0.0.337",
"license": "MIT",
"bin": {
"create-vike": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "0.4.171",
"vike": "0.4.172",
"vite": "^5.2.10"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.4.171'
const PROJECT_VERSION = '0.4.172'

export const projectInfo = {
projectName: 'Vike' as const,
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vike": "0.4.171",
"vike": "0.4.172",
"vike-react": "^0.4.6",
"vite": "^5.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/file-structure-domain-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/graphql-apollo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.18.2",
"graphql": "^16.6.0",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/html-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"typescript": "^4.6.4",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/layouts-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"vue": "^3.2.33"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/path-aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"serve": "^13.0.2",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"typescript": "^5.3.3",
"vike": "0.4.171",
"vike": "0.4.172",
"vite": "^5.2.11"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-streaming": "^0.3.24",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/render-modes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"telefunc": "^0.1.70",
"typescript": "^5.2.2",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"typescript": "4.8.4",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.2.0",
"vike-react-simple": "^0.1.4",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "0.4.171",
"vike": "0.4.172",
"vike-react": "^0.4.6",
"vite": "^5.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node-fetch": "^2.6.1",
"typescript": "^5.2.2",
"unplugin-vue-markdown": "^0.24.3",
"vike": "0.4.171",
"vike": "0.4.172",
"vite": "^5.0.10",
"vue": "^3.3.4",
"vue-tsc": "^2.0.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"vue": "^3.2.47"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion test-deprecated-design/base-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"react-streaming": "^0.3.24",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/cloudflare-workers-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"vite": "^5.0.10",
"vike": "0.4.171",
"vike": "0.4.172",
"vue": "^3.2.47",
"wrangler": "^2.9.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10",
"vike": "0.4.171"
"vike": "0.4.172"
},
"type": "module"
}
Loading

0 comments on commit 457cbea

Please sign in to comment.