Releases: scandipwa/reviews-graphql
Review summary fix
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
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
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Rating attribute visibility and sort order
Implemented rating attribute visibility and sort order support.
Translations for review attributes
In this release the store label of the attribute is now supported.
Performance optimization
In this release the changes related to performance optimization were released.
Please see the main README for more details.
Revert of performance optimization
Revert "Summary loading optimization (#2)" (#5) This reverts commit a7bd39ac268ccef89e4285e8f98c0984f0204508.
Performance optimization
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
In this release two additional endpoints are added:
- Mutation:
addProductReview
- Query:
getRatings