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 许可证 发布
下载 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 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 1.18.1
发布于 2023年10月29日 - 15.21 KB适用于 firefox 48.0 及更高版本* Fix bug that caused problem with babel.源代码遵循 MIT 许可证 发布
版本 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 许可证 发布
版本 1.17.1
发布于 2023年5月30日 - 15.08 KB适用于 firefox 48.0 及更高版本Fixed some bugs with multiple tbodies.源代码遵循 MIT 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 1.15.1
发布于 2023年5月18日 - 14.45 KB适用于 firefox 48.0 及更高版本* Fixed attributes on table row (<tr>) not being sorted.源代码遵循 MIT 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布
版本 1.13.0
发布于 2023年5月11日 - 14.36 KB适用于 firefox 48.0 及更高版本* Added support for automatically sorting dates in dd/mm/yyyy format.源代码遵循 MIT 许可证 发布