Histórico de versões do table-sort-js - 15 versões
table-sort-js por Lee Wannacott
Histórico de versões do table-sort-js - 15 versões
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 1.21.0
Lançado em 30 de mar de 2024 - 15,35 KBFunciona em firefox 48.0 em diantev1.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 #133Código fonte publicado sob Licença MIT
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 1.20.0
Lançado em 15 de mar de 2024 - 15,24 KBFunciona em firefox 48.0 em dianteAdd support for having <th> tags inside of table rows; which is common in the first column of a table.Código fonte publicado sob Licença MIT
Versão 1.19.0
Lançado em 15 de mar de 2024 - 15,24 KBFunciona em firefox 48.0 em dianteSupport for tables that don't have <th> tags present uses first <td> row instead...Código fonte publicado sob Licença MIT
Versão 1.18.3
Lançado em 29 de dez de 2023 - 15,23 KBFunciona em firefox 48.0 em dianteChange table arrows to be less bold and have initial up down arrow before sort.Código fonte publicado sob Licença MIT
Versão 1.18.2
Lançado em 21 de dez de 2023 - 15,23 KBFunciona em firefox 48.0 em dianteDoesn't apply table sort if table already has listeners on it.Código fonte publicado sob Licença MIT
Versão 1.18.1
Lançado em 29 de out de 2023 - 15,21 KBFunciona em firefox 48.0 em diante* Fix bug that caused problem with babel.Código fonte publicado sob Licença MIT
Versão 1.18.0
Lançado em 30 de mai de 2023 - 15,2 KBFunciona em firefox 48.0 em diante* Fix sort class inference when using colspans on th.
* Handle numbers with commas when sorting with numeric sort.Código fonte publicado sob Licença MIT
Versão 1.17.1
Lançado em 30 de mai de 2023 - 15,08 KBFunciona em firefox 48.0 em dianteFixed some bugs with multiple tbodies.Código fonte publicado sob Licença MIT
Versão 1.17.0
Lançado em 26 de mai de 2023 - 15,07 KBFunciona em firefox 48.0 em diante* Support for tables that have multiple tbodies
* Cells-sort class for sorting by cell rather than row.
* Fix for if tbody is nullCódigo fonte publicado sob Licença MIT
Versão 1.16.0
Lançado em 20 de mai de 2023 - 14,77 KBFunciona em firefox 48.0 em diante* 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.0Código fonte publicado sob Licença MIT
Versão 1.15.1
Lançado em 18 de mai de 2023 - 14,45 KBFunciona em firefox 48.0 em diante* Fixed attributes on table row (<tr>) not being sorted.Código fonte publicado sob Licença MIT
Versão 1.15.0
Lançado em 14 de mai de 2023 - 14,45 KBFunciona em firefox 48.0 em dianteOptimized 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)Código fonte publicado sob Licença MIT
Versão 1.14.0
Lançado em 12 de mai de 2023 - 14,53 KBFunciona em firefox 48.0 em dianteAdded ability to sort dates in the ISO 8601 yyyy/mm/dd format automatically.Código fonte publicado sob Licença MIT
Versão 1.13.0
Lançado em 11 de mai de 2023 - 14,36 KBFunciona em firefox 48.0 em diante* Added support for automatically sorting dates in dd/mm/yyyy format.Código fonte publicado sob Licença MIT
Versão 1.12.1
Lançado em 9 de mai de 2023 - 13,9 KBFunciona em firefox 48.0 em dianteCódigo fonte publicado sob Licença MIT