Skip to content

Commit f9ea8a8

Browse files
authored
Merge pull request #2071 from Shopify/change-log-for-2.7
Updating changelog update for 2.7 release
2 parents aaf1b2a + 8ba8c88 commit f9ea8a8

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

CHANGELOG.md

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

99
---
1010

11+
## 2.7.0 - 2018-08-27
12+
13+
# Unreleased changes
14+
15+
- Adjusted spacing for `ChoiceChildren` in choice list for readability ([#2016](https://github.com/Shopify/polaris-react/pull/2016))
16+
- Made `Card.Header` a seperate publically accessible component ([#1946](https://github.com/Shopify/polaris-react/pull/1946))
17+
18+
### Enhancements
19+
20+
- Added support for complex operators in `ResourceList` component ([#2006](https://github.com/Shopify/polaris-react/pull/2006))
21+
- Updated the page component's primary action to support `Button` props. ([#1994](https://github.com/Shopify/polaris-react/pull/1994))
22+
- Added validation for non-numeric input in a type="number" `TextField` ([#2001](https://github.com/Shopify/polaris-react/pull/2001))
23+
- Added support for Windows High Contrast mode in the popover component ([#1987](https://github.com/Shopify/polaris-react/pull/1987))
24+
- Added circle information icon ([#1967](https://github.com/Shopify/polaris-react/pull/1967))
25+
26+
### Documentation
27+
28+
- Updated banner guidelines to make it clearer when success banners should be used vs success toasts. ([#2046](https://github.com/Shopify/polaris-react/pull/2046))
29+
- Added documentation for iOS and Android section header ([#1918](https://github.com/Shopify/polaris-react/pull/1918))
30+
1131
## 2.6.1 - 2018-08-21
1232

1333
### Development workflow

UNRELEASED.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
# Unreleased changes
2-
31
Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to format new entries. 💜
42

5-
---
6-
7-
- Adjusted spacing for `ChoiceChildren` in choice list for readability ([#2016](https://github.com/Shopify/polaris-react/pull/2016))
8-
- Made `Card.Header` a seperate publically accessible component ([#1946](https://github.com/Shopify/polaris-react/pull/1946))
9-
10-
### Enhancements
11-
12-
- Added support for complex operators in `ResourceList` component ([#2006](https://github.com/Shopify/polaris-react/pull/2006))
13-
- Updated the page component's primary action to support `Button` props. ([#1994](https://github.com/Shopify/polaris-react/pull/1994))
14-
- Added validation for non-numeric input in a type="number" `TextField` ([#2001](https://github.com/Shopify/polaris-react/pull/2001))
15-
- Added support for Windows High Contrast mode in the popover component ([#1987](https://github.com/Shopify/polaris-react/pull/1987))
16-
- Added circle information icon ([#1967](https://github.com/Shopify/polaris-react/pull/1967))
17-
18-
### Documentation
19-
20-
- Updated banner guidelines to make it clearer when success banners should be used vs success toasts. ([#2046](https://github.com/Shopify/polaris-react/pull/2046))
21-
- Added documentation for iOS and Android section header ([#1918](https://github.com/Shopify/polaris-react/pull/1918))
22-
23-
## 2.6.1 - 2018-08-21
24-
25-
### Development workflow
26-
27-
- Moved `pa11y` and `object-hash` from dependencies to devDependencies ([#2003](https://github.com/Shopify/polaris-react/pull/2003))
28-
29-
### Bug fixes
30-
31-
- Fixed inconsistent drop zone error styling ([#1981](https://github.com/Shopify/polaris-react/pull/1981))
3+
# Unreleased changes

0 commit comments

Comments
 (0)