@antv/layout 0.1.21 → 0.1.25

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # ChangeLog
2
2
 
3
+ #### 0.1.25
4
+
5
+ - fix: array flat and Infinite param problem;
6
+ - fix: dagre with NaN node rank;
7
+ - chore: lint;
8
+
9
+
10
+ #### 0.1.23
11
+
12
+ - fix: array flat compatibility;
13
+
14
+ #### 0.1.22
15
+
16
+ - fix: fruchterman without init clusterMap problem;
17
+
3
18
  #### 0.1.21
4
19
 
5
20
  - fix: comboForce with unnecessary positions for combos;