release: WRNexusJS 0.2.26 -- fix bugs
This commit is contained in:
@@ -304,6 +304,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Explicit no-op: updating @wrnexus/compiler and @wrnexus/csr is sufficient.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.26",
|
||||
id: "class-improvements-attributes",
|
||||
description:
|
||||
"Adds conditional class directives, route state parameters, formatter improvements, and HMR fixes.",
|
||||
apply() {
|
||||
// No project file migration is required for this framework release.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user