Skip to content

0.4.1

Compare
Choose a tag to compare
@yduman yduman released this 25 Oct 12:47
· 395 commits to master since this release

Added

  • Change Planning Poker Units
    • Previously, Retro was just supporting planning poker for fibonacci numbers from 0 to 34. Now, the moderator can decide between three unit types and their maximum value. The unit types are fibonacci numbers, natural numbers and T-Shirt sizes. The allowed maximum value for the first two is 100 and T-Shirt sizes go from XS to XXL.
  • Usage of zustand
    • Added the library zustand, in order to explore it for the planning poker page. It handles state management really well and will probably be adopted into the board page as well.

Changed

  • Usage of React 17 and ESLint 7

Fixed

  • Multiple fixes regarding TypeScript deployment

Removed

  • supertest library from backend, since there was no usage