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

8 favourites
Fix incorrect parsing of dynamic imports
8 favourites
No longer marks 'return' statements in script blocks/actions as invalid
8 favourites
Fix incorrect validation of destructuring declarations
8 favourites
Did not remove limits if purchased and working offline
6 favourites
New option in settings to enable automatic indentation
5 favourites
Jump to declaration for identifiers using ctrl/cmd + left click
7 favourites
Validate JSON files in the text editor
7 favourites
Additional linting checks to scripts
3 favourites
Fix Platform behavior vectorY setter not working
7 favourites
Error and warning tags were not being cleared from editor after the issue was resolved
10 favourites
Fix advanced minification changing the enumerability of some properties
11 favourites
When a piece of text is selected other instances of that phrase will be highlighted in the document
8 favourites
Drawing Canvas: methods to load a custom ImageData (see example project)
5 favourites
Add APIs to access the AudioContext and destination node from Construct's Audio object
5 favourites
Fix crash stepping Construct debugger to script action
4 favourites
Ignore unmodified "let" variable warnings when using multiple declarations in a "for" loop
4 favourites
Using the return value of increment/decrement operator didn't count as a read, and could incorrectly mark as "never read"
11 favourites
Added runtime "save" and "load" events so scripts can add own data to savegames
6 favourites
Inline script blocks in event sheets had a couple of style issues in the light and dark theme
6 favourites
Added layer getViewport() method
6 favourites
Added interface for Tile Movement behavior
5 favourites
Add Platform behavior script interface
4 favourites
Add blendMode and colorRgb properties for instances
8 favourites
Add methods to alter instance's Z order
7 favourites
Add 8 direction and Car behavior script interfaces
6 favourites
Access instance behaviors from script
3 favourites
Fix runtime.callFunction() not working in script block (note script actions still worked)
5 favourites
Specific autocomplete suggestions for certain built-ins such as 'runtime'
5 favourites
Top-level 'function' and 'var' declarations are now shown as autocompleted properties on the global object
2 favourites
Accessing or setting a property on the global object will add it to the list of global variables for autocomplete
5 favourites
Script files in the 'Files' folder will be included for project-wide autocomplete
4 favourites
Prefer autocomplete options that start with the typed section
3 favourites
Highlight typed section within each option in autocomplete list
3 favourites
Exporting projects using JavaScript code with 'Minify script' is now supported
4 favourites
Add DrawingCanvas getImagePixelData() method
4 favourites
Add IWorldInstance methods getBoundingBox(), getBoundingQuad()
4 favourites
Add IWorldInstance properties zElevation, totalZElevation
6 favourites
Script blocks in event sheets can now be disabled
2 favourites
Fix custom instance classes not always being immediately instantiated (regression since r154)
2 favourites
Fix runtime mouse events not firing (regression since r155)