Skip to content

Releases: scandipwa/catalog-graphql

Patch: Attribute load for PLP variant collection

21 Sep 17:31
44a709a
Compare
Choose a tag to compare

What's inside

  • Added selection of all attributes to variant PLP collection load, because it skips attribute post-processor yet expects listing attributes to be loaded.

That's all there is to it! :)

Performance optimizations

21 Sep 10:24
df7dac2
Compare
Choose a tag to compare

What's inside

  • Skipping item collection load for PLP filter query
  • Adding ES search by product id support
  • Disabling unnecessary ES query for single item loads
  • Removing unnecessary category filter (duplicate with ES filter)
  • Removing selection of all product attributes and bringing back attr selection on demand

That's all there is to it! :)

Patch: Label fix and Categoy/Product url rewrite

13 Sep 20:13
c6915d4
Compare
Choose a tag to compare

What's inside

That's all there is to it!

Patch: Added in_stock for graphql

25 Aug 14:22
29e4687
Compare
Choose a tag to compare

What's inside

  • Added in_stock for graphql

Related to issues scandipwa/scandipwa#3177 and scandipwa/scandipwa#3171

That's all there is to it!

Patch: Complexity Increase

25 Aug 09:19
24b6f48
Compare
Choose a tag to compare

What's inside

  • Increased query complexity

Related to issue scandipwa/scandipwa#3103

That's all there is to it!

Patch: Fixed wrong price range in layered navigation

17 Aug 12:40
cb4ed73
Compare
Choose a tag to compare

What's inside

  • Fixed wrong price range in layered navigation.

Related to issue scandipwa/scandipwa#2991

That's all there is to it!

Patch: Translation of Price and Category attributes

17 Aug 02:35
7875b0a
Compare
Choose a tag to compare

What's inside

  • Translated Price and Category attributes

Related to issue scandipwa/scandipwa#2562.

That's all there is to it!

Patch: Name added for bundle product options

29 Jul 10:44
3e44fc4
Compare
Choose a tag to compare

What's inside

  • Fixed the issue that in the Bundle Product, Graphql in the bundle_options object in the selection_details product name was null.

Related to issue scandipwa/scandipwa#3022.

That's all there is to it!

Patch: Fix for broken Image Placeholder URLs

14 Jul 15:12
81c8870
Compare
Choose a tag to compare

What's inside

That's all there is to it!

Patch: Added qty_increments field

14 Jul 12:16
c3e438a
Compare
Choose a tag to compare

What's inside

  • Required for redesign - to be able to validate product qty when adding to cart from PLP and redirect to PDP if qty = 1 is not acceptable.

That's all there is to it!