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

v5.1.0

Choose a tag to compare

@BPScott BPScott released this 23 Jul 21:06

Enhancements

  • Added a dismissOnMouseOut prop to Tooltip to dismiss Tooltip once pointer is no longer over children (#3086)

Bug fixes

  • Fixed case where DatePicker did not translate the weekday name in an aria label (#3113)
  • Updated browserslist config to be an explicit list instead of extending an existing config, so that consuming apps don't need to depend upon @shopify/browserslist-config (#3132)

Documentation

  • Updated Polaris to the latest version in the CDN Styles example (#3068)
  • Updated TextField example to use a number instead of a boolean (#3114)

Code quality

  • Updated linting to prefer the fragment shorthand <> instead of <React.Fragment> (#3133)
  • Updated how we access React exports such as React.Component and React.PureComponent to help treeshakability (#3133)