Releases: vtex-apps/shelf
Releases · vtex-apps/shelf
v1.27.0
Added
- Support for partially showing the next item in the Shelf on mobile.
v1.26.0
Changed
- Make shelf render strategy
lazy
, i.e. component is only fetched client-side.
v1.25.1
Changed
- Use product parsing logic from product-summary.
v1.25.0
Added
- New
paginationDotsVisibility
prop to control whether the pagination dots indication is displayed or not.
v1.24.0
Added
- Add imageLabel to productsQuery and pass it to product-summary.
v1.23.1
Changed
- Limit installments query, using MAX criteria.
v1.23.0
Added
- New
minItemsPerPage
prop to control the minimum number of items displayed in the Shelf.
v1.22.3
Fixed
- Issue with IntersectionObserver on Safari 12.0, making the whole page crash. A polyfill has been added for the time being, while the fix for the issue is not published on polyfill.io.
v1.22.2
Removed
- cateogryTree resolver from product queries to improve performance, data was unnecessary at that moment.
v1.22.1
- Added
properties
field inProducts
query.