Releases: scandipwa/catalog-graphql
Releases · scandipwa/catalog-graphql
Patch: Attribute load for PLP variant collection
What's inside
- Added selection of all attributes to variant PLP collection load, because it skips attribute post-processor yet expects listing attributes to be loaded.
That's all there is to it! :)
Performance optimizations
What's inside
- Skipping item collection load for PLP filter query
- Adding ES search by product id support
- Disabling unnecessary ES query for single item loads
- Removing unnecessary category filter (duplicate with ES filter)
- Removing selection of all product attributes and bringing back attr selection on demand
That's all there is to it! :)
Patch: Label fix and Categoy/Product url rewrite
What's inside
- Bundle label fix for 2.4.3. Related to issue scandipwa/scandipwa#3267
- Updated insert for table
catalog_url_rewrite_product_category
to useinsertOnDuplicate
. Related to issue scandipwa/scandipwa#3314
That's all there is to it!
Patch: Added in_stock for graphql
What's inside
- Added in_stock for graphql
Related to issues scandipwa/scandipwa#3177 and scandipwa/scandipwa#3171
That's all there is to it!
Patch: Complexity Increase
What's inside
- Increased query complexity
Related to issue scandipwa/scandipwa#3103
That's all there is to it!
Patch: Fixed wrong price range in layered navigation
What's inside
- Fixed wrong price range in layered navigation.
Related to issue scandipwa/scandipwa#2991
That's all there is to it!
Patch: Translation of Price and Category attributes
What's inside
- Translated Price and Category attributes
Related to issue scandipwa/scandipwa#2562.
That's all there is to it!
Patch: Name added for bundle product options
What's inside
- Fixed the issue that in the Bundle Product, Graphql in the
bundle_options
object in theselection_details
product name was null.
Related to issue scandipwa/scandipwa#3022.
That's all there is to it!
Patch: Fix for broken Image Placeholder URLs
What's inside
- Fixed image placeholder URLs on PDP when a link contained the wrong area. Related to issue scandipwa/scandipwa#2840.
That's all there is to it!
Patch: Added qty_increments field
What's inside
- Required for redesign - to be able to validate product qty when adding to cart from PLP and redirect to PDP if qty = 1 is not acceptable.
That's all there is to it!