We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec1144 commit ccdf524Copy full SHA for ccdf524
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "orgchart",
3
- "version": "2.0.12",
+ "version": "2.0.13",
4
"homepage": "https://github.com/dabeng/OrgChart",
5
"authors": [
6
"dabeng <[email protected]>"
@@ -30,7 +30,9 @@
30
],
31
"dependencies": {
32
"jquery": "~3.2.1",
33
- "font-awesome": "^4.6.2",
34
- "html2canvas": "^0.4.1"
+ "jquery-mockjax": "^2.2.0",
+ "jspdf": "^1.3.5",
35
+ "font-awesome": "^4.6.3",
36
+ "html2canvas": "^0.5.0-beta4"
37
}
38
package.json
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
0 commit comments