OrgChart JS 新版本發表

Released: Feb 2, 2025

v8.15.00 中的更新

特性

  • 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

v8.14.117 中的更新

修補程式

  • Fixed an issue with the documentation.

Released: Jan 31, 2025

v8.14.111 中的更新

特性

  • Renamed export option from includeDirectChildren to childLevels.
  • Renamed export option from includeDirectParents to parentLevels.

Released: Jan 30, 2025

v8.14.110 中的更新

特性

  • 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

v8.14.107 中的更新

特性

  • Added user-select none to the menu button.

Released: Jan 29, 2025

v8.14.105 中的更新

特性

  • Improved the AI Experimental function calling.

Released: Jan 29, 2025

v8.14.103 中的更新

特性

  • The default value of lazyLoading option is now 'auto'.

Released: Jan 28, 2025

v8.14.100 中的更新

特性

  • Added user-select: none to the AI button.

Released: Jan 28, 2025

v8.14.99 中的更新

特性

  • 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

v8.14.96 中的更新

修補程式

  • Fixed an issue related to orderBy with mutiple types.