Skip to content

Releases: scandipwa/reviews-graphql

Review summary fix

06 Oct 10:27
9129f2f
Compare
Choose a tag to compare

The review summary always returned null. Now it will no longer will.

The result getting was also moved on-to data-post-processor level, so now review summary will work more efficiently.

Exact module dependencies

07 Sep 11:07
Compare
Choose a tag to compare

What's inside

  • Migration to exact module dependencies
  • Bug fixes

Feature break-down

Migration to exact module dependencies

Reference to module magento/magento-base of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml and composer.json file.

Bug fixes

  • Patched comments in .xml files
  • Removed author and support sections from composer.json in preparation for mono-repo setup

Rating attribute visibility and sort order

13 Mar 13:51
Compare
Choose a tag to compare

Implemented rating attribute visibility and sort order support.

Translations for review attributes

23 Jan 12:19
Compare
Choose a tag to compare

In this release the store label of the attribute is now supported.

Performance optimization

07 Jan 10:11
f5b47f5
Compare
Choose a tag to compare

In this release the changes related to performance optimization were released.
Please see the main README for more details.

Revert of performance optimization

11 Nov 14:20
625ae54
Compare
Choose a tag to compare
Revert "Summary loading optimization (#2)" (#5)

This reverts commit a7bd39ac268ccef89e4285e8f98c0984f0204508.

Performance optimization

23 Oct 05:32
a7bd39a
Compare
Choose a tag to compare

IN this release: started taking summary from collection, instead of loading it each time.

In order to achieve this I am appending them in catalog-graphql on load of the collection. This saves a lot of time.

Initial release

05 Jul 10:54
Compare
Choose a tag to compare

In this release two additional endpoints are added:

  • Mutation: addProductReview
  • Query: getRatings