version bump

This commit is contained in:
Mottie 2014-03-12 16:04:08 -05:00
parent 128cf62450
commit ef84efd665
8 changed files with 21 additions and 16 deletions

View File

@ -47,6 +47,17 @@ tablesorter can successfully parse and sort many types of data including linked
View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Change).
#### <a name="v2.15.8">Version 2.15.8</a> (3/12/2014)
* Filter widget
* Search delay is no longer ignored.
* Fixes issues [#544](https://github.com/Mottie/tablesorter/issues/544) &amp; [#545](https://github.com/Mottie/tablesorter/pull/545)
* Thanks to [@dturkenk](https://github.com/dturkenk) for this contribution!
* Align Character widget (beta)
* Added this widget to help align cell content on a character (space, decimal, etc).
* Check out [the demo](http://mottie.github.io/tablesorter/docs/example-widget-align-character.html)!
#### <a name="v2.15.7">Version 2.15.7</a> (1/25/2014)
* Core
@ -139,9 +150,3 @@ View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Chan
* Fixed several undefined variable javascript errors. Fixes [issue #509](https://github.com/Mottie/tablesorter/issues/509).
* Fixed an issue with recursion in the pager widget - removed several unnecessary "applyWidget" methods.
* Now uses the "updateCache" method after the table is rendered using ajax.
#### <a name="v2.15.3">Version 2.15.3</a> (2/21/2014)
* Stickyheaders
* Sorting works again. Fixes [issue #508](https://github.com/Mottie/tablesorter/issues/508).
* Table no longer scrolls to the top after initializing a sort from the sticky header.

View File

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

View File

@ -1,5 +1,5 @@
/**!
* TableSorter 2.15.7 - Client-side table sorting with ease!
* TableSorter 2.15.8 - Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
* Copyright (c) 2007 Christian Bach
@ -24,7 +24,7 @@
var ts = this;
ts.version = "2.15.7";
ts.version = "2.15.8";
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tableSorter 2.15+ widgets - updated 3/9/2014 (v2.15.7)
/*! tableSorter 2.15+ widgets - updated 3/12/2014 (v2.15.8)
*
* Column Styles
* Column Filters

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.15.7",
"version": "2.15.8",
"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.15.7",
"version": "2.15.8",
"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",