Skip to content

Commit

Permalink
0.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Sep 25, 2024
1 parent 817ce62 commit 781b980
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 13 deletions.
43 changes: 36 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.9.0

- Added Progress Bar
- Bumped dependencies
- Fixed undefined className
- Exposed time taken in result object

## 0.8.2

- Bumped dependencies
Expand Down Expand Up @@ -63,81 +70,100 @@
- Option to disable synopsis

## 0.3.9

- Added support for choosing number of questions to be used
- Added eslint

## 0.3.8

- Fixed wrong npm version in 0.3.7

## 0.3.7
- Fixed issue #54 - Custom result page is not displayed

- Fixed issue #54 - Custom result page is not displayed

## 0.3.6
- Added Segment to quiz config

- Added Segment to quiz config

## 0.3.5

- Fixed issue #48 - Maximum update depth exceeded with onComplete props
- Upgraded react version

## 0.3.4

- Fixed issue #35
- Upgraded several dependencies

## 0.3.3

- Added Picture in Question

## 0.3.2
## 0.3.2

- Fixed incorrect type and button issues (Ref to #32)

## 0.3.1

- Fixed Button issue introduced by v0.3.0 (Ref to #30)

## 0.3.0

- Added Feature: Multiple answers with multiple correct answers (Refer to #26)
- Added Feature: Quiz Input Validator
- Added Feature: Quiz Input Validator
- Added Selection Tags
- Introduced fields ``answerSelectionType``
- Updated ``correctAnswer`` to either ``String``(Single Selection) or ``Array`` (Multiple Selection)
- Introduced fields `answerSelectionType`
- Updated `correctAnswer` to either `String`(Single Selection) or `Array` (Multiple Selection)

## 0.2.8

- Renamed Question.jsx to Core.jsx
- Added Scoring System (Ref to #25)
- Revised Question tag to allow markdown (Ref to #24)

## 0.2.7

- Added Locale for customimzation (Refer to #21)
- Added logic to show incorrect answer users chose in result page (Refer to #22)

## 0.2.6

- Added showInstantFeedback & continueTillCorrect
- Revised font color to the incorrect answer container
- Fixed the incorrect index in the result page

## 0.2.5

- Added showDefaultResult, customResultPage, onComplete

## 0.2.4

- Added CHANGELOG.md
- Added Features to README.md
- Fixed potential security vulnerabilities

## 0.2.3

- Added filter question select tag
- Revised result page
- Revised styles
- Updated README.md for shuffling questions set in v0.2.2

## 0.2.2

- Added messageForCorrectAnswer
- Added messageForIncorrectAnswer
- Added explanation
- Added quizSynopsis
- Revised result page style

## 0.2.1

- Minor Fix

## 0.2.0

- Removed Paper CSS
- Added total number of questions & current question being answered (Refer to issue #3)
- Removed Answer.jsx and Result.jsx
Expand All @@ -146,10 +172,13 @@
- Allowed to review questions at the end

## 0.1.2

- Minor Fix

## 0.1.1

- Minor Fix

## 0.1.0
- Initial version, created by wingkwong

- Initial version, created by wingkwong
4 changes: 2 additions & 2 deletions dist/index.es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quiz-component",
"version": "0.8.2",
"version": "0.9.0",
"description": "React Quiz Component",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 781b980

Please sign in to comment.