mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
version bump
This commit is contained in:
parent
87edcd3814
commit
bb7b57d0a1
65
README.md
65
README.md
@ -92,6 +92,16 @@ If you would like to contribute, please...
|
||||
|
||||
View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes).
|
||||
|
||||
#### <a name="v2.25.3">Version 2.25.3</a> (1/21/2016)
|
||||
|
||||
* Filter:
|
||||
* Check that filter is not undefined before encoding/decoding it & treat null and undefined filters the same. See [pull #1130](https://github.com/Mottie/tablesorter/pull/1130); thanks [tim-schilling](https://github.com/tim-schilling)!
|
||||
* Search delay now works properly. Fixes [issue #1134](https://github.com/Mottie/tablesorter/issues/1134).
|
||||
* Docs:
|
||||
* Add clarification about hiding columns. See [issue #1133](https://github.com/Mottie/tablesorter/issues/1133).
|
||||
* Build:
|
||||
* Update dependencies.
|
||||
|
||||
#### <a name="v2.25.2">Version 2.25.2</a> (1/15/2016)
|
||||
|
||||
* Docs:
|
||||
@ -129,58 +139,3 @@ View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes
|
||||
* `output_callback` can now return modified data. See [issue #1121](https://github.com/Mottie/tablesorter/issues/1121).
|
||||
* Grunt:
|
||||
* Add HTML hint.
|
||||
|
||||
#### <a name="v2.25.0">Version 2.25.0</a> (12/13/2015)
|
||||
|
||||
* Global
|
||||
* Use `triggerHandler` instead of `trigger` to prevent event bubble to any outer table. See [issue #1090](https://github.com/Mottie/tablesorter/issues/1090).
|
||||
* Core
|
||||
* Add `duplicateSpan` option (default is `true`) with unit tests ([demo](http://mottie.github.io/tablesorter/docs/example-colspan.html)).
|
||||
* Add triggered "removeWidget" method & update docs.
|
||||
* `applyWidgetId` now properly initializes a widget, if needed.
|
||||
* `applyWidgetId` now adds widget name to `widgets` option.
|
||||
* Show parsed data in debug log. See [issue #1084](https://github.com/Mottie/tablesorter/issues/1084).
|
||||
* Prevent js error - calling "applyWidgetId" on non-existant widget.
|
||||
* Prevent js error - trying to apply a non-existent widget.
|
||||
* Fix "updateCell" issue. If "updateCell" is triggered on a `thead` cell, or bubbles to an outer table, tablesorter no longer gets stuck in an "isUpdating" loop.
|
||||
* Ensure table has initialized before allowing use of "updateCell". See [issue #1099](https://github.com/Mottie/tablesorter/issues/1099).
|
||||
* Fix cache debug log for multiple tbodies.
|
||||
* After init, `computeColumnIndex` now only adds "data-column" attribute to mismatched indexes - lessens DOM interaction on tbody (e.g. math widget).
|
||||
* Add "sortBeforeEnd" event for internal widget binding.
|
||||
* Renamed `$.tablesorter.formatSortingOrder` to `$.tablesorter.getOrder`.
|
||||
* Include `table` in console.error if an issue is encountered during initialization.
|
||||
* Clean up warning when no parser is found for given data.
|
||||
* Fix `config.sortVars` js error for non-existent header cells (makes second column of [this demo](http://mottie.github.io/tablesorter/docs/example-colspan.html) sortable using "sorton").
|
||||
* Docs
|
||||
* Add reference to datejs parser. See [issue #1084](https://github.com/Mottie/tablesorter/issues/1084).
|
||||
* Add note that reflow widget only works with HTML5.
|
||||
* Add note in filter localization about escaping special characters in regular expressions. See [issue #1101](https://github.com/Mottie/tablesorter/issues/1101).
|
||||
* Update & add all options in math widget demo.
|
||||
* Fix search tooltip not hiding on side menu close.
|
||||
* Update to Bootstrap v3.3.6.
|
||||
* Editable
|
||||
* Ensure table has initialized before allowing use of "updateCell". See [issue #1099](https://github.com/Mottie/tablesorter/issues/1099).
|
||||
* Filter
|
||||
* Prevent js error when `columnFilters` are `false`. Fixes [issue #1091](https://github.com/Mottie/tablesorter/issues/1091).
|
||||
* Restore column specific default filters. Fixes [issue #1088](https://github.com/Mottie/tablesorter/issues/1088).
|
||||
* Prevent `insideRange` filter type (`widget-filter-type-insideRange.js`) searches on "all" columns.
|
||||
* Prevent edge case js error.
|
||||
* Add "filterBeforeEnd" event for internal widget binding.
|
||||
* Filters that span multiple columns now have the correct "data-column" value set.
|
||||
* Consolidated code that parsed "data-column" ranges into a `findRange` function (e.g. external filters with `data-column="1-3,4-6,8"`).
|
||||
* Math
|
||||
* Add `"data-math-filter"` cell override of `math_rowFilter` option. See [issue #1083](https://github.com/Mottie/tablesorter/issues/1083).
|
||||
* Limit tbody cell processing & use `cellIndex` whenever possible. See [issue #1048](https://github.com/Mottie/tablesorter/issues/1048).
|
||||
* Use core `textExtraction` on cells. See [issue #1098](https://github.com/Mottie/tablesorter/issues/1098).
|
||||
* Initial calculation performed once - changed binding to either "filterEnd" or "pagerComplete", not both.
|
||||
* Added change flag so a cache update is only performed when cell content inside of a sortable tbody was modified.
|
||||
* Fix "data-math-filter" on "all" cell calculation with fixes to getRow & getColumn functions so that filters get priority over the "filtered" row check. See [issue #1083](https://github.com/Mottie/tablesorter/issues/1083).
|
||||
* Another "data-math-filter" fix and change flag fix. See [issue #1083](https://github.com/Mottie/tablesorter/issues/1083); thanks to [@lindonb](https://github.com/lindonb) for all the feedback!
|
||||
* `math_none` can now be set to an empty string.
|
||||
* Print
|
||||
* Popup made resizable & scrollable. See [issue #1081](https://github.com/Mottie/tablesorter/issues/1081).
|
||||
* Parsers
|
||||
* Checkbox row class & header now work with `sorter-false` set. See [issue #1090](https://github.com/Mottie/tablesorter/issues/1090).
|
||||
* Return `true` for header checkbox to work in IE8. See [issue #1090](https://github.com/Mottie/tablesorter/issues/1090).
|
||||
* Misc
|
||||
* gitignore file - ignore "idea" demos used for testing.
|
||||
|
8
dist/js/jquery.tablesorter.combined.js
vendored
8
dist/js/jquery.tablesorter.combined.js
vendored
@ -1,4 +1,4 @@
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.2)*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.3)*/
|
||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||
(function(factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
@ -10,7 +10,7 @@
|
||||
}
|
||||
}(function($) {
|
||||
|
||||
/*! TableSorter (FORK) v2.25.2 *//*
|
||||
/*! TableSorter (FORK) v2.25.3 *//*
|
||||
* Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
@ -33,7 +33,7 @@
|
||||
'use strict';
|
||||
var ts = $.tablesorter = {
|
||||
|
||||
version : '2.25.2',
|
||||
version : '2.25.3',
|
||||
|
||||
parsers : [],
|
||||
widgets : [],
|
||||
@ -3084,7 +3084,7 @@
|
||||
|
||||
})(jQuery);
|
||||
|
||||
/*! Widget: filter - updated 1/15/2016 (v2.25.2) *//*
|
||||
/*! Widget: filter - updated 1/21/2016 (v2.25.3) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
|
4
dist/js/jquery.tablesorter.combined.min.js
vendored
4
dist/js/jquery.tablesorter.combined.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/js/jquery.tablesorter.js
vendored
4
dist/js/jquery.tablesorter.js
vendored
@ -8,7 +8,7 @@
|
||||
}
|
||||
}(function($) {
|
||||
|
||||
/*! TableSorter (FORK) v2.25.2 *//*
|
||||
/*! TableSorter (FORK) v2.25.3 *//*
|
||||
* Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
@ -31,7 +31,7 @@
|
||||
'use strict';
|
||||
var ts = $.tablesorter = {
|
||||
|
||||
version : '2.25.2',
|
||||
version : '2.25.3',
|
||||
|
||||
parsers : [],
|
||||
widgets : [],
|
||||
|
2
dist/js/jquery.tablesorter.min.js
vendored
2
dist/js/jquery.tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/js/jquery.tablesorter.widgets.js
vendored
4
dist/js/jquery.tablesorter.widgets.js
vendored
@ -1,4 +1,4 @@
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.2)*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.3)*/
|
||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||
(function(factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
@ -366,7 +366,7 @@
|
||||
|
||||
})(jQuery);
|
||||
|
||||
/*! Widget: filter - updated 1/15/2016 (v2.25.2) *//*
|
||||
/*! Widget: filter - updated 1/21/2016 (v2.25.3) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
|
2
dist/js/jquery.tablesorter.widgets.min.js
vendored
2
dist/js/jquery.tablesorter.widgets.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/widgets/widget-filter.min.js
vendored
2
dist/js/widgets/widget-filter.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
||||
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
||||
*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.2)*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.3)*/
|
||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||
(function(factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
@ -16,7 +16,7 @@
|
||||
}
|
||||
}(function($) {
|
||||
|
||||
/*! TableSorter (FORK) v2.25.2 *//*
|
||||
/*! TableSorter (FORK) v2.25.3 *//*
|
||||
* Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
@ -39,7 +39,7 @@
|
||||
'use strict';
|
||||
var ts = $.tablesorter = {
|
||||
|
||||
version : '2.25.2',
|
||||
version : '2.25.3',
|
||||
|
||||
parsers : [],
|
||||
widgets : [],
|
||||
@ -3090,7 +3090,7 @@
|
||||
|
||||
})(jQuery);
|
||||
|
||||
/*! Widget: filter - updated 1/15/2016 (v2.25.2) *//*
|
||||
/*! Widget: filter - updated 1/21/2016 (v2.25.3) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*! TableSorter (FORK) v2.25.2 *//*
|
||||
/*! TableSorter (FORK) v2.25.3 *//*
|
||||
* Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
@ -21,7 +21,7 @@
|
||||
'use strict';
|
||||
var ts = $.tablesorter = {
|
||||
|
||||
version : '2.25.2',
|
||||
version : '2.25.3',
|
||||
|
||||
parsers : [],
|
||||
widgets : [],
|
||||
|
@ -4,7 +4,7 @@
|
||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
||||
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
||||
*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.2)*/
|
||||
/*! tablesorter (FORK) - updated 01-21-2016 (v2.25.3)*/
|
||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||
(function(factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
@ -372,7 +372,7 @@
|
||||
|
||||
})(jQuery);
|
||||
|
||||
/*! Widget: filter - updated 1/15/2016 (v2.25.2) *//*
|
||||
/*! Widget: filter - updated 1/21/2016 (v2.25.3) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*! Widget: filter - updated 1/15/2016 (v2.25.2) *//*
|
||||
/*! Widget: filter - updated 1/21/2016 (v2.25.3) *//*
|
||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||
* by Rob Garrison
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tablesorter",
|
||||
"title": "tablesorter",
|
||||
"version": "2.25.2",
|
||||
"version": "2.25.3",
|
||||
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
|
||||
"author": {
|
||||
"name": "Christian Bach",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tablesorter",
|
||||
"title": "tablesorter",
|
||||
"version": "2.25.2",
|
||||
"version": "2.25.3",
|
||||
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
||||
"author": {
|
||||
"name": "Christian Bach",
|
||||
|
Loading…
Reference in New Issue
Block a user