-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)) | ||
|
||
|
||
|
||
|