Skip to content

Releases: amamenko/react-buzzfeed-quiz

v2.0.6: Merge pull request #5 from amamenko/response

13 Mar 03:40
10df5b4
Compare
Choose a tag to compare

Additions / Updates

  • Added revealResponse feature to answer objects
  • Updated client example to include revealResponse feature
  • Updated README to include Response Object key-value pairs and type expectations

v2.0.5

24 Feb 04:30
d186dcb
Compare
Choose a tag to compare

Additions / Updates

  • Added questionIndex, answerIndex, and resultID parameters to onAnswerSelection prop function.
  • Updated package and example dependencies.
  • Updated example to show new parameters on onAnswerSelection.

v2.0

21 Jun 05:37
Compare
Choose a tag to compare

Additions / Updates

  • Added Typescript support with associated interfaces/types.
  • Added react-resize-detector as dependency to help determine appropriate responsive font-size in questions/answers.
  • Added custom TextFit component modified from react-text-resize's logic in order to add Typescript support and to accommodate for container width in size calculation.
  • Updated quiz styling to stay up-to-date with newest BuzzFeed look and feel.
  • Updated example demo with gradient backgrounds.
  • Modularized Question component by separating Answer component logic.

Deletions

  • Removed styled-components in favor of Sass for styling.
  • Removed local Proxima Nova font files.

v1.0.11

04 Apr 05:51
Compare
Choose a tag to compare

Changes

  • Added react-scale-text as dependency to fit dynamic answer text.

v1.0.9

01 Apr 22:55
Compare
Choose a tag to compare

Changes

  • Removed styled-components' createGlobalStyle and switched to local CSS file to import Proxima Nova font.

v1.0.7

30 Mar 23:52
Compare
Choose a tag to compare

Changes

* Updated background property in Question container to background-color.

v1.0.5

30 Mar 21:23
Compare
Choose a tag to compare

Changes

  • Removed styled-components from library bundle and added to devDependencies and peerDependencies.
  • Updated README and demo NPM, Yarn, and deployment URL links.