Skip to content

Latest commit

 

History

History
474 lines (222 loc) · 28.2 KB

CHANGELOG.md

File metadata and controls

474 lines (222 loc) · 28.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.17.0 (2022-03-21)

Features

1.16.3 (2021-11-25)

Bug Fixes

1.16.2 (2021-07-14)

Bug Fixes

1.16.1 (2021-06-17)

Bug Fixes

  • fix reset games and entire app delete entire custom collections #251 (#253) (887455b)

1.16.0 (2021-04-01)

Features

Bug Fixes

1.15.4 (2021-03-30)

Bug Fixes

1.15.3 (2021-03-16)

Bug Fixes

1.15.2 (2021-03-03)

Bug Fixes

1.15.1 (2021-02-08)

Bug Fixes

  • fix intro consent intro props rest (4887dd)

1.15.0 (2021-02-08)

Features

  • add admin debug params to consent, intro steps and lobby (#218) (934f238)

Bug Fixes

  • fix remainingSeconds const (a80ca1)

1.14.0 (2021-02-01)

Features

Bug Fixes

1.13.0 (2021-01-20)

Features

  • add gameLobby in place of game for exit steps if player exited (#208) (d9b82fa)

1.12.0 (2020-12-09)

Features

Bug Fixes

1.11.1 (2020-11-12)

Bug Fixes

  • fix empty id on newPlayerForm, fix requiredFactors exclude the archived (c10168d)

1.11.0 (2020-11-09)

Features

Bug Fixes

1.10.0 (2020-11-04)

Features

Bug Fixes

1.9.0 (2020-11-03)

Features

Bug Fixes

  • change createdAt into runningAt on admin UI #164 ; sort batches in admin UI (#168) (a30b9f3)

1.8.0 (2020-09-29)

Features

Bug Fixes

1.7.0 (2020-06-18)

Bug Fixes

Features

1.6.0 (2020-06-02)

Features

  • upgrade npm and meteor package dependencies (#138) (d94b145)

1.5.1 (2020-05-26)

1.5.0 (2020-04-30)

Features

Bug Fixes

1.4.3 (2020-04-07)

Features

Bug Fixes

1.4.1 (2020-03-05)

Bug Fixes

  • 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

Features

  • admin: add batch games collapse and players overflow (817ea8f)
  • add player logs features (65f975d)
  • new batch ui with games details (19a4c35)

1.2.0 (2019-10-10)

Bug Fixes

  • can only check conn on server (d334c6f)

Features

  • add way to force a player to exit (6334223)

1.1.0 (2019-08-12)

Features

  • minor first use improvements (aba3a40)

1.0.0 (2019-06-19)

Bug Fixes

  • bots: ensure bot field is available on client (cb94771), closes #65

Features

  • bots: throw error when creating batch without bots defined (646a9a9), closes #65

0.14.0 (2019-05-09)

Bug Fixes

  • export: ensure data fields on Games are exported (7f2b2df)

0.13.0 (2019-05-09)

⚠ BREAKING CHANGES

  • 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

0.12.0 (2019-04-05)

Features

  • about: expose about text to api (859084c), closes #56

0.11.0 (2019-04-05)

Bug Fixes

  • exitsteps: avoid throwing if onSubmit is called without data (3186962)
  • introsteps: disable automatic focus on first input in intro steps (e868005), closes #59

0.10.0 (2019-03-26)

Bug Fixes

  • getset: allow set() to save empty string ("") values (9ce3dbd), closes #54

0.9.0 (2019-03-18)

Bug Fixes

  • batch: attach valid lobby config to treatment by default (6cf5907), closes #40

0.8.0 (2019-03-03)

Bug Fixes

  • getset: ensure set() preserves leading and trailing whitespace (f0a8ecd), closes #51

0.7.0 (2019-02-27)

Features

  • testing: add playerIdParam to URL when required (#50) (e512a56)

0.6.0 (2019-02-10)

Bug Fixes

  • game: increase estimated game finshed time (352176a), closes #47

0.5.0 (2019-01-22)

Bug Fixes

  • bots: fix bots callback arguments (4454e69), closes #44

0.4.0 (2019-01-18)

Bug Fixes

  • keep data set on players in intro steps on game creation (4dd3223), closes #37

0.3.0 (2018-11-27)

Bug Fixes

  • 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

0.2.0 (2018-11-25)

Features

  • api: add onSubmit support (5f23912), closes #15
  • status: add status to players (online, idle...) (1512880), closes #16

0.1.0 (2018-11-24)

Bug Fixes

  • 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)

Features

  • add game.index, batch.index and player.index (b52ad4f), closes #14

0.0.9 (2018-11-06)

Bug Fixes

  • Stages are sometimes out of order in the breadcrumb (#24) (079339b)

0.0.8 (2018-10-31)

Bug Fixes

Features

  • add lobby component override support (#6) (93de827)

0.0.7 (2018-10-31)

Bug Fixes

0.0.6 (2018-10-28)

Bug Fixes

  • cancelling not working as expected (#2) and between init & round "no experiments" is shown (#4) (ba1a03e)

0.0.5 (2018-10-24)

Bug Fixes

  • 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)

Features

0.0.4 (2018-10-07)

0.0.3 (2018-10-05)

0.0.2 (2018-10-02)