Skip to content

Releases: cucumber/react-components

v20.0.2

14 Apr 15:27
Compare
Choose a tag to compare

Fixed

  • Downgrade @fortawesome packages which seemed to cause issues with html-formatter

v20.0.1

14 Apr 13:45
Compare
Choose a tag to compare

Fixed

  • Downgrade @fortawesome packages which seemed to cause issues with html-formatter

v20.0.0

12 Apr 11:48
Compare
Choose a tag to compare

Added

  • Render hook names if present (#137)

Changed

  • Scenario outline styling - Examples changed to H3 and aligned with steps
  • Package name is now @cucumber/react-components for clarity

v19.2.0

25 Mar 09:19
Compare
Choose a tag to compare

Added

  • Attachment names are now displayed as the title of attachment sections in the report
  • Where an attachment name is not provided then the media type is included in the default name of the attachment

Changed

  • Text attachments in the html report are now displayed as collapsible sections

v19.1.1

22 Mar 22:38
Compare
Choose a tag to compare

Fixed

  • Fix build issue where styles were not included in package.

v19.1.0

22 Mar 17:39
Compare
Choose a tag to compare

Changed

  • Most content is now rendered with a sans serif font.

v19.0.0

25 Jan 09:02
e0c5948
Compare
Choose a tag to compare

Added

  • Add <EnvelopesWrapper/> component to succinctly populate query contexts from an array of messages.
  • Add 'auto' theme, honouring platform light/dark preference.
  • Add useQueries and useSearch hooks to avoid accessing many contexts directly.

Changed

  • New <CucumberReact/> component is used as root component in consuming projects, replacing. <CustomRendering/>.
  • New visual designs for report-related components.
  • Move search-related props from <QueriesWrapper/> to new <SearchWrapper/> component.

Fixed

  • Import correct stylesheet in the Children component. This also allows to override it using CustomRendering.
  • Display step list items correctly (i.e. without bullets) in Backgrounds and in MDX documents.

Removed

  • Remove global stylesheet, all styles are now encapsulated in appropriate components.