Lançamentos do OrgChart JS

Released: Jan 22, 2026

Atualizações na v9.00.49

Recursos

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

Released: Jan 22, 2026

Atualizações na v9.00.48

Recursos

  • 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

Atualizações na v9.00.47

Recursos

  • Improved shareProfile functions.

Released: Jan 15, 2026

Atualizações na v9.00.46

Recursos

  • 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

Atualizações na v9.00.44

Recursos

  • Added buttons in export preview UIs.

Released: Jan 10, 2026

Atualizações na v9.00.41

Recursos

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

Released: Jan 10, 2026

Atualizações na v9.00.36

Recursos

  • Now Tree List layout works in mobile device.

Released: Jan 7, 2026

Atualizações na v9.00.34

Correções

  • Fixed a minor issue with mouse wheel.

Released: Jan 7, 2026

Atualizações na v9.00.32

Recursos

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

Released: Dec 30, 2025

Atualizações na v9.00.30

Recursos

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