Skip to content

Releases: freeCodeCamp/ui

v6.1.0

30 May 22:27
124aae4

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.1.0

v6.0.1

26 Apr 21:44
a0844ae

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

20 Mar 22:30
752fe26

Choose a tag to compare

What's Changed

Breaking Changes

  • Dropped support for React 16 and 17

Full Changelog: v5.3.0...v6.0.0

v5.3.0

13 Mar 19:41
a26ebfa

Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.3.0

v5.2.1

09 Feb 20:26
40bacb1

Choose a tag to compare

What's Changed

  • fix(Modal): use fixed positioning to avoid parent-dependent sizing by @huyenltnguyen in #749
  • fix(Audio,Transcript): let the components inherit parent width by @huyenltnguyen in #750

Full Changelog: v5.2.0...v5.2.1

v5.2.0

09 Feb 00:07
0ccbdf9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.2.0

v5.1.1

02 Feb 19:15
76485fd

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

02 Feb 12:34
ca69a19

Choose a tag to compare

What's Changed

  • feat(Quiz,QuizQuestion): add action buttons for answer options by @huyenltnguyen in #724
  • chore: upgrade Node to version 24 by @Copilot in #726
  • feat: implement and integrate Audio and Transcript components with QuizQuestion by @huyenltnguyen in #728
  • refactor: replace fireEvent with userEvent in unit tests by @Copilot in #732
  • feat(base.css): add ruby element styles and typography demo by @Copilot in #730
  • fix(storybook): move Audio and Transcript to Internal Components section by @Copilot in #734
  • fix(transcript): accept and render HTML string by @huyenltnguyen in #735
  • fix: remove extra styles from typography demo by @huyenltnguyen in #737
  • fix(tsconfig): update target to ES2017 by @huyenltnguyen in #739

Full Changelog: v5.0.1...v5.1.0

v5.0.1

15 Dec 12:44
3d6ef94

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

15 Oct 17:30
697690f

Choose a tag to compare

What's Changed

Breaking Changes

  • Callout component:
    • success variant renamed to tip
    • info variant renamed to note
    • danger variant renamed to caution
    • Now requires a label prop
  • Dropdown component:
    • The menu and toggle no longer span the full width by default. Set the block prop to true for full width.

Full Changelog: v4.3.0...v5.0.0