Skip to content

Releases: Shopify/polaris

v1.10.1

19 Jan 20:20
Compare
Choose a tag to compare

Bug fixes

v1.10.0

18 Jan 16:14
565ca54
Compare
Choose a tag to compare
  • Restored the correct latest version to the CDN
  • Fixed rgbToHsb function when red is the largest number and added tests (thanks emcmanus for the original issue)
  • Fixed an issue where a hard-coded path would cause the build to fail on Windows (thanks to @Invader444 for the original issue and pull request)
  • Added onClick to UnstyledLink

v1.9.1

21 Dec 18:13
Compare
Choose a tag to compare

Documentation

  • Amending changelog

v1.9.0

21 Dec 17:16
Compare
Choose a tag to compare
  • Added onActionAnyItem prop to action list and used to close page actionGroups on click or keypress of any item
  • Added content prop to tabs and deprecated use of title
  • Added text container component
  • Added idForItem prop to resource list
  • Added fullWidth prop to layout section
  • Added indeterminate as option for checkbox checked prop value
  • Added singleColumn prop to page
  • Added focused prop to text field

Bug fixes

  • Fixed positioned overlay not responding to scrollable container events
  • Fixed first focusable item focus in popovers)
  • Fixed typos in the select component documentation (thanks mattchidley for the original issue)

v1.8.3

26 Oct 14:48
Compare
Choose a tag to compare

Bug fixes

  • Moved react-transition-group from a dev dependency to a dependency

v1.8.2

24 Oct 20:09
Compare
Choose a tag to compare

Bug fixes

  • Fixed stack not returning children

v1.8.1

24 Oct 17:38
Compare
Choose a tag to compare

Bug fixes

  • Added missing yarn config file which was causing the build to fail

v1.8.0

23 Oct 21:04
Compare
Choose a tag to compare

Documentation

  • Updated README to consistently use contractions (thanks stefanmiodrag for the original pull request)
  • Improved example description for Layout component
  • Updated Spinner documentation
  • Improved component purpose documentation across components
  • Improved documentation for Text style component

Enhancements

  • Added support for React 16
  • Added an option to show or hide unpublished products from the resource picker
  • Changed Popover component to use react-transition-group instead of our deprecated custom version in @shopify/react-utilities
  • Added new Progress bar component
  • Changed today’s date to be tabbable and clearly indicated in DatePicker
  • Added support for disabled choices in Choice list component
  • Added support for disabled secondary Page actions
  • Changed TextField and Select to now focus on clicking only within the area from the input to the end of its label text

Bug fixes

  • Fixed Layout component example description
  • Fixed SkeletonPage header appearing in embedded apps (thanks rkbhochalya for the original issue))
  • Fixed border-radius on Action list component in Chrome

v1.7.0

06 Oct 19:37
Compare
Choose a tag to compare

Enhancements

  • Added SkeletonPage, SkeletonBodyText and SkeletonDisplayText components
  • Added Spinner component
  • Added hint prop to Scrollable and use in Popover
  • Updated Button component to use new Spinner component
  • Added external link support for Page secondaryActions
  • Enabled the primaryAction of PageActions to be loading
  • Stack now supports non-wrapping layouts on small screens
  • Updated text field min and max documentation
  • Breadcrumbs now accept a callback through onAction (thanks arypbatista for the original issue)

Bug fixes

  • Fixed issue with embedded app breadcrumb linking to Shopify settings page (thanks cargix1 for the original issue)
  • Fixed Avatar to display image and initials simultaneously
  • Fixed various links to embedded components
  • Fixed left and right ends of TextField not responding to clicks
  • RadioButton & Checkbox now focus on clicking only within the area from the input to the end of its label text
  • Fixed plain and fullWidth Button alignment
  • Add a minor delay to tooltip display

v1.6.0

25 Sep 15:45
Compare
Choose a tag to compare

Enhancements

  • Documented disabled prop for Checkbox and RadioButton (thanks LeoAref for the original issue)
  • Documented progress prop for Badge (thanks sp4cecat for the original issue)
  • Added loading prop to Button (thanks bakura10 for the original issue)
  • Documented complex Select option (thanks sp4cecat for the original issue)
  • Documented TextStyle component
  • Improved avatar typography spacing
  • Added subtract icon
  • Improved acessibility for Pagination

Bug fixes

  • Fixed failed dependency installation for unauthenticated GitHub users (thanks mikeyhew for the original issue)
  • Fixed Page header spacing
  • Fixed TextField focus ring transition
  • Fixed Popover not resizing on content updates