Skip to content

Releases: vtex-apps/recommendation-shelf

v2.17.0

11 Feb 18:46

Choose a tag to compare

Added

  • Added the startSession function to initiate user sessions via API and unify userId.

v2.16.0

02 Feb 20:10

Choose a tag to compare

Release v2.16.0

v2.15.0

09 Jan 21:39

Choose a tag to compare

Added

  • Implements ActivityFlow data attributes

v2.14.2

08 Dec 13:01

Choose a tag to compare

Fixed

  • Fixed userId cookie creation for first-time users by ensuring _snrs_uuid and vtex-rec-user-id cookies are created from VtexRCMacIdv7 cookie with retry mechanism. This prevents delays in loading recommendation shelves when Synerise pixel hasn't created the userId cookie yet.

v2.14.1

05 Dec 18:46

Choose a tag to compare

Fixed

  • Disable shelf if no id is provided.

v2.14.0

05 Dec 12:40

Choose a tag to compare

Changed

  • campaignId field is now sent on recommendation view and click events.

v2.13.0

18 Sep 19:56

Choose a tag to compare

Changed

  • Using the new bff routes.

Removed

  • Deprecated recommendationType prop from RecommendationShelf component.

v2.12.0

29 Aug 12:32

Choose a tag to compare

Added

  • itemsContext prop, now its possible to specify from where we should extract the items passed in the recommendation request.

Changed

  • Passing multiple products in the recommendation request if the itemsContext is CART.

Fixed

  • Loading shimmer gaps.

v2.10.1

05 Aug 18:22

Choose a tag to compare

Fixed

  • Increase retries while trying to fetch the user id cookie.

v2.10.0

31 Jul 14:34

Choose a tag to compare

Changed

  • Loader to have a css handle and use a different animation.

Fixed

  • Logs and title style.
  • Increase cookie retrieval retries to fix behaviour fo first time users.