View a comprehensive history of all the Construct 3 SDK updates since the first release.

6 favourites
First implementation of APIs for drawing plugins
3 favourites
Safe mode no longer tries to load addon language files, allowing addons with broken language files to be removed
4 favourites
Can no longer install addons with the same addon ID as a built-in addon
3 favourites
Support for remote dependency scripts
3 favourites
Better error message if developer mode addon is missing 'file-list' key
3 favourites
Errors installing .c3addons are now logged to the browser console to help identify the problem
2 favourites
Added support for effect addons
2 favourites
Plugin and behavior addons can now specify file and Cordova plugin dependencies
2 favourites
Loading in safe mode now no longer attempts to load aces.json, avoiding errors due to invalid JSON
2 favourites
New Safe Mode for addon development. If you accidentally make an addon that crashes C3 on startup, add ?safe-mode to the URL. You can then uninstall it from the Addon Manager.
2 favourites
Added support for the "theme" addon type.
2 favourites
Support for third-party behavior addons in the SDK
2 favourites
New developer mode for easier development of addons. See the SDK docs for more information.
3 favourites
Improved overflow layout of addon install prompt
3 favourites
Improved diagnostics in console if aces.json has errors
3 favourites
Support for first release of plugin SDK.