Skip to content

Releases: cucumber/react-components

v23.0.0

25 May 15:52
v23.0.0
ce0db42
Compare
Choose a tag to compare

Added

  • Add <CustomRendering/> to override presentation (#382)
  • Add <ControlledSearchProvider/>, <InMemorySearchProvider/> and <UrlSearchProvider/> to provide search state (#384)
  • Add <UriProvider/>, to provide document URI state (#386)
  • Add <FilteredDocuments/>, to provide (optionally filtered) documents with no props (#388)

Changed

  • Inherit font-size instead of setting at 14px (#377)
  • Redesigned report header block (#381)
  • BREAKING CHANGE: Remove props from <StatusesSummary/>, <ExecutionSummary/> and <SearchBar/> components, use contexts for state (#374)
  • BREAKING CHANGE: Components and hooks are now exported at the top level, not within components and hooks objects (#383)
  • BREAKING CHANGE: <EnvelopesWrapper/> and <QueriesWrapper/> renamed to <EnvelopesProvider/> and <QueriesProvider/> for clarity (#385)

Fixed

  • Make keyword spacing look right (#376)
  • Fix issue with hook steps not being rendered (#379)
  • Rounding down of percent passed and adding one decimal place (#380)
  • Avoid UUID errors from accordion when document URI contains spaces (#386)

Removed

  • BREAKING CHANGE: Remove EnvelopesQuery and its React context (#374)
  • BREAKING CHANGE: Remove defunct <CucumberReact/> component (#382)
  • BREAKING CHANGE: Remove SearchQueryContext, <SearchWrapper/> and related defunct symbols (#384)
  • BREAKING CHANGE: Remove GherkinQueryContext and CucumberQueryContext from entry point (#385)
  • BREAKING CHANGE: Remove <FilteredResults/> component in favour of composition (#388)

v22.4.2

19 Apr 10:33
Compare
Choose a tag to compare

Fixed

  • Fix issue with hook steps not being rendered (#379)

v22.4.1

30 Mar 10:32
v22.4.1
76288ef
Compare
Choose a tag to compare

Fixed

  • Remove duplications in steps due to empty parameters (#373)

v22.4.0

26 Mar 09:51
v22.4.0
a819407
Compare
Choose a tag to compare

Added

  • Add CSS custom properties for overriding fonts (#372)

Fixed

  • Avoid NaN percentage passed when nothing ran (#363)
  • Don't render hook steps with no content (#361)

v22.3.0

02 Aug 20:11
v22.3.0
27b0254
Compare
Choose a tag to compare

Added

  • Support text/uri-list attachments (#355)

v22.2.0

21 Jun 09:10
v22.2.0
198a5f0
Compare
Choose a tag to compare

Added

  • Support for externalised attachments (#353)

v22.1.0

15 Mar 15:07
v22.1.0
878a879
Compare
Choose a tag to compare

Added

  • Support TestStepResult.exception in results (#345)

v22.0.0

09 Dec 14:10
v22.0.0
af15595
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Switch to ESM (#338)
  • Switch search implementation to Orama (#337)
  • Apply search query on change (#337)

v21.1.1

13 Jul 15:03
v21.1.1
c967052
Compare
Choose a tag to compare

Fixed

  • Switch out mime-types for mime (#334)

v21.1.0

13 Jul 13:19
v21.1.0
12e7480
Compare
Choose a tag to compare

Added

  • Add ability to download unsupported attachments (#333)