Pre Release New Changes
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user