Releases: vtex-apps/reviews-and-ratings
Releases · vtex-apps/reviews-and-ratings
v3.8.13
Fixed
- Create a review saved custom event to update the RatingSummary component.
- Use useQuery graphQL hook to destructure refetch in RatingSummary component.
v3.8.12
Fixed
- Use useQuery graphQL hook to destructure refetch in Reviews component.
- Passed refetchReviews to ReviewForm component to refetch after a new review is saved.
v3.8.11
Added
- Updated readme file for API documentation and graphQL endpoints.
v3.8.10
Fixed
- Deprecate the reviewByDateTime graphQL service.
- Set a default time to 23:59:59 in reviewByDateRange if no time received in toDate param.
v3.8.9
Fixed
- Update reviews list without refresh the page when save a new review.
- Set a default value as 5 if the reviews has no rating.
- Fix the time of the review in case of invalid date.
v3.8.8
Fixed
- Render loading message before product page completely loads.
v3.8.7
Fixed
-If adminApproval is false set approved to true when save review.
v3.8.6
Fixed
- Fixed newReview mutation to avoid locale equal to "".
v3.8.5
Fixed
- Create the EditReviewInputType for the editReview mutation.
- Set default values to from and to variables in the graphQL schema.
v3.8.4
Fixed
- Change the query arguments to be strings in order to match the types.