table-sort-js version history - 15 versions
table-sort-js by Lee Wannacott
table-sort-js version history - 15 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.21.0
Released Mar 30, 2024 - 15.35 KBWorks with firefox 48.0 and laterv1.21.0 Latest
What's Changed:
Handle common currencies ($£€¥) with numeric-sort class. by @LeeWannacott in #132
Handle percentages with numeric-sort by @LeeWannacott in #133Source code released under MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.20.0
Released Mar 15, 2024 - 15.24 KBWorks with firefox 48.0 and laterAdd support for having <th> tags inside of table rows; which is common in the first column of a table.Source code released under MIT License
Version 1.19.0
Released Mar 15, 2024 - 15.24 KBWorks with firefox 48.0 and laterSupport for tables that don't have <th> tags present uses first <td> row instead...Source code released under MIT License
Version 1.18.3
Released Dec 29, 2023 - 15.23 KBWorks with firefox 48.0 and laterChange table arrows to be less bold and have initial up down arrow before sort.Source code released under MIT License
Version 1.18.2
Released Dec 21, 2023 - 15.23 KBWorks with firefox 48.0 and laterDoesn't apply table sort if table already has listeners on it.Source code released under MIT License
Version 1.18.1
Released Oct 29, 2023 - 15.21 KBWorks with firefox 48.0 and later* Fix bug that caused problem with babel.Source code released under MIT License
Version 1.18.0
Released May 30, 2023 - 15.2 KBWorks with firefox 48.0 and later* Fix sort class inference when using colspans on th.
* Handle numbers with commas when sorting with numeric sort.Source code released under MIT License
Version 1.17.1
Released May 30, 2023 - 15.08 KBWorks with firefox 48.0 and laterFixed some bugs with multiple tbodies.Source code released under MIT License
Version 1.17.0
Released May 26, 2023 - 15.07 KBWorks with firefox 48.0 and later* Support for tables that have multiple tbodies
* Cells-sort class for sorting by cell rather than row.
* Fix for if tbody is nullSource code released under MIT License
Version 1.16.0
Released May 20, 2023 - 14.77 KBWorks with firefox 48.0 and later* Added <th> class numeric-sort handles decimal numbers and negative numbers by default.
* Fixed intended behavior when not using remember-sort <table> class
https://github.com/LeeWannacott/table-sort-js/releases/tag/1.16.0Source code released under MIT License
Version 1.15.1
Released May 18, 2023 - 14.45 KBWorks with firefox 48.0 and later* Fixed attributes on table row (<tr>) not being sorted.Source code released under MIT License
Version 1.15.0
Released May 14, 2023 - 14.45 KBWorks with firefox 48.0 and laterOptimized the sort type class inference algorithm. (how table-sort-js knows to add classes to the <th> based on the data in the HTML tables)Source code released under MIT License
Version 1.14.0
Released May 12, 2023 - 14.53 KBWorks with firefox 48.0 and laterAdded ability to sort dates in the ISO 8601 yyyy/mm/dd format automatically.Source code released under MIT License
Version 1.13.0
Released May 11, 2023 - 14.36 KBWorks with firefox 48.0 and later* Added support for automatically sorting dates in dd/mm/yyyy format.Source code released under MIT License
Version 1.12.1
Released May 9, 2023 - 13.9 KBWorks with firefox 48.0 and laterSource code released under MIT License