Skip to content

@shopware/helpers@1.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 13:39
· 101 commits to main since this release
a6376b3

Minor Changes

  • #1985 2cbda25 Thanks @mkucmus! - Added methods to extract product info:

    • isProductOnSale
    • isProductTopSeller
    • getProductManufacturerName
  • #2176 c647baf Thanks @mkucmus! - - Add getProductListingFromCmsPage helper to extract product listing from CMS page structure

    • Enable early access to listing data during SSR before component tree renders

Patch Changes

  • #2030 22ff62e Thanks @mkucmus! - Extended ListingFilter type to support property options and manufacturer entities:

    • Added optional options property for property group options
    • Added optional entities property for manufacturer entities
    • Improved type safety by explicitly typing empty array return in getListingFilters()
  • #2153 56cd178 Thanks @mkucmus! - Fix getSrcSetForMedia to properly encode special characters (spaces, commas, parentheses) in media URLs

  • #2162 e1fae3e Thanks @mkucmus! - Export encodeUrlPath helper function to properly handle special characters (spaces, commas) in image URLs