OrgChart JS Versions

Découvrez les nouveautés dans chaque version, avec des détails sur les fonctionnalités, les améliorations et les problèmes résolus.

janv.
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
OrgChart JS v9.2Version majeure4 mai 2026
Fonctionnalités
  • Added new template "emily".
  • Added React in the licensed editions.
  • Changed the border color of highlighted node.
  • Added new option highlightOnHover?: 'parents' | 'children' | 'none' | 'sameLevel' | 'childrenAndParents'.
  • Now highlightOnHover works for all templates.
  • Now the default value for highlightOnHover is none.
  • Made changes related to the new option highlightOnHover.
  • Added 'self' to 'highlightOnHover' option.
  • Added new method highlightNode.
  • Added new onNodeMouseover and onNodeMouseleave event listeners.
  • Now when the user hovers over the node in a template, there is a highlight stroke to the node, its parents and links.
Corrections
  • Now menu with subMenu works well with the default action like, edit, add, remove etc.
  • Fixed issue where the address field in the "emily" template was too long.
OrgChart JS v9.01.3914 mars 2026
Fonctionnalités
  • Added init method.
OrgChart JS v9.01.308 mars 2026
Fonctionnalités
  • Made npm changes.
OrgChart JS v9.01.011 mars 2026
Corrections
  • Fixed an issue with AI and functionParameters default value.
OrgChart JS v9.01.00Version majeure28 févr. 2026
Fonctionnalités
  • Improved slinks positioning and added OrgChart.SLINK_GAP setting.
OrgChart JS v9.00.5718 févr. 2026
Fonctionnalités
  • Added OrgChart.REQUEST_CUSTOM_HEADERS const.
OrgChart JS v9.00.5616 févr. 2026
Corrections
  • Fixed issue so that control isOn option now works as expected.
OrgChart JS v9.00.5513 févr. 2026
Fonctionnalités
  • Added isOn property in controlsUI.
OrgChart JS v9.00.5412 févr. 2026
Fonctionnalités
  • You can now change the anchor of controls.
OrgChart JS v9.00.525 févr. 2026
Fonctionnalités
  • Added X and Y attributes for all icons.
OrgChart JS v9.00.502 févr. 2026
Corrections
  • Fixed issue so that after deleting a node, the edit form now closes automatically.
  • On mobile, the search grid now closes after selecting a row.
OrgChart JS v9.00.4822 janv. 2026
Fonctionnalités
  • Added 5 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectPage(index: number) : void
    • chart.pdfPreviewUI.removePage(index: number) : void
    • chart.pdfPreviewUI.togglePrintTreeOrProfile() : void
    • chart.pdfPreviewUI.toggleLanscape(): void
    • chart.pdfPreviewUI.addPage(page: OrgChart.exportPDFPage) : void
OrgChart JS v9.00.4922 janv. 2026
Fonctionnalités
  • Added 2 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectedPage
    • chart.pdfPreviewUI.refresh() : void
OrgChart JS v9.00.4721 janv. 2026
Fonctionnalités
  • Improved shareProfile functions.
OrgChart JS v9.00.4615 janv. 2026
Fonctionnalités
  • Now Pinned nodes in Tree List layout can be expanded and collapsed.
  • Now if the Tree List is not scrollable, the mouse wheel will work for other HTML elements.
OrgChart JS v9.00.4414 janv. 2026
Fonctionnalités
  • Added buttons in export preview UIs.
OrgChart JS v9.00.3610 janv. 2026
Fonctionnalités
  • Now Tree List layout works in mobile device.
OrgChart JS v9.00.4110 janv. 2026
Fonctionnalités
  • Made improvements related to the new Tree List Layout in mobile.
OrgChart JS v9.00.327 janv. 2026
Fonctionnalités
  • Made changes related to the export to XML, CSV and JSON.
OrgChart JS v9.00.347 janv. 2026
Corrections
  • Fixed a minor issue with mouse wheel.