Skip to content

Commit

Permalink
2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Mar 18, 2018
1 parent 17a8b2d commit 8b1ba54
Show file tree
Hide file tree
Showing 41 changed files with 502 additions and 409 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,23 @@ If you would like to contribute, please...

View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/Changes).

#### <a name="v2.30.0">Version 2.30.0</a> (2018-03-18)

* Core:
* [Debug](https://mottie.github.io/tablesorter/docs/#debug) now allows you to debug components separately; set to `true` as usual, or set to `'core filter'` to only show the core and filter widget debug logs.
* Change pager `removeRows` check. Fixes issues [#1525](https://github.com/Mottie/tablesorter/issues/1525) &amp; [#1466](https://github.com/Mottie/tablesorter/issues/1466).
* Filter:
* Make `onlyAvail` work with showProcessing. Fixes [issue #1518](https://github.com/Mottie/tablesorter/issues/1518).
* Escape quotes in select options. See [issue #1527](https://github.com/Mottie/tablesorter/issues/1527).
* Pager:
* Change pager `removeRows` check. Fixes issues [#1525](https://github.com/Mottie/tablesorter/issues/1525) &amp; [#1466](https://github.com/Mottie/tablesorter/issues/1466).
* Global:
* Add editor eslint &amp; fix issues. File versions were not updated for this change!
* Docs:
* Update Bootstrap v4.0.0.
* Adjust (accordion) link position.
* Fix scroller fixed column border alignment.

#### <a name="v2.29.6">Version 2.29.6</a> (2018-02-25)

* Docs:
Expand All @@ -129,14 +146,3 @@ View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/C
* Fix version numbering.
* Parser:
* Add radio parser. See [issue #1502](https://github.com/Mottie/tablesorter/issues/1502).

#### <a name="v2.29.4">Version 2.29.4</a> (2018-01-18)

* Docs:
* Downgrade Bootstrap JS (v3.3.7) in demos.
* Filter:
* Add `filter_filterLabel` to support filter input ARIA labels. See [issue #1495](https://github.com/Mottie/tablesorter/issues/1495).
* Change filter row role from "row" to "search".
* Fix select2 issue. Closes [issue #1497](https://github.com/Mottie/tablesorter/issues/1497).
* Meta:
* Change date format in file comments to "YYYY-MM-DD".
2 changes: 1 addition & 1 deletion addons/pager/jquery.tablesorter.pager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tablesorter (FORK) pager plugin
* updated 4/18/2017 (v2.28.8)
* updated 2018-03-18 (v2.30.0)
*/
/*jshint browser:true, jquery:true, unused:false */
;(function($) {
Expand Down
4 changes: 2 additions & 2 deletions dist/js/extras/jquery.tablesorter.pager.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8b1ba54

Please sign in to comment.