Skip to content

Commit

Permalink
Bump version to 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Dec 16, 2017
1 parent 33be43b commit 44da1aa
Show file tree
Hide file tree
Showing 43 changed files with 2,735 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.fancytree",
"description": "jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading",
"version": "2.26.1-0",
"version": "2.27.0",
"main": [
"dist/jquery.fancytree-all-deps.min.js"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/sample-types.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$("#tree").fancytree({
types: {
"book": {"icon": "ft-ico-book", "iconTooltip": "This is a book"},
"computer": {"icon": "ft-ico-computer", "iconTooltip": "This is a computer."}
"computer": {"icon": "ft-ico-computer", "iconTooltip": "This is a computer."}
},
checkbox: true,
source: {url: "ajax-tree-products.json"},
Expand Down
763 changes: 509 additions & 254 deletions dist/jquery.fancytree-all-deps.js

Large diffs are not rendered by default.

33 changes: 1 addition & 32 deletions dist/jquery.fancytree-all-deps.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.fancytree-all-deps.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 44da1aa

Please sign in to comment.