Skip to content

Commit

Permalink
release: v0.4.151
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 22, 2023
1 parent 9250448 commit dd48d98
Show file tree
Hide file tree
Showing 73 changed files with 105 additions and 72 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [0.4.151](https://github.com/vikejs/vike/compare/v0.4.150...v0.4.151) (2023-12-22)


### Bug Fixes

* add 'data' to default passToClient ([ada3fd9](https://github.com/vikejs/vike/commit/ada3fd941add022738f7cb1ec0e861661977ffd1))
* add vike:outDir debug logs ([92240b6](https://github.com/vikejs/vike/commit/92240b65573b0d22555245e5b3d57859bb46d489))
* enable URL redirection that resolves to a URL with @ (fix [#1347](https://github.com/vikejs/vike/issues/1347)) ([469866a](https://github.com/vikejs/vike/commit/469866a3f8a30f8332c7aad002f69d9479250d96))
* fix error message upon loading server-only module on the client-side ([#1335](https://github.com/vikejs/vike/issues/1335)) ([09d362e](https://github.com/vikejs/vike/commit/09d362eb1ab3932d0d994682b865f7be18fda7f8))
* improve debug logs visual formatting ([222b1b2](https://github.com/vikejs/vike/commit/222b1b247a537d0fd02e6cc72dcd03cacf71442a))
* make standalone builds easier ([#1165](https://github.com/vikejs/vike/issues/1165), [#1342](https://github.com/vikejs/vike/issues/1342)) ([f555646](https://github.com/vikejs/vike/commit/f5556463959a35f82b9c78a29ecd15e809ce8401))
* remove assertion (fix [#1359](https://github.com/vikejs/vike/issues/1359)) ([63b1c32](https://github.com/vikejs/vike/commit/63b1c32b10ed90694c8722430cd829c13e0790ef))
* remove wrong assertion ([f91537e](https://github.com/vikejs/vike/commit/f91537ed9869af7cd8407b9c6899819b7b090d28))
* sound URL pathname resolution implementation ([#1347](https://github.com/vikejs/vike/issues/1347)) ([42c1df1](https://github.com/vikejs/vike/commit/42c1df1462a923b954d254e81960370a5ae19cfc))
* update @brillout/vite-plugin-import-build ([c954cbc](https://github.com/vikejs/vike/commit/c954cbc49da08f805e96cdb6d9a7b8bd16504be4))
* update @brillout/vite-plugin-import-build ([687f3b7](https://github.com/vikejs/vike/commit/687f3b7cfe1fb808a622c118ce7e04fecf1a119d))
* update @brillout/vite-plugin-import-build ([27d13be](https://github.com/vikejs/vike/commit/27d13be4ee4de71666f2e6f889e8c7e26648e133))
* update @brillout/vite-plugin-import-build ([9b93e4f](https://github.com/vikejs/vike/commit/9b93e4fc46fd1c31b07bd0b26306d3aee7376a49))


### Features

* `.server.js` and `.client.js` [#1296](https://github.com/vikejs/vike/issues/1296) (closes [#744](https://github.com/vikejs/vike/issues/744)) ([6178b40](https://github.com/vikejs/vike/commit/6178b403fd08bc9c4ea90483b3808a5b70bc330c))
* data hook ([b61a87e](https://github.com/vikejs/vike/commit/b61a87e70cb4b6cb3c6fe86b58085e4c42239ff4))
* execute data() before onBeforeRender() ([c58642c](https://github.com/vikejs/vike/commit/c58642ca749108ee98f020ad69ce07fd3caa55b9))


### Performance Improvements

* improve crawl speed ([77e1875](https://github.com/vikejs/vike/commit/77e1875cee7fd92e41b1ff5f0d7a7e521f506a12))



## [0.4.150](https://github.com/vikejs/vike/compare/v0.4.149...v0.4.150) (2023-12-08)


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 @@
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vike": "^0.4.150"
"vike": "^0.4.151"
},
"type": "module"
}
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-dom": "^18.2.0",
"sirv": "^2.0.3",
"vite": "^4.5.1",
"vike": "^0.4.150"
"vike": "^0.4.151"
},
"type": "module"
}
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 @@
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vike": "^0.4.150",
"vike": "^0.4.151",
"vue": "^3.3.10"
},
"type": "module"
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",
"sirv": "^2.0.3",
"vite": "^4.5.1",
"vike": "^0.4.150",
"vike": "^0.4.151",
"vue": "^3.3.10"
},
"type": "module"
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.314",
"version": "0.0.315",
"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.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"type": "module"
}
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.150'
const PROJECT_VERSION = '0.4.151'

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.150",
"vike": "0.4.151",
"vike-react": "^0.3.4",
"vite": "^4.0.3"
},
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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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.9",
"vite": "^4.1.1",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.1.1",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.1.1",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.1.4",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.1.4",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150",
"vike": "0.4.151",
"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 @@ -26,7 +26,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/react-data-fetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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 @@ -20,7 +20,7 @@
"react-streaming": "^0.3.14",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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.11",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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 @@ -9,7 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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.67",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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.1",
"vite": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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 @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vike": "0.4.150",
"vike": "0.4.151",
"vike-react": "^0.3.4",
"vite": "^4.3.8"
},
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 @@ -15,7 +15,7 @@
"typescript": "^5.2.2",
"vite": "^4.4.8",
"unplugin-vue-markdown": "^0.24.3",
"vike": "0.4.150",
"vike": "0.4.151",
"vue": "^3.3.4"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/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": "^4.1.4",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.2.1",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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": "^4.0.3",
"vike": "0.4.150"
"vike": "0.4.151"
},
"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.9",
"vite": "^4.1.1",
"vike": "0.4.150",
"vike": "0.4.151",
"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": "^4.1.1",
"vike": "0.4.150",
"vike": "0.4.151",
"wrangler": "^2.9.1"
},
"type": "module"
Expand Down
Loading

0 comments on commit dd48d98

Please sign in to comment.