Skip to content

v2.0.0

Compare
Choose a tag to compare
@tisoap tisoap released this 12 Jun 19:10
· 42 commits to main since this release

Major breaking changes in this release are:

  • New getSmartEdge function that let's users create custom edges themselves and have more control over when and how path finding executes (closes #23 and #28 )
  • No more factory functions, users should use getSmartEdge to configure a custom smart edge
  • No more de-bouncing on the library side, users have to implement it by themselves
  • Removed react-use and tiny-warning dependencies
  • Updated all developer dependencies to their latest versions

Commits

  • Merge pull request #30 from tisoap/feat/custom-labels-support 13e5f6d
  • Add GitHub Sponsor 4879d83
  • Add more advanced examples deaa7a6

v2.0.0-beta.1...v2.0.0