Skip to content

Releases: scandipwa/catalog-graphql

Category of configurable variants fix

07 Jan 17:30
Compare
Choose a tag to compare

This patch is for configurable variants, which are not assigned to a parent category. Previously it was filtered out.

Performance optimization

07 Jan 10:12
e4d3300
Compare
Choose a tag to compare

In this release the changes related to performance optimization were released.
Please see the main README for more details.

Price min / max fix

19 Dec 13:56
Compare
Choose a tag to compare

In this release currency rate + currency scope was implemented for min and max prices.

Filters updating upon selection

19 Dec 09:50
Compare
Choose a tag to compare

In this release filters made update when selected.

Added min / max quantity endpoints

18 Dec 18:20
Compare
Choose a tag to compare

Added stock_item field to product interface. Inside they have: min_sale_qty and max_sale_qty.

Attribute labels per store

18 Dec 17:59
Compare
Choose a tag to compare

In this release attribute labels and attribute options labels were made to return correct values per store.

Automatic schema population with filterable attributes

18 Dec 12:53
Compare
Choose a tag to compare

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

13 Dec 15:51
Compare
Choose a tag to compare

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

13 Dec 15:21
Compare
Choose a tag to compare

In this patch, the product small image size was added: product_small_image

Resized images

13 Dec 15:08
62af814
Compare
Choose a tag to compare

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.