The deployed index.js file now includes a hash of its content in the filename to address some caching issues.
Fixed bug where updating a deploy would sometimes change the backend to the active one in the editor instead of the one previously used in the deploy
Column node would render a gap in the first column
null values are now handled better by Record nodes
Repeater and Function nodes could trigger errors in the console after they were deleted
Fixed bug in Page Router when multiple routes could match an url. This happened if multiple routes were the same but with different amounts of dynamic paths. The route with the closest matching length will now be used, instead of the longest one.
Fixed rare layout bug with the node graph view in the editor
Cloud function would sometimes not respond to requests that were executed immediately when a project opened. Only affected the editor, not deployed projects.
Fixed rare bug with CSS Definition node where the CSS could sometimes be removed after the node was deleted during runtime