Skip to content

Commit 5e34a64

Browse files
changelog & unique ids
1 parent 5f8c0cd commit 5e34a64

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

UNRELEASED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
1818

1919
- Made the `action` prop optional on `EmptyState` ([#1583](https://github.com/Shopify/polaris-react/pull/1583))
2020
- Prevented Firefox from showing an extra dotted border on focused buttons ([#1409](https://github.com/Shopify/polaris-react/pull/1409))
21+
- Added `resolveItemId` prop to `ResourceList` which is used in the new multiselect feature ([#1261](https://github.com/Shopify/polaris-react/pull/1261))
2122

2223
### Bug fixes
2324

src/components/ResourceList/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ class ResourceListExample extends React.Component {
663663
location: 'Decatur, USA',
664664
},
665665
{
666-
id: 256,
667-
url: 'customers/256',
666+
id: 246,
667+
url: 'customers/246',
668668
name: 'Ellen Ochoa',
669669
location: 'Los Angeles, USA',
670670
},
@@ -675,8 +675,8 @@ class ResourceListExample extends React.Component {
675675
location: 'Arizona, USA',
676676
},
677677
{
678-
id: 341,
679-
url: 'customers/341',
678+
id: 349,
679+
url: 'customers/349',
680680
name: 'Haden Jerado',
681681
location: 'Decatur, USA',
682682
},

0 commit comments

Comments
 (0)