Skip to content

Releases: JustDrawIt/drawit

v2.7.1

01 Aug 18:16
21050ef
Compare
Choose a tag to compare
  • fixes build deployment build error from v2.7.0

v2.7.0

01 Aug 17:21
Compare
Choose a tag to compare
  • setup i18n support
  • add Spanish translations to client

v2.6.1

29 Jul 18:30
Compare
Choose a tag to compare

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

v2.6.0

29 Jul 17:39
Compare
Choose a tag to compare
  • 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