Skip to content

Releases: scandipwa/catalog-graphql

More breadcrumbs, Item with same ID patch

17 Jul 08:16
Compare
Choose a tag to compare

In this patch, few common issues were resolved:

  • M2.3.5 core bug related to duplicate-item IDs in collection
  • Added new field category_is_active to escape linking to in-active categories

Breadcrumbs patch

16 Jul 15:47
Compare
Choose a tag to compare

Added URL rewrite to response of Breadcrumbs type. To get it, use category_url field on Breadcrumbs type.

Query complexity bump-up

16 Jul 08:40
Compare
Choose a tag to compare

Many users reported query complexity issue breaking PDP. Temporary increasing the limit to patch the issue. Was unable to reproduce the issue on local machine.

Current limit changed from 300 to 600. Which is definitely too high!

Added bundle products support

15 Jul 13:13
27974e2
Compare
Choose a tag to compare

In this release, support for bundle products has been added.

Fixed "new" product filter

07 Jul 13:06
Compare
Choose a tag to compare

The filters: news_from_date and news_to_date added to schema. This allows new product widget to function properly.

ElasticSearch utilisation for main product query request

01 Jul 10:09
Compare
Choose a tag to compare

In this version we went back to our "roots" and removed multiple customisations added through-out the years of development. We are now a little bit closer to Magento 2.3.5 native implementation.

Next step - switch to aggregations on Frontend - 2.12.1 will contain the necessary adjustments to get them return swatch data.

Added support for URL rewrites

26 Jun 09:23
Compare
Choose a tag to compare

The field url has been added to Category and Product interfaces. It returns URL rewrite assigned to the product.

Price group support

17 Jun 13:56
5b16bc0
Compare
Choose a tag to compare

In this release, the price groups support was implemented. Use customer_group_id to request it.

Disabled product support

12 Jun 08:44
Compare
Choose a tag to compare

Direct filtering by entity_id will not toggle processing the collection via collection processor.

Price filter issue patch

02 Jun 11:17
Compare
Choose a tag to compare

Filtering by price was causing issues - now it is resolved.