Releases: cucumber/react-components
Releases · cucumber/react-components
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
useQueries
anduseSearch
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.