Skip to content

Commit 58d5417

Browse files
authored
Export components and hooks at root (#383)
1 parent 740c64a commit 58d5417

File tree

6 files changed

+202
-155
lines changed

6 files changed

+202
-155
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Inherit font-size instead of setting at 14px ([#377](https://github.com/cucumber/react-components/pull/377))
1919
- Redesigned report header block ([#381](https://github.com/cucumber/react-components/pull/381))
2020
- BREAKING CHANGE: Remove props from `<StatusesSummary/>`, `<ExecutionSummary/>` and `<SearchBar/>` components, use contexts for state ([#374](https://github.com/cucumber/react-components/pull/374))
21+
- 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))
2122

2223
### Removed
2324
- BREAKING CHANGE: Remove `EnvelopesQuery` and its React context ([#374](https://github.com/cucumber/react-components/pull/374))

0 commit comments

Comments
 (0)