@logicflow/core
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.5](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.4...@logicflow/core@0.7.5) (2021-11-08) | ||
### Bug Fixes | ||
* **core:** update text position after draging edge ([e430c14](https://github.com/didi/LogicFlow/commit/e430c14c3a0edec26ad0ba24afa7da70aa90421e)) | ||
## [0.7.4](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.3...@logicflow/core@0.7.4) (2021-11-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -84,3 +84,3 @@ "main": "dist/logic-flow.js", | ||
], | ||
"gitHead": "ccb87dd5dd1e43d10cd474108f5561379f5f5206" | ||
"gitHead": "83064a19016f253224d839bcdf5dd0454236866b" | ||
} |
@@ -123,3 +123,3 @@ import { h } from 'preact'; | ||
value: string; | ||
}; | ||
} | string; | ||
pointsList?: Point[]; | ||
@@ -126,0 +126,0 @@ zIndex?: number; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
636788