Skip to content

Commit f15657f

Browse files
author
DevBot
committed
docs(status,changelog): close alpha.18 gates and record the line
1 parent a0013a3 commit f15657f

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ Current truth lives in:
1212
Historical changelog details remain available through git history and release
1313
evidence.
1414

15+
## 0.41.0-alpha.18
16+
17+
- Fixes the `reflect: true` static-prop write loop and SSR attribute
18+
overwrite; resolves the root-level `<Show>`/`<For>` CSR edge; unifies
19+
prop attribute casing; makes `For` branch tokens content-sensitive;
20+
fixes client-runtime double hydration; runs router guards on history
21+
traversal; honors `prefers-color-scheme` in theme-init.
22+
- Shares one CEM admission plan across dev/SSR/SSG; dynamic-route render
23+
failures now fail the build (opt-out `'warn'`); failed pages never ship
24+
nor enter the ISR manifest; static non-200 outcomes are summarized.
25+
- Local releases land evidence and closure on main; anchor gates reject
26+
stale version claims; the bump maintains every currency line; the
27+
release executor resumes from failures.
28+
- Adds WebKit smoke to CI, gates examples checks, single-sources the
29+
guide with real Chinese rendering, and covers the SPA action chain in a
30+
real browser.
31+
- Removes dead exports, fields and scripts (breaking; see the release
32+
note for migration), removes `renderIntent.streaming`, converges
33+
fmt/lint exclusions, and retires stale files and config entries.
34+
1535
## 0.41.0-alpha.17
1636

1737
- Covers hydration and binding behavior in a real browser: signal text

docs/status/STATUS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ and output path.
3535

3636
| Condition | State |
3737
| ------------------------------------------------ | -------------------------------- |
38-
| ADR-0117, alpha.18 plan and drift cleanup | In progress |
39-
| P0 correctness package (reflect, CEM, 500, etc.) | Pending |
40-
| Release tooling closure package | Pending |
41-
| Evidence honesty package | Pending |
42-
| Convergence and redundancy package | Pending |
38+
| ADR-0117, alpha.18 plan and drift cleanup | Completed |
39+
| P0 correctness package (reflect, CEM, 500, etc.) | Completed |
40+
| Release tooling closure package | Completed |
41+
| Evidence honesty package | Completed |
42+
| Convergence and redundancy package | Completed |
4343
| External adopter pilot #390 | Launched; pending human evidence |
44-
| Alpha.18 npm, tag, prerelease and final evidence | Pending |
44+
| Alpha.18 npm, tag, prerelease and final evidence | Completed |
4545

4646
## Current risks
4747

0 commit comments

Comments
 (0)