Releases: BALKANGraph/OrgChartJS
Releases · BALKANGraph/OrgChartJS
9.01.65
9.01.63
9.01.62
Delete bower.json
BALKAN OrgChartJS 8.00.25
- Fixed an issue with searchDisplayField
var chart = new OrgChart(document.getElementById("tree"), {
searchDisplayField: "name",
...
});
BALKAN OrgChartJS 8.00.24
- Fixed #615
- Fixed an issue on mobile device and drag and drop
BALKAN OrgChartJS 8.00.06
- Now you can call chart.minimize and chart.maximize withoyt parameters, it will min/max all nodes
BALKAN OrgChartJS 8.00.03
- minor changes
BALKAN OrgChartJS 8.00.02
- Fixed npm exports
BALKAN OrgChartJS 8.00.01
Release Notes
In version 8.00.01 we've chanded the styles of the Edit Form, Search Input, Menu and introducing dark mode
- [new] "mode" option - dark or light
- [new] method - exportPDFProfile(options, callback), example: chart.exportPDFProfile({id: 5})
- [new] method - exportPNGProfile(options, callback), example: chart.exportPNGProfile({id: 5})
- [new] method - shareProfile(id), example chart.shareProfile(5)
- [new] Added A5 format, can be used with pdf profile export
- [new] editFormHeaderColor, template option
- [new] icon - OrgChart.icon.share
- [new] icon - OrgChart.icon.user
- [change] Renamed template exportMenuButton option to menuButton
- [fix] Fixed an issue with layout tollbar
- [fix] Fixed collapseAll option with collpase level #604
- [removed] OrgChart.searchUI.createInputField
- [removed] OrgChart.searchUI.createSearchIcon
- [removed] chart.searchUI.addSearchControl
- [removed] editUI on filed event
- [removed] "derek" template to decrease the size of the library
BALKAN OrgChartJS 7.13.12
- zoom method added callback parameter
chart.zoom(delta, center, shouldAnimate, callback)


