Skip to content

Commit 2315283

Browse files
committed
Release 19.2.0
1 parent 942f912 commit 2315283

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ 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-
### Changed
10-
- Text attachments in the html report are now displayed as collapsible sections
9+
10+
## [19.2.0] - 2022-03-25
1111
### Added
1212
- Attachment names are now displayed as the title of attachment sections in the report
1313
- Where an attachment name is not provided then the media type is included in the default name of the attachment
1414

15+
### Changed
16+
- Text attachments in the html report are now displayed as collapsible sections
17+
1518
## [19.1.1] - 2022-03-22
1619
### Fixed
1720
- Fix build issue where styles were not included in package.
@@ -347,7 +350,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
347350
### Added
348351
- First release
349352

350-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...HEAD
353+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...HEAD
354+
[19.2.0]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...v19.2.0
351355
[19.1.1]: https://github.com/cucumber/cucumber-react/compare/v19.1.0...v19.1.1
352356
[19.1.0]: https://github.com/cucumber/cucumber-react/compare/v19.0.0...v19.1.0
353357
[19.0.0]: https://github.com/cucumber/cucumber-react/compare/v18.1.2...v19.0.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",
3-
"version": "19.1.1",
3+
"version": "19.2.0",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)