SDK Changelog
Track all SDK changes, new methods, deprecations, and improvements across versions.
SDK Changelog
Track all changes, updates, and improvements
v3.4
patchLatestApril 8, 2026
✨ New Features
- •Large Project Transport + Async Submit Semantics: getProject() now normalizes optimized large-project API variants into a stable SDK shape.
- •SDK now attempts gzip-base64 scene decompression when runtime supports DecompressionStream and exposes fallback compressed fields otherwise.
⚡ Improvements
- •Camera vectors and scene settings from mixed transport formats are normalized with safe defaults for consistent consumer behavior.
v3.2
minorMarch 11, 2026
v3.1.0
minorFebruary 27, 2026
v3.0.0
majorJanuary 15, 2026
Continue reading
IntroductionOverview of the @simplio3d/sdk headless TypeScript client — what it does and how it talks to the Simplio3D platform.InstallationInstall @simplio3d/sdk from npm and add it to a browser or Node.js project.Quick StartCreate a client, load a project, and render a configurator in a few lines of TypeScript.Client SetupConfigure the SDK client with an access token (browser) or API token (server) and the API URL.
