Voir un historique complet de toutes les mises à jour du SDK dans Construct 3 depuis la première parution.
Support for the C3 runtime in plugin, behavior and effect addons
Improved error checking and robustness of safe mode
Can no longer install a developer addon with same ID as existing addon
Added SetUsesJquery() to bring in jQuery dependency, but note we recommend removing jQuery from addons (also see youmightnotneedjquery.com)
Added a new "info" property type to display read-only values
Fix external-css dependencies not being loaded in preview mode
Installed addons can now load translated language files if provided
Allow any color CSS string to be passed to IWebGLText.SetColor()
Fix crash in IWebGLText.SetItalic()
New APIs for text rendering in the editor
Initial version of custom importer API
Fixed installing developer addons (regression since r68)
Added support for color properties
Added Set/GetPropertyValue() methods
Support for drawing plugins, including with editable images
First implementation of APIs for drawing plugins
Safe mode no longer tries to load addon language files, allowing addons with broken language files to be removed
Can no longer install addons with the same addon ID as a built-in addon
Support for remote dependency scripts
Better error message if developer mode addon is missing 'file-list' key
Errors installing .c3addons are now logged to the browser console to help identify the problem
Added support for effect addons
Plugin and behavior addons can now specify file and Cordova plugin dependencies