Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 2.02 KB

0.5.1 (2018-06-10)

Bug Fixes

  • countdown: make timer countdown after one game - fixes #5 (dfda547)
  • deploy: replace single quote by double in sed command (fe8c47a)
  • deploy: set basename for router to work any env (ad4d8e9)
  • eslint: set rule for jsx-ally to prevent conflicts (76ef8ea)
  • header: add icon to display on mobile for added space (e58058a)
  • jsx-aaly: remove href-no-hash rule (678f0f0)
  • logo-prop: remove react warning from console (055bc8e)
  • manifest: set start url to home screen and fix name (2dab07a)
  • travis: fix sed command error blocking build (af92700)

Features

  • ci: init ci (3bee83d)
  • ga: add google analytics tracker on each screen (4db0677)
  • redux-devtools: add reduxDevTools lib to debug redux stores (5323923)

Performance Improvements

  • api: allow gzip compression and call api only once (fix) (ff810f9)

Reverts

  • deploy: remove gh-pages package and related scripts (d24c8b0)