Skip to content

Releases: scandipwa/catalog-graphql

Sort by sort-able attributes

14 Apr 13:22
Compare
Choose a tag to compare

Dynamically adds sort-able attributes to schema, so we can sort by them.

Optimization of configurable products

14 Apr 12:20
Compare
Choose a tag to compare

On category page, only one variant is returned.

Instead of processing 120 products (12 products x 10 variants each) we now only process 24 products. This allowed us to gain 30% benefit in catalog pages build from configurable products, like demo site.

Additionally it reduces the response size dramatically and allows to simplify the front-end logic.

Fixes for better url-rewrite support

03 Apr 14:11
Compare
Choose a tag to compare
  • Added product id to filters
  • Fixed current_category issue
  • Added option to load category by id

Fix for 0 item filters in category

26 Mar 11:58
7fdb02f
Compare
Choose a tag to compare

Fixed the filters returning 0 items upon selection.

Canonical URL fixes

13 Mar 14:01
956f561
Compare
Choose a tag to compare

In this release the canonical URLs are not correctly returned from the server.

Tier prices removed from schema in favour of Magento 2 default

19 Feb 13:50
7fd13af
Compare
Choose a tag to compare

In previous release the tier price was added. It was a redundant addition.

Tier prices "promotion" information added to schema

23 Jan 12:00
Compare
Choose a tag to compare

In this release the tier_prices field has been added to simple and virtual product. It is able to return: qty, value, ratio (%).

Category disabling support + more precise errors

16 Jan 13:01
Compare
Choose a tag to compare

In this release category disabling support was added, error returned from admin made human readable.

Grouped product patch (performance optimization)

10 Jan 12:08
Compare
Choose a tag to compare

In this release the grouped products were patched to work with performance-optimization.

Root category patch

08 Jan 15:12
Compare
Choose a tag to compare

In this patch, the root category used in layered navigation was patched.