Releases: vtex-apps/shelf
Releases · vtex-apps/shelf
v1.35.1
Fixed
RelatedProducts.getSchema
by replacing call toProductList.getSchema
to reading fromProductList.schema
.
v1.35.0
Added
arrows
,autoplay
,nativationStep
,titleText
,showTitle
,itemsPerPage
,minItemsPerPage
andgap
props to the schema of the Shelf.
v1.34.1
Fixed
- Shelf performance when clicking on the arrows.
v1.34.0
Fixed
- Problem that caused the product impression event to be sent for every item on the shelf, including the ones that were't seen yet.
Changed
- The
ProductImpression
is now handled by theproduct-context-list
app.
v1.33.5
Release v1.33.5
v1.33.4
Release v1.33.4
v1.33.3
Fixed
- Forces hideUnavailableItems to be a boolean value
v1.33.2
Fixed
- Stringify collection and category args passed to graphql query.
v1.33.1
Added
brandId
on theproductRecommendations
query.
v1.33.0
Added
- Make use of
priceRange
resolver.