From ae82cce8b33f38f5c34617e2a3419b9d6e62df95 Mon Sep 17 00:00:00 2001 From: Dan Rosenthal Date: Wed, 16 Jan 2019 13:00:31 -0500 Subject: [PATCH] update changelog for 3.5.0 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ UNRELEASED.md | 12 ------------ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815f087faf9..3d4851ac46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ The format is based on [these versioning and changelog guidelines](https://git.i --- +## 3.5.0 - 2019-01-16 + +### Enhancements + +- Update build toolchain to use Babel v7, PostCSS v7 and Rollup v1. Update our build targets match our [supported browsers](https://help.shopify.com/en/manual/intro-to-shopify/shopify-admin/supported-browsers), leading to a reduction in bundle size ([#837](https://github.com/Shopify/polaris-react/pull/837)) + +### Bug fixes + +- Ensure disabled `Button` components with a `url` prop output valid HTML ([#773](https://github.com/Shopify/polaris-react/pull/773)) +- Fixed `DropZone` which was unable to add a duplicate file back to back or add a file again once removed [#782](https://github.com/Shopify/polaris-react/pull/782). Thank you [@jzsplk](https://github.com/jzsplk) for the contribution [#425](https://github.com/Shopify/polaris-react/issues/425) and [@vladucu](https://github.com/vladucu) for the clear example. +- Added a fallback to the `safeAreaFor` sass mixin to handle browsers that don't support `env` and `constant` ([#881](https://github.com/Shopify/polaris-react/pull/881)) + +### Documentation + +- Added deprecation guidelines ([#853](https://github.com/Shopify/polaris-react/pull/853)) + +### Development workflow + +- Replaced our home-grown playground with Storybook (still accessed through `yarn dev`) ([#768](https://github.com/Shopify/polaris-react/pull/768)) +- Removed our usage of babel-node for build scripts - use plain node instead ([#836](https://github.com/Shopify/polaris-react/pull/836)) +- Ensure CSS builds are reproducible ([#869](https://github.com/Shopify/polaris-react/pull/869)) + ## 3.4.0 - 2019-01-08 ### Enhancements diff --git a/UNRELEASED.md b/UNRELEASED.md index 43b19482aa0..634a3e9e021 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -10,26 +10,14 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Enhancements -- Update build toolchain to use Babel v7, PostCSS v7 and Rollup v1. Update our build targets match our [supported browsers](https://help.shopify.com/en/manual/intro-to-shopify/shopify-admin/supported-browsers), leading to a reduction in bundle size ([#837](https://github.com/Shopify/polaris-react/pull/837)) - ### Design updates ### Bug fixes -- Ensure disabled `Button` components with a `url` prop output valid HTML ([#773](https://github.com/Shopify/polaris-react/pull/773)) -- Fixed `DropZone` which was unable to add a duplicate file back to back or add a file again once removed [#782](https://github.com/Shopify/polaris-react/pull/782). Thank you [@jzsplk](https://github.com/jzsplk) for the contribution [#425](https://github.com/Shopify/polaris-react/issues/425) and [@vladucu](https://github.com/vladucu) for the clear example. -- Added a fallback to the `safeAreaFor` sass mixin to handle browsers that don't support `env` and `constant` [#881](https://github.com/Shopify/polaris-react/pull/881) - ### Documentation -- Added deprecation guidelines ([#853](https://github.com/Shopify/polaris-react/pull/853)) - ### Development workflow -- Replaced our home-grown playground with Storybook (still accessed through `yarn dev`) ([#768](https://github.com/Shopify/polaris-react/pull/768)) -- Removed our usage of babel-node for build scripts - use plain node instead ([#836](https://github.com/Shopify/polaris-react/pull/836)) -- Ensure CSS builds are reproducible ([#869](https://github.com/Shopify/polaris-react/pull/869)) - ### Dependency upgrades ### Code quality