OrgChart JS 新版本發表
Released: Jul 4, 2022
July 2022 中的更新
v8.04.05
Updated Jul 29, 2022
v8.04.04
Updated Jul 26, 2022
v8.04.03
Updated Jul 25, 2022
Features
- Added 'exportJSON' and 'importJSON' methods to chart instance.
v8.04.02
Updated Jul 6, 2022
Fixes
- Fixed Y scroll issue after search is not visible.
v8.04.01
Updated Jul 4, 2022
Fixes
- Fixed an issue with sticky: false and nodeMouseClick: OrgChart.action.pan.
Released: Jun 14, 2022
June 2022 中的更新
v8.04.00
Updated Jun 28, 2022
Features
- Added support for the children of partner nodes.
Fixes
- Fixed an issue with edged connectors (link) when the start and end position is less then LINK_ROUNDED_CORNERS.
v8.03.08
Updated Jun 20, 2022
Fixes
- Fixed addFilterTag method, "chart is not defined".
v8.03.07
Updated Jun 14, 2022
Fixes
- Fixed an issue with TypeScript.
Released: May 19, 2022
May 2022 中的更新
v8.03.06
Updated May 31, 2022
Features
- Added 'event' argument to onDrag event listener.
v8.03.05
Updated May 25, 2022
Features
- Added 'wrapText' to TypeScript.
v8.03.04
Updated May 23, 2022
Features
- Added 'filter' tag on filtered nodes, so now you can change the template or add CSS styles for filtered nodes.
v8.03.03
Updated May 20, 2022
Fixes
- Changed the signature of 'shouldFilter' method.
v8.03.02
Updated May 20, 2022
v8.03.01
Updated May 19, 2022
Released: Apr 16, 2022
April 2022 中的更新
v8.02.79
Updated Apr 27, 2022
Features
- TypeScript definitions have been added.
v8.02.78
Updated Apr 27, 2022
Features
- TypeScript definitions have been added.
v8.02.77
Updated Apr 26, 2022
Fixes
- Fixed an issue with TypeScript.
v8.02.76
Updated Apr 26, 2022
Fixes
- Fixed an issue with TypeScript.
v8.02.75
Updated Apr 26, 2022
Features
- OrgChart.convertCsvToNodes() function has been added.
v8.02.74
Updated Apr 21, 2022
Fixes
- Fixed an issue with calling exportPDFPreview twice.
Released: Oct 19, 2021
v8.x 中的更新
v8.02.69
Updated Mar 30, 2022
Fixes
- Fixed fileUploadDialog and show functions in TypeScript.
v8.02.68
Updated Mar 30, 2022
Features
- UI functions have been added in TypeScript.
v8.02.67
Updated Mar 28, 2022
Fixes
- Fixed an issue with getScale in TypeScript.
v8.02.66
Updated Mar 25, 2022
Fixes
- searchclick event has been added in TypeScript.
v8.02.64
Updated Mar 23, 2022
Fixes
- Fixed an issue with TypeScript.
v8.02.63
Updated Mar 22, 2022
Fixes
- Fixed an issue with TypeScript - added const toolbarUI...
Released: Oct 4, 2021
v7.13.x 中的更新
v7.13.12
Updated Oct 8, 2021
Features
- Added a callback parameter to the zoom method.
v7.13.11
Updated Oct 8, 2021
Fixes
- Fixed an issue with up expanding and collapsed option.
v7.13.09
Updated Oct 6, 2021
Fixes
- Fixed an issue with edit form, partners and assistant.
v7.13.07
Updated Oct 4, 2021
Features
- Added new Up Expand button.
Fixes
- Fixed an issue with partners.
Released: Sep 24, 2021
v7.12.x 中的更新
v7.12.00
Updated Sep 24, 2021
Features
- Added new changeRoots method.
Released: Sep 16, 2021
v7.11.x 中的更新
v7.11.07
Updated Sep 21, 2021
Fixes
- Fixed error displaying the org chart in the tree layout.
v7.11.00
Updated Sep 16, 2021
Features
- Added support for Salesforce Lightning.
- Breaking change - The Salesforce Lightning component requires all custom attributes to start with "data-" prefix. CSS or JavaScript selectors that needs to be replaced if you are upgrading from version before 7.11.00:
sl -> data-sl.
lbl -> data-lbl.
val -> data-val.
node-id -> data-n-id.
link-id -> data-l-id...
Released: Aug 30, 2021
v7.10.x 中的更新
v7.10.42
Updated Sep 10, 2021
Fixes
- Can't select elemens outside the tree div.
- Fit toolbar button with state.
v7.10.40
Updated Sep 9, 2021
Fixes
- Fixed node menu not reposnice when option nodeMouseClick is set to OrgChart.action.pan.
v7.10.39
Updated Sep 9, 2021
Features
- Added new text overflow option text-overflow="multiline-2-ellipsis" or text-overflow="multiline-3-ellipsis" or text-overflow="multiline-[n]-ellipsis".
- Removed text-overflow-lines attribute.
v7.10.38
Updated Sep 9, 2021
Fixes...
Released: May 24, 2021
v7.9.x 中的更新
v7.9.08
Updated Jun 4, 2021
Features
- Added new event: "label".
v7.9.03
Updated May 26, 2021
Fixes
- Fixed an issue with keyboard navigation.
v7.9.00
Updated May 24, 2021
Features
- Added new option:
enableKeyNavigation.
- Added new events:
key-down and screen-reader-text.