Releases: scandipwa/catalog-graphql
Releases · scandipwa/catalog-graphql
Fixed value retrieval for drop-down attributes
2.2.3 Fixed option retrival for attributes with options
Fix of attribute value getting
2.2.2 Fixed bug in getting attribute_value (#28)
Updated to support Magento 2.3.3
2.2.1 Added caret version constraint to banto-base package to allow upgrade…
Performance optimization
In this release we stopped loading products all over again each time we request attributes.
Added option to sort by position in schema.
In this release sorting by position became possible.
Configurable product children: ignore out-of-stock product
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
- Avoid disabled products to be returned as "null" - ignoring it on a collection level.
Release: support for attributes needed for ProductList widget
In this release:
- Added
news_to_date
andconditions
filter support. - Fixed filter not including simple products
Fix StockProcessor::process signature
Add missing typehint.
Fix StockProcessor::process signature
ScandiPWA\CatalogGraphQl\Model\Resolver\Products\DataProvider\Product\CollectionProcessor\StockProcessor::process has proper typehints