1.2.0
What's Changed
Breaking Changes
- Migration Next.js → Vite : The frontend has been migrated to Vite with a feature-based architecture (
src/features/game/) and a new router (router.tsx). The Docker image is now unified with nginx — there is now only one port to expose instead of two. This migration also makes future development of the project easier.
Refactoring
- Game & ManagerGame & Podium : Simplified component rendering and state management
Bug Fixes
- Game : Prevent starting a game with zero players (client & server side)
- Manager : Block authentication with the default password to force initial change
- Config : Added
config/to.gitignoreto avoid exposing sensitive configuration files
Documentation
- Updated README with new configuration instructions
- Added Star History
- Removed example config files from the repo (
config/game.json,config/quizz/example.json)
Full Changelog: https://github.com/Ralex91/Rahoot/compare/1.1.0...1.2.0