diff --git a/CHANGELOG.md b/CHANGELOG.md index fad4545..0e5c352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Change simulation behavior to `default` on custom product-comparison queries + ## [3.0.0] - 2022-04-26 ### Added diff --git a/store/blocks/deals.jsonc b/store/blocks/deals.jsonc index 8912b55..9bf22e4 100644 --- a/store/blocks/deals.jsonc +++ b/store/blocks/deals.jsonc @@ -13,7 +13,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } }, "blocks": [ diff --git a/store/blocks/header/search-bar.jsonc b/store/blocks/header/search-bar.jsonc index 599d09e..e1153da 100644 --- a/store/blocks/header/search-bar.jsonc +++ b/store/blocks/header/search-bar.jsonc @@ -12,7 +12,7 @@ "product-summary.shelf#searchBar" ], "props": { - "simulationBehavior": "skip", + "simulationBehavior": "default", "maxSuggestedProducts": 6, "customBreakpoints": { "md": { @@ -26,9 +26,9 @@ "product-summary.shelf#searchBarMobile" ], "props": { - "simulationBehavior": "skip", + "simulationBehavior": "default", "maxSuggestedProducts": 6, "autocompleteWidth": 92 } } -} \ No newline at end of file +} diff --git a/store/blocks/popular.jsonc b/store/blocks/popular.jsonc index e9e3c8f..f1bb82d 100644 --- a/store/blocks/popular.jsonc +++ b/store/blocks/popular.jsonc @@ -13,7 +13,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } }, "blocks": [ diff --git a/store/blocks/releases.jsonc b/store/blocks/releases.jsonc index 91d1fdd..1188aa2 100644 --- a/store/blocks/releases.jsonc +++ b/store/blocks/releases.jsonc @@ -12,7 +12,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } }, "blocks": [ diff --git a/store/blocks/search.jsonc b/store/blocks/search.jsonc index 002f2fe..76c0e2a 100644 --- a/store/blocks/search.jsonc +++ b/store/blocks/search.jsonc @@ -4,7 +4,7 @@ "props": { "context": { "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } } }, @@ -16,7 +16,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } } }, @@ -25,7 +25,7 @@ "props": { "context": { "skusFilter": "ALL", - "simulationBehavior": "skip", + "simulationBehavior": "default", "maxItemsPerPage": 20 }, "fullWidth": true @@ -36,7 +36,7 @@ "props": { "context": { "skusFilter": "ALL", - "simulationBehavior": "skip", + "simulationBehavior": "default", "maxItemsPerPage": 20 }, "fullWidth": true @@ -47,7 +47,7 @@ "props": { "context": { "skusFilter": "ALL", - "simulationBehavior": "skip", + "simulationBehavior": "default", "maxItemsPerPage": 20 }, "fullWidth": true diff --git a/store/blocks/top-sales.jsonc b/store/blocks/top-sales.jsonc index c871c9a..3dcb795 100644 --- a/store/blocks/top-sales.jsonc +++ b/store/blocks/top-sales.jsonc @@ -12,7 +12,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } }, "blocks": [ diff --git a/store/blocks/trending.jsonc b/store/blocks/trending.jsonc index a7d659b..4d0cc20 100644 --- a/store/blocks/trending.jsonc +++ b/store/blocks/trending.jsonc @@ -12,7 +12,7 @@ "hideUnavailableItems": true, "maxItemsPerPage": 10, "skusFilter": "ALL", - "simulationBehavior": "skip" + "simulationBehavior": "default" } }, "blocks": [