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

@shopify/polaris@9.10.0

Choose a tag to compare

@github-actions github-actions released this 27 May 20:48
· 3099 commits to main since this release
add70af

Minor Changes

  • #5946 3a5be82cb Thanks @rmleg! - Added support for setting a ReactNode on the PageActions primaryAction prop

  • #5712 290b41c61 Thanks @aveline! - Updated checkbox and radio button styling

    • Increased spacing between ChoiceList items on small screens only
  • #5931 87b489073 Thanks @laurkim! - Fixed input focus loss in TextField on vertical content change

  • #5785 56b8ca790 Thanks @mrcthms! - Upstream changes from polaris-next IndexTable

    • Added a className prop to a IndexTable.Cell
    • Added a customClickHandler prop to a IndexTable.Row
    • Added a paginatedSelectAllActionText to the IndexTable
    • Exported a clearSelection method from the use-index-resource-state hook
    • Updated the styling of the ScrollBarContainer
    • Updated styling for TableCell to fix unpadded cell bug.
    • Added a 20px width to the TableHeading-first to fix the width of the checkbox column
  • #5945 54d15c3c1 Thanks @aaronccasanova! - Added experimental Grid component

Patch Changes