Skip to content

Commit 335e8f3

Browse files
committed
update changelog and unreleased for 2.9.0 release
1 parent d90d53d commit 335e8f3

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

CHANGELOG.md

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

99
---
1010

11+
## 2.9.0 - 2018-09-10
12+
13+
### Enhancements
14+
15+
- Updated date filter labels in resource list ([#2185](https://github.com/Shopify/polaris-react/pull/2185))
16+
- Changed `placeholder` prop in `Select` to be the default selection ([#2115](https://github.com/Shopify/polaris-react/pull/2115))
17+
- Added a `loading` prop to `ResourceList` that places a spinner overtop items and disables bulk actions ([#1922](https://github.com/Shopify/polaris-react/pull/1922))
18+
19+
### Documentation
20+
21+
- Clarified when and how to use icons in the banner component ([#2106](https://github.com/Shopify/polaris-react/pull/2106))
22+
- Updated footer help component guidelines to include content instructions for app developers ([#2023](https://github.com/Shopify/polaris-react/pull/2023#pullrequestreview-150272766))
23+
24+
### Bug fixes
25+
26+
- Fixed resource list component to correctly handle inclusive filter keys ([#2189](https://github.com/Shopify/polaris-react/pull/2189))
27+
- Fixed date field in DateSelector to not render an error when date is added by the date picker and field is blurred ([#2180](https://github.com/Shopify/polaris-react/pull/2180))
28+
- Fixed pagination from firing keypress events while focus is inside inputs or contenteditables ([#1900](https://github.com/Shopify/polaris-react/pull/1900))
29+
- Fixed `EmptyState` horizontally scrolling when fully condensed ([#2062](https://github.com/Shopify/polaris-react/pull/2062))
30+
- Fixed the bottom margin of elements inside `Page` being ignored in some browsers ([#2142](https://github.com/Shopify/polaris-react/pull/2142))
31+
- Added required `url` prop to `breadcrumbs` in `Page` component examples ([#2182](https://github.com/Shopify/polaris-react/pull/2182))
32+
- Fixed `ActionList` wrapping text within a `Popover` ([#2057](https://github.com/Shopify/polaris-react/pull/2057))
33+
- Fixed `Banner` spacing when inside of a section ([#2188](https://github.com/Shopify/polaris-react/pull/2188))
34+
- Fixed `Stack` so it doesn't add extra spacing between items in Safari ([#2195](https://github.com/Shopify/polaris-react/pull/2195))
35+
1136
## 2.8.0 - 2018-08-30
1237

1338
### Bug fixes

UNRELEASED.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,3 @@
33
Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to format new entries. 💜
44

55
---
6-
7-
### Enhancements
8-
9-
- Updated date filter labels in resource list ([2185](https://github.com/Shopify/polaris-react/pull/2185))
10-
- Changed `placeholder` prop in `Select` to be the default selection ([#2115](https://github.com/Shopify/polaris-react/pull/2115))
11-
- Added a `loading` prop to `ResourceList` that places a spinner overtop items and disables bulk actions ([#1922](https://github.com/Shopify/polaris-react/pull/1922))
12-
13-
### Documentation
14-
15-
- Clarified when and how to use icons in the banner component ([#2106](https://github.com/Shopify/polaris-react/pull/2106))
16-
- Updated footer help component guidelines to include content instructions for app developers ([#2023](https://github.com/Shopify/polaris-react/pull/2023#pullrequestreview-150272766))
17-
18-
### Bug fixes
19-
20-
- Resource list component correctly handles inclusive filter keys ([#2189](https://github.com/Shopify/polaris-react/pull/2189))
21-
- Date field in DateSelector now does not render an error when date is added by the date picker and field is blurred ([#2180](https://github.com/Shopify/polaris-react/pull/2180))
22-
- Fixed pagination from firing keypress events while focus is inside inputs or contenteditables ([#1900](https://github.com/Shopify/polaris-react/pull/1900))
23-
- Fixed `EmptyState` horizontally scrolling when fully condensed ([#2062](https://github.com/Shopify/polaris-react/pull/2062))
24-
- Fixed the bottom margin of elements inside `Page` being ignored in some browsers ([#2142](https://github.com/Shopify/polaris-react/pull/2142))
25-
- Added required `url` prop to `breadcrumbs` in `Page` component examples ([#2182](https://github.com/Shopify/polaris-react/pull/2182))
26-
- Fixed `ActionList` wrapping text within a `Popover` ([#2057](https://github.com/Shopify/polaris-react/pull/2057))
27-
- Fixed `Banner` spacing when inside of a section ([2188](https://github.com/Shopify/polaris-react/pull/2188))
28-
- Fixed `Stack` so it doesn't add extra spacing between items in Safari ([#2195](https://github.com/Shopify/polaris-react/pull/2195))

0 commit comments

Comments
 (0)