@xyflow/system@0.0.78
mem0ai/mem0@xyflow/system@0.0.78Jun 22, 2026by moklick
AI Summary
A performance-oriented patch release that optimizes node calculations and fixes a type definition for connection states.
Key Highlights
- Reduced allocations in `getNodesInside` for better performance
- Fixed `FinalConnectionState` type to preserve discriminated union
New Features
- Performance optimization for node viewport calculations
- Type safety improvement for connection states
Full Release Notes
### Patch Changes - [#5806](https://github.com/xyflow/xyflow/pull/5806) [`ceb8604`](https://github.com/xyflow/xyflow/commit/ceb8604047f97e6c9028fed17bb10186a7ca9e8b) - Reduce allocations in `getNodesInside` by testing nodes against the viewport without building a `Rect` per node - [#5815](https://github.com/xyflow/xyflow/pull/5815) [`87da45c`](https://github.com/xyflow/xyflow/commit/87da45cdf55aaf4549120a60165598675993783d) - Fix `FinalConnectionState` type so it preserves the discriminated union.