table-sort-js 版本紀錄 - 15 個版本
table-sort-js 作者: Lee Wannacott
table-sort-js 版本紀錄 - 15 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 1.21.0
發行於 2024年3月30日 - 15.35 KB適用於 firefox 48.0 與更新版本v1.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 #133原始碼依照 MIT License 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 1.20.0
發行於 2024年3月15日 - 15.24 KB適用於 firefox 48.0 與更新版本Add support for having <th> tags inside of table rows; which is common in the first column of a table.原始碼依照 MIT License 條款釋出
版本 1.19.0
發行於 2024年3月15日 - 15.24 KB適用於 firefox 48.0 與更新版本Support for tables that don't have <th> tags present uses first <td> row instead...原始碼依照 MIT License 條款釋出
版本 1.18.3
發行於 2023年12月29日 - 15.23 KB適用於 firefox 48.0 與更新版本Change table arrows to be less bold and have initial up down arrow before sort.原始碼依照 MIT License 條款釋出
版本 1.18.2
發行於 2023年12月21日 - 15.23 KB適用於 firefox 48.0 與更新版本Doesn't apply table sort if table already has listeners on it.原始碼依照 MIT License 條款釋出
版本 1.18.1
發行於 2023年10月29日 - 15.21 KB適用於 firefox 48.0 與更新版本* Fix bug that caused problem with babel.原始碼依照 MIT License 條款釋出
版本 1.18.0
發行於 2023年5月30日 - 15.2 KB適用於 firefox 48.0 與更新版本* Fix sort class inference when using colspans on th.
* Handle numbers with commas when sorting with numeric sort.原始碼依照 MIT License 條款釋出
版本 1.17.1
發行於 2023年5月30日 - 15.08 KB適用於 firefox 48.0 與更新版本Fixed some bugs with multiple tbodies.原始碼依照 MIT License 條款釋出
版本 1.17.0
發行於 2023年5月26日 - 15.07 KB適用於 firefox 48.0 與更新版本* Support for tables that have multiple tbodies
* Cells-sort class for sorting by cell rather than row.
* Fix for if tbody is null原始碼依照 MIT License 條款釋出
版本 1.16.0
發行於 2023年5月20日 - 14.77 KB適用於 firefox 48.0 與更新版本* 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.0原始碼依照 MIT License 條款釋出
版本 1.15.1
發行於 2023年5月18日 - 14.45 KB適用於 firefox 48.0 與更新版本* Fixed attributes on table row (<tr>) not being sorted.原始碼依照 MIT License 條款釋出
版本 1.15.0
發行於 2023年5月14日 - 14.45 KB適用於 firefox 48.0 與更新版本Optimized 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)原始碼依照 MIT License 條款釋出
版本 1.14.0
發行於 2023年5月12日 - 14.53 KB適用於 firefox 48.0 與更新版本Added ability to sort dates in the ISO 8601 yyyy/mm/dd format automatically.原始碼依照 MIT License 條款釋出
版本 1.13.0
發行於 2023年5月11日 - 14.36 KB適用於 firefox 48.0 與更新版本* Added support for automatically sorting dates in dd/mm/yyyy format.原始碼依照 MIT License 條款釋出