React Flow Smart Edge Versions Save

Custom Edge for React Flow that never intersects with other nodes

v3.0.0

1 year ago

Major breaking changes in this release are:

https://github.com/tisoap/react-flow-smart-edge/compare/v3.0.0-beta.3...v3.0.0

v3.0.0-beta.3

1 year ago
  • Add np devDependency 058ebb6
  • Use BaseLabel on SmartEdge 08275df
  • Upgrade devDependencies fe04f58

https://github.com/tisoap/react-flow-smart-edge/compare/v3.0.0-beta.2...v3.0.0-beta.3

v3.0.0-beta.2

1 year ago
  • 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

https://github.com/tisoap/react-flow-smart-edge/compare/v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

1 year ago
  • Update to React Flow v11 ae3282e
  • Update devDependencies 9c7a374
  • Update devDependencies 26893c4
  • Upgrade Storybook 64254f5
  • Update playwright 6afbf45
  • Merge pull request #37 from traviswang1997/main 92fefe7
  • Merge branch 'main' of https://github.com/traviswang1997/react-flow-smart-edge c87afb3
  • correct typo v2 266beb6
  • Correcting the typo for docs c3b5b01
  • Merge pull request #38 from tisoap/feat/update-chromatic-job c650d9a
  • Add Chromatic project token 8be5961
  • Update playwright 91ba957
  • Correcting the typo for docs 5322741
  • Add changelog e1bc36a
  • Update issue templates 8f9d050

https://github.com/tisoap/react-flow-smart-edge/compare/v2.0.0...v3.0.0-beta.1

v2.0.0

2 years ago

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

https://github.com/tisoap/react-flow-smart-edge/compare/v2.0.0-beta.1...v2.0.0

v2.0.0-beta.1

2 years ago
  • Update README 6622188
  • Update example recording 0589852
  • Export functions 021cb5a
  • Update deps 1df2f31
  • Update Storybook 2e90000
  • Check against empty arrays 0b4ad0c
  • Fix CustomLabel example 6ce97c0
  • Return null from getSmartEdge and use fallbacks 69b0901
  • Sort tsconfig 67b3835
  • Add custom label example and update generatePath types 0de95f0
  • Deprecate factory functions 87b1213
  • Deprecate debounce logic e6d77bb
  • Use getSmartEdge internally 554203e
  • Create getSmartEdge function 94f47a3
  • Remove custom label from factory 424cf7d
  • Center custom labels example b24a051
  • Add CustomLabel example on Storybook 5c19a6d
  • Add support to custom label and improve generics ccf4b93
  • Update test drag logic 64f9063
  • Update deps 20c76d4
  • Update typescript a633d89
  • Storybook upgrade fcf7280
  • Update deps 8b550ca
  • Add stale bot 3fe5eae

https://github.com/tisoap/react-flow-smart-edge/compare/v1.0.1...v2.0.0-beta.1

v1.0.1

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

https://github.com/tisoap/react-flow-smart-edge/compare/v1.0.0...v1.0.1

v1.0.0

2 years ago

Major breaking changes in this release are:

  • Export individual edges: SmartBezierEdge, SmartStraightEdge and SmartStepEdge (closes #12)
  • Dropped the use of SmartEdgeContext for configuration in favor of factory functions, allowing multiple types of edges to be used at the same time (closes #11)
  • Expose advanced configuration from smartEdgeFactory (closes #14)

Merge pull request #19 from tisoap/feat/factory-function c28cbd8

https://github.com/tisoap/react-flow-smart-edge/compare/v1.0.0-beta.2...v1.0.0

v1.0.0-beta.2

2 years ago
  • Update github action 34684fe
  • Add Chromatic visual regression testing 4122918
  • Add README badges b1e1be8
  • Update minimum node version to 14 4395059
  • Add Storybook CI test runner e259fa3
  • Update storybook interactions 2f8c000
  • Update deps e39b0f6

https://github.com/tisoap/react-flow-smart-edge/compare/v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

2 years ago
  • Update README c7e0038
  • Guarantee integer options 252c2e8
  • Update documentation c18766f
  • Remove useDebounce if debounceTime is zero 83f9c7a
  • Separate factories for each edge type ea87520
  • Split smart edges into separate files b207071
  • Add SmartStepEdge 6b34e8d
  • Add custom Edge examples to Storybook a5c3f1f
  • Update Storybook interaction 2946297
  • Move pathfinding to factory function 3babbcb
  • Move SVG draw to factory function 3258e15
  • Move fallback to factory function 574ccc6
  • Split files and export edges ffc958a
  • Replace context with factory function a148a98
  • Move files 9fd8078

https://github.com/tisoap/react-flow-smart-edge/compare/v0.5.0...v1.0.0-beta.1