v2.0.0
What's Changed
- fix: allow QuizQuestion to render PrismFormatted in answer label by @huyenltnguyen in #322
- fix: rendering of quiz question with code by @huyenltnguyen in #328
- fix: move react and react-dom under peerDependencies by @huyenltnguyen in #78
- fix: Quiz validation by @huyenltnguyen in #323
- feat: add TS to PrismFormatted languages by @huyenltnguyen in #334
- fix: quiz question display by @huyenltnguyen in #333
- chore(ci): add package build test to CI by @huyenltnguyen in #338
Breaking Changes
The return type of useQuiz
has changed.
- Old: an array of questions
- New: an object containing
questions
,validateAnswers
, andcorrectAnswerCount
properties
Full Changelog: v1.2.0...v2.0.0