You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
## Unreleased
2
2
3
+
## 1.4.0 (August 22, 2017)
4
+
5
+
### Enhancements
6
+
* Updated import, export, and view icons ([#543](https://github.com/Shopify/polaris-react/pull/543))
7
+
* Improved documentation of various components
8
+
* Improved how ActionList handles images and groups ([#550](https://github.com/Shopify/polaris-react/pull/550))
9
+
* Exposed PopoverCloseSource from Popover component ([#562](https://github.com/Shopify/polaris-react/pull/562))
10
+
11
+
### Bug fixes
12
+
* Fixed PageActions spacing in IE11 ([#544](https://github.com/Shopify/polaris-react/pull/544))
13
+
* Fixed ID inconsistency on TextFields ([#553](https://github.com/Shopify/polaris-react/pull/553))
14
+
* Fixed spacing on Page component with no header (thanks [bakura10](https://github.com/bakura10) for the [original issue](https://github.com/Shopify/polaris/issues/160)) ([#563](https://github.com/Shopify/polaris-react/pull/563/files))
15
+
* Fixed disabled state on primary and destructive buttons ([#549](https://github.com/Shopify/polaris-react/pull/549/files))
16
+
17
+
### Chores
18
+
* Upgraded javascript-utilities to the latest version ([#542](https://github.com/Shopify/polaris-react/pull/542))
19
+
3
20
## 1.3.1 (August 10, 2017)
4
21
### Bug fixes
5
22
* Fixed classnames in built *.scss files ([#537](https://github.com/Shopify/polaris-react/pull/537))
0 commit comments