@neo4j-nvl/base 1.1.0-c6fdfc67 → 1.1.0-ce27d7f2

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.
@@ -46,9 +46,11 @@ export interface ForceDirectedOptions {
46
46
  */
47
47
  intelWorkaround?: boolean;
48
48
  /**
49
+ * @deprecated This option will be removed in a future release. For small datasets, use the d3Force layout instead.
49
50
  * Whether to enable automatic switching to CoseBilkent layout for small graphs.
50
51
  * When enabled, small graphs will automatically use the CoseBilkent layout algorithm
51
52
  * which can provide better initial positioning for smaller datasets.
53
+ * @defaultValue true
52
54
  */
53
55
  enableCytoscape?: boolean;
54
56
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/base",
3
- "version": "1.1.0-c6fdfc67",
3
+ "version": "1.1.0-ce27d7f2",
4
4
  "license": "SEE LICENSE IN 'LICENSE.txt'",
5
5
  "homepage": "https://neo4j.com/docs/nvl/current/",
6
6
  "description": "Base library for the Neo4j Visualization Library",
@@ -29,7 +29,7 @@
29
29
  "postpack": "rm LICENSE.txt && rm CHANGELOG.md"
30
30
  },
31
31
  "dependencies": {
32
- "@neo4j-nvl/layout-workers": "1.1.0-c6fdfc67",
32
+ "@neo4j-nvl/layout-workers": "1.1.0-ce27d7f2",
33
33
  "@segment/analytics-next": "1.81.1",
34
34
  "color-string": "1.9.1",
35
35
  "d3-force": "3.0.0",