@antv/layout 0.3.12 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,161 @@
1
+ # ChangeLog
2
+
3
+ ### 0.3.12
4
+
5
+ - perf: comboCombined with more accurate combined layout;
6
+
7
+ ### 0.3.11
8
+
9
+ - fix: dagre with complex combos;
10
+
11
+ ### 0.3.10
12
+
13
+ - chore: upgrade g-webgpu-core;
14
+
15
+ ### 0.3.9
16
+
17
+ - chore: upgrade g-webgpu-core;
18
+
19
+ ### 0.3.8
20
+
21
+ - chore: upgrade g-webgpu and regenerate shader code for gpu layouts, closes: #43;
22
+
23
+ ### 0.3.7
24
+
25
+ - fix: dagre layout for collapsed combos;
26
+
27
+ ### 0.3.6
28
+
29
+ - fix: add virtual edges for comboEdges in dagre to make combos be placed in correct layers;
30
+
31
+ ### 0.3.5
32
+
33
+ - perf: adjust maxSpeed for force2;
34
+
35
+ ### 0.3.4
36
+
37
+ - perf: improve the performance of dagre with layers;
38
+
39
+ ### 0.3.3
40
+
41
+ - fix: dagre layer failed when the layer number begin with 0;
42
+ - fix: dagre with combo failed with some specified datasets;
43
+ - perf: reduce the maxSpeed of force2 to improve the swing problem;
44
+
45
+ #### 0.3.2
46
+
47
+ - fix: getAdjMatrix with inexistent source or target of edge;
48
+
49
+ #### 0.3.1
50
+
51
+ - perf: force2 with updated node mass;
52
+
53
+ #### 0.3.0
54
+
55
+ - feat: forceAtlas2 supports fx and fy to fix position for a node;
56
+ - fix: node overlaps in dagre with layer configs and default align;
57
+
58
+ #### 0.3.0-beta.5
59
+
60
+ - feat: force2 from graphin-force and better performance;
61
+ - chore: use Degree including in, out, all, instead of degree number in layouts;
62
+
63
+ #### 0.2.5
64
+
65
+ - fix: comboCombined innerLayout with original node infos;
66
+ - fix: DagreLayoutOptions with preset field;
67
+
68
+ #### 0.2.4
69
+
70
+ - fix: small width and height values for grid lead to 0 rows or cols;
71
+
72
+ #### 0.2.3
73
+
74
+ - perf: combo and node info should be transfered to outerLayout in comboCombined;
75
+
76
+ #### 0.2.2
77
+
78
+ - feat: replace @dagrejs/graphlib with @antv/graphlib
79
+ - types: reduce ant usage as much as possible
80
+ - chore: dagre type and some test fix
81
+
82
+ #### 0.2.1
83
+
84
+ - fix: gForce with same node positions;
85
+
86
+ #### 0.2.0
87
+
88
+ - chore: the beta features;
89
+
90
+ #### 0.2.0-beta.4
91
+
92
+ - feat: dagre layout support radial configuration;
93
+
94
+ #### 0.2.0-beta.3
95
+
96
+ - feat: dagreCompoud layout;
97
+
98
+ #### 0.2.0-beta.0
99
+
100
+ - feat: comboCombined layout;
101
+ - feat: add source and target node to the parameters of gForce linkDistance;
102
+ - feat: add hiddenNodes hiddenEdges hiddenCombos to the data of layout instance;
103
+
104
+ #### 0.1.31
105
+
106
+ - fix: dagre with sortByCombo error;
107
+
108
+ #### 0.1.30
109
+
110
+ - fix: flat problem;
111
+
112
+ #### 0.1.29
113
+
114
+ - fix: dagre error;
115
+
116
+ #### 0.1.28
117
+
118
+ - fix: dagre error;
119
+
120
+ #### 0.1.27
121
+
122
+ - fix: dagre error;
123
+
124
+ #### 0.1.26
125
+
126
+ - fix: dagre error;
127
+
128
+ #### 0.1.25
129
+
130
+ - fix: array flat and Infinite param problem;
131
+ - fix: dagre with NaN node rank;
132
+ - chore: lint;
133
+
134
+ #### 0.1.23
135
+
136
+ - fix: array flat compatibility;
137
+
138
+ #### 0.1.22
139
+
140
+ - fix: fruchterman without init clusterMap problem;
141
+
142
+ #### 0.1.21
143
+
144
+ - fix: comboForce with unnecessary positions for combos;
145
+ - fix: dagre bug;
146
+
147
+ #### 0.1.20
148
+
149
+ - chore: migrate dagre from https://github.com/brickmaker/dagre to @antv/layout and re-write in es6 standard;
150
+ - chore: fruchterman cluster re-computing problem;
151
+ - feat: dagre supports begin position for the layout;
152
+
153
+ #### 0.1.19
154
+
155
+ - feat: dagre supports assigning order and layer, import from https://github.com/brickmaker/dagre;
156
+ - feat: ER layout;
157
+
158
+ #### 0.1.18
159
+
160
+ - fix: add return value for grid layout;
161
+ - fix: force atlas 2 default prune and barnesHut;