baizn
|
bc2189161b
|
fix: update version number
|
2020-04-03 19:50:39 +08:00 |
|
Yanyan-Wang
|
152b4dedb3
|
fix: cubic with only one controlPoint error. fix: polyline without L attribute error.
|
2020-03-31 15:58:19 +08:00 |
|
Yanyan-Wang
|
6dddb7e6be
|
refactor: clip for image. docs: update CHANGELOG
|
2020-03-31 15:18:23 +08:00 |
|
baizn
|
7d8be7ca95
|
fix: click-select support ctrl key
|
2020-03-25 12:01:55 +08:00 |
|
baizn
|
024c99a66e
|
fix: getStateStyle & clearItemStates
|
2020-03-20 16:54:18 +08:00 |
|
baizn
|
c43ef7071b
|
feat: support hiding non-keyshape elements when scaling canvas
|
2020-03-20 16:54:18 +08:00 |
|
Yanyan-Wang
|
06ba0ee634
|
fix: empty path string when startpoint and endpoint is nan in polyline
|
2020-03-19 15:43:20 +08:00 |
|
Yanyan-Wang
|
ddf6d43bc7
|
docs: custom arrow fill and update G
|
2020-03-18 19:33:39 +08:00 |
|
baizn
|
415b6693b2
|
fix: group bug
|
2020-03-17 19:04:43 +08:00 |
|
Yanyan-Wang
|
bc94af6574
|
docs: update CHANGELOG and version number.
|
2020-03-17 17:57:35 +08:00 |
|
Yanyan-Wang
|
a0fec0e646
|
fix: switch to other tabs and than go back to the graph, drag behavior does not take effect anymore. closes: #1148. closes: #1244.
|
2020-03-17 17:57:35 +08:00 |
|
Yanyan-Wang
|
73ec73fd7b
|
fix: mouse move error when the data is empty with fitview. closes: #1026.
|
2020-03-17 17:57:35 +08:00 |
|
Yanyan-Wang
|
895c7c25d4
|
test: open skipped tests.
|
2020-03-10 12:19:09 +08:00 |
|
Yanyan-Wang
|
442d01b787
|
test: polyline start and end point
|
2020-03-10 12:19:09 +08:00 |
|
baizn
|
3208a25ad0
|
feat: merge support svg code
|
2020-03-09 22:32:09 +08:00 |
|
baizn
|
6c1ae3cca4
|
feat: update supports all elements
|
2020-03-09 22:32:09 +08:00 |
|
Yanyan-Wang
|
61fc89c7c0
|
fix: delete dagre startpoint and endpoint. test: update dagre test.
|
2020-03-09 22:32:09 +08:00 |
|
baizn
|
2798390ab5
|
feat: refactor states
|
2020-03-09 22:32:09 +08:00 |
|
baizn
|
6f93c095e8
|
feat: refactor states
|
2020-03-09 22:32:09 +08:00 |
|
Yanyan-Wang
|
938b342f93
|
feat: svg minimap
|
2020-03-09 18:18:29 +08:00 |
|
Yanyan-Wang
|
61b173f1a9
|
feat: svg TreeGraph, behaviors, items.
|
2020-03-09 18:18:29 +08:00 |
|
Yanyan-Wang
|
adb70e9aec
|
test: behaviors tests for svg
|
2020-03-09 18:18:29 +08:00 |
|
Yanyan-Wang
|
bd1c410f86
|
feat: graph support svg
|
2020-03-09 18:18:29 +08:00 |
|
Yanyan-Wang
|
c19fdd3f8e
|
fix: drag shadow caused by localRefresh.
|
2020-03-05 21:31:58 +08:00 |
|
Yanyan-Wang
|
25a3cb41ce
|
fix: emit beforeaddchild and afteraddchild in TreeGraph. closes: #1249.
|
2020-03-05 21:31:58 +08:00 |
|
Yanyan-Wang
|
2b37a1615f
|
fix: rendering error when a graph has image nodes and other type nodes. closes: #1271.
|
2020-03-05 21:31:58 +08:00 |
|
Yanyan-Wang
|
ca86f670e9
|
fix: polyline auto controlpoints problem. fix: group collapse-expand-group behavior does not response bug. fix: set capture of label for built-in nodes to true. closes: #1265. closes: #1270. closes: #1262.
|
2020-03-05 21:31:58 +08:00 |
|
Yanyan-Wang
|
14970d698a
|
fix: site search problem
|
2020-02-29 20:52:09 +08:00 |
|
Yanyan-Wang
|
881088b560
|
refactor: delete coveralls
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
8f7dbee7b6
|
fix: local refresh influence on changeData.
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
28479b7e85
|
refactor: update the @antv/path-util version to match g-canvas
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
acc29321ce
|
feat: timing event for tree graph layout with beforelayout and afterlayout. closes: #1253.
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
36c523381c
|
feat: automatically add draggable to keyShape, users do not need to assign it when custom a node or an edge; fix: cannot read 0 of null problem in getPointByCanvas; fix: the shape.attr error in updateShapeStyle; fix: modify the usage of bbox in view controller since the interface is changed by G; fix: brush-select bug; fix: update G version to solve lacking of removeChild problem. fix: local rendering residual when changeData is called. doc: update the demo of custom behavior doc. doc: add plugin demos and cases for site. closes: #1250;
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
0612399996
|
fix: local refresh influence on changeData; fix: brush-select bug; refactor: upgrade g-canvas to 0.3.21 to solve lacking of removeChild function. closes: #1228
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
8a439bc2a1
|
fix: local refresh influence on changeData; fix: brush-select bug; refactor: upgrade g-canvas to 0.3.21 to solve lacking of removeChild function. closes: #1228
|
2020-02-25 21:37:39 +08:00 |
|
Yanyan-Wang
|
87c3873a00
|
fix: 3.3.4 is not published successfully
|
2020-02-19 14:08:06 +08:00 |
|
Yanyan-Wang
|
08a12516e2
|
fix: dragging bug on minimap with a graph whose bbox is nagtive; fix: null matrix bug, create a unit matrix for null. fix: delete unnecessary console.log
|
2020-02-19 10:45:34 +08:00 |
|
Yanyan-Wang
|
c0c449bb35
|
fix: minimap delegate and keyShape bug. fix: null matrix of getLoopCfgs.
|
2020-02-17 22:53:31 +08:00 |
|
Yanyan-Wang
|
0a7251530d
|
fix: enhance coverage
|
2020-02-14 18:01:36 +08:00 |
|
Yanyan-Wang
|
15558ced6c
|
fix: line with control points bug. doc: draggable for custom node doc
|
2020-02-14 18:01:36 +08:00 |
|
Yanyan-Wang
|
f940b2496d
|
fix: enhance the coverage
|
2020-02-13 18:10:26 +08:00 |
|
Yanyan-Wang
|
a3f8671a00
|
fix: version number. doc: changelog. doc: getting-started version number
|
2020-02-12 21:50:23 +08:00 |
|
Yanyan-Wang
|
bf12dbcd99
|
test: enhance the coverage
|
2020-02-12 21:44:55 +08:00 |
|
Yanyan-Wang
|
b16928a54a
|
fix: update g version to improve compatibility. doc: remove compatibility part which has been resolved.
|
2020-02-12 21:44:55 +08:00 |
|
Yanyan-Wang
|
ecd7505872
|
fix: moveTo bug. fix: site buttons closes: #1210
|
2020-02-12 21:44:55 +08:00 |
|
Yanyan-Wang
|
ba086f375f
|
fix: compatibility for G6 3.3
|
2020-02-12 09:43:00 +08:00 |
|
baizn
|
c12487d75e
|
fix: site coverage
|
2020-02-11 17:24:37 +08:00 |
|
baizn
|
2170e00086
|
fix: site coverage
|
2020-02-11 17:24:37 +08:00 |
|
baizn
|
d4fbb9ae27
|
feat: support coverage
|
2020-02-11 14:48:51 +08:00 |
|
Yanyan-Wang
|
9d6709f531
|
docs: add upgrade-guidance. feat: switch different versions site. fix: site banner position problem.
|
2020-02-11 13:55:51 +08:00 |
|