From 774192bf35c11c4a6efc304e7ed4f4f1c23ea2c3 Mon Sep 17 00:00:00 2001 From: Mottie Date: Sat, 2 Nov 2013 11:05:27 -0500 Subject: [PATCH] version bump --- README.md | 10 ++++++++++ component.json | 2 +- docs/index.html | 2 +- js/jquery.tablesorter.js | 4 ++-- js/jquery.tablesorter.min.js | 4 ++-- js/jquery.tablesorter.widgets.min.js | 8 ++++---- package.json | 2 +- tablesorter.jquery.json | 2 +- 8 files changed, 22 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 85c0800f..b7142f44 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,16 @@ tablesorter can successfully parse and sort many types of data including linked View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Change). +#### Version 2.13.2 (11/2/2013) + +* Updated pager & filter widget to work when the pager `countChildRows` option is `true`: + * Filter widget now properly added a "filtered" class to child rows + * Pager plugin & widget now properly calculate a correct total number of rows + * See [issue #396](https://github.com/Mottie/tablesorter/issues/396). +* Updated editable widget to target table cell children if they exist + * This fixes the issue in IE where making a table element contenteditable is not allowed. + * See [issue #404](https://github.com/Mottie/tablesorter/issues/404) for further details. + #### Version 2.13.1 (10/31/2013) * Fixed filter widget issues diff --git a/component.json b/component.json index 6eeab257..b4a4805e 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "tablesorter", - "version": "2.13.1", + "version": "2.13.2", "dependencies": { "jquery": ">=1.2.6" } diff --git a/docs/index.html b/docs/index.html index 15115c8b..b2fd92a8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -292,7 +292,7 @@

Plugins / Custom Widgets / Custom Parsers