Skip to content

v4.0.0

Choose a tag to compare

@huyenltnguyen huyenltnguyen released this 20 Mar 04:54
· 165 commits to main since this release
dd3a554

What's Changed

  • feat(storybook): add fCC favicon by @huyenltnguyen in #512
  • feat(col): add support for extra small column size (4) by @Sembauke in #520
  • chore: add additional global CSS by @a2937 in #466
  • refactor(quiz): rename passingGrade to passingPercent for clarity by @Sembauke in #519
  • refactor(col): remove smPush prop and related logic by @Sembauke in #521

Breaking Changes

  • Additional CSS styles were added to the default stylesheet (base.css), which could break the layout of some consumers. The exact changes can be found here: #466
  • useQuiz hook: Renamed the passingGrade prop to passingPercent
  • Col component: Removed the smPush prop

Full Changelog: v3.2.0...v4.0.0