version bump

This commit is contained in:
Mottie 2015-03-30 07:58:07 -05:00
parent 7e20669890
commit 655a0f09b4
13 changed files with 32 additions and 33 deletions

View File

@ -82,6 +82,19 @@ If you would like to contribute, please...
View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes).
#### <a name="v2.21.4">Version 2.21.4</a> (3/28/2015)
* Core
* Add a utility [`$.tablesorter.getColumnText()` function](http://mottie.github.io/tablesorter/docs/#function-getcolumntext).
* This function will provide a centralized method of obtaining column data (raw & parsed text from cells) and allow processing cells.
* I plan to update all widgets that need to interact or obtain column data to use this function in v2.22.0.
* Build
* The build process now includes selected parsers (added `parsers` option to build json).
* A new `jquery.tablesorter.combined.js` file is created which will contain the core plugin along with all selected widgets & parsers; a default build does not have any selected parsers.
* This will work around, but not resolve, [issue #855](https://github.com/Mottie/tablesorter/issues/855).
* Extras
* Update `semver.js` & `semver-mod.js` to v4.3.3.
#### <a name="v2.21.3">Version 2.21.3</a> (3/26/2015)
* Core
@ -133,17 +146,3 @@ View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes
* Don't recalculate total rows/pages if using ajax.
* Remove outdated pager.min file in the `addons` folder; it is now available in the `dist/js/extras` folder.
* Uitheme: add icon classes while using stickyHeaders. See [issue #842](https://github.com/Mottie/tablesorter/issues/842).
#### <a name="v2.21.1">Version 2.21.1</a> (3/10/2015)
* Core:
* Optimize `getColumnData` function.
* Use `:last` instead of `.last()` to maintain jQuery v1.2.6 compatibility.
* Allow multiple icon class names in the `cssIcon` definition.
* Docs
* Remove initial sort on first table to avoid confusion.
* Miscellaneous tweaks.
* Build
* Add UMD wrapper to built "jquery.tablesorter.widgets.js" file. Thanks to [nburlett](https://github.com/nburlett) ([pull #837](https://github.com/Mottie/tablesorter/pull/837))!
* Scroller
* Properly adjust column widths; fixes [issue #836](https://github.com/Mottie/tablesorter/issues/836).

View File

@ -1,6 +1,6 @@
{
"name": "tablesorter",
"version": "2.21.3",
"version": "2.21.4",
"dependencies": {
"jquery": ">=1.2.6"
},

View File

@ -1,4 +1,4 @@
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.3)*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.4)*/
/* 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.21.3 *//*
/*! TableSorter (FORK) v2.21.4 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -38,7 +38,7 @@
var ts = this;
ts.version = '2.21.3';
ts.version = '2.21.4';
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
}
}(function($) {
/*! TableSorter (FORK) v2.21.3 *//*
/*! TableSorter (FORK) v2.21.4 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -36,7 +36,7 @@
var ts = this;
ts.version = '2.21.3';
ts.version = '2.21.4';
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.3)*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.4)*/
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
(function(factory) {
if (typeof define === 'function' && define.amd) {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.3)*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.4)*/
/* 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.21.3 *//*
/*! TableSorter (FORK) v2.21.4 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -44,7 +44,7 @@
var ts = this;
ts.version = '2.21.3';
ts.version = '2.21.4';
ts.parsers = [];
ts.widgets = [];

View File

@ -1,4 +1,4 @@
/*! TableSorter (FORK) v2.21.3 *//*
/*! TableSorter (FORK) v2.21.4 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -26,7 +26,7 @@
var ts = this;
ts.version = '2.21.3';
ts.version = '2.21.4';
ts.parsers = [];
ts.widgets = [];

View File

@ -4,7 +4,7 @@
*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.3)*/
/*! tablesorter (FORK) - updated 03-30-2015 (v2.21.4)*/
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
(function(factory) {
if (typeof define === 'function' && define.amd) {

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.21.3",
"version": "2.21.4",
"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",

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.21.3",
"version": "2.21.4",
"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",