xyflow / xyflow

React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.
https://xyflow.com
MIT License
21.54k stars 1.43k forks source link

React Flow 12.0.0-next.17 | Svelte Flow 0.1.0 #4222

Closed moklick closed 1 week ago

moklick commented 2 weeks ago

React Flow 12.0.0-next.17

Svelte Flow 0.1.0

This is a bigger update for Svelte Flow to keep up with the latest changes we made for React Flow and the Svelte5 rewrite. The biggest change is the separation of user nodes (type Node) and internal nodes (type InternalNode), which includes a renaming of the node.computed attribute to node.measured. In the previous versions, we stored internals in node[internalsSymbol]. This doesn't exist anymore, but we only add it to our internal nodes in node.internals.. We will stick to our plan and use 0.x.x for Svelte 4 and start with Svelte 5 with >= 1.0.0.

⚠️ Breaking

More updates: