Lanzamientos de OrgChart JS

Released: Nov 17, 2023

Actualizaciones en v8.13.13

Características

  • 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

Actualizaciones en v8.13.12

Características

  • Added a new setScale method.

Released: Nov 14, 2023

Actualizaciones en v8.13.11

Correcciones

  • Fixed an issue with reflated to lazyLoading and fit.

Released: Nov 10, 2023

Actualizaciones en v8.13.10

Correcciones

  • Fixed an issue with orientation and expand collapse.

Released: Nov 10, 2023

Actualizaciones en v8.13.09

Correcciones

  • Fixed an issue with lazyLoading and Pan action.

Released: Nov 1, 2023

Actualizaciones en v8.13.02

Características

  • Added a new draggable option.

Released: Oct 26, 2023

Actualizaciones en v8.13.01

Características

  • Added new onChange event listener to undoReduUI interface.

Released: Oct 22, 2023

Actualizaciones en v8.12.13

Características

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

Released: Oct 21, 2023

Actualizaciones en v8.12.10

Características

  • 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

Actualizaciones en v8.12.09

Correcciones

  • Fixed an issue with setOrentation method.