Releases: vtex-apps/shelf
Releases · vtex-apps/shelf
v1.44.1
Fixed
- Navigation arrows would not work when the
slider
was placed inside an<a>
tag. This is the case if you were to place aslider
inside of aproduct-summary
.
v1.44.0
Added
productClusters
andspotPrice
toproductRecommendations
query.
v1.43.1
Security
- Update
lodash
.
v1.43.0
Added
- spotPrice to
Products
query.
v1.42.0
Added
- sellerName to
Products
query.
v1.41.1
Fixed
- Update CSS handle docs.
v1.41.0
Added
- Add new CSS handle for the active dot.
v1.40.1
Changed
- Remove
description
fromShelf
content schema definition to remove it from the new CMS.
v1.40.0
Added
skuSpecifications
field to GraphQL queries.
v1.39.1
Fixed
isMobile
prop passed toProductList
byRelatedProducts
component would always befalse
due to object spreading order.