Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Conversation

chloerice
Copy link
Member

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to 🎩

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

Copy-paste this code in playground/Playground.tsx:
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}

🎩 checklist

@chloerice chloerice requested review from a team as code owners September 27, 2023 20:11
Copy link
Member

@kyledurand kyledurand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇

@chloerice chloerice merged commit 7e53d78 into main Sep 28, 2023
@chloerice chloerice deleted the indextable-status branch September 28, 2023 19:16
This was referenced Sep 28, 2023
chloerice pushed a commit that referenced this pull request Sep 28, 2023
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @shopify/polaris@11.25.0

### Minor Changes

- [#10724](#10724)
[`7e53d7860`](7e53d78)
Thanks [@chloerice](https://github.com/chloerice)! - Deprecated
`IndexTable` `status` and `subdued` props in favor of new `tone` prop

### Patch Changes

- [#10736](#10736)
[`49e47880a`](49e4788)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Fixed
issue with setting local pinned filters in `Filters` when no
`appliedFilters` were provided.

## polaris.shopify.com@0.58.4

### Patch Changes

- Updated dependencies
\[[`49e47880a`](49e4788),
[`7e53d7860`](7e53d78)]:
    -   @shopify/polaris@11.25.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AnnaCheba pushed a commit to AnnaCheba/polaris that referenced this pull request Apr 22, 2024
<!--
  ☝️How to write a good PR title:
- Prefix it with [ComponentName] (if applicable), for example: [Button]
  - Start with a verb, for example: Add, Delete, Improve, Fix…
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

### WHY are these changes introduced?

Fixes #0000 <!-- link to issue if one exists -->

<!--
  Context about the problem that’s being addressed.
-->

### WHAT is this pull request doing?

<!--
  Summary of the changes committed.

Before / after screenshots are appreciated for UI changes. Make sure to
include alt text that describes the screenshot.

If you include an animated gif showing your change, wrapping it in a
details tag is recommended. Gifs usually autoplay, which can cause
accessibility issues for people reviewing your PR:

    <details>
      <summary>Summary of your gif(s)</summary>
      <img src="..." alt="Description of what the gif shows">
    </details>
-->

<!-- ℹ️ Delete the following for small / trivial changes -->

### How to 🎩

🖥 [Local development
instructions](https://github.com/Shopify/polaris/blob/main/README.md#local-development)
🗒 [General tophatting
guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md)
📄 [Changelog
guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog)

<!--
  Give as much information as needed to experiment with the component
  in the playground.
-->

<details>
<summary>Copy-paste this code in
<code>playground/Playground.tsx</code>:</summary>

```jsx
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}
```

</details>

### 🎩 checklist

- [ ] Tested on
[mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing)
- [ ] Tested on [multiple
browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers)
- [ ] Tested for
[accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md)
- [ ] Updated the component's `README.md` with documentation changes
- [ ] [Tophatted
documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md)
changes in the style guide
ascherkus pushed a commit to ascherkus/polaris that referenced this pull request Feb 19, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @shopify/polaris@11.25.0

### Minor Changes

- [Shopify#10724](Shopify#10724)
[`7e53d7860`](Shopify@9af4ce5)
Thanks [@chloerice](https://github.com/chloerice)! - Deprecated
`IndexTable` `status` and `subdued` props in favor of new `tone` prop

### Patch Changes

- [Shopify#10736](Shopify#10736)
[`49e47880a`](Shopify@7e02285)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Fixed
issue with setting local pinned filters in `Filters` when no
`appliedFilters` were provided.

## polaris.shopify.com@0.58.4

### Patch Changes

- Updated dependencies
\[[`49e47880a`](Shopify@7e02285),
[`7e53d7860`](Shopify@9af4ce5)]:
    -   @shopify/polaris@11.25.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants