Releases: alopezlago/MODAQ
Releases · alopezlago/MODAQ
v1.12.0
-
Add
customExportInterval
prop. When set, the custom export callback will be called periodically -
Rename PACE format to indicate that it's no longer the current format
-
Bump version to 1.12.0
v1.11.0
v1.10.2
v1.10.1
v1.10.0
- Include
_round
field in QBJ exported files to make it easier to see what round the game was for - Automatically increment the round number when a new game is created
- Load icons before rendering to prevent warnings
v1.9.0
v1.8.2
- Fix font size regression for question and answer text (#167)
- Make scoreboard font larger (#163)
- Decode HTML escape sequences so &, <, and > appear correctly in question and answer texts
- Don't sort team names alphabetically in the buzz menu, but use the order from the New Game dialog instead (#164)
- Define setPlayers as an action to fix a mobx warning (#168)
v1.8.1
v1.8.0
- Prompt the user if they try making a substitution outside of beginning/halftime/end-of-game
- Change the background color of the next question button when it changes to Export to make it clearer to readers that they should export at the end of the game
- Add keyboarding to the team entry in the manual new game dialog to make it easier to add players
- Up+down keys will move between the team name, different players, and the add player button
- Left+right keys will move between the player name, is starter checkbox, and delete button
v1.7.1
- Fix issue where the version in the help dialog was incorrect if the user had an existing game
- Switch from webpack to vite, which reduced the size of the demo by ~30%