All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.3 (2020-04-07)
- add chat in lobby (#87) (b1b74be)
- add game helpers #94 (#103) (4ca78b3)
- add game.end() method #75 (#99) (6a7f1ec)
- custom no batch component #38 (#101) (33248bb)
- catch error on game cb #106 (#108) (3e89595)
- game end when last player exit #74 (#100) (f36a629)
- improve json export #21 (#102) (c70d50c)
- make sure automatic factor names aren't too long (3263bd8)
- remove throw on stage submitted twice #68 (#98) (f015343)
- add missing player attribute onSubmit #93 (#97) (5657c21)
- do not depend on playerIdConn; update meteor version (cf75d01)
- ensure stage is created with a seconds as a number (6b3a7af)
- fixed exitSteps undefined (fixes #85) (f01ca69)
- Include logged variable name in export (3b79b7c), closes #78
- remove unnecessary player connection check on player.exit method (f2cb4e6), closes #73
- admin: add batch games collapse and players overflow (817ea8f)
- add player logs features (65f975d)
- new batch ui with games details (19a4c35)
- can only check conn on server (d334c6f)
- add way to force a player to exit (6334223)
- minor first use improvements (aba3a40)
- export: ensure data fields on Games are exported (7f2b2df)
-
Experiments depending on all rounds/stages being loaded in browser during a game will break. It is no longer possible to have such access in the browser, but it remains available in the server callbacks, where any logic depending on rounds/stages other than the current ones is recommended to move.
-
improve performance issues on games with many rounds/stages (7da56f8), closes #62
- exitsteps: avoid throwing if onSubmit is called without data (3186962)
- introsteps: disable automatic focus on first input in intro steps (e868005), closes #59
- admin: add key to players list to avoid React warnings (f955c90)
- callbacks: do not call onSubmit if not defined by game (fb8a5cf)
- status: stop cancelling idle computation on player id update (c3d04d6), closes #35
- api: add onSubmit support (5f23912), closes #15
- status: add status to players (online, idle...) (1512880), closes #16
- debugmode: make debug mode work for all games in a batch (18d2304), closes #12
- Minor API fixes and better warnings for bad game initialization (89ae8be)
- cancelling not working as expected (#2) and between init & round "no experiments" is shown (#4) (ba1a03e)
- cancel doesn't cancel before game started (212ec05)
- admin: background is white when content longer than window (6230c19)
- cancellation improvements (f3319f2)
- game.set() does not work in callbacks (382cb87)
- updated to v0.0.5 (963d45a)