OrgChart JS 新版本发表
Released: Nov 17, 2023
v8.13.13 中的更新
特性
- You can now set mouseScroll to:
- OrgChart.action.scroll.
- OrgChart.action.ctrlZoom.
- OrgChart.action.zoom.
- OrgChart.action.xScroll.
- OrgChart.action.yScroll.
Released: Nov 17, 2023
v8.13.12 中的更新
特性
- Added a new setScale method.
Released: Nov 14, 2023
v8.13.11 中的更新
修补程序
- Fixed an issue with reflated to lazyLoading and fit.
Released: Nov 10, 2023
v8.13.10 中的更新
修补程序
- Fixed an issue with orientation and expand collapse.
Released: Nov 10, 2023
v8.13.09 中的更新
修补程序
- Fixed an issue with lazyLoading and Pan action.
Released: Nov 1, 2023
v8.13.02 中的更新
特性
- Added a new draggable option.
Released: Oct 26, 2023
v8.13.01 中的更新
特性
- Added new onChange event listener to undoReduUI interface.
Released: Oct 22, 2023
v8.12.13 中的更新
特性
- Added undo/redu functionallity
- New Icons
- OrgChart.icon.undo and OrgChart.icon.redo.
- New Methods
- undo - Undo data operations like adding/removing nodes. Set undoRedoStorageName option before calling this method.
- redo - Redo data operations like adding/removing nodes. Set undoRedoStorageName option before calling this method.
- clearRedo() - Clears all Redo stack steps.
- clearUndo() - Clears all Undo stack steps.
- undoStepsCount() - Returns the number of Undo stack steps.
- redoStepsCount() - Returns...
Released: Oct 21, 2023
v8.12.10 中的更新
特性
- Added instance property to searchUI interface.
- Added searchFieldsAbbreviation property to searchUI interface.
- Added "add-item", "show-items" and "hide" event listeners to searchUI interface.
- Added instance property to filterUI interface.
- Added element property to filterUI interface.
- Added "update", "add-item", "add-filter" and "show-items" event listeners to filterUI interface.
Released: Oct 19, 2023
v8.12.09 中的更新
修补程序
- Fixed an issue with setOrentation method.