release: WRNexusJS 0.5.14

This commit is contained in:
2026-07-30 21:29:25 +05:30
parent 9dffe83f32
commit 358a520bc5
123 changed files with 11646 additions and 461 deletions
+16
View File
@@ -1161,6 +1161,22 @@ const MIGRATIONS: Migration[] = [
// Gateway, helper, validation, and UI improvements are package-managed.
},
},
{
version: "0.5.13",
id: "preserve-theme-accent-during-hmr",
description: "Preserves the user's active theme and accent palette during HMR morph updates.",
apply() {
// Runtime-only framework fix. No project files require migration.
},
},
{
version: "0.5.14",
id: "preserve-theme-accent-during-hmr",
description: "Preserves the user's active theme and accent palette during HMR morph updates.",
apply() {
// Runtime-only framework fix. No project files require migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */