File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ The format is based on [these versioning and changelog guidelines](https://git.i
88
99---
1010
11+ ## 3.9.0 - 2019-02-21
12+
13+ ### Enhancements
14+
15+ - Used ` base-tight ` ` spacing ` value instead of ` rem(12px) ` ([ #1044 ] ( https://github.com/Shopify/polaris-react/pull/1044 ) )
16+
17+ ### Bug fixes
18+
19+ - Fixed the ` focused ` prop on ` TextField ` so it sets the focus state ([ #990 ] ( https://github.com/Shopify/polaris-react/pull/990 ) )
20+ - Resolved an unsupported ` React.Fragment ` syntax ([ #1080 ] ( https://github.com/Shopify/polaris-react/pull/1080 ) )
21+ - Constrained ` DropZone ` height based on inherited wrapper height [ #908 ] ( https://github.com/Shopify/polaris-react/pull/908 )
22+ - Reverted a change that adjusted padding in the ` Card ` component introduced in ([ #962 ] ( https://github.com/Shopify/polaris-react/pull/962 ) )
23+
1124## 3.8.0 - 2019-02-20
1225
1326### New components
Original file line number Diff line number Diff line change @@ -10,14 +10,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
1010
1111### Enhancements
1212
13- - Used ` base-tight ` ` spacing ` value instead of ` rem(12px) ` ([ #1044 ] ( https://github.com/Shopify/polaris-react/pull/1044 ) )
14-
1513### Bug fixes
1614
17- - Fixed the ` focused ` prop on ` TextField ` so it sets the focus state ([ #990 ] ( https://github.com/Shopify/polaris-react/pull/990 ) )
18- - Resolved an unsupported ` React.Fragment ` syntax ([ #1080 ] ( https://github.com/Shopify/polaris-react/pull/1080 ) )
19- - Constrained ` DropZone ` height based on inherited wrapper height [ #908 ] ( https://github.com/Shopify/polaris-react/pull/908 )
20-
2115### Documentation
2216
2317### Development workflow
You can’t perform that action at this time.
0 commit comments