Skip to content

Commit 505d14f

Browse files
authored
Merge pull request #883 from Shopify/3.5.0-changelog
update changelog for 3.5.0 release
2 parents c737a0d + ae82cce commit 505d14f

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@ The format is based on [these versioning and changelog guidelines](https://git.i
88

99
---
1010

11+
## 3.5.0 - 2019-01-16
12+
13+
### Enhancements
14+
15+
- 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))
16+
17+
### Bug fixes
18+
19+
- Ensure disabled `Button` components with a `url` prop output valid HTML ([#773](https://github.com/Shopify/polaris-react/pull/773))
20+
- 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.
21+
- 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))
22+
23+
### Documentation
24+
25+
- Added deprecation guidelines ([#853](https://github.com/Shopify/polaris-react/pull/853))
26+
27+
### Development workflow
28+
29+
- Replaced our home-grown playground with Storybook (still accessed through `yarn dev`) ([#768](https://github.com/Shopify/polaris-react/pull/768))
30+
- Removed our usage of babel-node for build scripts - use plain node instead ([#836](https://github.com/Shopify/polaris-react/pull/836))
31+
- Ensure CSS builds are reproducible ([#869](https://github.com/Shopify/polaris-react/pull/869))
32+
1133
## 3.4.0 - 2019-01-08
1234

1335
### Enhancements

UNRELEASED.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,14 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
1010

1111
### Enhancements
1212

13-
- 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))
14-
1513
### Design updates
1614

1715
### Bug fixes
1816

19-
- Ensure disabled `Button` components with a `url` prop output valid HTML ([#773](https://github.com/Shopify/polaris-react/pull/773))
20-
- 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.
21-
- 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)
22-
2317
### Documentation
2418

25-
- Added deprecation guidelines ([#853](https://github.com/Shopify/polaris-react/pull/853))
26-
2719
### Development workflow
2820

29-
- Replaced our home-grown playground with Storybook (still accessed through `yarn dev`) ([#768](https://github.com/Shopify/polaris-react/pull/768))
30-
- Removed our usage of babel-node for build scripts - use plain node instead ([#836](https://github.com/Shopify/polaris-react/pull/836))
31-
- Ensure CSS builds are reproducible ([#869](https://github.com/Shopify/polaris-react/pull/869))
32-
3321
### Dependency upgrades
3422

3523
### Code quality

0 commit comments

Comments
 (0)