Skip to content

Commit 9863a6e

Browse files
committed
1.8.0 build
1 parent 4c248e3 commit 9863a6e

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

docs/components/Node.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
Props
77
-----
88

9+
### `allowForeignObjects` (required)
10+
11+
type: `bool`
12+
13+
914
### `attributes`
1015

1116
type: `object`
@@ -28,6 +33,17 @@ type: `string`
2833
type: `object`
2934

3035

36+
### `nodeLabelComponent`
37+
38+
type: `object`
39+
defaultValue: `null`
40+
41+
42+
### `nodeSize` (required)
43+
44+
type: `object`
45+
46+
3147
### `nodeSvgShape` (required)
3248

3349
type: `object`
@@ -46,7 +62,6 @@ type: `func`
4662
### `onMouseOver` (required)
4763

4864
type: `func`
49-
defaultValue: `undefined`
5065

5166

5267
### `orientation` (required)
@@ -76,11 +91,6 @@ defaultValue: `{
7691
type: `object`
7792

7893

79-
### `textAnchor`
80-
81-
defaultValue: `'start'`
82-
83-
8494
### `textLayout` (required)
8595

8696
type: `object`

docs/components/Tree.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
Props
77
-----
88

9+
### `allowForeignObjects`
10+
11+
type: `bool`
12+
defaultValue: `false`
13+
14+
915
### `circleRadius`
1016

1117
type: `number`
@@ -35,6 +41,12 @@ type: `number`
3541
defaultValue: `undefined`
3642

3743

44+
### `nodeLabelComponent`
45+
46+
type: `object`
47+
defaultValue: `null`
48+
49+
3850
### `nodeSize`
3951

4052
type: `shape[object Object]`

0 commit comments

Comments
 (0)