Skip to content

Releases: tisoap/react-flow-smart-edge

v1.0.0

16 Apr 19:49

Choose a tag to compare

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

v1.0.0-beta.2...v1.0.0

v1.0.0-beta.2

16 Apr 15:53

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

10 Apr 18:41

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
  • 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

v0.5.0...v1.0.0-beta.1

v0.5.0

03 Apr 19:14

Choose a tag to compare

React Flow v10 compatibility

v0.4.3...v0.5.0

v0.4.3

13 Feb 22:01

Choose a tag to compare

  • Remove eslint-config-react-app dep 4e8260b

v0.4.2...v0.4.3

v0.4.2

13 Feb 21:56

Choose a tag to compare

v0.4.1...v0.4.2

v0.4.0

25 Dec 14:35

Choose a tag to compare

  • Merge pull request #9 from tisoap/feature/line-type 446e881
  • add diagonal option a420ae7
  • feat: add line type configuration dfe9547

v0.3.0...v0.4.0

v0.3.0

22 Nov 16:33

Choose a tag to compare

  • Merge pull request #7 from tisoap/feat/expose-options 38a410a
  • feat!: expose more edge options 4fe8402
  • Update README.md 8289484
  • Create FUNDING.yml 83c5b67

v0.2.1...v0.3.0