nx.js v1.0.0-beta.3
·
28 commits
to main
since this release
Highlights
- Slim NRO/NSP launchers can now auto-download a compatible shared nx.js runtime when none is installed under
sdmc:/nx.js/. - Slim app packaging now records a
[runtime] versionrequirement based on the full beta version, preventing apps built for a newer beta from launching against an older prerelease runtime. - Applet-mode JIT and WebAssembly handling were revisited with regime-aware code-arena headroom and clearer WebAssembly failure messages when the required JIT/headroom configuration is unavailable.
Fixes
CanvasRenderingContext2D.clip(path)now honors a suppliedPath2Dargument and optional fill rule without disturbing the current path.- Forcing full V8 JIT in applet mode no longer collapses the heap to an unusable size.
- Bootstrap semver matching gained prerelease-floor handling for caret ranges such as
^1.0.0-beta.2.