Releases: scandipwa/catalog-graphql
Category of configurable variants fix
This patch is for configurable variants, which are not assigned to a parent category. Previously it was filtered out.
Performance optimization
In this release the changes related to performance optimization were released.
Please see the main README for more details.
Price min / max fix
In this release currency rate + currency scope was implemented for min and max prices.
Filters updating upon selection
In this release filters made update when selected.
Added min / max quantity endpoints
Added stock_item
field to product interface. Inside they have: min_sale_qty
and max_sale_qty
.
Attribute labels per store
In this release attribute labels and attribute options labels were made to return correct values per store.
Automatic schema population with filterable attributes
In this release support for all (custom) filterable attributes was added. Now they work upon selection in admin (no manual action required).
Renamed all fields, removed view.xml
The view.xml
must be in theme, otherwise it is overridden. The image ids were also rewritten, so they do not conflict with Magento defaults (when parent theme is specified).
The new names are:
scandipwa_media_thumbnail
scandipwa_media_base
scandipwa_thumbnail
scandipwa_small_image
scandipwa_image
Added size for small image
In this patch, the product small image size was added: product_small_image
Resized images
In this release added logic to respect following image types:
product_media_thumbnail
product_media_base
product_thumbnail
This allows for better performance on FE.