Skip to content

Commit 727521a

Browse files
authored
chore(fullstack): release alpha.3 (#1217)
1 parent ad8de60 commit 727521a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

packages/fullstack/CHANGELOG.md

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

3+
## v0.0.0-alpha.3 (2025-10-04)
4+
5+
- feat(fullstack): support `?assets=client` and `?assets=ssr` ([#1214](https://github.com/hi-ogawa/vite-plugins/pull/1214))
6+
- feat(fullstack): support `?assets` query ([#1208](https://github.com/hi-ogawa/vite-plugins/pull/1208))
7+
- fix(fullstack): remove `transformeRequest` during `collectCss` ([#1212](https://github.com/hi-ogawa/vite-plugins/pull/1212))
8+
- docs(fullstack): `?assets` import ([#1215](https://github.com/hi-ogawa/vite-plugins/pull/1215))
9+
- chore(fullstack): use unhead to simplify vue-router ([#1216](https://github.com/hi-ogawa/vite-plugins/pull/1216))
10+
- chore(fullstack): simplify vue-router ssr head example ([#1210](https://github.com/hi-ogawa/vite-plugins/pull/1210))
11+
- chore(fullstack): simplify react-router ssr head example ([#1209](https://github.com/hi-ogawa/vite-plugins/pull/1209))
12+
- chore(fullstack): tweak vue-router example ([#1205](https://github.com/hi-ogawa/vite-plugins/pull/1205))
13+
314
## v0.0.0-alpha.2 (2025-10-04)
415

516
- feat(fullstack)!: universal route assets as default ([#1196](https://github.com/hi-ogawa/vite-plugins/pull/1196))

packages/fullstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiogawa/vite-plugin-fullstack",
3-
"version": "0.0.0-alpha.2",
3+
"version": "0.0.0-alpha.3",
44
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/fullstack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)