Skip to content

Releases: scandipwa/catalog-graphql

Category image patch

28 Dec 14:05
335866f
Compare
Choose a tag to compare

What's inside

That's all there is to it! :)

Layered price filter now respects store currency

22 Dec 14:42
d21ef8d
Compare
Choose a tag to compare

What's inside

  • Layered price filter now respects store currency

That's all there is to it!

Fuzziness level and discount calculation patch

16 Dec 13:20
b7df35a
Compare
Choose a tag to compare

What's inside

  • Discount calculation patch
  • Fuzziness level support

That's all there is to it :)

Price-range patch

04 Dec 11:50
cc84243
Compare
Choose a tag to compare

What's inside

  • Patch for the price-range, it now does not have the upper-bound

That's all there is to it :)

Query complexity limit increased to 1000

23 Nov 15:32
219202d
Compare
Choose a tag to compare

What's inside

  • Query complexity limit increased to 1000

And it's all there is to it :)

Currency and category display mode

19 Nov 13:33
7e7f68a
Compare
Choose a tag to compare

What's inside

  • Currency set'er / get'er
  • Category "display mode" support

Feature break-down

Currency set'er / get'er

You can now get the list of available currencies using currencyData query. You can also set the currency for user, by using saveSelectedCurrency mutation.

Stability improvements

09 Nov 11:47
Compare
Choose a tag to compare

What's inside

  • New product filter patch
  • Removal of product entity attributes for AST

Feature break-down

New product filter patch

The product filter attributes news_from_date and news_to_date are now included in the schema under the ProductAttributeFilterInput input.

Removal of product entity attributes for AST

Thanks to awesome @dfelton, who found out the ProductEntityAttributesForAst.php plugin does not work properly. After short investigation, we removed it, as it no longer used.

Attributes moved to performance module

05 Nov 09:25
Compare
Choose a tag to compare

What's inside

  • s_attributes moved to scandipwa/performance module

And it's all there is to it :) Thanks to @fooman for advice!

Magento 2.4.1 support

05 Nov 09:13
b577eba
Compare
Choose a tag to compare

What's inside

  • Support for Magento 2.4.1

Feature break-down

Support for Magento 2.4.1

The support is added. Thus, it took many breaking changes to implement.

  • Context is now available in the collection processors
  • Resolver/Products/Query/Filter.php::getResult no longer has custom arguments
  • Model/Resolver/Products/DataProvider/Product.php::getList no longer has custom arguments
  • Attributes field attributes is now renamed to s_attributes in schema
  • Field category override has been removed, you no longer can query category by url_path
  • Input ProductAttributeFilterInput fields news_from_date and news_to_date are removed from schema, as they are auto-generated
  • Input ProductAttributeFilterInput fields category_url_key and category_url_path are removed from schema, as they no longer are used
  • The Model/Resolver/Products/Query/Filter.php and Model/Resolver/Products/Query/Search.php are refactored and now extend the original Magento 2 classes, thus implementing the interface of the original class

Add table prefix support

09 Oct 17:00
c11f4fe
Compare
Choose a tag to compare

What's inside

  • Add table prefix support

Feature break-down

Add table prefix support

The awesome @santosh-gaggle fixed the table prefix issue. He is awesome!