Skip to content

v1.8.0

Compare
Choose a tag to compare
@dfmcphee dfmcphee released this 23 Oct 21:04

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