Lancements de OrgChart JS
Released: Jan 22, 2026
Mises à jour de v9.00.49
Fonctionnalités
- Added 2 new methods to the export preview UI:
- chart.pdfPreviewUI.selectedPage
- chart.pdfPreviewUI.refresh() : void
Released: Jan 22, 2026
Mises à jour de v9.00.48
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
Released: Jan 21, 2026
Mises à jour de v9.00.47
Fonctionnalités
- Improved shareProfile functions.
Released: Jan 15, 2026
Mises à jour de v9.00.46
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.
Released: Jan 14, 2026
Mises à jour de v9.00.44
Fonctionnalités
- Added buttons in export preview UIs.
Released: Jan 10, 2026
Mises à jour de v9.00.41
Fonctionnalités
- Made improvements related to the new Tree List Layout in mobile.
Released: Jan 10, 2026
Mises à jour de v9.00.36
Fonctionnalités
- Now Tree List layout works in mobile device.
Released: Jan 7, 2026
Mises à jour de v9.00.34
Correctifs
- Fixed a minor issue with mouse wheel.
Released: Jan 7, 2026
Mises à jour de v9.00.32
Fonctionnalités
- Made changes related to the export to XML, CSV and JSON.
Released: Dec 30, 2025
Mises à jour de v9.00.30
Fonctionnalités
- 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...