0.13.0
Features
Dark mode
You can now enable dark mode from the hamburger menu in the modules overview panel, or is otherwise activated automatically based on your browser settings.
Live traces
Traces are now streamed live to the editor.
Partial function application
Function instances using a function pointer (via the top-right output socket) now behave as curried functions if any input values are set. This enables limited closure support and is particularly useful when passing functions as arguments to other functions, allowing specific inputs to be pre-set within the scope where the function is instantiated.
Misc
- Made popout text editor store position and size in local storage
- Several visual fixes to popout text editor
- Added an 'add panel' button by the bottom right controls to make it easier to add new panels
- When selecting nodes, arrows not connected to any of the selected nodes will be faded out.
- Lots of ux fixes
- Lots of bug fixes
- Added a search bar to the package manager
- Fixed bug in bundler which caused projects depending on projects with comments or portals in them to fail.