diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbe2766233..d2c0c6f6d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ The format is based on [these versioning and changelog guidelines](https://git.i --- +## 4.8.0 - 2019-11-12 + +### Enhancements + +- Updated `Popover` to focus the correct element when closed ([#2255](https://github.com/Shopify/polaris-react/pull/2255)) +- Updated the type of the `title` prop in `ChoiceList` from `string` to `ReactNode` ([#2355](https://github.com/Shopify/polaris-react/pull/2355)) +- Added `disabled` prop to `Filters` component ([2389](https://github.com/Shopify/polaris-react/pull/2389)) +- Added `helpText` prop to `Filters` component ([2389](https://github.com/Shopify/polaris-react/pull/2389)) + +### Bug fixes + +- Fixed an issue where types were not generated for a JSON config file [#2361](https://github.com/Shopify/polaris-react/pull/2361)) + +### Development workflow + +- Enabled maintainers running `yarn dev` to hide [`yarn splash`](https://github.com/Shopify/polaris-react/tree/master/scripts/splash) reports from the console by running `DISABLE_SPLASH=1 yarn dev` ([#2372](https://github.com/Shopify/polaris-react/pull/2372)) +- Updated to sewing-kit 0.112.0 and eslint 6 and updated vscode config to use the eslint plugin to format js/ts files ((#2369)[https://github.com/Shopify/polaris-react/pull/2369]) + +### Code quality + +- Migrated `Popover` to use hooks ([#2386](https://github.com/Shopify/polaris-react/pull/2386)) + ## 4.7.3 - 2019-10-31 ### Enhancements diff --git a/UNRELEASED.md b/UNRELEASED.md index 2f5729cff51..f50d13b618d 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -4,25 +4,14 @@ ### Enhancements -- Updated `Popover` to focus the correct element when closed ([#2255](https://github.com/Shopify/polaris-react/pull/2255)) -- Updated the type of the `title` prop in `ChoiceList` from `string` to `ReactNode` ([#2355](https://github.com/Shopify/polaris-react/pull/2355)) -- Added `disabled` prop to `Filters` component ([2389](https://github.com/Shopify/polaris-react/pull/2389)) - ### Bug fixes -- Fixed an issue where types were not generated for a JSON config file [#2361](https://github.com/Shopify/polaris-react/pull/2361)) - ### Documentation ### Development workflow -- Enabled maintainers running `yarn dev` to hide [`yarn splash`](https://github.com/Shopify/polaris-react/tree/master/scripts/splash) reports from the console by running `DISABLE_SPLASH=1 yarn dev` ([#2372](https://github.com/Shopify/polaris-react/pull/2372)) -- Updated to sewing-kit 0.112.0 and eslint 6 and updated vscode config to use the eslint plugin to format js/ts files ((#2369)[https://github.com/Shopify/polaris-react/pull/2369]) - ### Dependency upgrades ### Code quality -- Migrated `Popover` to use hooks ([#2386](https://github.com/Shopify/polaris-react/pull/2386)) - ### Deprecations