Skip to content

Commit 4397221

Browse files
committed
chore(changelog): update changelog for ilha 0.4
1 parent 85ff963 commit 4397221

6 files changed

Lines changed: 37 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## `ilha`
44

5+
### 0.4.0 - 2026-05-01
6+
7+
- added `:abortable` modifier for `.on()`.
8+
- added `signal` property to the context of `.effect()`.
9+
- added `.onError()` builder method that callects errors from all of the lifecycle.
10+
- added more signal elements.
11+
512
### 0.3.1 - 2026-04-24
613

714
- Fixes hydratable() snapshot interactivity regression.
@@ -79,6 +86,10 @@ Initial release of **@ilha/form** — a tiny, typed form binding library for ilh
7986

8087
## `@ilha/router`
8188

89+
### 0.2.4 - 2026-05-01
90+
91+
- Updates Ilha dependency to 0.4.0
92+
8293
### 0.2.3 - 2026-04-24
8394

8495
- Updates Ilha dependency to 0.3.1
@@ -124,6 +135,10 @@ Initial release of **@ilha/router** — a lightweight, isomorphic router for ilh
124135

125136
## `@ilha/store`
126137

138+
### 0.2.1 - 2026-05-01
139+
140+
- Updates Ilha dependency to 0.4.0
141+
127142
### 0.2.0 - 2026-04-28
128143

129144
- Adds `@ilha/store/form` helpers to work with <form> elements which lets deprecate `@ilha/form`.

templates/electrobun/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electrobun",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
66
"start": "vite build && electrobun dev",
@@ -10,14 +10,14 @@
1010
"build:canary": "vite build && electrobun build --env=canary"
1111
},
1212
"dependencies": {
13-
"@ilha/router": "^0.2.3",
13+
"@ilha/router": "^0.2.4",
1414
"electrobun": "1.16.0",
15-
"ilha": "^0.3.1"
15+
"ilha": "^0.4.0"
1616
},
1717
"devDependencies": {
1818
"@types/bun": "latest",
1919
"concurrently": "^9.2.1",
2020
"typescript": "^6.0.3",
21-
"vite": "^8.0.9"
21+
"vite": "^8.0.10"
2222
}
2323
}

templates/elysia/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elysia",
3-
"version": "1.0.50",
3+
"version": "0.0.1",
44
"type": "module",
55
"module": "src/server.js",
66
"scripts": {
@@ -9,14 +9,14 @@
99
"start": "bun dist/server.mjs"
1010
},
1111
"dependencies": {
12-
"@elysiajs/html": "^1.4.0",
13-
"@elysiajs/static": "^1.4.9",
14-
"@ilha/router": "^0.2.3",
12+
"@elysiajs/html": "^1.4.2",
13+
"@elysiajs/static": "^1.4.10",
14+
"@ilha/router": "^0.2.4",
1515
"elysia": "^1.4.28",
16-
"ilha": "^0.3.1"
16+
"ilha": "^0.4.0"
1717
},
1818
"devDependencies": {
1919
"bun-types": "latest",
20-
"tsdown": "^0.21.9"
20+
"tsdown": "^0.21.10"
2121
}
2222
}

templates/hono/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"start": "node dist/server.mjs"
88
},
99
"dependencies": {
10-
"@hono/node-server": "^2.0.0",
11-
"@ilha/router": "^0.2.3",
12-
"hono": "^4.12.14",
13-
"ilha": "^0.3.1"
10+
"@hono/node-server": "^2.0.1",
11+
"@ilha/router": "^0.2.4",
12+
"hono": "^4.12.16",
13+
"ilha": "^0.4.0"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^24",
17-
"tsdown": "^0.21.9",
17+
"tsdown": "^0.21.10",
1818
"typescript": "^6.0.3"
1919
}
2020
}

templates/nitro/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@ilha/router": "^0.2.3",
13-
"ilha": "^0.3.1",
14-
"nitro": "^3.0.260415-beta"
12+
"@ilha/router": "^0.2.4",
13+
"ilha": "^0.4.0",
14+
"nitro": "^3.0.260429-beta"
1515
},
1616
"devDependencies": {
1717
"typescript": "^6.0.3",
18-
"vite": "^8.0.9"
18+
"vite": "^8.0.10"
1919
}
2020
}

templates/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@ilha/router": "^0.2.3",
13-
"ilha": "^0.3.1"
12+
"@ilha/router": "^0.2.4",
13+
"ilha": "^0.4.0"
1414
},
1515
"devDependencies": {
1616
"typescript": "^6.0.3",
17-
"vite": "^8.0.9"
17+
"vite": "^8.0.10"
1818
}
1919
}

0 commit comments

Comments
 (0)