From e79d1409c3f50dd9ac3f88504d4a99d3b65e9189 Mon Sep 17 00:00:00 2001 From: Chloe Rice Date: Fri, 29 Mar 2019 16:11:07 -0400 Subject: [PATCH 1/2] [Release][v3.12.0] Prep CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ UNRELEASED.md | 13 ------------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e23f899d9..c5181a26e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ The format is based on [these versioning and changelog guidelines](https://git.i --- +## 3.12.0 - 2019-03-29 + +### Enhancements + +- Added a public `focus` method on `Banner` ([#1219](https://github.com/Shopify/polaris-react/pull/1219)) +- Added an `onScrollToBottom` prop to `Popover.Pane` ([#1248](https://github.com/Shopify/polaris-react/pull/1248)) +- Added a `placeholder` prop to `FilterControl` ([#1257](https://github.com/Shopify/polaris-react/pull/1257)) +- Added support for setting string values on the `TextField` `autoComplete` prop ([#1259](https://github.com/Shopify/polaris-react/pull/1259)) + +### Bug fixes + +- Fixed disabled states while loading for `ResourceList` ([#1237](https://github.com/Shopify/polaris-react/pull/1237)) +- Fixed `Checkbox` from losing focus and not receiving some modified events([#1112](https://github.com/Shopify/polaris-react/pull/1112)) +- Added translation for the cancel button on the `ResourceList` `BulkActions` ([#1243](https://github.com/Shopify/polaris-react/pull/1243)) +- Fixed the `Autocomplete` `onLoadMoreResults` prop not being called on scrolling to the end of the option list ([#1249](https://github.com/Shopify/polaris-react/pull/1249)) + +### Documentation + +- Removed `button group joined to the bottom of a component` example ([#38](https://github.com/Shopify/polaris-react/pull/1267)) + ## 3.11.0 - 2019-03-21 ### Enhancements diff --git a/UNRELEASED.md b/UNRELEASED.md index 4bbb315cb8f..ac90a713c50 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -12,23 +12,10 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Enhancements -- Added a public `focus` method on `Banner` ([#1219](https://github.com/Shopify/polaris-react/pull/1219)) -- Added an `onScrollToBottom` prop to `Popover.Pane` ([#1248](https://github.com/Shopify/polaris-react/pull/1248)) - -- Added a `placeholder` prop to `FilterControl` ([#1257](https://github.com/Shopify/polaris-react/pull/1257)) - ### Bug fixes -- Fixed disabled states while loading for `ResourceList` ([#1237](https://github.com/Shopify/polaris-react/pull/1237)) -- Fixed `Checkbox` from losing focus and not receiving some modified events([#1112](https://github.com/Shopify/polaris-react/pull/1112)) -- Added translation for the cancel button on the `ResourceList` `BulkActions` ([#1243](https://github.com/Shopify/polaris-react/pull/1243)) -- TextField autoComplete prop can now also accept string values and set the html input element's autocomplete to that string. The behavior for null, true and false values remains as it was. -- Fixed the `Autocomplete` `onLoadMoreResults` prop not being called on scrolling to the end of the option list ([#1249](https://github.com/Shopify/polaris-react/pull/1249)) - ### Documentation -- Removed `button group joined to the bottom of a component` example ([#38](https://github.com/Shopify/polaris-react/pull/1267)) - ### Development workflow ### Dependency upgrades From 5162d12403bd675eb5d8871233a21ad45d91fba3 Mon Sep 17 00:00:00 2001 From: Kaelig Deloumeau-Prigent Date: Mon, 1 Apr 2019 11:23:08 -0400 Subject: [PATCH 2/2] Fix link in CHANGELOG.md Co-Authored-By: chloerice --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5181a26e24..13875bfc641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ The format is based on [these versioning and changelog guidelines](https://git.i ### Documentation -- Removed `button group joined to the bottom of a component` example ([#38](https://github.com/Shopify/polaris-react/pull/1267)) +- Removed `button group joined to the bottom of a component` example ([#1267](https://github.com/Shopify/polaris-react/pull/1267)) ## 3.11.0 - 2019-03-21