Skip to content

Commit

Permalink
release: unplugin-vue-router@0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 26, 2022
1 parent 01bccb5 commit 769c30d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.2.0](https://github.com/posva/unplugin-vue-router/compare/v0.1.2...v0.2.0) (2022-08-26)

## Introducing Experimental Data fetching

Refer to https://github.com/posva/unplugin-vue-router/tree/main/src/data-fetching
for up to date information on how to use the data fetching.

### Bug Fixes

- slash some path for windows ([#48](https://github.com/posva/unplugin-vue-router/issues/48)) ([bc152e3](https://github.com/posva/unplugin-vue-router/commit/bc152e38705185aa39a84a85dd787ad9e4c18cde))

### Features

- add setupNavigationGuard options ([0656e35](https://github.com/posva/unplugin-vue-router/commit/0656e3500f78dda7f3056777c43fc8698054d64a))
- explicitly allow for the data fetching guard ([5f672b2](https://github.com/posva/unplugin-vue-router/commit/5f672b2bb8ca7fef944da3eb4a30bdc8aeb7f471))
- importMode option ([9aa2e33](https://github.com/posva/unplugin-vue-router/commit/9aa2e33bd5354549639bb4610f3ae0621d0b7a5a)), closes [#47](https://github.com/posva/unplugin-vue-router/issues/47)
- one single auto import ([c82e964](https://github.com/posva/unplugin-vue-router/commit/c82e9647a59469b2a67ccae92e31d17f5493b0c3))
- parse definePage ([b2470a6](https://github.com/posva/unplugin-vue-router/commit/b2470a66b4364879ffb9d979c5ffd18c22cea785))
- support props to route blocks ([073c29c](https://github.com/posva/unplugin-vue-router/commit/073c29cca6e96fec54f149c6160405b3a7760383)), closes [#49](https://github.com/posva/unplugin-vue-router/issues/49)

## [0.1.2](https://github.com/posva/unplugin-vue-router/compare/v0.1.1...v0.1.2) (2022-08-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-router",
"version": "0.1.2",
"version": "0.2.0",
"packageManager": "pnpm@7.9.3",
"description": "File based typed routing for Vue Router",
"keywords": [
Expand Down

0 comments on commit 769c30d

Please sign in to comment.