Skip to content

Releases: Shopify/polaris

v1.14.1

10 Apr 21:50
Compare
Choose a tag to compare

Bug fixes

  • Fixing an error with the release process

Enhancements

  • Changed term in DescriptionList component to accept React.ReactNode to allow for more than just string type

v1.13.1

29 Mar 23:53
Compare
Choose a tag to compare

Embarrassingly enough, publishing v1.13.0 failed, meaning this shiny v1.13.1 patch also contains all changes from v1.13.0:

Enhancements

  • Added an id prop to Collapsible to be referenced by the aria-controls attribute of the component triggering the collapse

Bug fixes

  • Fixed external prop not working within ActionList component
  • Fixed a syntax error in one of the Card component examples (thanks meecrobe for the original issue)

Chores

  • Added missing publishConfig.access setting in package.json, in accordance with the new Shipit requirements for public npm packages

v1.12.4

19 Mar 21:16
Compare
Choose a tag to compare
  • Enhanced Avatar to work better when provided non-square images
  • Move documentation file so it's picked up by the styleguide

v1.12.3

16 Mar 20:01
Compare
Choose a tag to compare

Bug fixes

  • Fixed disclosure centering on the tab component
  • Fixed an issue where a style void would appear between breakpoints at high text zoom levels

Documentation

  • Removed purpose section from component READMEs
  • Added Embedded page under the Embedded section
  • Added “Using embedded components” section
  • Added screenshots to the embedded components
  • Clarified usage of card header and footer actions

v1.12.2

08 Mar 16:12
Compare
Choose a tag to compare

Documentation

  • Moving property descriptions out of READMEs and into source files.

v1.12.1

06 Mar 20:01
Compare
Choose a tag to compare

Bug fixes

  • Fixed server-side environments

Documentation

  • Updated component examples that use state to use an es6 class.

v1.12.0

01 Mar 00:39
Compare
Choose a tag to compare

Bug fixes

  • Fixed TextField overflow issues when inside Scrollable
  • Fixed Select focus state bug occuring in Firefox
  • Fixed vertical alignment of text within full width variant of the button component

Enhancements

  • Changed Checkbox label to allow string or React.ReactNode
  • Update TextField type with currency
  • Added ariaControls, ariaExpanded prop to Button
  • Updated the base red color to improve contrast
  • Added a notification icon to the bundled icons available to use in the icon component's source prop
  • Exposed Status from the Banner component

Chores

  • Added version number to source

v1.11.0

13 Feb 20:08
0571fa1
Compare
Choose a tag to compare
  • Changed Action to Disableable Action in Card

Enhancements

  • Added renderChildren prop to choice list component

Bug fixes

  • Fixed an issue with footer help links not expanding to full-width on mobile devices
  • Added breadcrumbs to SkeletonPage
  • Added max-width and auto margin to EmptyState
  • Fixed outline button disabled state styles
  • Fixed Tag so the onRemove function is not imporperly called (thanks chaddjohnson for the original issue )
  • Fixed border on inputs disabled state
  • Fixed an issue in TextInput, when you increment or decrement with a float value, and the digits after the decimal point where wrong
  • Added top alignment to FormLayout.Group #876

Documentation

  • Fixed capitalization of prop names in Pagination component’s documentation (thanks donnguyen for the original issue)
  • Exposed Option from the Select component

v1.10.2

23 Jan 03:36
f89e847
Compare
Choose a tag to compare

Bug fixes

  • Fixed the public repository’s build (which was missing the new CircleCI configuration files)

v1.10.1

19 Jan 20:20
Compare
Choose a tag to compare

Bug fixes