Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

@shopify/polaris@11.3.0

Choose a tag to compare

@shopify-github-actions-access shopify-github-actions-access released this 28 Jun 01:10
· 1518 commits to main since this release

Minor Changes

  • #9500 c689e640e Thanks @mateus! - Refactored SecondaryNavigation and changed how recursive nav items are rendered. New props were added to the
    Item component to control the arrow indicators. The props showVerticalLine, showVerticalHoverLine, and
    showVerticalHoverPointer are responsible for styling the items with the vertical lines for the selected and hover
    states, and onMouseEnter and onMouseLeave are used to track user interactions and set the expected props.

  • #9527 ba9265c0d Thanks @mateus! - Added matchedItemIcon prop to the Navigation Item component. It takes an icon source that will be used when the item is selected.

Patch Changes