@shopware/helpers@1.6.0
·
101 commits
to main
since this release
Minor Changes
-
#1985
2cbda25Thanks @mkucmus! - Added methods to extract product info:isProductOnSaleisProductTopSellergetProductManufacturerName
-
#2176
c647bafThanks @mkucmus! - - AddgetProductListingFromCmsPagehelper to extract product listing from CMS page structure- Enable early access to listing data during SSR before component tree renders
Patch Changes
-
#2030
22ff62eThanks @mkucmus! - ExtendedListingFiltertype to support property options and manufacturer entities:- Added optional
optionsproperty for property group options - Added optional
entitiesproperty for manufacturer entities - Improved type safety by explicitly typing empty array return in
getListingFilters()
- Added optional
-
#2153
56cd178Thanks @mkucmus! - FixgetSrcSetForMediato properly encode special characters (spaces, commas, parentheses) in media URLs -
#2162
e1fae3eThanks @mkucmus! - Export encodeUrlPath helper function to properly handle special characters (spaces, commas) in image URLs