Skip to content

v2.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:46

v2.16.0 ✨ Score size (Team) + Newest-first (Matches) + fix sort partite

Issue #12 — punteggio ingrandibile nella Team card: nuova opzione
score_size (normal | big | huge) che scala .score-numbers e .score-vs
via attributo host data-score. Selettore aggiunto nell'editor.

Issue #10 — ordine partite invertibile nella Matches (Tutte) card:
nuova opzione reverse_order ("Newest Matches First") che mostra prima
le partite più recenti. Switch aggiunto nell'editor.

Fix collaterale: il sort della Matches card usava new Date(a.date) ma le
date sono nel formato "dd/mm/yyyy hh:mm", non parsabile da new Date()
(Invalid Date -> ordinamento di fatto rotto). Ora usa _parseMatchDate,
quindi l'ordine cronologico è corretto in entrambe le direzioni.