v4.0.0
What's Changed
Major breaking changes in this release are:
- Updates to React Flow 12, closes #61
- Updated build system to use Vite, closes #59
- Removed the
pathfinding
dependency in favor of an internal implementation, closes #35 getSmartEdge()
now returns anError
object instead ofnull
if it can't find a valid path, closes #55
Minor and patch changes:
- Updated all devDependencies to their latest versions
- New internal debug option for Storybook development
Full Changelog: v3.0.0...v4.0.0