Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 13:49

1.9.0 (2025-05-28)

Bug Fixes

  • add container for recommended products on the product page (#233) (c393df8)
  • Allow to edit and add new address for all countries (#327) (c26a41f)
  • Checkout e2e tests (#231) (196138f)
  • checkout restrictions (#235) (3dd0026)
  • checkout: address form hang on country change by relying on dynamic fields load state MS-1041 (#330) (bcdd2e7)
  • checkout: checkoutId should not be removed on refresh (#323) (22188b9)
  • checkout: disable prefetch in nav/footer to keep the checkoutId (#331) (c5ebbcc)
  • checkout: ensure correct country is selected in shipping address form MS-1003 (#284) (21b7c86)
  • checkout: fix checkout step redirection logic for logged-in users & allow editing of shipping address & delivery method (#267) (6be62b0)
  • checkout: remove checkoutId cookie on locale change (#320) (c919570)
  • checkout: remove redirect from checkout remover MS-1016 (#298) (c50cbdb)
  • checkout: return types of the transaction process and payment process MS-959 (#277) (a22daaa)
  • clear checkout ID cookie on locale change (#312) (e4c912a)
  • collection: fix display of block in the richtext component MS-954 (#256) (0bd21b3)
  • Fix 404 issue after switching locale (#286) (a4764a6)
  • Fix clearing search params (#172) (fe1e733)
  • Fix delete item from cart button behaviour (#261) (8e776f0)
  • Fix emails related issues (#285) (b581cca)
  • Fix error message for email change confirmation (#296) (0de0d7d)
  • Fix locale in sign-in redirection (#302) (714b522)
  • Fix locale modal position when page scrolled down (#287) (07da5ae)
  • Fix message when user clicks again on confirmation link (#278) (f62ca0f)
  • Fix redirect paths (#276) (27296a6)
  • Fix redirection from logout to sign-in (#299) (973f39c)
  • Fix remove button behavior (#295) (9e3c787)
  • Fix shopping bag icon quantity (#294) (339c7b8)
  • Fix stripe app transactions data/metadata. (#213) (32b5c5c)
  • homepage: hide the products grid when no products have been added in the CMS [MS-961] (#246) (988f29c)
  • Improve error handling of promo code (#329) (a2d391a)
  • inconsistent product grid on /search (#226) (dc60046)
  • Make checkout cookies secure (#232) (6ff61cb)
  • navigation: prevent unnecessary menu opening for non-dropdown items (#230) (02b86a1)
  • newsletter: UI display & schema for name MS-955 (#264) (b335e29)
  • Pass proper redirection link (#319) (80bdff1)
  • PDP: add grid layout to related products to ensure correct display (#317) (e9b204b)
  • PDP: adjust related products carousel for consistent layout on mobile (#328) (65090e4)
  • PDP: fix product OG image MS-968 (#263) (000656f)
  • PLP: improve the way images are displayed on the PLP & refactor thumbnails (#249) (e7aeafc)
  • prevent crash when field.values is undefined (#225) (6b2ea22)
  • search: allow selecting options on touch devices by removing touched.preventDefault (#318) (cdd79b7)
  • search: change the title of the search page (#301) (420f0c8)
  • search: ensure search text works alongside filters (#316) (815be20)
  • search: improve thumbnail image quality and layout in product cards MS-942 (#260) (617102f)
  • SEO: improve HTML semantics for SEO MS-982 (#279) (0cb7e21)

Features

  • auth: add Result type to infra implementations [MS-959] (#245) (53a7d47)
  • collection: create collection page [MS-954] (#236) (7a4d175)
  • newsletter: prepare a newsletter component MS-955 (#257) (c98d133)

Performance Improvements