OrgChart JS リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
OrgChart JS v9.2メジャーバージョン2026年5月4日
機能
  • 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.
修正
  • 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.392026年3月14日
機能
  • Added init method.
OrgChart JS v9.01.302026年3月8日
機能
  • Made npm changes.
OrgChart JS v9.01.012026年3月1日
修正
  • Fixed an issue with AI and functionParameters default value.
OrgChart JS v9.01.00メジャーバージョン2026年2月28日
機能
  • Improved slinks positioning and added OrgChart.SLINK_GAP setting.
OrgChart JS v9.00.572026年2月18日
機能
  • Added OrgChart.REQUEST_CUSTOM_HEADERS const.
OrgChart JS v9.00.562026年2月16日
修正
  • Fixed issue so that control isOn option now works as expected.
OrgChart JS v9.00.552026年2月13日
機能
  • Added isOn property in controlsUI.
OrgChart JS v9.00.542026年2月12日
機能
  • You can now change the anchor of controls.
OrgChart JS v9.00.522026年2月5日
機能
  • Added X and Y attributes for all icons.
OrgChart JS v9.00.502026年2月2日
修正
  • 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.482026年1月22日
機能
  • 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.492026年1月22日
機能
  • Added 2 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectedPage
    • chart.pdfPreviewUI.refresh() : void
OrgChart JS v9.00.472026年1月21日
機能
  • Improved shareProfile functions.
OrgChart JS v9.00.462026年1月15日
機能
  • 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.442026年1月14日
機能
  • Added buttons in export preview UIs.
OrgChart JS v9.00.362026年1月10日
機能
  • Now Tree List layout works in mobile device.
OrgChart JS v9.00.412026年1月10日
機能
  • Made improvements related to the new Tree List Layout in mobile.
OrgChart JS v9.00.322026年1月7日
機能
  • Made changes related to the export to XML, CSV and JSON.
OrgChart JS v9.00.342026年1月7日
修正
  • Fixed a minor issue with mouse wheel.