Files
polaris-react/UNRELEASED.md
2019-05-17 08:42:30 -04:00

1.6 KiB

Unreleased changes

Use the changelog guidelines to format new entries. 💜

Use the 🤖Skip Changelog label to ignore a failing changelog check in your pull request if you feel the code changes do not warrant a changelog entry.


Breaking changes

Deprecations

New components

Enhancements

  • Added support for dual values to RangeSlider component (#784)

  • Updated type restrictions for AnnotatedSection to allow its title prop to accept React.ReactNode instead of string (#1431)

Bug fixes

  • Fixed an issue where the JavaScript breakpoints incorrectly set the navigation bar collapsed breakpoint (#1475)
  • Added a border to Toast messages to make them more visible in Windows high contrast mode (#1469)
  • Fixed iOS bug on DataTable where fixed column was not visible #1426

Documentation

Development workflow

Dependency upgrades

  • Removed runtime dependency on @shopify/images as we never needed it at runtime (#1474)

  • Remove @shopify/react-utilities. Replace some of the functionality with @shopify/css-utilities or by moving the utilities into polaris itself. (#1473)

Code quality

Deprecations