feat: make state-based attributes reactive
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user