OrgChart JS 新版本发表

Released: Jan 22, 2026

v9.00.49 中的更新

特性

  • Added 2 new methods to the export preview UI:
    • chart.pdfPreviewUI.selectedPage
    • chart.pdfPreviewUI.refresh() : void

Released: Jan 22, 2026

v9.00.48 中的更新

特性

  • 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

Released: Jan 21, 2026

v9.00.47 中的更新

特性

  • Improved shareProfile functions.

Released: Jan 15, 2026

v9.00.46 中的更新

特性

  • 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.

Released: Jan 14, 2026

v9.00.44 中的更新

特性

  • Added buttons in export preview UIs.

Released: Jan 10, 2026

v9.00.41 中的更新

特性

  • Made improvements related to the new Tree List Layout in mobile.

Released: Jan 10, 2026

v9.00.36 中的更新

特性

  • Now Tree List layout works in mobile device.

Released: Jan 7, 2026

v9.00.34 中的更新

修补程序

  • Fixed a minor issue with mouse wheel.

Released: Jan 7, 2026

v9.00.32 中的更新

特性

  • Made changes related to the export to XML, CSV and JSON.

Released: Dec 30, 2025

v9.00.30 中的更新

特性

  • Added Tree List Layout:
    • You can now display hierarchies using the Tree List Layout, which combines a tree structure with a scrollable list view.
  • Now you can define some of the template properties as function.
  • Added two new templates: clara and treeListItem.
  • New Static Configuration Options:
    • OrgChart.TREELIST_WHEEL_STEP - Controls the vertical scroll speed in the Tree List layout.
    • OrgChart.TREELIST_SCROLLBAR_WIDTH - Sets the scrollbar width (in pixels) for the Tree List layout.
    • OrgChart...