Skip to content

Commit

Permalink
Bump version to 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 31, 2017
1 parent 900a671 commit 4172f84
Show file tree
Hide file tree
Showing 26 changed files with 155 additions and 155 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.24.1-0",
"version": "2.25.0",
"main": [
"dist/jquery.fancytree-all-deps.min.js"
],
Expand Down Expand Up @@ -47,4 +47,4 @@
"jquery-ui": ">=1.8.6"
},
"devDependencies": {}
}
}
74 changes: 37 additions & 37 deletions dist/jquery.fancytree-all-deps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jQuery Fancytree Plugin - 2.24.1-0 - 2017-10-31T13:28:30Z
/*! jQuery Fancytree Plugin - 2.25.0 - 2017-10-31T17:32:40Z
* https://github.com/mar10/fancytree
* Copyright (c) 2017 Martin Wendt; Licensed MIT
*/
Expand Down Expand Up @@ -3045,8 +3045,8 @@ var effectsEffectBlind = $.effects.define( "blind", "hide", function( options, d
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

/** Core Fancytree module.
Expand Down Expand Up @@ -7840,7 +7840,7 @@ $.extend($.ui.fancytree,
/** @lends Fancytree_Static# */
{
/** @type {string} */
version: "2.24.1-0", // Set to semver by 'grunt release'
version: "2.25.0", // Set to semver by 'grunt release'
/** @type {string} */
buildType: "production", // Set to 'production' by 'grunt build'
/** @type {int} */
Expand Down Expand Up @@ -8347,8 +8347,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

// To keep the global namespace clean, we wrap everything in a closure.
Expand Down Expand Up @@ -8466,7 +8466,7 @@ $.ui.fancytree.registerExtension({
// Every extension must be registered by a unique name.
name: "childcounter",
// Version information should be compliant with [semver](http://semver.org)
version: "2.24.1-0",
version: "2.25.0",

// Extension specific options and their defaults.
// This options will be available as `tree.options.childcounter.hideExpanded`
Expand Down Expand Up @@ -8566,8 +8566,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -8912,7 +8912,7 @@ $.ui.fancytree._FancytreeClass.prototype.changeRefKey = function(oldRefKey, newR
*/
$.ui.fancytree.registerExtension({
name: "clones",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
highlightActiveClones: true, // set 'fancytree-active-clone' on active clones and all peers
Expand Down Expand Up @@ -9048,8 +9048,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/


Expand Down Expand Up @@ -9312,7 +9312,7 @@ function handleDragOver(event, data) {

$.ui.fancytree.registerExtension({
name: "dnd5",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
autoExpandMS: 1500, // Expand nodes after n milliseconds of hovering
Expand Down Expand Up @@ -9645,8 +9645,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -9902,7 +9902,7 @@ $.ui.fancytree._FancytreeNodeClass.prototype.isEditing = function(){
*/
$.ui.fancytree.registerExtension({
name: "edit",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
adjustWidthOfs: 4, // null: don't adjust input size to content
Expand Down Expand Up @@ -9977,8 +9977,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -10269,7 +10269,7 @@ $.ui.fancytree._FancytreeNodeClass.prototype.isMatched = function(){
*/
$.ui.fancytree.registerExtension({
name: "filter",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
autoApply: true, // Re-apply last filter if lazy data is loaded
Expand Down Expand Up @@ -10362,8 +10362,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -10459,7 +10459,7 @@ function _getIcon(opts, type){

$.ui.fancytree.registerExtension({
name: "glyph",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
preset: null, // 'awesome3', 'awesome4', 'bootstrap3'
Expand Down Expand Up @@ -10574,8 +10574,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -10698,7 +10698,7 @@ function findNeighbourTd($target, keyCode){
*/
$.ui.fancytree.registerExtension({
name: "gridnav",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
autofocusInput: false, // Focus first embedded input if node gets activated
Expand Down Expand Up @@ -10800,8 +10800,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -10954,7 +10954,7 @@ $.ui.fancytree._FancytreeClass.prototype.getPersistData = function(){
*/
$.ui.fancytree.registerExtension({
name: "persist",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
cookieDelimiter: "~",
Expand Down Expand Up @@ -11204,8 +11204,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -11296,7 +11296,7 @@ function findPrevRowNode(node){

$.ui.fancytree.registerExtension({
name: "table",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
checkboxColumnIdx: null, // render the checkboxes into the this column index (default: nodeColumnIdx)
Expand Down Expand Up @@ -11669,8 +11669,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand All @@ -11695,7 +11695,7 @@ return $.ui.fancytree;
*/
$.ui.fancytree.registerExtension({
name: "themeroller",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
activeClass: "ui-state-active", // Class added to active node
Expand Down Expand Up @@ -11781,8 +11781,8 @@ return $.ui.fancytree;
* Released under the MIT license
* https://github.com/mar10/fancytree/wiki/LicenseInfo
*
* @version 2.24.1-0
* @date 2017-10-31T13:28:30Z
* @version 2.25.0
* @date 2017-10-31T17:32:40Z
*/

;(function( factory ) {
Expand Down Expand Up @@ -11895,7 +11895,7 @@ function renderLevelCss(containerId, depth, levelOfs, lineOfs, labelOfs, measure
*/
$.ui.fancytree.registerExtension({
name: "wide",
version: "2.24.1-0",
version: "2.25.0",
// Default options for this extension.
options: {
iconWidth: null, // Adjust this if @fancy-icon-width != "16px"
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.fancytree-all-deps.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4172f84

Please sign in to comment.