Skip to content

Commit b02c80d

Browse files
committed
chore(projects): release v1.0.0-alpha.5
1 parent dbe7846 commit b02c80d

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Changelog
22

33

4+
## [v1.0.0-alpha.5](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2025-04-29)
5+
6+
###    🚀 Features
7+
8+
- **projects**: support inject route name to route file component &nbsp;-&nbsp; by @soybeanjs [<samp>(2bc28)</samp>](https://github.com/soybeanjs/elegant-router/commit/2bc2829)
9+
10+
### &nbsp;&nbsp;&nbsp;💅 Refactors
11+
12+
- **route**: streamline route updates by consolidating element retrieval and move utility functions to a new module &nbsp;-&nbsp; by @soybeanjs [<samp>(8697a)</samp>](https://github.com/soybeanjs/elegant-router/commit/8697a02)
13+
- **watcher**: improve file watching logic and simplify directory filtering &nbsp;-&nbsp; by @soybeanjs [<samp>(ad269)</samp>](https://github.com/soybeanjs/elegant-router/commit/ad26958)
14+
15+
### &nbsp;&nbsp;&nbsp;📖 Documentation
16+
17+
- **README**:
18+
- update language switch position &nbsp;-&nbsp; by @soybeanjs [<samp>(4d651)</samp>](https://github.com/soybeanjs/elegant-router/commit/4d6512f)
19+
- add component name injection details for Vue Router KeepAlive functionality &nbsp;-&nbsp; by @soybeanjs [<samp>(dbe78)</samp>](https://github.com/soybeanjs/elegant-router/commit/dbe7846)
20+
- **TODO**:
21+
- update task &nbsp;-&nbsp; by @soybeanjs [<samp>(90806)</samp>](https://github.com/soybeanjs/elegant-router/commit/90806b8)
22+
- update task &nbsp;-&nbsp; by @soybeanjs [<samp>(e9eeb)</samp>](https://github.com/soybeanjs/elegant-router/commit/e9eeb63)
23+
- update task &nbsp;-&nbsp; by @soybeanjs [<samp>(12ae5)</samp>](https://github.com/soybeanjs/elegant-router/commit/12ae5af)
24+
- update task &nbsp;-&nbsp; by @soybeanjs [<samp>(d2e3f)</samp>](https://github.com/soybeanjs/elegant-router/commit/d2e3f0c)
25+
26+
### &nbsp;&nbsp;&nbsp;🏡 Chore
27+
28+
- **dependencies**: update package versions and add unplugin-utils for path normalization &nbsp;-&nbsp; by @soybeanjs [<samp>(0d71d)</samp>](https://github.com/soybeanjs/elegant-router/commit/0d71deb)
29+
30+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
31+
32+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
33+
434
## [v1.0.0-alpha.4](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2025-04-28)
535

636
### &nbsp;&nbsp;&nbsp;🚀 Features

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template-vue",
33
"type": "module",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0-alpha.5",
55
"private": true,
66
"packageManager": "pnpm@10.9.0",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elegant-router",
33
"type": "module",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0-alpha.5",
55
"packageManager": "pnpm@10.9.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)