Skip to content

Releases: dabeng/OrgChart

2.0.14

21 Dec 08:05
Compare
Choose a tag to compare

refactor the method getHierarchy()

2.0.13

16 Dec 04:20
Compare
Choose a tag to compare

Update the dependencies of bower.js and make it consistent with package.json

2.0.12

14 Dec 12:42
Compare
Choose a tag to compare

fix-bug: #322

2.0.11

12 Dec 13:08
Compare
Choose a tag to compare
  1. refactor the core function createNode()
  2. fix-bug: #320 #286

2.0.10

27 Nov 15:14
Compare
Choose a tag to compare

remove all the ":visible" selector from the js source code

2.0.9

24 Nov 07:18
Compare
Choose a tag to compare
  1. rename event nodedropped.orgchart to nodedrop.orgchart
  2. allow users to cancel the drop action

2.0.8

08 Nov 04:08
Compare
Choose a tag to compare

For high performance animations, we did the following improvements:

  1. replace transitions with transforms
  2. replace jquery ":visible" selector with class "hidden"

2.0.7

06 Nov 07:27
Compare
Choose a tag to compare

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

06 Nov 06:11
Compare
Choose a tag to compare

2.0.5

02 Nov 08:35
Compare
Choose a tag to compare

Since version 2.0.5, users are allowed to export current orgchart as a png or pdf file programmatically.