Skip to content

Releases: vtex-apps/reviews-and-ratings

v3.8.13

13 May 19:48
Compare
Choose a tag to compare

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

10 May 20:26
Compare
Choose a tag to compare

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

05 May 13:33
Compare
Choose a tag to compare

Added

  • Updated readme file for API documentation and graphQL endpoints.

v3.8.10

04 May 16:31
Compare
Choose a tag to compare

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

22 Apr 20:05
Compare
Choose a tag to compare

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

22 Apr 17:44
Compare
Choose a tag to compare

Fixed

  • Render loading message before product page completely loads.

v3.8.7

21 Apr 14:43
Compare
Choose a tag to compare

Fixed

-If adminApproval is false set approved to true when save review.

v3.8.6

19 Apr 21:32
Compare
Choose a tag to compare

Fixed

  • Fixed newReview mutation to avoid locale equal to "".

v3.8.5

18 Apr 17:46
Compare
Choose a tag to compare

Fixed

  • Create the EditReviewInputType for the editReview mutation.
  • Set default values to from and to variables in the graphQL schema.

v3.8.4

08 Apr 13:58
Compare
Choose a tag to compare

Fixed

  • Change the query arguments to be strings in order to match the types.