Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jan 15, 2024
1 parent 9816bd1 commit 4e8b94d
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cross-fetch": "^4.0.0",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vite": "^5.0.11",
"unplugin-vue-markdown": "^0.25.2",
"vike": "0.4.156",
Expand Down
2 changes: 1 addition & 1 deletion examples/onBeforeRender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cross-fetch": "^4.0.0",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vite": "^5.0.11",
"unplugin-vue-markdown": "^0.25.2",
"vike": "0.4.156",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^5.3.3",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vite": "^5.0.11",
"vike": "0.4.156",
"vue": "^3.4.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vike-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "^5.3.3",
"vike": "0.4.156",
"vike-pinia": "0.0.1",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vite": "^5.0.11",
"vue": "^3.4.13"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^5.3.3",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vite": "^5.0.11",
"vike": "0.4.156",
"vue": "^3.4.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pinia": "^2.1.7",
"typescript": "^5.3.3",
"vike": "0.4.156",
"vike-vue": "0.5.3",
"vike-vue": "0.5.4",
"vue": "^3.4.13"
},
"files": [
Expand Down
31 changes: 31 additions & 0 deletions packages/vike-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 0.5.4 (2024-01-15)


### Bug Fixes

* actually support config.meta.ssr = false ([3ee182a](https://github.com/vikejs/vike-vue/commit/3ee182a814df2c8d8d5144ef1b9bbd79b18a4a5e))
* Fix 'Error: Cannot find module' ([6b35d81](https://github.com/vikejs/vike-vue/commit/6b35d8138aa943a717d621de68f66bdc97cfc73d))
* Fix `__name is not defined` ([11417ca](https://github.com/vikejs/vike-vue/commit/11417cac897d4405af393ff5312ae746e5ce1662))
* further ensure Vue doesn't swallow errors ([1a0acc0](https://github.com/vikejs/vike-vue/commit/1a0acc03de36e32ee137c480e9e761726001ddaf))
* improve error message ([233070a](https://github.com/vikejs/vike-vue/commit/233070a37d37e970ec6ef85d5386003717566550))
* migrate to `vike` ([79d5da9](https://github.com/vikejs/vike-vue/commit/79d5da9b535f082e3c58d4d5b37aa8d45fda9002))
* possibly unset document title on client routing ([984cb76](https://github.com/vikejs/vike-vue/commit/984cb760cf6f36984de5e3f1174005f21cf9e697)), closes [vikejs/vike-react#27](https://github.com/vikejs/vike-react/issues/27)
* properly handle render error upon client-side navigation ([e784c36](https://github.com/vikejs/vike-vue/commit/e784c36b76d29792a8eb00ab900dc95d8fe4728e))
* use latest version of the Vike V1 design ([70f02b7](https://github.com/vikejs/vike-vue/commit/70f02b72c9f2f30030d703ed9f70229ebe36fd5f))


### Features

* add Head config option ([75cd700](https://github.com/vikejs/vike-vue/commit/75cd70081e530392c93be07944fb063c42092a9f))
* add link to repo to SSR shell ([d63c9d3](https://github.com/vikejs/vike-vue/commit/d63c9d3e3b0dce8318a8a8c14bb62115d4949318)), closes [vikejs/vike-react#32](https://github.com/vikejs/vike-react/issues/32) [vikejs/vike-solid#32](https://github.com/vikejs/vike-solid/issues/32)
* Add vuePlugins config option // [#16](https://github.com/vikejs/vike-vue/issues/16) ([4a1dddd](https://github.com/vikejs/vike-vue/commit/4a1ddddcd1f33bd2755b6ccb91ad7f1d6d0942c6))
* useData() ([7409c4e](https://github.com/vikejs/vike-vue/commit/7409c4ead9f185c5c95bb871375683a7d4fe1a45))


### BREAKING CHANGES

* use npm package `vike` instead of `vite-plugin-ssr`,
see https://vite-plugin-ssr.com/vike



## [0.5.3](https://github.com/vikejs/vike-vue/compare/v0.5.2...v0.5.3) (2023-12-28)

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-vue",
"version": "0.5.3",
"version": "0.5.4",
"type": "module",
"main": "./dist/renderer/+config.js",
"types": "./dist/renderer/+config.d.ts",
Expand Down

0 comments on commit 4e8b94d

Please sign in to comment.