New features ๐โ
New Splinenode lets you draw lines made up of Bezier curves:#514<Spline lineWidth={6} stroke={'lightseagreen'}>
<Knot position={[-100, 30]} />
<Knot position={[0, -50]} startHandle={[-70, 0]} />
<Knot position={[100, 30]} />
</Spline>
Vector2has been expanded with new methods:degrees,equals,squaredMagnitude#579
Names displayed in the project selection view are now retrieved from the meta files.#552
Introduce initial API for plugins.#564
The fields in the editor are now autogenerated based on the structure of the meta file.#565
Fixed bugs ๐โ
Support multiple fiddles on one page.#572
Fix CodeBlock types.#563
Size is now copied when cloning a node.#562
Zoom to fit works correctly for smaller canvases.#561