-
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
1 parent
7a07dfd
commit e50939c
Showing
2 changed files
with
9 additions
and
14 deletions.
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 |
---|---|---|
|
@@ -2150,8 +2150,6 @@ All notable changes to this project will be documented in this file. See | |
### Testing | ||
|
||
- Restructure files for non global step def (#382) | ||
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739) | ||
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739) | ||
|
||
## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2022-04-04) | ||
|
||
|
@@ -2205,7 +2203,7 @@ All notable changes to this project will be documented in this file. See | |
|
||
### Testing | ||
|
||
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)] | ||
- E2E tests maintenance (#371) | ||
|
||
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2022-03-21) | ||
|
||
|
@@ -2368,8 +2366,7 @@ All notable changes to this project will be documented in this file. See | |
|
||
- **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload | ||
- **components:** Allow `BaseResultAddToCart` to use external listeners. | ||
- **EX-3539:** track PDP add to cart (#306) | ||
[EX-3538](https://searchbroker.atlassian.net/browse/EX-3538) | ||
- track PDP add to cart (#306) | ||
|
||
## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2022-01-24) | ||
|
||
|
@@ -2410,7 +2407,7 @@ All notable changes to this project will be documented in this file. See | |
|
||
- **design-system:** Fix some style issues and add two missing utilities | ||
- **identifier-results:** Fix default plugin config. (#296) | ||
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247) | ||
- | ||
|
||
## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2022-01-06) | ||
|
||
|
@@ -2479,7 +2476,7 @@ All notable changes to this project will be documented in this file. See | |
|
||
- **scroll:** remove animations on pending element to scroll | ||
- **tagging:** Include 'location' parameter to track result events. (#273) | ||
[EX-5163](https://searchbroker.atlassian.net/browse/EX-5163) | ||
- | ||
|
||
## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2021-12-15) | ||
|
||
|
@@ -3374,9 +3371,6 @@ All notable changes to this project will be documented in this file. See | |
|
||
- **e2e:** homogenise and standardise common-steps and test cases | ||
- **x-plugin:** extract `XComponentAliasAPI` logic to separate file and improve aliases generation | ||
[EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) | ||
[EX-3288](https://searchbroker.atlassian.net/browse/EX-3288) | ||
[feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) | ||
|
||
### Testing | ||
|
||
|
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ All notable changes to this project will be documented in this file. See | |
|
||
### Others | ||
|
||
- **deps:** update node to 18 (#1196) | ||
- **deps:** update node to 18 (#1196) | ||
- **deps:** update node to v18 (#1175) | ||
|
||
## [10.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-05-03) | ||
|
@@ -465,8 +465,8 @@ All notable changes to this project will be documented in this file. See | |
|
||
## 7.0.0 (2021/03/03) | ||
|
||
- Add `Identifiable` interface to `Banner`, `Facet`, `Filter`, `Next-queries`, `Promoted`, | ||
> `Redirection` and `Result`. | ||
- Add `Identifiable` interface to `Banner`, `Facet`, `Filter`, `Next-queries`, | ||
`Promoted`,`Redirection` and `Result`. | ||
- Add `BooleanFilter` and `EditableNumberRange`. | ||
- Add `Banner` and `Promoted` to `ModelNameType`. | ||
|
||
|
@@ -486,7 +486,8 @@ All notable changes to this project will be documented in this file. See | |
- Close tags within the documentation between backslashes | ||
- Add ESM build keeping also the old CommonJS | ||
- Changed next query schema facets to be an array instead of an object. | ||
- Unified Suggestion like models properties (`RelatedTag`, `NextQuery`, `Suggestion`, `HistoryTerm`, `PartialResult`) | ||
- Unified Suggestion like models properties (`RelatedTag`, `NextQuery`, `Suggestion`, `HistoryTerm`, | ||
`PartialResult`) | ||
- Add type to the attribute `modelName` in the interface `NamedModel` | ||
|
||
## 4.0.0 (2020/02/04) | ||
|