@antv/layout 0.1.20 → 0.1.24

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,18 @@
1
1
  # ChangeLog
2
2
 
3
+ #### 0.1.23
4
+
5
+ - fix: array flat compatibility;
6
+
7
+ #### 0.1.22
8
+
9
+ - fix: fruchterman without init clusterMap problem;
10
+
11
+ #### 0.1.21
12
+
13
+ - fix: comboForce with unnecessary positions for combos;
14
+ - fix: dagre bug;
15
+
3
16
  #### 0.1.20
4
17
 
5
18
  - chore: migrate dagre from https://github.com/brickmaker/dagre to @antv/layout and re-write in es6 standard;