Skip to content

Releases: alopezlago/MODAQ

v1.12.0

16 Feb 08:03
9f77b7b
Compare
Choose a tag to compare
  • 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

19 Dec 07:25
de0646f
Compare
Choose a tag to compare
  • Allow users to switch to using Dark Mode (#181)
  • Allow users to pick from a few different common fonts (#15)

v1.10.2

02 Nov 17:22
7e23c36
Compare
Choose a tag to compare
  • Fix bug Tossup/Bonus scrollbar doesn't reset when a new question is loaded (#177)

v1.10.1

21 Oct 07:37
8aef423
Compare
Choose a tag to compare
  • Update to Google's new authentication library since the old one will be deprecated by early 2023 (#175)
  • Bump version to 1.10.1

v1.10.0

25 Sep 03:32
1468b98
Compare
Choose a tag to compare
  • 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

06 Sep 07:39
79af8a5
Compare
Choose a tag to compare
  • Prompt the user if they want to export if the user tries starting a new game (#165)
  • vite security upgrade

v1.8.2

27 Aug 06:19
85ae72f
Compare
Choose a tag to compare
  • 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

16 Aug 06:29
fd899a6
Compare
Choose a tag to compare
  • Fix issue where MODAQ couldn't be used as a npm package (#161)
  • Updated linter libraries and fixed a lint issue

v1.8.0

16 Jul 15:29
5ae315a
Compare
Choose a tag to compare
  • 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

05 Jun 06:15
d70ebb8
Compare
Choose a tag to compare
  • 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%