Store Breadcrumb fixes and improvements
This release addresses issues with the breadcrumb functionality. Key changes include the removal of redundant categories in the breadcrumb list, fixes to visibility issues during scrolling, and updates to the dropdown menu styling.
⚠️ To benefit from these fixes, update your store FastStore package to
v3.25.6
using@faststore/cli
. Refer to the previous release notes for further details.
🐛 Fixes
Removed similar categories in the breadcrumb list #2711
The breadcrumb list previously displayed all similar categories, causing clutter.
Now, only the main categories are shown in the breadcrumb list.
⚠ If you implemented any workarounds for this issue, they can be removed as they are no longer necessary.
Before | After |
---|---|
![]() | ![]() |
Breadcrumb visibility and styling #2714
Resolved issues with the breadcrumb section display, including:
- Ensuring either the
RegionBar
or the breadcrumb appears when scrolling.
Before - PDP | After - PDP |
---|---|
![]() | ![]() |
- Restoring breadcrumb visibility on PLP (Product Listing Page) and search pages.
Before - Dropdown menu | After - Dropdown menu |
---|---|
![]() | ![]() |
- Updating the styling of the breadcrumb dropdown menu for consistency.
Before - PLP | After - PLP |
---|---|
![]() | ![]() |