|
2 | 2 | * Remove HTML templates. Keep onItemRender callback only. Pure ReactJS dedicated API. Align PDF and core JavaScript controls APIs. |
3 | 3 |
|
4 | 4 | Family Layout |
5 | | -* Project relative item options to the root nodes of the diagram |
6 | | -* Add nodes horizontal alignment in the family diagram |
7 | | -* Place given parent and child on a vertical line in the family diagram—test performance for over 1000 nodes on the vertical line |
8 | | -* Add loops for self looped node |
9 | | -* Fix loops for pair of looped nodes |
10 | | - |
11 | | -Connector lines |
12 | | -* Add individual connector lines width, color, and line type values |
13 | | -* Add connector lines scale legend. Add numeric, categorical, and logarithmic scales for connector lines width, color and type values |
14 | | -* Add connector lines side by side tracing option |
15 | | - |
16 | | -Connector Annotation |
17 | | -* Fix connector annotation line placement, so its label or spline does not go outside diagram boundaries |
18 | | -* Improve labels placement and offset along with connection line annotation (Pomex) |
19 | | -* Improve parallel splines rendering for connector annotation (Pomex) |
| 5 | +* Project `relativeItem` options to the root nodes of the diagram |
| 6 | +* Add support of the `horizontalAlignment` property |
| 7 | +* Test rendering performance for diagram containing 1000 nodes forming a vertical line using `primaryParent` property |
| 8 | +* Add loops rendering for self-looped nodes |
| 9 | +* Fix loops for looped parent-child nodes |
20 | 10 |
|
21 | 11 | Organizational Chart Layout |
| 12 | +* Add `ChildrenPlacementType.Fork` layout |
22 | 13 | * Add new item types to draw org diagram in all directions. Star Layered Layout. Preserve layers as a core feature. |
23 | | -* Align children into levels with account for available assistants in parallel branches. |
24 | | -* Fix inactive cursor neighbors nodes visibility for PageFitMode.SelectedItemsOnly mode |
| 14 | +* Fix inactive cursor neighbors nodes visibility in PageFitMode.SelectedItemsOnly mode |
25 | 15 |
|
26 | 16 | Frame Markers |
27 | | -* Show annotated nodes markers on the frame. Add showFrameMarkers option for various annotations |
28 | | -* Show neighbors markers on the frame. Add showNeighborsMarkers option for Org and Fam diagrams configs |
| 17 | +* Show annotated nodes markers on the frame. Add `showFrameMarkers` option for various annotations |
| 18 | +* Show neighbors markers on the frame. Add `showNeighborsMarkers` option for Org and Fam diagrams configs |
29 | 19 | * Show markers of nearest nodes in vertical and horizontal scroll direction when no nodes are in the viewport. Sparse diagrams support |
30 | 20 |
|
| 21 | +Connector lines |
| 22 | +* Add connector line `lineWidth`, `lineColor`, and `lineType` properties per node or relation |
| 23 | +* Add connector lines legend. Add numeric, categorical, and logarithmic scales for connector lines `lineWidth`, `lineColor`, and `lineType` values |
| 24 | +* Add connector lines side-by-side tracing option |
| 25 | + |
| 26 | +Connector Annotation |
| 27 | +* Fix polyline line and label placement so they don't go outside diagram boundaries |
| 28 | +* Improve labels placement and offset along the polyline (Pomex) |
| 29 | +* Improve parallel polylines rendering (Pomex) |
| 30 | + |
31 | 31 | Highlight Path Annotation |
32 | | -* Fix tracing over loops with account for connector lines direction |
| 32 | +* Fix tracing over loops with account for diagram's connector lines direction |
33 | 33 |
|
34 | 34 | Family Label Annotations |
35 | 35 | * Fix labels placement on loops |
|
0 commit comments