release: WRNexusJS 0.8.3
This commit is contained in:
@@ -1989,6 +1989,16 @@ const MIGRATIONS: Migration[] = [
|
||||
// Runtime stability fixes require no application source rewrite.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.8.3",
|
||||
id: "0.8.3-client-ssr-realtime-stability",
|
||||
description:
|
||||
"Fixes browser function bundling, SSR computed values, Async aliases, typed loop props, realtime identity isolation, loader invalidation, and strict package imports.",
|
||||
apply() {
|
||||
// Framework runtime and compiler fixes require no application source rewrite.
|
||||
// The compile-cache generation changes automatically invalidate old artifacts.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user