@@ -12,6 +12,30 @@ Current truth lives in:
1212Historical changelog details remain available through git history and release
1313evidence.
1414
15+ ## 0.41.0-alpha.19
16+
17+ - Third audit round cleanup sweep (ADR-0118, issues #481 -#506 ); no new
18+ product surface.
19+ - Fixes the reflect removal suppression (Boolean ` default: true ` desync),
20+ the popstate redirect-then-block URL fork, and For drift-token separator
21+ collisions; the reflect browser spec joins the Firefox/WebKit smoke gates.
22+ - Closes the export-star seams: the element root switches to explicit type
23+ export lists, ` SafeHtml ` /` UnsafeHtml ` /` StyleSheetRule ` leave the root for
24+ real, and the internal ` open-element-render ` /` open-element-hydration `
25+ subpaths are pruned from element exports (breaking type-surface changes;
26+ see the GitHub prerelease notes for migration).
27+ - Single-sources ` HYDRATION_STRATEGIES ` and the routeInfo contract, sinks
28+ the release executor into ` release.ts ` with orchestration tests, and
29+ preserves curated release-note sections so migration records stay in the
30+ durable record.
31+ - Mechanizes the audit's edge findings: www truth catches bare version
32+ mentions, anchor gates catch body drift, the assertion-style gate covers
33+ every package test, graph direction rules are explicit, and the deno-api
34+ check catches ` globalThis.Deno ` /destructuring/` npm: ` patterns.
35+ - Deletes the third-round dead-code inventory (renderDsdStream,
36+ bindHydrateEvents, generateHonoEntryCode, tools/test-fixtures, orphan
37+ tasks, dead config entries) and rewrites the always-true test assertions.
38+
1539## 0.41.0-alpha.18
1640
1741- Fixes the ` reflect: true ` static-prop write loop and SSR attribute
0 commit comments