table-sort-js のバージョン履歴 - 全 15 バージョン
table-sort-js 作成者: Lee Wannacott
table-sort-js のバージョン履歴 - 全 15 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.21.0
リリース日 : 2024年3月30日 - 15.35 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 48.0 以降 で動作Doesn't apply table sort if table already has listeners on it.ソースコードは MIT License に従いリリースされています
バージョン 1.18.1
リリース日 : 2023年10月29日 - 15.21 KBfirefox バージョン 48.0 以降 で動作* Fix bug that caused problem with babel.ソースコードは MIT License に従いリリースされています
バージョン 1.18.0
リリース日 : 2023年5月30日 - 15.2 KBfirefox バージョン 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 KBfirefox バージョン 48.0 以降 で動作Fixed some bugs with multiple tbodies.ソースコードは MIT License に従いリリースされています
バージョン 1.17.0
リリース日 : 2023年5月26日 - 15.07 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 48.0 以降 で動作* Fixed attributes on table row (<tr>) not being sorted.ソースコードは MIT License に従いリリースされています
バージョン 1.15.0
リリース日 : 2023年5月14日 - 14.45 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 48.0 以降 で動作* Added support for automatically sorting dates in dd/mm/yyyy format.ソースコードは MIT License に従いリリースされています