Skip to content

Releases: cucumber/react-components

v24.3.0

13 Apr 11:40
v24.3.0
6f3b671

Choose a tag to compare

Added

  • Add appropriate rel values for links (#483)
  • Add copy button to attachments and errors (#487)
  • Declare support for React 19 (#469)

Changed

  • Rework handling of non-pass results (#426)

Fixed

  • Stop errors and attachments getting too wide (#427)
  • Handle base64-encoded attachments with unicode characters (#486)
  • Apply search and filters correctly for scenario outlines (#490)

v24.2.0

31 Jan 02:59
v24.2.0
360e4b1

Choose a tag to compare

Changed

v24.1.2

29 Nov 09:59
v24.1.2
e1fbe4d

Choose a tag to compare

Fixed

  • Handle missing step gracefully (#419)

v24.1.1

24 Nov 17:43
v24.1.1
c6d4f8c

Choose a tag to compare

Changed

  • Inline sources in source maps (#418)

v24.1.0

22 Nov 19:31
v24.1.0
a853f25

Choose a tag to compare

Changed

  • Hide successful hooks by default (#415)

v24.0.1

16 Nov 11:50
v24.0.1
0c0f8d5

Choose a tag to compare

Fixed

  • Add margin to paragraphs etc in descriptions (#413) by @ibanFR

v24.0.0

11 Nov 18:05
v24.0.0
e527a2e

Choose a tag to compare

Added

  • Include duration for each test step (#396)
  • Include pass rate in execution summary (#397)
  • Add new <Report/> component (#410) (#411)
  • Add new <TestRunHooks/> component and include in report (#408)

Changed

  • Render a more test case-centric report (#396)

Fixed

  • Use uuid library instead of web crypto API (#402)
  • Text with numbers is no longer right aligned (#405)

Removed

  • BREAKING CHANGE: Remove defunct scenario/step components <ExamplesTable/>, <GherkinStep/>, <GherkinSteps/>, <HookStep/>, <HookSteps/>, <StepItem/> and their corresponding CustomRenderingSupport properties (#396)
  • BREAKING CHANGE: Remove defunct <NoMatchResult/> component (#411)
  • BREAKING CHANGE: Remove defunct <UriProvider/> component and underlying context (#396)
  • BREAKING CHANGE: Remove <MDG/> component in favour of using standard Gherkin components for Markdown documents (#396)
  • BREAKING CHANGE: Remove public export of filterByStatus (#412)

v23.2.0

07 Aug 15:37
v23.2.0
a243aeb

Choose a tag to compare

Changed

  • Applied URI-based sorting for the displayed Gherkin documents (#394)

v23.1.1

24 Jun 08:59
v23.1.1
b09198e

Choose a tag to compare

Added

  • Add [data-testid] to items in the execution summary (#391)

v23.1.0

15 Jun 09:12
v23.1.0
ed7a4f7

Choose a tag to compare

Changed

  • Update colors for consistency with other Cucumber web stuff (#390)