Skip to content

nx.js v1.0.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:12
· 28 commits to main since this release
54f2a85

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] version requirement 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 supplied Path2D argument 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.

Full Changes