Skip to content

Commit

Permalink
release: unplugin-vue-router@0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 14, 2024
1 parent 960c250 commit 53355ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.8.5](https://github.com/posva/unplugin-vue-router/compare/v0.8.4...v0.8.5) (2024-03-14)

### Bug Fixes

- avoid invalid modules with definePage query ([25bbec3](https://github.com/posva/unplugin-vue-router/commit/25bbec33cc963dab2a596a4626e9077762e000db)), closes [#338](https://github.com/posva/unplugin-vue-router/issues/338)

## [0.8.4](https://github.com/posva/unplugin-vue-router/compare/v0.8.3...v0.8.4) (2024-02-24)

This patch contains the necessary fixes to allow importing the data loaders. However, they cannot be imported from `vue-router/auto` nor from `unplugin-vue-router/runtime`. Instead, they should be imported from `unplugin-vue-router/data-loaders/...`. This is needed as some of the loaders depends on extra packages that not all users have installed. At the moment, there are two data loaders
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
"version": "0.8.4",
"version": "0.8.5",
"packageManager": "pnpm@8.15.4",
"description": "File based typed routing for Vue Router",
"keywords": [
Expand Down

0 comments on commit 53355ee

Please sign in to comment.