feat: make state-based attributes reactive

This commit is contained in:
2026-07-14 00:43:07 +05:30
parent 4ce087b238
commit 420706ca3b
61 changed files with 221 additions and 99 deletions
+8
View File
@@ -296,6 +296,14 @@ const MIGRATIONS: Migration[] = [
// Explicit no-op: this release updates package and portal documentation only.
},
},
{
version: "0.2.25",
id: "reactive-state-attributes",
description: "No project-file changes; state expressions in attributes are reactive at runtime",
apply() {
// Explicit no-op: updating @wrnexus/compiler and @wrnexus/csr is sufficient.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */