updated minified scripts

This commit is contained in:
Mottie 2013-05-27 08:53:35 -05:00
parent f721cef683
commit 1ea06d5d1a
12 changed files with 33 additions and 29 deletions

View File

@ -43,7 +43,11 @@ 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.10.1">Version 2.10.1</a> (5/14/2013)
#### <a name="v2.10.2">Version 2.10.2</a> (5/27/2013)
* The minified scripts are now updated =/.
#### <a name="v2.10.1">Version 2.10.1</a> (5/27/2013)
* Core fixes
* Fixed `updateAll` function to properly refresh the widgets.

View File

@ -1,6 +1,6 @@
/*!
* tablesorter pager plugin
* updated 5/8/2013
* updated 5/27/2013
*/
/*jshint browser:true, jquery:true, unused:false */
;(function($) {

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1,5 +1,5 @@
/*!
* TableSorter 2.10.0 - Client-side table sorting with ease!
* TableSorter 2.10.2 - 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.10.0";
ts.version = "2.10.2";
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! Filter widget formatter functions - updated 5/24/2013
/*! Filter widget formatter functions - updated 5/27/2013
* requires: tableSorter 2.7.7+ and jQuery 1.4.3+
*
* uiSpinner (jQuery UI spinner)

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tableSorter 2.8+ widgets - updated 5/8/2013
/*! tableSorter 2.8+ widgets - updated 5/27/2013
*
* 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.10.1",
"version": "2.10.2",
"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.10.1",
"version": "2.10.2",
"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",