Releases: tisoap/react-flow-smart-edge
Releases · tisoap/react-flow-smart-edge
v1.0.0
Major breaking changes in this release are:
- Export individual edges:
SmartBezierEdge
,SmartStraightEdge
andSmartStepEdge
(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-beta.1
- 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
React Flow v10 compatibility
- Merge pull request #17 from tisoap/feature/v10-upgrade 430ade2
- Add storybook test runner 512e515
- Add drag interaction Storybook test dcc6386
- Remove tests e28aa64
- Update README 83bf061
- Upgrade to React Flow v10 7977274
- Update TypeScript 401b2fc
- Remove example folder 3892963
- Upgrade linter 4419b79
- Update rootDir f73df71
- Upgrade babel 73652db
- Upgrade linter 04fb2d8
- Update storybook 771a921
- All in one build script 12baa6f
- Ignore tmp folder 4fe9c42