Skip to content

Commit ce0db42

Browse files
committed
Prepare release v23.0.0
Created-by: polyglot-release v1.6.0
1 parent f12609f commit ce0db42

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [23.0.0] - 2025-05-25
911
### Added
1012
- Add `<CustomRendering/>` to override presentation ([#382](https://github.com/cucumber/react-components/pull/382))
1113
- Add `<ControlledSearchProvider/>`, `<InMemorySearchProvider/>` and `<UrlSearchProvider/>` to provide search state ([#384](https://github.com/cucumber/react-components/pull/384))
1214
- Add `<UriProvider/>`, to provide document URI state ([#386](https://github.com/cucumber/react-components/pull/386))
1315
- Add `<FilteredDocuments/>`, to provide (optionally filtered) documents with no props ([#388](https://github.com/cucumber/react-components/pull/388))
1416

15-
### Fixed
16-
- Make keyword spacing look right ([#376](https://github.com/cucumber/react-components/pull/376))
17-
- Fix issue with hook steps not being rendered ([#379](https://github.com/cucumber/react-components/pull/379))
18-
- Rounding down of percent passed and adding one decimal place ([#380](https://github.com/cucumber/react-components/pull/380))
19-
- Avoid UUID errors from accordion when document URI contains spaces ([#386](https://github.com/cucumber/react-components/pull/386))
20-
2117
### Changed
2218
- Inherit font-size instead of setting at 14px ([#377](https://github.com/cucumber/react-components/pull/377))
2319
- Redesigned report header block ([#381](https://github.com/cucumber/react-components/pull/381))
2420
- BREAKING CHANGE: Remove props from `<StatusesSummary/>`, `<ExecutionSummary/>` and `<SearchBar/>` components, use contexts for state ([#374](https://github.com/cucumber/react-components/pull/374))
2521
- BREAKING CHANGE: Components and hooks are now exported at the top level, not within `components` and `hooks` objects ([#383](https://github.com/cucumber/react-components/pull/383))
2622
- BREAKING CHANGE: `<EnvelopesWrapper/>` and `<QueriesWrapper/>` renamed to `<EnvelopesProvider/>` and `<QueriesProvider/>` for clarity ([#385](https://github.com/cucumber/react-components/pull/385))
2723

24+
### Fixed
25+
- Make keyword spacing look right ([#376](https://github.com/cucumber/react-components/pull/376))
26+
- Fix issue with hook steps not being rendered ([#379](https://github.com/cucumber/react-components/pull/379))
27+
- Rounding down of percent passed and adding one decimal place ([#380](https://github.com/cucumber/react-components/pull/380))
28+
- Avoid UUID errors from accordion when document URI contains spaces ([#386](https://github.com/cucumber/react-components/pull/386))
29+
2830
### Removed
2931
- BREAKING CHANGE: Remove `EnvelopesQuery` and its React context ([#374](https://github.com/cucumber/react-components/pull/374))
3032
- BREAKING CHANGE: Remove defunct `<CucumberReact/>` component ([#382](https://github.com/cucumber/react-components/pull/382))
31-
- BREAKING CHANGE: Remove `SearchQueryContext`, `<SearchWrapper/>` and related defunct symbols ([#384](https://github.com/cucumber/react-components/pull/384))
33+
- BREAKING CHANGE: Remove `SearchQueryContext`, `<SearchWrapper/>` and related defunct symbols ([#384](https://github.com/cucumber/react-components/pull/384))
3234
- BREAKING CHANGE: Remove `GherkinQueryContext` and `CucumberQueryContext` from entry point ([#385](https://github.com/cucumber/react-components/pull/385))
3335
- BREAKING CHANGE: Remove `<FilteredResults/>` component in favour of composition ([#388](https://github.com/cucumber/react-components/pull/388))
3436

@@ -451,7 +453,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
451453
### Added
452454
- First release
453455

454-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...HEAD
456+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.0.0...HEAD
457+
[23.0.0]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...v23.0.0
455458
[22.4.1]: https://github.com/cucumber/cucumber-react/compare/v22.4.0...v22.4.1
456459
[22.4.0]: https://github.com/cucumber/cucumber-react/compare/v22.3.0...v22.4.0
457460
[22.3.0]: https://github.com/cucumber/cucumber-react/compare/v22.2.0...v22.3.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "22.4.1",
3+
"version": "23.0.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)