diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e646fe0f2..22cb69bab4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ The format is based on [these versioning and changelog guidelines](https://git.i --- +## 3.1.0 - 2018-11-16 + +### Enhancements + +- Improved `Avatar` so it falls back to `initials` when the image fails to load ([#557](https://github.com/Shopify/polaris-react/pull/557)) +- Added `onScrolledToBottom` prop to `Scrollable` ([#568](https://github.com/Shopify/polaris-react/pull/568)) + +### Bug fixes + +- Fixed `Action`'s selector in `Page`'s `Header` component ([#523](https://github.com/Shopify/polaris-react/pull/523)) +- Fixed `Card` spacing in small devices ([#608](https://github.com/shopify/polaris-react/pull/608)) +- Fixed `ResourceList` `BulkActions` that were remaining in fixed position outside the `boundingElement` ([#627](https://github.com/Shopify/polaris-react/pull/627)) +- Improved readability of `Badge` with `size` small and `status` new for navigation ([#633](https://github.com/shopify/polaris-react/pull/633)) + ## 3.0.1 - 2018-11-14 ### Bug fixes diff --git a/UNRELEASED.md b/UNRELEASED.md index 46ca8d6647f..8561523d5f0 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -6,16 +6,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Enhancements -- `Avatar` falls back to `initials` when the image fails to load ([#557](https://github.com/Shopify/polaris-react/pull/557)) -- Added `onScrolledToBottom` prop to `Scrollable` ([#568](https://github.com/Shopify/polaris-react/pull/568)) - ### Bug fixes -- Fixed `Action`s selector in `Page`'s `Header` component ([#2487](https://github.com/Shopify/polaris-react/pull/2487)) -- Fixed `Card` spacing in small devices ([#608](https://github.com/shopify/polaris-react/pull/608)) -- Fixed `ResourceList` `BulkActions` that were remaining in fixed position outside the `boundingElement` ([#627](https://github.com/Shopify/polaris-react/pull/627)) -- Improved readability of `Badge` with `size` small and `status` new for navigation ([#633](https://github.com/shopify/polaris-react/pull/633)) - ### Documentation ### Development workflow