Skip to content

Releases: scandipwa/catalog-graphql

Fixed value retrieval for drop-down attributes

11 Nov 16:33
Compare
Choose a tag to compare
2.2.3

Fixed option retrival for attributes with options

Fix of attribute value getting

11 Nov 13:04
Compare
Choose a tag to compare
2.2.2

Fixed bug in getting attribute_value (#28)

Updated to support Magento 2.3.3

11 Nov 10:11
Compare
Choose a tag to compare
2.2.1

Added caret version constraint to banto-base package to allow upgrade…

Performance optimization

23 Oct 05:27
9d298d4
Compare
Choose a tag to compare

In this release we stopped loading products all over again each time we request attributes.

Added option to sort by position in schema.

01 Oct 08:28
3750a6f
Compare
Choose a tag to compare

In this release sorting by position became possible.

Configurable product children: ignore out-of-stock product

23 Sep 08:32
Compare
Choose a tag to compare

Out of stock child products (configurable variants) are not returned in variants (was "null" before).

Prevent returning null for disabled child products of configurable product

23 Sep 08:30
Compare
Choose a tag to compare
  • Avoid disabled products to be returned as "null" - ignoring it on a collection level.

Release: support for attributes needed for ProductList widget

09 Sep 11:13
e5798c1
Compare
Choose a tag to compare

In this release:

  • Added news_to_date and conditions filter support.
  • Fixed filter not including simple products

Fix StockProcessor::process signature

03 Sep 21:01
Compare
Choose a tag to compare

Fix StockProcessor::process signature

03 Sep 20:56
Compare
Choose a tag to compare

ScandiPWA\CatalogGraphQl\Model\Resolver\Products\DataProvider\Product\CollectionProcessor\StockProcessor::process has proper typehints