Skip to content

Commit fb3ec6f

Browse files
committed
release: v1.1.0
1 parent 7e0a6e5 commit fb3ec6f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/vue-spark/router-plugins/compare/v1.0.0...v1.1.0) (2025-09-26)
4+
5+
### Features
6+
7+
- 适配 `vue-router-plugin-system` 独立插件开发模式 ([01d0c82](https://github.com/vue-spark/router-plugins/commit/01d0c82fd1a51289382e3b2ea4d62aa5ae603076))
8+
9+
### Bug Fixes
10+
11+
- **history-state:** 修复错误的函数返回值定义 ([7e0a6e5](https://github.com/vue-spark/router-plugins/commit/7e0a6e5a14a53ec30804408cc8c5b62afdd3d450))
12+
- **navigation-direction:** 修正 MemoryHistory 中的方向识别逻辑 ([43bbc4e](https://github.com/vue-spark/router-plugins/commit/43bbc4ed688bde743e35e71f3dd37895e28d4500))
13+
14+
### Chores
15+
16+
- 优化代码 ([a22377b](https://github.com/vue-spark/router-plugins/commit/a22377bf02c2e77c63c6778a964226bbf123d9cf))
17+
18+
### Docs
19+
20+
- **README:** 更新 vue-router-plugin-system 为超链接格式 ([c2fd5a8](https://github.com/vue-spark/router-plugins/commit/c2fd5a80033f660e4b6601990d5ead7d785d6c31))
21+
322
## [1.0.0](https://github.com/vue-spark/router-plugins/compare/v0.1.1...v1.0.0) (2025-07-07)
423

524
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-spark/router-plugins",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Lightweight Vue Router 4 plugin collection - extend routing capabilities with minimal overhead.",
66
"author": "leihaohao <https://github.com/l246804>",
77
"license": "MIT",

0 commit comments

Comments
 (0)