basicprimitives
Advanced tools
Changelog
Version 6.0.0
Warning: Non-backward compatible API changes!
merge
tool with Webpackcommon
, orgdiagram
and famdiagram
namespaces.primitives.orgdiagram.Config
into OrgConfig
primitives.orgdiagram.ItemConfig
into OrgItemConfig
primitives.orgdiagram.Control
into OrgDiagram
primitives.famdiagram.Config
into FamConfig
primitives.famdiagram.ItemConfig
into FamItemConfig
primitives.famdiagram.Control
into FamDiagram
primitives.pdf.orgdiagram.Plugin
into OrgDiagramPdfkit
primitives.pdf.famdiagram.Plugin
into FamDiagramPdfkit
ButtonConfig
, use onButtonsRender
callback instead.hasButtons
property to TemplateConfig
onButtonsRender
callback to OrgConfig
, FamConfig
and TemplateConfig
.jQuery
widgets wrapping library and jQuery
samples framework.jUnit
tests into Jest
.Changelog
Version 5.9.0
showFrame
, fameInnerPadding
, frameOuterPadding
properties to primitives.orgdiagram.Config
& primitives.famdiagram.Config
selectedItems
collection contains non-existing items.Changelog
Version 5.8.2
selectionPathMode
in Family Diagram.Changelog
Version 5.8.1
Changelog
Version 5.8.0
loopsLayoutMode
property to primitives.famdiagram.Config
. Property sets looped layout optimization mode in Family Diagram. See Loops Layout Optimization
use case.includeChildren
property in family diagram having loops between items.Changelog
Version 5.7.0
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.