You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "+" and "beta" tags after the version number for each build of the online editor.
Several new blocks, including logical AND and OR, round, mouseClicked, backgroundPicker, etc.
Add physical engine library blocks based on matter.js, including engine, ground, box, ball, etc.
A new optional field for blocks: filter. An array of filters that determine whether a block can be added to the codeCanvas, e.g., setup filter constrains the block to be added only inside the variable section, unique filter limits the number of the block across the whole project to one. Example blocks using the field are createCanvas and matter_startEngine.
New npm run setup script for easier development environment setup.