Skip to content

Commit 92b7c9e

Browse files
committed
change log
1 parent 23b7aea commit 92b7c9e

File tree

2 files changed

+33
-21
lines changed

2 files changed

+33
-21
lines changed

CHANGELOG.md

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

99
---
1010

11+
## 4.14.0 - 2020-02-26
12+
13+
### Enhancements
14+
15+
- Added high contrast outline to `ActionList` ([#2713](https://github.com/Shopify/polaris-react/pull/2713))
16+
- Added high contrast border to `Button` ([#2712](https://github.com/Shopify/polaris-react/pull/2712))
17+
- Added styled placeholder image to `Avatar` when initials are blank ([#2693](https://github.com/Shopify/polaris-react/pull/2693))
18+
- Added a `preferInputActivator` prop to `Popover` to allow better positioning of the overlay ([#2754](https://github.com/Shopify/polaris-react/pull/2754))
19+
20+
### Bug fixes
21+
22+
- Updated Polaris Tokens, which now builds modern tokens using TypeScript, fixing issues where Edge threw errors related to modern JavaScript features ([#2763](https://github.com/Shopify/polaris-react/pull/2763))
23+
- Fixed `TrapFocus` stealing focus from other `TrapFocus`'s ([#2681](https://github.com/Shopify/polaris-react/pull/2681))
24+
- Fixed focus state color on monochrome `Buttons` ([#2684](https://github.com/Shopify/polaris-react/pull/2684))
25+
- Fixed container's width on `Modal` ([#2692](https://github.com/Shopify/polaris-react/pull/2692))
26+
- Fixed the position property for the backdrop on `Select` from being overwritten by the focus ring ([#2748](https://github.com/Shopify/polaris-react/pull/2748))
27+
- Fixed `ResourceItem` `Actions` visibility on mouse out ([#2742](https://github.com/Shopify/polaris-react/pull/2742))
28+
- Fixed initial server / client render mismatch in `Avatar` ([#2751](https://github.com/Shopify/polaris-react/pull/2751))
29+
30+
### Development workflow
31+
32+
- Added first implementation of custom property validation ([#2616](https://github.com/Shopify/polaris-react/pull/2616))
33+
- Refactored consumer build test (renamed to system integration test) ([#2735](https://github.com/Shopify/polaris-react/pull/2735))
34+
- Added Storybook Knobs for customizing theme ([#2674](https://github.com/Shopify/polaris-react/pull/2674))
35+
36+
### Code quality
37+
38+
- Updated dependencies in example apps ([#2722](https://github.com/Shopify/polaris-react/pull/2722))
39+
- Fixed `Tabs` tests that were preventing `React` updates ([#2702](https://github.com/Shopify/polaris-react/pull/2702))
40+
- Moved to Travis for CI ([#2652](https://github.com/Shopify/polaris-react/pull/2652))
41+
42+
---
43+
1144
## 4.13.1 - 2020-02-02
1245

1346
### Bug fixes

UNRELEASED.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,14 @@
44

55
### Enhancements
66

7-
- Added high contrast outline to `ActionList` ([#2713](https://github.com/Shopify/polaris-react/pull/2713))
8-
- Added high contrast border to `Button` ([#2712](https://github.com/Shopify/polaris-react/pull/2712))
9-
- Added styled placeholder image to `Avatar` when initials are blank ([#2693](https://github.com/Shopify/polaris-react/pull/2693))
10-
- Added a `preferInputActivator` prop to `Popover` to allow better positioning of the overlay ([#2754](https://github.com/Shopify/polaris-react/pull/2754))
11-
127
### Bug fixes
138

14-
- Updated Polaris Tokens, which now builds modern tokens using TypeScript, fixing issues where Edge threw errors related to modern JavaScript features ([#2763](https://github.com/Shopify/polaris-react/pull/2763))
15-
- Fixed `TrapFocus` stealing focus from other `TrapFocus`'s ([#2681](https://github.com/Shopify/polaris-react/pull/2681))
16-
- Fixed focus state color on monochrome `Buttons` ([#2684](https://github.com/Shopify/polaris-react/pull/2684))
17-
- Fixed container's width on `Modal` ([#2692](https://github.com/Shopify/polaris-react/pull/2692))
18-
- Fixed the position property for the backdrop on `Select` from being overwritten by the focus ring ([#2748](https://github.com/Shopify/polaris-react/pull/2748))
19-
- Fixed `ResourceItem` `Actions` visibility on mouse out ([#2742](https://github.com/Shopify/polaris-react/pull/2742))
20-
- Fixed initial server / client render mismatch in `Avatar` ([#2751](https://github.com/Shopify/polaris-react/pull/2751))
21-
229
### Documentation
2310

2411
### Development workflow
2512

26-
- Added first implementation of custom property validation ([#2616](https://github.com/Shopify/polaris-react/pull/2616))
27-
- Refactored consumer build test (renamed to system integration test) ([#2735](https://github.com/Shopify/polaris-react/pull/2735))
28-
- Added Storybook Knobs for customizing theme ([#2674](https://github.com/Shopify/polaris-react/pull/2674))
29-
3013
### Dependency upgrades
3114

3215
### Code quality
3316

34-
- Updated dependencies in example apps ([#2722](https://github.com/Shopify/polaris-react/pull/2722))
35-
- Fixed `Tabs` tests that were preventing `React` updates ([#2702](https://github.com/Shopify/polaris-react/pull/2702))
36-
- Moved to Travis for CI ([#2652](https://github.com/Shopify/polaris-react/pull/2652))
37-
3817
### Deprecations

0 commit comments

Comments
 (0)