@logicflow/core
Advanced tools
Comparing version 0.3.0-alpha.3 to 0.3.0-alpha.4
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.3.0-alpha.4](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.0-alpha.2...@logicflow/core@0.3.0-alpha.4) (2021-03-24) | ||
### Bug Fixes | ||
* the text content misalignment caused by switching nodes ([38193f7](https://github.com/towersxu/logicflow/commit/38193f7a28cb004c18dc7717f854d83269bf4194)) | ||
* **extension:** mini-map default disable control & selection-select ([297cecf](https://github.com/towersxu/logicflow/commit/297cecf4637ca7a045619a10cd9298feacc631ea)) | ||
# [0.3.0-alpha.3](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.0-alpha.2...@logicflow/core@0.3.0-alpha.3) (2021-03-23) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.3.0-alpha.3", | ||
"version": "0.3.0-alpha.4", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -94,3 +94,3 @@ "main": "dist/logic-flow.js", | ||
}, | ||
"gitHead": "fe9aad4ee3e7d0cbe49b54960e33a3a6beb4d9c5" | ||
"gitHead": "28a24d0049306bff937682602a3821ca1881d322" | ||
} |
@@ -225,3 +225,2 @@ import mobx from 'mobx'; | ||
export declare type FocusOnArgs = { | ||
type?: string; | ||
id?: string; | ||
@@ -228,0 +227,0 @@ coordinate?: { |
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
548791
3064