View a comprehensive history of all the new Javascript scripting feature updates and changes Construct 3 since the first release.
Fix autocomplete not working correctly in export declarations
Add autocomplete support for public/private class fields & methods
Add "beforelayoutend" and "afterlayoutend" events
Add SpriteFont textWidth and textHeight properties
Add Timer behavior script interface
Add runtime.createWorker(url, opts) helper method
Fix network requests to project files not always working in preview with worker mode
Add Multiplayer script interface
Add List script interface
Add IInstance *otherContainerInstances(), getOtherContainerInstances()
Add Progress Bar script interface
Add Shadow Light script interface
Tweens: support custom eases in scripting interface
Add more properties & methods to ITweenState/ITimelineState
Add Turret behavior script interface
Add 'Auto reload all on preview' option for script folder in folder-based projects
Add Drag & Drop behavior script interface
Add Fade behavior script interface
Add Flash behavior script interface
Add Orbit behavior script interface
Add Rotate behavior script interface
Add Shadow Caster behavior script interface
Add Tween behavior script interface
Add ITimelineState and ITweenState script interfaces
Add Anchor behavior script interface
Add Particles script interface
Fix DOMQuad p1..p4 properties being renamed by advanced minify
Add Solid behavior script interface
Add Jump-thru behavior script interface
Add ISpriteInstance.setSolidCollisionFilter()
Add runtime "resize" event
Add I8DirectionBehaviorInstance.isAllowSliding
HTML Element: add script methods positionInstanceAtElement(), createSpriteImgElement()
Throw in ISpriteInstance.setAnimation() if animation name does not exist
Ensure IObjectClass getAllInstances()/instances() includes newly created instances in event sheets
8 direction vectorY setter not working correctly
Instance lists updated immediately after createInstance()/destroy() calls in script files
ILayer 'visible' setter not working (regression r281)