v2.0.0
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
andtiny-warning
dependencies - Updated all developer dependencies to their latest versions
Commits