Lancements de OrgChart JS
Released: Feb 2, 2025
Mises à jour de v8.15.00
Fonctionnalités
- Added new options and event listeners:
- enableAI.
- aiChatTools.
- onAIToolCalls.
- aiChatTool.
- Removed the animation when zooming in/out for performance optimization.
- The cursor is now the default one on pan.
- Added passed event "weel" to remove Chrome warning.
- Removed OrgChart.scroll.visible from the dts.
Released: Feb 1, 2025
Mises à jour de v8.14.117
Correctifs
- Fixed an issue with the documentation.
Released: Jan 31, 2025
Mises à jour de v8.14.111
Fonctionnalités
- Renamed export option from includeDirectChildren to childLevels.
- Renamed export option from includeDirectParents to parentLevels.
Released: Jan 30, 2025
Mises à jour de v8.14.110
Fonctionnalités
- Added a new includeDirectChildren option, when exporting to PDF, it includes only the direct reports (others are collapsed). It works when the nodeId is specified.
Released: Jan 29, 2025
Mises à jour de v8.14.107
Fonctionnalités
- Added user-select none to the menu button.
Released: Jan 29, 2025
Mises à jour de v8.14.105
Fonctionnalités
- Improved the AI Experimental function calling.
Released: Jan 29, 2025
Mises à jour de v8.14.103
Fonctionnalités
- The default value of lazyLoading option is now 'auto'.
Released: Jan 28, 2025
Mises à jour de v8.14.100
Fonctionnalités
- Added user-select: none to the AI button.
Released: Jan 28, 2025
Mises à jour de v8.14.99
Fonctionnalités
- You can now instantiate the chart without HTML elements, set the element later: chart.element = document.getElementById('tree').
- OrgChart.LAZY_LOADING_FACTOR has been set to auto by default.
Released: Jan 28, 2025
Mises à jour de v8.14.96
Correctifs
- Fixed an issue related to orderBy with mutiple types.