Releases: cucumber/react-components
Releases · cucumber/react-components
v19.2.0
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
Fixed
- Fix build issue where styles were not included in package.
v19.1.0
Changed
- Most content is now rendered with a sans serif font.
v19.0.0
Added
- Add <EnvelopesWrapper/>component to succinctly populate query contexts from an array of messages.
- Add 'auto' theme, honouring platform light/dark preference.
- Add useQueriesanduseSearchhooks 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.