Skip to content

Releases: tisoap/react-flow-smart-edge

Release 4.0.1

20 Aug 17:32

Choose a tag to compare

v4.0.0

14 Aug 22:24

Choose a tag to compare

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 an Error object instead of null 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

Release 4.0.0-beta.3

14 Aug 22:06

Choose a tag to compare

Release 4.0.0-beta.3 Pre-release
Pre-release

v3.0.0

20 Nov 14:22

Choose a tag to compare

Major breaking changes in this release are:

  • Updates to React Flow 11, closes #39
  • <SmartEdge> now uses <BaseEdge /> internally
  • Updated all developer dependencies to their latest versions

v3.0.0-beta.3...v3.0.0

v3.0.0-beta.3

20 Nov 14:02

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

v3.0.0-beta.2...v3.0.0-beta.3

v3.0.0-beta.2

09 Nov 19:38

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release
  • Merge branch 'main' into feat/react-flow-11 6b4176a
  • Update devDependencies dafe917
  • Update minimal React peer dependency version d518f92
  • Update stale bot 4736be1
  • Update issue templates 394e546

v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

23 Oct 20:17

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

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

v2.0.0

12 Jun 19:10

Choose a tag to compare

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

v2.0.0-beta.1

06 Jun 00:30

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

v1.0.1...v2.0.0-beta.1

v1.0.1

08 May 19:31

Choose a tag to compare

  • Update minimum react-flow-renderer and README 75d928e
  • Update workflows 5937725
  • Update main workflow f48b558

v1.0.0...v1.0.1