Skip to content

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 04 Sep 10:41
· 40 commits to main since this release
34cc9d5

New Features

  • JSON manifests by default: New TypeScript, Zig, web, full, and ejected apps now scaffold with app.json, backed by full parsing, discovery, build conversion, validation, vendoring, a published versioned schema, and seamless app.zon fallback for existing projects (vercel-labs#385).
  • Registered-image source cropping: Canvas image options and Native markup can now select atomic source rectangles from registered images for texture-atlas rendering, with schema, compiler, validation, documentation, and sampling-bleed coverage (vercel-labs#390).

Bug Fixes

  • Reliable installed TypeScript toolchains: Core and service builds now resolve ScriptC across nested, hoisted, and global sibling npm layouts, generate the complete SQLite SDK module family, and validate library imports against their actual directories (vercel-labs#389).

Improvements

  • Focused schema hosting: schema.native-sdk.dev now serves only the versioned app schema and its current-version alias, redirecting every non-schema route to the main Native SDK site (vercel-labs#388).

Contributors