release: WRNexusJS 0.5.0
This commit is contained in:
@@ -1085,6 +1085,15 @@ const MIGRATIONS: Migration[] = [
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.5.0",
|
||||
id: "custom-ui-components-and-auth-platform",
|
||||
description:
|
||||
"Adds the authentication package, custom form controls, expanded UI component events, and reliable development hot reloading.",
|
||||
apply() {
|
||||
// Package, component, and development-runtime improvements apply automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user