Skip to content

Commit bd1fb6e

Browse files
authored
prepare changelog for 3.15.0 release (#1472)
1 parent d0ff82d commit bd1fb6e

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

CHANGELOG.md

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

99
---
1010

11+
## 3.15.0 - 2019-05-14
12+
13+
This release fixes an issue introduced in `v3.14.0` that caused the `esnext` build not to succeed resulting in build errors for consumers ([#1466](https://github.com/Shopify/polaris-react/pull/1466))
14+
15+
### Enhancements
16+
17+
- Enhanced `NavigationItem`'s color accessibility for `active`, `focus`, `hover` and `Selected` states ([1304](https://github.com/Shopify/polaris-react/pull/1304))
18+
- Added `align` prop to `TextField` ([#1428](https://github.com/Shopify/polaris-react/pull/1428))
19+
- Added `clearButton` prop to `TextField` ([#1226](https://github.com/Shopify/polaris-react/pull/1226))
20+
21+
### Bug fixes
22+
23+
- Fixed `Checkbox` from improperly toggling when disabled ([#1467](https://github.com/Shopify/polaris-react/pull/1467))
24+
- Fixed `Popover` fade-in flutter on iOS by switching Transition component for CSSTransition ([#1400](https://github.com/Shopify/polaris-react/pull/1400))
25+
- Improved the visibility of focus styles for the `Link` component. ([#1425](https://github.com/Shopify/polaris-react/pull/1425))
26+
27+
### Documentation
28+
29+
- Updated accessibility testing documentation ([#1449](https://github.com/Shopify/polaris-react/pull/1449))
30+
- Added guidelines for tertiary actions in modals to `Modal` component documentation ([#1336](https://github.com/Shopify/polaris-react/pull/1336))
31+
32+
### Development workflow
33+
34+
- Updated the a11y shitlist and re-enabled the pa11y job in CI. The job always passes for now, as a way for us to judge whether it is stable and can be made a required check. ([#1456](https://github.com/Shopify/polaris-react/pull/1456))
35+
36+
### Code quality
37+
38+
- Simplified logic in Checkbox component ([#1453](https://github.com/Shopify/polaris-react/pull/1453))
39+
1140
## 3.14.0 - 2019-05-08
1241

1342
### New components

UNRELEASED.md

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

1515
### Enhancements
1616

17-
- Enhanced `NavigationItem`'s color accessibility for `active`, `focus`, `hover` and `Selected` states ([1304](https://github.com/Shopify/polaris-react/pull/1304))
18-
- Added `align` prop to `TextField` ([#1428](https://github.com/Shopify/polaris-react/pull/1428))
19-
- Added `clearButton` prop to `TextField` ([#1226](https://github.com/Shopify/polaris-react/pull/1226))
20-
2117
### Bug fixes
2218

23-
- Fixed `Checkbox` from improperly toggling when disabled ([#1467](https://github.com/Shopify/polaris-react/pull/1467))
24-
- Fixed `Popover` fade-in flutter on iOS by switching Transition component for CSSTransition [#1400](https://github.com/Shopify/polaris-react/pull/1400)
25-
- Improved the visibility of focus styles for the `Link` component. [#1425](https://github.com/Shopify/polaris-react/pull/1425)
26-
2719
### Documentation
2820

29-
- Updated accessibility testing documentation ([#1449](https://github.com/Shopify/polaris-react/pull/1449))
30-
- Added guidelines for tertiary actions in modals to `Modal` component documentation ([#1336](https://github.com/Shopify/polaris-react/pull/1336))
31-
3221
### Development workflow
3322

34-
- Updated the a11y shitlist and re-enabled the pa11y job in CI. The job always passes for now, as a way for us to judge whether it is stable and can be made a required check. ([#1456](https://github.com/Shopify/polaris-react/pull/1456))
35-
3623
### Dependency upgrades
3724

3825
### Code quality
3926

40-
- Simplified logic in Checkbox component ([#1453](https://github.com/Shopify/polaris-react/pull/1453))
41-
4227
### Deprecations

0 commit comments

Comments
 (0)