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
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,50 @@ The format is based on [these versioning and changelog guidelines](https://git.i
8
8
9
9
---
10
10
11
+
## 2.11.0 - 2018-10-03
12
+
13
+
### Enhancements
14
+
15
+
-`Tab.Item` with a `url` prop now renders an `UnstyledLink` instead of a `Button` when displayed in `Popover` and you can now keyboard navigate the disclosure in `Tabs` ([#2153](https://github.com/Shopify/polaris-react/pull/2153))
16
+
- Refs can be placed on `DropZone.FileUpload` ([#2319](https://github.com/Shopify/polaris-react/pull/2319))
17
+
- Use the new context API in `ResourceList` ([#2216](https://github.com/Shopify/polaris-react/pull/2216))
18
+
- Use the new context API in `DropZone` ([#2211](https://github.com/Shopify/polaris-react/pull/2211))
19
+
- Update example description in `ExceptionList` documentation ([#2277](https://github.com/Shopify/polaris-react/pull/2277))
20
+
- Move Modal CloseButton into its own subcomponent, instead of being part of the Header subcomponent. This is an internal implementation detail if you are using the React component. If you are using (s)css and are defining class names manually you will need to update references to `Polaris-Modal-Header__CloseButton` and `Polaris-Modal-Header--withoutTitle` to `Polaris-Modal-CloseButton` and `Polaris-Modal-CloseButton--withoutTitle` respectively. ([#2289](https://github.com/Shopify/polaris-react/pull/2289))
21
+
22
+
### Development workflow
23
+
24
+
- Added `d.ts` files to test coverage ignore ([#2018](https://github.com/Shopify/polaris-react/pull/2018))
25
+
-`Page` is no longer self-closing in the playground ([#2283](https://github.com/Shopify/polaris-react/pull/2283))
26
+
27
+
### Bug fixes
28
+
29
+
- Fixed `Button` alignment issue caused by unnecessary icon markup rendering ([#2339](Fixing button alignment #2339)) (thanks to ([@mbaumbach](https://github.com/mbaumbach)) for the ([original issue](https://github.com/Shopify/polaris/issues/429)))
30
+
- Fixed console error and used new ref syntax in `DataTable` ([#2196](https://github.com/Shopify/polaris-react/pull/2196)) (thanks to ([@duythien0912](https://github.com/duythien0912)) for the ([original issue](https://github.com/Shopify/polaris/issues/403)))
31
+
- Fixed margin of `InlineError` text to align with the `ChoiceList` labels ([#2275](https://github.com/Shopify/polaris-react/pull/2275))
32
+
- Replaced hardcoded `rem` values with globally scalable ones on `DataTable`’s collapsed shadow, and `TextStyle` code blocks ([#2293](https://github.com/Shopify/polaris-react/pull/2293))
33
+
- Fixed spacing of numbered `List` for double digits ([#121](https://github.com/Shopify/polaris-ux/issues/121))
34
+
- Fixed `ProgressBar` not showing up in Windows high contrast mode ([#1708](https://github.com/Shopify/polaris-react/issues/1708))
35
+
- Top aligned all cells in `DataTable` ([#2278](https://github.com/Shopify/polaris-react/pull/2278))
36
+
- Fixed stacking order of loading overlay in `ResourceList` ([#2258](https://github.com/Shopify/polaris-react/pull/2258))
37
+
- Fixed form inputs in `Popover` that were disappearing instead of top aligning ([#2326](https://github.com/Shopify/polaris-react/pull/2326)) thanks to [@mbaumbach](https://github.com/mbaumbach) for the [original issue](https://github.com/Shopify/polaris/issues/435)
38
+
- Removed a redundant class on `OptionList` list items ([#2338](https://github.com/Shopify/polaris-react/pull/2338))
39
+
40
+
### Documentation
41
+
42
+
- Made `Modal` examples show the modal dialog by default ([#2303](https://github.com/Shopify/polaris-react/pull/2303))
43
+
- Changed fitted `Tabs` to have equal width when enough space is present ([#2314](https://github.com/Shopify/polaris-react/issues/2314))
44
+
45
+
### New components
46
+
47
+
#### withContext
48
+
49
+
Use `withContext` to pass consumer context to a component.
50
+
51
+
#### withRef
52
+
53
+
Use `withRef` with `compose` to forwardRefs to a component.
Copy file name to clipboardExpand all lines: UNRELEASED.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,44 +3,3 @@
3
3
Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to format new entries. 💜
4
4
5
5
---
6
-
7
-
### New components
8
-
9
-
#### withContext
10
-
11
-
Use `withContext` to pass consumer context to a component.
12
-
13
-
#### withRef
14
-
15
-
Use `withRef` with `compose` to forwardRefs to a component.
16
-
17
-
### Enhancements
18
-
19
-
-`Tab.Item` with a `url` prop now renders an `UnstyledLink` instead of a `Button` when displayed in `Popover` and you can now keyboard navigate the disclosure in `Tabs` ([#2153](https://github.com/Shopify/polaris-react/pull/2153))
20
-
- Refs can be placed on `DropZone.FileUpload` ([#2319](https://github.com/Shopify/polaris-react/pull/2319))
21
-
- Use the new context API in `ResourceList` ([#2216](https://github.com/Shopify/polaris-react/pull/2216))
22
-
- Use the new context API in `DropZone` ([#2211](https://github.com/Shopify/polaris-react/pull/2211))
23
-
- Update example description in `ExceptionList` documentation ([#2277](https://github.com/Shopify/polaris-react/pull/2277))
24
-
- Move Modal CloseButton into its own subcomponent, instead of being part of the Header subcomponent. This is an internal implementation detail if you are using the React component. If you are using (s)css and are defining class names manually you will need to update references to `Polaris-Modal-Header__CloseButton` and `Polaris-Modal-Header--withoutTitle` to `Polaris-Modal-CloseButton` and `Polaris-Modal-CloseButton--withoutTitle` respectively. ([#2289](https://github.com/Shopify/polaris-react/pull/2289))
25
-
26
-
### Development workflow
27
-
28
-
- Added `d.ts` files to test coverage ignore ([#2018](https://github.com/Shopify/polaris-react/pull/2018))
29
-
30
-
### Bug fixes
31
-
32
-
- Fixed `Button` alignment issue caused by unnecessary icon markup rendering ([#2339](Fixing button alignment #2339)) (thanks to ([@mbaumbach](https://github.com/mbaumbach)) for the ([original issue](https://github.com/Shopify/polaris/issues/429)))
33
-
- Fixed console error and used new ref syntax in `DataTable` ([#2196](https://github.com/Shopify/polaris-react/pull/2196)) (thanks to ([@duythien0912](https://github.com/duythien0912)) for the ([original issue](https://github.com/Shopify/polaris/issues/403)))
34
-
- Fixed margin of `InlineError` text to align with the `ChoiceList` labels ([#2275](https://github.com/Shopify/polaris-react/pull/2275))
35
-
- Replaced hardcoded `rem` values with globally scalable ones on `DataTable`’s collapsed shadow, and `TextStyle` code blocks ([#2293](https://github.com/Shopify/polaris-react/pull/2293))
36
-
- Fixed spacing of numbered `List` for double digits ([#121](https://github.com/Shopify/polaris-ux/issues/121))
37
-
- Fixed `ProgressBar` not showing up in Windows high contrast mode ([#1708](https://github.com/Shopify/polaris-react/issues/1708))
38
-
- Top aligned all cells in `DataTable` ([#2278](https://github.com/Shopify/polaris-react/pull/2278))
39
-
- Fixed stacking order of loading overlay in `ResourceList` ([#2258](https://github.com/Shopify/polaris-react/pull/2258))
40
-
- Fixed form inputs in `Popover` that were disappearing instead of top aligning ([#2326](https://github.com/Shopify/polaris-react/pull/2326)) thanks to [@mbaumbach](https://github.com/mbaumbach) for the [original issue](https://github.com/Shopify/polaris/issues/435)
41
-
- Removed a redundant class on `OptionList` list items ([#2338](https://github.com/Shopify/polaris-react/pull/2338))
42
-
43
-
### Documentation
44
-
45
-
- Made `Modal` examples show the modal dialog by default ([#2303](https://github.com/Shopify/polaris-react/pull/2303))
46
-
- Changed fitted `Tabs` to have equal width when enough space is present ([#2314](https://github.com/Shopify/polaris-react/issues/2314))
0 commit comments