Releases: cucumber/react-components
Releases · cucumber/react-components
Release list
v24.3.0
v24.2.0
v24.1.2
Fixed
- Handle missing step gracefully (#419)
v24.1.1
Changed
- Inline sources in source maps (#418)
v24.1.0
Changed
- Hide successful hooks by default (#415)
v24.0.1
v24.0.0
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 correspondingCustomRenderingSupportproperties (#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
Changed
- Applied URI-based sorting for the displayed Gherkin documents (#394)
v23.1.1
Added
- Add [data-testid] to items in the execution summary (#391)
v23.1.0
Changed
- Update colors for consistency with other Cucumber web stuff (#390)