Releases: JustDrawIt/drawit
Releases · JustDrawIt/drawit
v2.7.1
v2.7.0
- setup i18n support
- add Spanish translations to client
v2.6.1
Fixes a couple bugs and build issues from 2.6.0
- webpack build wasn't being bundled with the babel polyfill
- hitting enter on the nickname form was not submitting
- server was not able to link to the js bundle on 'sub' routes not just on
/
- Example:
/play
worked, but not/games/jkaldaw
- Example:
v2.6.0
- add more words
- start i18n support (adds Spanish translations of easy words)
- start rejoin support (adds rejoin token)
- upgrade babel, react-router, & emotion dependencies
- refactor react class components to use hooks