View a comprehensive history of all the new Javascript scripting feature updates and changes Construct 3 since the first release.

4 favourites
TypeScript: add type definitions for events (via addEventListener)
4 favourites
TypeScript: make IBehaviorInstance generic to propagate correct types
4 favourites
TypeScript: fix various type definitions
4 favourites
TypeScript: update tsconfig.json to preserve imports in importsForEvents.js
7 favourites
'Set up TypeScript' did not work when no script files used
5 favourites
Ensure InstanceType namespace exists at runtime
6 favourites
Update some TypeScript definitions
5 favourites
Add IAnyProjectLayout/IAnyProjectLayer type definitions for effects autocomplete
5 favourites
Remove 'Array is discarded immediately' warning as it could show false positives
5 favourites
Fix error using IAudioObjectType after advanced minification
8 favourites
Add ILayout methods addLayer(), moveLayer(), removeLayer(), removeAllDynamicLayers()
3 favourites
Add ITextInstance.changeIconSet()
3 favourites
Add ITextInstance.getAsHtmlString()
6 favourites
Fix subclasses not immediately constructed for non-world instances (regression r341)
7 favourites
Sprite: add replaceCurrentAnimationFrame(blob)
7 favourites
Tiled Background & Tilemap: add replaceImage(blob)
7 favourites
Text/SpriteFont: added hasTagAtPosition(tag, x, y), getTagAtPosition(x, y)
7 favourites
Text/SpriteFont: added getTagPositionAndSize(tag, index), getTagCount(tag)
3 favourites
IAnimationFrame: add methods to get image points and collision polygon points
8 favourites
3D shape: add getFaceImagePointCount(), getFaceImagePoint/X/Y/Z()
7 favourites
Sprite: add Z component to getImagePoint(); add getImagePointZ()
4 favourites
Update autocomplete suggestions with latest script APIs
5 favourites
Hierarchy instances not always available in subclass constructor
6 favourites
Add ILOSBehaviorInstance methods addObstacle(), clearObstacles()
5 favourites
Script actions in deleted event blocks could still cause validation errors
7 favourites
Add IWorldInstance property isCollisionEnabled
8 favourites
Add IRuntime property timeScale
8 favourites
Add IInstance property timeScale, method restoreTimeScale()
6 favourites
Add Advanced Random script interface
4 favourites
Add IInstance.templateName
3 favourites
Fix possible incorrect picking using runtime.callFunction() in copy-picked function
7 favourites
Avoid throwing exception when posting message to runtime worker
7 favourites
Script validation errors treated line numbers as 0-based instead of 1-based
7 favourites
Exempt disabled scripts in event sheets from validation on preview
6 favourites
Ensure fetches to project files from Web Workers work in preview in Firefox/Safari
5 favourites
Add IParticlesInstance.fastForward(time)
7 favourites
Fix incorrect handling of destroying instances while ending a layout