release: WRNexusJS 0.2.29

This commit is contained in:
2026-07-14 17:34:51 +05:30
parent e27c92e3b6
commit e6dbb5b0fc
62 changed files with 513 additions and 292 deletions
+10
View File
@@ -329,6 +329,16 @@ const MIGRATIONS: Migration[] = [
// No project file migration is required for this framework release.
},
},
{
version: "0.2.29",
id: "workspace-config-improvements",
description:
"Adds environment-aware workspace domains, app URL helpers, component tag syntax, layouts, and editor improvements.",
apply() {
// No generated project files require automatic changes.
// Existing applications remain compatible with this release.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */