diff --git a/Gruntfile.js b/Gruntfile.js index 26acd8d3..93d2ad0a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function( grunt ) { // minified banner template - updated ##/##/20## (v2.##.##) pkg.banner = '/*! <%= pkg.name %> (FORK) - updated ' + - '<%= grunt.template.today("mm-dd-yyyy") %> (v<%= pkg.version %>)*/\n'; + '<%= grunt.template.today("yyyy-mm-dd") %> (v<%= pkg.version %>)*/\n'; pkg.buildWidget = defaults.standardWidgetFileName; pkg.buildCombined = 'jquery.tablesorter.combined.js'; diff --git a/README.md b/README.md index a11c3d90..8883e379 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,25 @@ If you would like to contribute, please... View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/Changes). +#### Version 2.29.4 (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". + #### Version 2.29.3 (2018-01-10) * Docs: * Update Bootstrap to v4-beta.3. * Add scroller widget incompatibilities section. * Add pager size all setting. - +* Parser: + * Network parsers now return a text value. Fixes [issue #1494](https://github.com/Mottie/tablesorter/issues/1494). #### Version 2.29.1 & Version 2.29.2 (12/13/2017) @@ -133,64 +145,3 @@ View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/C * Fix Bootstrap v2 demo; restored gyphs images. * Meta: * Update authors. - -#### Version 2.29.0 (9/27/2017) - -* Core: - * Include callback method for ["applyWidgets"](https://mottie.github.io/tablesorter/docs/index.html#applywidgets). - * Add ["widgetRemoveEnd" event](https://mottie.github.io/tablesorter/docs/index.html#widgetremoveend). Fixes [issue #1430](https://github.com/Mottie/tablesorter/issues/1430). - * Clarify warning message (widget enabled but code not loaded). - * Target header cells for data-column. Fixes [issue #1459](https://github.com/Mottie/tablesorter/issues/1459). -* ColumnSelector: - * Add [`classHasSpan` option](https://mottie.github.io/tablesorter/docs/example-widget-column-selector.html#column-selector-class-has-span). - * Fix compatibility with grouping widget. -* Grouping: - * Fix compatibility with columnSelector widget. -* Output: - * Modify internal `process` function to allow outputting of data without adding it to the table. -* Resizable: - * Add resizableComplete event. Fixes [issue #1444](https://github.com/Mottie/tablesorter/issues/1444). -* Scroller: - * Save position to fix `scroller_upAfterSort: false`; See [PR #1441](https://github.com/Mottie/tablesorter/pull/1441). This should fix [issue #1297](https://github.com/Mottie/tablesorter/issues/1297) - The current position is now saved on scroll so it can be restored after sorting; thanks [@lbodtke](https://github.com/lbodtke)! - * Update scroll position after fixing columns. -* Sort2Hash: - * Prevent sort2Hash from adding extraneous entries to browser history. Use `window.location.replace` to update the browser URL only, rather than `window.location.hash`, which modifies the browser history. See [PR #1447](https://github.com/Mottie/tablesorter/pull/1447); thanks [@alexweissman](https://github.com/alexweissman)! -* StickyHeaders: - * Only update class as needed. See [issue #1018](https://github.com/Mottie/tablesorter/issues/1018). - * Check horizontal scrolling. Fixes [issue #1455](https://github.com/Mottie/tablesorter/issues/1455). -* UITheme: - * Remove bootstrap v2 refs & fix docs. See [issue #1432](https://github.com/Mottie/tablesorter/issues/1432). -* Docs: - * Miscellaneous fixes and updates. - * Add more info about zebra widget when the table is not visible. See [PR #1438](https://github.com/Mottie/tablesorter/pull/1438); thanks [@Federico-G](https://github.com/Federico-G)! - * Fix alignCharacter widget reference to css4. - * Update userfrosting link in the readme. - * Update to Bootstrap v4.0.0-beta. - * Fix colspan demo. -* Themes: - * Rename `icon-white` to `bootstrap-icon-white`. Fixes [issue #1432](https://github.com/Mottie/tablesorter/issues/1432). -* Meta: - * Update dependencies. - * Build: maintain ie8 support to fix [issue #1431](https://github.com/Mottie/tablesorter/issues/1431). - -#### Version 2.28.15 (7/4/2017) - -* Core: - * Use calculated index instead of DOM index. See [pull #1424](https://github.com/Mottie/tablesorter/pull/1424); thanks [@ced-b](https://github.com/ced-b)! - * Fix check count cell indexing. -* ColumnSelector: - * Remove colspan adjustments when widget removed. - * Include tbody colspan updates on removal. -* Filter: - * Add namespacing to filter-formatter listeners. Needed to prevent JS error when a "resetToLoadState" is triggered and the "filterFomatterUpdate" bindings are still firing. - * Fix namespacing of events. -* Sort2Hash: - * Prevent filter update if unchanged & compare (with) hash filter. - * Fix p's (reference to pager object). -* Docs - * CSS fixed to comply with editable_wrapContent : `