Skip to content

Releases: vtex-apps/shelf

v1.27.0

16 Aug 12:26
Compare
Choose a tag to compare

Added

  • Support for partially showing the next item in the Shelf on mobile.

v1.26.0

13 Aug 17:30
Compare
Choose a tag to compare

Changed

  • Make shelf render strategy lazy, i.e. component is only fetched client-side.

v1.25.1

06 Aug 19:27
Compare
Choose a tag to compare

Changed

  • Use product parsing logic from product-summary.

v1.25.0

05 Aug 13:31
Compare
Choose a tag to compare

Added

  • New paginationDotsVisibility prop to control whether the pagination dots indication is displayed or not.

v1.24.0

05 Aug 13:14
Compare
Choose a tag to compare

Added

  • Add imageLabel to productsQuery and pass it to product-summary.

v1.23.1

05 Aug 12:53
Compare
Choose a tag to compare

Changed

  • Limit installments query, using MAX criteria.

v1.23.0

02 Aug 18:05
Compare
Choose a tag to compare

Added

  • New minItemsPerPage prop to control the minimum number of items displayed in the Shelf.

v1.22.3

31 Jul 21:02
Compare
Choose a tag to compare

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

31 Jul 19:06
Compare
Choose a tag to compare

Removed

  • cateogryTree resolver from product queries to improve performance, data was unnecessary at that moment.

v1.22.1

30 Jul 23:48
Compare
Choose a tag to compare
  • Added properties field in Products query.