@antv/g6-core
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -50,3 +50,3 @@ var subjectColor = 'rgb(95, 149, 255)'; | ||
export default { | ||
version: '0.4.1', | ||
version: '0.5.0', | ||
rootContainerClassName: 'root-container', | ||
@@ -53,0 +53,0 @@ nodeContainerClassName: 'node-container', |
@@ -560,3 +560,4 @@ import { __assign } from "tslib"; | ||
graph.emit('afterremoveitem', { | ||
item: itemModel | ||
item: itemModel, | ||
type: type | ||
}); | ||
@@ -563,0 +564,0 @@ }; |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _default = { | ||
version: '0.4.1', | ||
version: '0.5.0', | ||
rootContainerClassName: 'root-container', | ||
@@ -59,0 +59,0 @@ nodeContainerClassName: 'node-container', |
@@ -575,3 +575,4 @@ "use strict"; | ||
graph.emit('afterremoveitem', { | ||
item: itemModel | ||
item: itemModel, | ||
type: type | ||
}); | ||
@@ -578,0 +579,0 @@ }; |
{ | ||
"name": "@antv/g6-core", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "A Graph Visualization Framework in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
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
1137553
33662