Releases: antoniokov/replay-table
Minor improvements
- Not yet finished rounds are no longer displayed in the dropdown and in the
item
mode. - If all results are mapped to a win, draw or loss changes (+3, +1, 0) do not appear instead of totals in the
changes
mode: color coding is enough. - Animations are smoother now in the
changes
mode.
Tie Breaking
Now you can break ties using one or several calculated columns with the brand new tieBreaking
parameter.
Autodetection of roundsTotalNumber
If not defined explicitly by user, roundsTotalNumber
is detected automatically from the total number of rounds in the input, including empty ones.
Apperance improvements
Better width adjustment and smoother animation colors.
Drill downs
Added drill downs to round and item level. Now you can see individual matches.
Divided the script and the website.
Added goals related calculated columns.
Breaking changes:
- Old embeds don't work anymore. Please, replace them with the ones you'll find at replaytable.com
- Default input type is
listOfMatches
now
Enhancements for seasons in progress
Added roundsTotalNumber parameter to set the correct value of the progress bar.
Fixed bug with teams having played not equal number of rounds in listOfMatches.
Fixed bug with calculatedColumns parameter parsing.
Embed & CSS replay button
v0.1.2 update dist files
List of Matches
Replay Table can now parse a list of matches, validate parameters and calculate number of wins and losses.
First release with basic set of features
v0.1.0 add .map files to dist