|
| 1 | +#### Version 6.4.0 |
| 2 | +* Added `Director`, `SuperAdviser` and `SuperAssistant` item types. |
| 3 | +* Added `directorsPlacementType`, `advisersPlacementType` to `OrgItemConfig` |
| 4 | +* Added `minimumVisibleLevels` option to `OrgConfig` and `FamConfig` |
1 | 5 | #### Version 6.3.1 |
2 | 6 | * Fixed family diagram padding |
3 | 7 | * Fixed `onButtonsRender` in `TemplateConfig` |
|
17 | 21 | * Removed GraphicsType enumeration. |
18 | 22 | * Removed graphicsType from OrgConfig and FamConfig |
19 | 23 | #### Version 6.1.1 |
20 | | -* Fixed `levelOffset` property to work regardless of empty levels |
| 24 | +* Fixed the `levelOffset` property to work regardless of empty levels |
21 | 25 | #### Version 6.1.0 |
22 | 26 | * Added LevelAnnotationConfig |
23 | 27 | * Added level annotation options to OrgConfig and FamConfig |
|
48 | 52 | * Fixed frame placeholder size |
49 | 53 | #### Version 5.9.0 |
50 | 54 | * Added `showFrame`, `fameInnerPadding`, `frameOuterPadding` properties to `primitives.orgdiagram.Config` & `primitives.famdiagram.Config` |
51 | | -* Modified callout annotation placement for minimized nodes placed outside view port. |
52 | | -* Fixed exception when `selectedItems` collection contains non existing items. |
| 55 | +* Modified call-out annotation placement for minimized nodes placed outside view port. |
| 56 | +* Fixed exception when `selectedItems` collection contains non-existing items. |
53 | 57 | * Fixed center on cursor in AutoSize mode |
54 | 58 | #### Version 5.8.2 |
55 | 59 | * Fixed `selectionPathMode` in Family Diagram. |
|
58 | 62 | #### Version 5.8.0 |
59 | 63 | * Added `loopsLayoutMode` property to `primitives.famdiagram.Config`. Property sets loops layout optimization mode in Family Diagram. See `Loops Layout Optimization` use case. |
60 | 64 | * Added extra arrows to vertical segments of loops in family diagram |
61 | | -* Fixed spouses selection in family diagram |
| 65 | +* Fixed spouses selection in the family diagram |
62 | 66 | * Fixed background annotation `includeChildren` property in family diagram having loops between items. |
63 | 67 | #### Version 5.7.0 |
64 | 68 | * Added `primaryParent` property to `primitives.famdiagram.ItemConfig`. Property defines user preference for item placement relative to its multiple parents in Family Diagram. See Technological Tree Demo. |
65 | 69 | #### Version 5.6.4 |
66 | 70 | * Updated IntelliSense API annotations |
67 | 71 | #### Version 5.6.3 |
68 | 72 | * Fixed initial callout placement |
69 | | -* Fixed neighbours selection in family diagram having inactive nodes |
| 73 | +* Fixed neighbors selection in family diagram having inactive nodes |
70 | 74 | #### Version 5.6.2 |
71 | | -* Fixed performance bug in the value reader. |
| 75 | +* Fixed performance bug in the value-reader. |
72 | 76 | #### Version 5.6.0 |
73 | 77 | * Added `placeAssistantsAboveChildren` and `placeAdvisersAboveChildren` properties to `primitives.orgdiagram.Config` & `primitives.orgdiagram.ItemConfig`. |
74 | 78 | * Added `levelOffset` property to `primitives.orgdiagram.ItemConfig`. |
|
83 | 87 | * Removed CSS file from React component |
84 | 88 | #### Version 5.4.0 |
85 | 89 | * Added OrgDiagram & FamDiagram React components and samples. |
86 | | -* Extracted platform specific functionality out of core. |
| 90 | +* Extracted web-specific functionality out of the core. |
87 | 91 | * Added onButtonsRender event to TemplateConfig. |
88 | 92 | * Added support of cycles in objects definitions of labels. |
89 | 93 | * Fixed CSS scale bugs. |
|
111 | 115 | * Added npm package header and published library to [www.npmjs.com](https://www.npmjs.com/package/basicprimitives) |
112 | 116 | * Added pagination for nodes in page fit mode set to None. |
113 | 117 | #### Version 5.0.4 |
114 | | -* Fixed cursor neighbours selection over template inactive items. |
| 118 | +* Fixed cursor neighbors selection over template inactive items. |
115 | 119 | #### Version 5.0.3 |
116 | | -* Fixed call out placement in auto size mode when control is placed in document layout and scrolled. |
| 120 | +* Fixed call-out placement in auto-size mode when control is placed in document layout and scrolled. |
117 | 121 | #### Version 5.0.2 |
118 | 122 | * Fixed highlight path annotation tracing when famDiagram option hiding direct connections to grandparents is enabled. |
119 | 123 | * Fixed false layout invalidation on highlight changed event |
|
127 | 131 | * Removed support of VML and IE8 |
128 | 132 | * Reworked Drag & Scroll to use native JavaScript draggable object |
129 | 133 | * Fixed highlight call-out placement in CSS Zoom scale mode. |
130 | | -* Fixed selection check-boxes to ignore mouse double click event |
| 134 | +* Fixed selection checkboxes to ignore mouse double click event |
131 | 135 | * Fixed controls rendering inside divs having computed width and height |
132 | | - |
133 | | -*Version 4.3.0 archived. See primitives430.zip in downloads. Archive contains demos, "how to use" examples & reference. It is available only for registered users.* |
134 | | - |
135 | 136 | #### Version 4.3.0 |
136 | 137 | * Added option groupTitlePlacementType to primitives.famdiagram.Config and primitives.orgdiagram.Config. Property swaps positions of group title and buttons. |
137 | 138 | #### Version 4.2.3 |
|
222 | 223 | * Optimized data processing and rendering. See Controls Processing Diagrams. |
223 | 224 | * Fixed CSS scale. See primitives.famdiagram.Config.scale and primitives.orgdiagram.Config.scale options |
224 | 225 | * Added `neighboursSelectionMode` option to `primitives.famdiagram.Config`. See `primitives.common.NeighboursSelectionMode` enumeration for ParentsAndChildren & ParentsChildrenSiblingsAndSpouses options of cursor related nodes selection. |
225 | | -*Version 2.1.10 archived. See primitives2110.zip in downloads. Archive contains demos, "how to use" examples & reference. It is available only for registered users.* |
226 | | - |
227 | 226 | #### Version 2.1.10 |
228 | 227 | * Fixed label annotations placement on loop connections in famDiagram. |
229 | 228 | #### Version 2.1.9 |
230 | 229 | * Fixed label annotations placement on loop connections in famDiagram. |
231 | 230 | * Changed arrow size of 2 & 3 pixel wide lines. |
232 | 231 | #### Version 2.1.8 |
233 | 232 | * Added PageFitMode.AutoSize, autoSizeMaximum and autoSizeMinimum options to Configs of orgDiagram & famDiagram widgets. |
234 | | -* Changed PageFitMode.PrintPreview mode to auto size widget to show all nodes of diagram. |
| 233 | +* Changed PageFitMode.PrintPreview mode to auto size widget to show all nodes of the diagram. |
235 | 234 | #### Version 2.1.7 |
236 | | -* Fixed multiple spouses connection lines. |
| 235 | +* Fixed multiple spouse's connection lines. |
237 | 236 | #### Version 2.1.6 |
238 | 237 | * Added minimizedItemShapeType to Config, ItemConfig & TemplateConfig of orgDigram & famDiagram widgets. |
239 | 238 | * Added minimizedItemLineWidth, minimizedItemBorderColor, minimizedItemLineType, minimizedItemFillColor and minimizedItemOpacity to TemplateConfig of orgDigram & famDiagram widgets. |
240 | 239 | * Fixed spouses connection lines. |
241 | 240 | * Fixed spouses navigation. |
242 | 241 | * Fixed annotation labels navigation. |
243 | 242 | #### Version 2.1.5 |
244 | | -* Fixed exception on orphan invisible item. |
| 243 | +* Fixed exception an orphan invisible item. |
245 | 244 | * Enforced side alignment for SubAdviser and SubAssistant item types in orgDiagram. |
246 | 245 | #### Version 2.1.4 |
247 | 246 | * Fixed keyboard navigation with arrow keys. |
|
250 | 249 | #### Version 2.1.2 |
251 | 250 | * Improved family diagram layout. |
252 | 251 | #### Version 2.1.1 |
253 | | -* Fixed loops visualization in family diagram. |
| 252 | +* Fixed loops visualization in the family diagram. |
254 | 253 | #### Version 2.1.0 |
255 | | -* Added support of loops in family diagram. The item defined first in users items collection stays at the top of diagram. |
256 | | -* Added nodes grouping to children/parents. See groupByType option of primitives.famdiagram.Config |
| 254 | +* Added support of loops in the family diagram. The item defined first in users items collection stays at the top of diagram. |
| 255 | +* Added nodes grouping to children/parents. See `groupByType` option of primitives.famdiagram.Config |
257 | 256 | * Fixed disconnected family fragments alignment to the top. |
258 | 257 | #### Version 2.0.24 |
259 | | -* Added onItemDblClick event to famDiagram and orgDiagram widget configs. |
| 258 | +* Added `onItemDblClick` event to `famDiagram` and `orgDiagram` widget configs. |
260 | 259 | #### Version 2.0.23 |
261 | | -* Added elbowDotSize option to famDiagram and orgDiagram widget configs. |
| 260 | +* Added `elbowDotSize` option to `famDiagram` and `orgDiagram` widget configs. |
262 | 261 | #### Version 2.0.22 |
263 | | -* Added BackgroundAnnotationConfig to famDiagram and orgDiagram widgets. See Partners & Annotations Demo. |
264 | | -* Added includeChildren option to primitives.orgdiagram.BackgroundAnnotationConfig selecting all descendants of annotated items. |
| 262 | +* Added `BackgroundAnnotationConfig` to `famDiagram` and `orgDiagram` widgets. See Partners & Annotations Demo. |
| 263 | +* Added `includeChildren` option to `primitives.orgdiagram.BackgroundAnnotationConfig` selecting all descendants of annotated items. |
265 | 264 | #### Version 2.0.21 |
266 | 265 | * Added arrowsDirection option to primitives.orgdiagram.Config, primitives.famdiagram. Config. See "Arrows Direction" options in "Organizational Chart Navigation" demo. |
267 | 266 | #### Version 2.0.20 |
|
0 commit comments