@logicflow/core
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.6.5](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.6.4...@logicflow/core@0.6.5) (2021-07-29) | ||
### Bug Fixes | ||
* remove unnessage import ([cd02497](https://github.com/towersxu/logicflow/commit/cd024976b657c0b964e55cdcce1f086f395e2c8c)) | ||
### Features | ||
* add node:dnd-drag event ([bf8a351](https://github.com/towersxu/logicflow/commit/bf8a3515c458014c33cc7fdc8f366c4d16b226b8)) | ||
## [0.6.4](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.6.2...@logicflow/core@0.6.4) (2021-07-28) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -84,3 +84,3 @@ "main": "dist/logic-flow.js", | ||
], | ||
"gitHead": "1cf23a9a524f1fc897fba4af82f7c623674447b9" | ||
"gitHead": "fb4f32719330d8ee3988016c1bc73c12035b483f" | ||
} |
@@ -40,2 +40,3 @@ export declare enum ElementState { | ||
NODE_DND_ADD = "node:dnd-add", | ||
NODE_DND_DRAG = "node:dnd-drag", | ||
NODE_MOUSEDOWN = "node:mousedown", | ||
@@ -42,0 +43,0 @@ NODE_DRAGSTART = "node:dragstart", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
582336
3971