Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(query-preview): changelog #1289

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [3.0.0-alpha.410](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-09-15)

### ⚠ BREAKING CHANGES

- **queries-preview**: the `QueryPreviewList` component `queries` prop has changed name to
`queriesPreviewInfo` and the type is an array of `QueryPreviewInfo` as instead of an array of
strings. The QueryPreview component `query` prop has changed name to `queryPreviewInfo` and the
type is `QueryPreviewInfo` instead of `string`. `QueryPreviewInfo` type is now exported from
the module.

EMP-1555

### Features

* query preview components allow adding extra params to the request (#1270) ([84143a2](https://github.com/empathyco/x/commit/84143a2b1ee1b9944ddb431f701b3d27d1c20410))
* **queries-preview**: query preview components allow adding extra params to the request (#1270) ([84143a2](https://github.com/empathyco/x/commit/84143a2b1ee1b9944ddb431f701b3d27d1c20410))



Expand Down