Releases: dabeng/OrgChart
Releases · dabeng/OrgChart
2.0.14
refactor the method getHierarchy()
2.0.13
Update the dependencies of bower.js and make it consistent with package.json
2.0.11
- refactor the core function createNode()
- fix-bug: #320 #286
2.0.10
remove all the ":visible" selector from the js source code
2.0.9
- rename event nodedropped.orgchart to nodedrop.orgchart
- allow users to cancel the drop action
2.0.8
For high performance animations, we did the following improvements:
- replace transitions with transforms
- replace jquery ":visible" selector with class "hidden"
2.0.7
if you wanna export a pdf format or your orgchart includes picture, you have to introduce jspdf and set "exportFileextension" option to "pdf".
2.0.5
Since version 2.0.5, users are allowed to export current orgchart as a png or pdf file programmatically.