Skip to content

Commit

Permalink
Bump version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 27, 2017
1 parent 6d33d40 commit bda6f14
Show file tree
Hide file tree
Showing 51 changed files with 918 additions and 591 deletions.
4 changes: 2 additions & 2 deletions 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.22.6-0",
"version": "2.23.0",
"main": [
"dist/jquery.fancytree-all.js"
],
Expand Down Expand Up @@ -47,4 +47,4 @@
"jquery-ui": ">=1.8.6"
},
"devDependencies": {}
}
}
2 changes: 1 addition & 1 deletion demo/sample-playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Example: Playground</h1>
<script src="http://static.jsbin.com/js/embed.min.js?3.41.9"></script>

<hr>

<div class="description">
This tree is initialized from a hidden &lt;ul> element on the page.
</div>
Expand Down
2 changes: 1 addition & 1 deletion demo/sample-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{title: "n2.2"},
{title: "n2.3"}
]},
{title: "n3 (radiogroup, checkbox: false)", expanded: true,
{title: "n3 (radiogroup, checkbox: false)", expanded: true,
checkbox: false, radiogroup: true, children: [
{title: "n3.1"},
{title: "n3.2"},
Expand Down
51 changes: 51 additions & 0 deletions dist/jquery.fancytree-all-deps.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit bda6f14

Please sign in to comment.