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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,39 @@ The format is based on [these versioning and changelog guidelines](https://git.i
8
8
9
9
---
10
10
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))
Copy file name to clipboardExpand all lines: UNRELEASED.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,14 @@
4
4
5
5
### Enhancements
6
6
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
-
12
7
### Bug fixes
13
8
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
-
22
9
### Documentation
23
10
24
11
### Development workflow
25
12
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
-
30
13
### Dependency upgrades
31
14
32
15
### Code quality
33
16
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))
0 commit comments