v0.10.0-alpha
Pre-release
Pre-release
Features
- Support for multiple game formats. (#688, #707)
- Shared-deck game format. (#668)
conditions['exactDistanceFrom']
(e.g. "Activate: Destroy all robots 2 spaces away.") (wordbots/wordbots-parser#74)targets['generateCard']
(e.g. "Each object in play becomes a 0/2/1 robot.") (#619)
Improvements
- Bigger game board display. (#671)
- Side navigation in sandbox mode. (#599)
- Display player name in all game modes when possible. (#678)
- Get rid of time limit for practice games. (#680)
- Save button text in card creator was sometimes misleading. (#661)
- Remove unnecessary scrollbar and get rid of custom scrollbar styling. (#679, #685)
- Recent-cards carousel improvements.
Bug fixes
- Spectators could forfeit games they were spectating. (#666)
- "Shutdown: return this object to its owner's hand" crashed the game. (#704)
- Resizing the game window caused console errors. (#682)
Stability
- Install
material-ui-next
as a separate dependency alongsidematerial-ui
. (#642) - Upgrade to CircleCI 2.0.
- Receive parser version information for all parsed cards, to allow migrations when necessary in the future. (#697, #698)
- Multiplayer code reorganization. (#613)
- Update packages:
firebase
,react
,react-dom
,react-sound
,style-loader
.