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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,30 @@ The format is based on [these versioning and changelog guidelines](https://git.i
8
8
9
9
---
10
10
11
+
## 2.12.0 - 2018-10-11
12
+
13
+
### Enhancements
14
+
15
+
- Removed tip from `Popover` ([#1845](https://github.com/Shopify/polaris-react/pull/1845))
16
+
- Increased speed of `Popover` transition from 500ms to 100ms ([#2378](https://github.com/Shopify/polaris-react/pull/2378))
17
+
- Improved text contrast in `Badge` ([#2374](https://github.com/Shopify/polaris-react/pull/2374)).
18
+
- Added named `medium` size to Button that renders the same as omiting the size attribute ([#2392](https://github.com/Shopify/polaris-react/pull/2392))
19
+
20
+
### Bug fixes
21
+
22
+
- Fixed typo in `Collapsible` example ([#2398](https://github.com/Shopify/polaris-react/pull/2398))
23
+
- Fixed padding and margins on `SkeletonPage` to match `Page` ([#2167](https://github.com/Shopify/polaris-react/pull/2167))
24
+
- Fixed spacing between `Page` title and metadata ([#2382](https://github.com/Shopify/polaris-react/pull/2382))
25
+
26
+
### Documentation
27
+
28
+
- Made ActionList, OptionList and Popover examples active by default so previews are visible without interacting ([#2383](https://github.com/Shopify/polaris-react/pull/2383))
29
+
- Improved the manual accessibility checklist ([#2391](https://github.com/Shopify/polaris-react/pull/2391))
30
+
31
+
### Development workflow
32
+
33
+
- Batched Percy snapshots per component ([#2363](https://github.com/Shopify/polaris-react/pull/2363))
Copy file name to clipboardExpand all lines: UNRELEASED.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,3 @@
3
3
Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to format new entries. 💜
4
4
5
5
---
6
-
7
-
### Enhancements
8
-
9
-
- Removed tip from `Popover` ([#1845](https://github.com/Shopify/polaris-react/pull/1845))
10
-
- Sped up `Popover` transition from 500ms to 100ms ([#2378](https://github.com/Shopify/polaris-react/pull/2378))
11
-
- Improve text contrast in `Badge` ([#2374](https://github.com/Shopify/polaris-react/pull/2374)).
12
-
- Added named `medium` size to Button that renders the same as omiting the size attribute ([#2392](https://github.com/Shopify/polaris-react/pull/2392))
13
-
14
-
### Bug fixes
15
-
16
-
- Fixed typo in `Collapsible` example ([#2398](https://github.com/Shopify/polaris-react/pull/2398))
17
-
- Fixed padding and margins on `SkeletonPage` to match `Page` ([#2167](https://github.com/Shopify/polaris-react/pull/2167))
18
-
- Fixed spacing between `Page` title and metadata ([#2382](https://github.com/Shopify/polaris-react/pull/2382))
19
-
20
-
### Documentation
21
-
22
-
- Make ActionList, OptionList and Popover examples active by default so you can see previews without interacting ([#2383](https://github.com/Shopify/polaris-react/pull/2383))
23
-
24
-
### Development workflow
25
-
26
-
- Batched Percy snapshots per component ([#2363](https://github.com/Shopify/polaris-react/pull/2363))
27
-
28
-
### Documentation
29
-
30
-
- Made clarifications to and added examples to the manual accessibility checklist ([#2391](https://github.com/Shopify/polaris-react/pull/2391))
0 commit comments