Releases: amamenko/react-buzzfeed-quiz
Releases · amamenko/react-buzzfeed-quiz
v2.0.6: Merge pull request #5 from amamenko/response
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
v2.0
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 fromreact-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 separatingAnswer
component logic.
Deletions
- Removed styled-components in favor of Sass for styling.
- Removed local Proxima Nova font files.