Skip to content

Releases: BALKANGraph/OrgChartJS

BALKAN OrgChartJS 7.12.00

24 Sep 08:20

Choose a tag to compare

  • 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

21 Sep 13:03

Choose a tag to compare

BALKAN OrgChartJS 7.11.00

16 Sep 14:55

Choose a tag to compare

Release Notes

New

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

10 Sep 10:45

Choose a tag to compare

  • fixed: Can't select elemens outside the tree div.
  • fixed: fit toolbar button with state

BALKAN OrgChartJS 7.10.40

09 Sep 14:45

Choose a tag to compare

  • fixed node menu not reposnice when option nodeMouseClick is set to OrgChart.action.pan

BALKAN OrgChartJS 7.10.39

09 Sep 12:55

Choose a tag to compare

  • 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

09 Sep 11:51

Choose a tag to compare

  • fixed an issue with key navigation and search input not responsive
  • Fixed an issue with treeRightOffset

BALKAN OrgChartJS 7.10.33

07 Sep 13:57

Choose a tag to compare

  • fixed an issue with node menu on mobile

BALKAN OrgChartJS 7.10.32

07 Sep 11:42

Choose a tag to compare

  • fixed issues with mixed layout

7.10.30

07 Sep 10:43

Choose a tag to compare

  • fixed issues with mixed layout