View a comprehensive history of all the Construct 3 SDK updates since the first release.
SDKv2: fix instances not stopping ticking when destroyed
Add support for "combo-grouped" parameter type
Fix TypeScript definition for getObjectClassBySid()
macOS WKWebView: support for wrapper extensions
Fix TypeScript definition for getObjectClassBySid()
SDKv2: fix instances not stopping ticking when destroyed
Support for Linux wrapper extensions
Editor: add IAnimationFrame.GetBlob()
Add runtime.sdk.getObjectClassBySid()
Fix wrapper extension messaging not working (regression)
SDK v2: fix error using layer parameters
SDK v2: fix debugger crash calling _getDebuggerProperties()
Ensure script interfaces initialized properly for instances created when loading savegame
Move SDK-specific script APIs to special runtime.sdk class
Add runtime.sdk method createLoopingConditionContext()
Support modules with AddRemoteScriptDependency()
Support modules with "external-dom-script" dependencies
Fix crash using "animation" parameter for behavior added to non-animated object
Fix 'Set up TypeScript for addon' not working
SDK v2: add _triggerAsync() for instances/behavior instances
Add IRuntime.sendWrapperExtensionMessage{Async}()
SDK v2: plugin/behavior runtime scripts are now modules
SDK v2: add IPluginInfo & IBehaviorInfo SetRuntimeModuleMainScript()
Add IPluginInfo & IBehaviorInfo AddC3RuntimeScript()
SDK v2: remove support for "inline-script" dependencies (use another runtime script instead)
Fix 'Set up TypeScript for addon' not working