Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Releases: evermake/iu_quizzy

v1.2.2

09 Dec 08:43

Choose a tag to compare

v1.2.0

08 Dec 08:57
0c064d9

Choose a tag to compare

What's Changed

  • Feature/rtk queary and api by @doechon in #6
  • Adding tests by @doechon in #7
  • Minor fixes by @doechon in #8
  • feat: improve quiz logic, handle some user scenarios by @doechon in #9
  • Feature/improve quiz logic by @doechon in #10
  • 1.2.0 by @doechon in #11

New Contributors

  • @doechon made their first contribution in #6

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Nov 10:55

Choose a tag to compare

Iteration #4

πŸš€ Enhancements

  • Quiz list mock API (#3) β€” by @doechon and @evermake

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Nov 12:46

Choose a tag to compare

Iteration #3

πŸš€ Enhancements

  • Add react-router with homepage and basic styles (#1)
  • Add Login and QuizDetail pages, refactor components (65ae311)

🩹 Fixes

  • Use correct import path (a52ba2b)
  • Use navigation key from config (e3fb489)
  • Rename directories to match imports (71b03ec)

πŸ’… Refactors

  • Use latin letters in Component (473c62e)
  • Create router with createBrowserRouter (7ba0230)
  • Use correct rootElement, formatting (533494e)
  • Format files, fix ESLint errors (92f0bfd)
  • Remove unused import (7c8b47b)

🏑 Chore

  • Upgrade dependencies (e0f397f)
  • Move deps to devDependencies (e868437)
  • Specify module type in package.json (99a9075)
  • Add @/* import alias (7e26a13)
  • Add dist to .gitignore (fe6291a)

πŸ€– CI

  • Add lint workflow (1e0f476)
  • Rename workflow lint β†’ test, add build step (e438a2e)

πŸ‘¨πŸ»β€πŸ’» Workflow

  • Add ESLint (c645de7)
  • Rename script start β†’ dev (501bfd0)
  • Add husky, commitlint, changelogen (86301db)
  • Allow release commit type (2bff78e)