Skip to content

Commit 377ea33

Browse files
committed
release(framework): prepare v0.11.18
1 parent ff34f91 commit 377ea33

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.async-pipeline/tasks.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@
127127
}
128128
],
129129
"hash": "sha256:a1c7ccd8157fb3d57d743d34dabc6ef0707128933927ad88bbf5115d54cb5fce",
130-
"generatedAt": "2026-06-19T20:28:39.755Z"
130+
"generatedAt": "2026-06-19T20:41:40.343Z"
131131
}

.github/async-pipeline.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config": "pipeline.ts",
55
"workflow": ".github/workflows/async-pipeline.yml",
66
"hash": "sha256:ff505c9546fbc9043e54232d7642a1d6a2c6189b7263c0a4b1b8dd13ecf769b6",
7-
"generatedAt": "2026-06-19T20:28:39.594Z",
7+
"generatedAt": "2026-06-19T20:41:40.167Z",
88
"triggers": {
99
"pull_request": {},
1010
"push": {

CHANGELOG.md

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

3+
## 0.11.18 - 2026-06-19
4+
5+
- Added inert build optimizer artifact helpers for ADR 26 pass records,
6+
diagnostics, runtime slice selection, handler emission, and development
7+
report generation.
8+
- Added optimizer fixtures for signal source classification, signal ownership,
9+
JSX event symbol extraction, Suspense/Reveal lowering, runtime selection, and
10+
server-only browser import diagnostics.
11+
- Added build optimizer tests proving maybe-promise signals fail explicitly,
12+
event handlers are not forced through dynamic imports, Reveal ordering is
13+
deterministic, omitted runtime systems are visible, and helpers do not execute
14+
app modules or import no-build runtime systems.
15+
- Bundle size from bundled TypeScript source: `browser.ts` raw 221,403 B (221.4 KB / 0.221 MB), gzip 42,093 B (42.1 KB / 0.042 MB), br 34,797 B (34.8 KB / 0.035 MB) -> `browser.min.js` raw 95,027 B (95.0 KB / 0.095 MB), gzip 28,145 B (28.1 KB / 0.028 MB), br 24,793 B (24.8 KB / 0.025 MB); delta raw -126,376 B (-126.4 KB / -0.126 MB), gzip -13,948 B (-13.9 KB / -0.014 MB), br -10,004 B (-10.0 KB / -0.010 MB).
16+
317
## 0.11.17 - 2026-06-19
418

519
- Added the stream backpatch protocol to `createBoundaryReceiver(...)` with

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@async/framework",
3-
"version": "0.11.17",
3+
"version": "0.11.18",
44
"description": "No-build Loader app runtime with browser and server entrypoints, signals, command events, route partials, cache split, SSR activation, and streaming boundaries.",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)