Skip to content

Releases: containment-game-js/frontend

v1.1.1

26 Apr 14:39
90cfa76
Compare
Choose a tag to compare

Patch

  • Remove scrollbars when they're not useful in sidebar. (I.E. switch from overflow: scroll to overflow: auto.)
  • Improve state management when in game, removing error messages, and thus overlay bug.

Concerned PR

#13 #12

v1.1.0

26 Apr 10:50
76b894d
Compare
Choose a tag to compare

Patch

  • Fix the dictionary bug, where dictionaries were completely recreated each time a word was added. This is now over: adding or removing a word will add it to the dictionary, but it will be recreated only were out of words.

Minor

  • Randomize spies for each new game. When proposing a new game while host, the spies will be automatically randomized between all players who weren't spies at the last game.

Concerned PR

#10