Pre Release New Changes

This commit is contained in:
2026-07-31 16:30:13 +05:30
parent 358a520bc5
commit 3e565e8d03
189 changed files with 36727 additions and 17249 deletions
+9
View File
@@ -1177,6 +1177,15 @@ const MIGRATIONS: Migration[] = [
// Runtime-only framework fix. No project files require migration.
},
},
{
version: "0.5.15",
id: "wrn-style-block-head-pipeline",
description:
"Promotes page, layout, and component style blocks into the document head after global CSS with CSP, HMR, and CSR navigation support.",
apply() {
// Compiler, SSR, dev-server, and CSR runtime changes apply automatically.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */