OrgChart JS v5.x

Released: Sep 12, 2019

Aggiornamenti in v5.x

5.3.5

Updated Oct 31, 2019

  • New event 'drag' added.

5.3.4

Updated Oct 30, 2019

  • Now pan works with sticky option.

5.3.3

Updated Oct 29, 2019

  • Now you can cancel adding "adding new node" from "It's lonely here, add your first node".

5.3.2

Updated Oct 24, 2019

  • Minor fixes.

5.3.1

Updated Oct 24, 2019

  • Minor fixes.

5.3.0

Updated Oct 24, 2019

  • Scroll up/down.
  • Press Shift key to scroll left/right.

5.2.4

Updated Oct 24, 2019

  • Minor fixes.

5.2.2

Updated Oct 18, 2019

  • The toolbar icon can now be customized with:
    • OrgChart.toolbarUI.expandAllIcon.
    • OrgChart.toolbarUI.fitIcon.
    • OrgChart.toolbarUI.zoomInIcon.
    • OrgChart.toolbarUI.zoomOutIcon.
    • OrgChart.toolbarUI.layoutIcon.

5.2.1

Updated Oct 17, 2019

  • Export to csv and xml, exportstart event now has the following

{ ext: //"csv" | "xml", filename: //the name of the file, nodes: //nodes }

  • Export to csv, exportend event now has the following

{ ext: //"csv" | "xml", filename: //the name of the file, nodes: //nodes, content: //csv or xml string }

5.2.0

Updated Oct 16, 2019

  • Spids now support nodes from the same level.

5.1.8

Updated Oct 16, 2019

  • Implemented new destroy method.

5.1.7

Updated Oct 12, 2019

  • Added new event to the edit form
    chart.editUI.on('field', function(sender, args){
    // args.field
    // args.type
    // args.name
    });

5.1.6

Updated Oct 11, 2019

  • Fixed an issue related to addTag method.

5.1.5

Updated Oct 10, 2019

  • Improved node menu position.

5.1.3

Updated Oct 10, 2019

  • elastic_width attribute in the group name.

5.1.2

Updated Oct 8, 2019

  • Center method, added callback last parameter.
  • Fit method, added callback last parameter.

5.1.0

Updated Oct 8, 2019

  • Added new template "deborah".

5.0.9

Updated Oct 6, 2019

  • Clink group support.

5.0.7

Updated Oct 3, 2019

  • Renamed OrgChart._wrapText to OrgChart.wrapText.

5.0.5

Updated Sep 27, 2019

  • Improved Drag&Drop with Groups.
  • New event - drop.
  • New event - menu show, menu items can be changed dynamically.

5.0.4

Updated Sep 21, 2019

  • Fixed critical issue with the trial version.

5.0.3

Updated Sep 18, 2019

  • Bugfix - Context menu does not work in groups.

5.0.2

Updated Sep 13, 2019

  • Bugfix - Now sender parameter is not undefined if the node is in group for nodeBinding.

5.0.1

Updated Sep 13, 2019

  • Fix for IE localStorage not defined.

5.0.0

Updated Sep 12, 2019

  • New option nodeContextMenu.