Releases: BALKANGraph/OrgChartJS
Releases · BALKANGraph/OrgChartJS
BALKAN OrgChartJS 7.12.00
- Added new method changeRoots
chart.changeRoots(id, roots, callback);
where:
- id: id of a node that will not change its position, can be null
- roots: roots id array
- callback: function will be called after the roots are changed and animation completed
BALKAN OrgChartJS 7.11.07
BALKAN OrgChartJS 7.11.00
Release Notes
New
- Support for Salesforce lightning component
Breaking changes
Salesforce lightning component requires all custom attributes to start with "data-" prefix
css or javascript selectors that needs to be replaced if you are upgrading from version before 7.11.00
sl -> data-sl
lbl -> data-lbl
val -> data-val
node-id -> data-n-id
link-id -> data-l-id
data-field-name -> data-f-name
c-link-to -> data-c-l-to
c-link-from -> data-c-l-from
s-link-to -> data-s-l-to
s-link-from -> data-s-l-from
control-add -> data-ctrl-add
control-expcoll-id -> data-ctrl-ec-id
control-export-menu -> data-ctrl-menu
control-node-menu-id -> data-ctrl-n-menu-id
width -> data-width
text-overflow -> data-text-overflow
Tips: search in your code for "node-id", if you find replace with "data-n-id"
BALKAN OrgChartJS 7.10.42
- fixed: Can't select elemens outside the tree div.
- fixed: fit toolbar button with state
BALKAN OrgChartJS 7.10.40
- fixed node menu not reposnice when option nodeMouseClick is set to OrgChart.action.pan
BALKAN OrgChartJS 7.10.39
- new text overflow option text-overflow="multiline-2-ellipsis" or text-overflow="multiline-3-ellipsis" or text-overflow="multiline-[n]-ellipsis"
- removed text-overflow-lines attribute
BALKAN OrgChartJS 7.10.38
- fixed an issue with key navigation and search input not responsive
- Fixed an issue with treeRightOffset
BALKAN OrgChartJS 7.10.33
- fixed an issue with node menu on mobile
BALKAN OrgChartJS 7.10.32
- fixed issues with mixed layout
7.10.30
- fixed issues with mixed layout