This repository was archived by the owner on Sep 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Version Packages #10495
Merged
Merged
Version Packages #10495
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d7a7fe8
to
07cae08
Compare
/snapit |
🫰✨ Thanks @mrcthms! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230919175042 yarn add @shopify/polaris@0.0.0-snapshot-release-20230919175042 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230919175042 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230919175042 |
8d6b9da
to
15ac50e
Compare
/snapit |
🫰✨ Thanks @mrcthms! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230921093905 yarn add @shopify/polaris@0.0.0-snapshot-release-20230921093905 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230921093905 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230921093905 |
3298c03
to
ff9b8d8
Compare
ff9b8d8
to
ba3aed1
Compare
/snapit |
🫰✨ Thanks @laurkim! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230921220743 yarn add @shopify/polaris@0.0.0-snapshot-release-20230921220743 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230921220743 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230921220743 |
ba3aed1
to
39761db
Compare
/snapit |
🫰✨ Thanks @laurkim! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230922112400 yarn add @shopify/polaris@0.0.0-snapshot-release-20230922112400 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230922112400 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230922112400 |
laurkim
approved these changes
Sep 22, 2023
AnnaCheba
pushed a commit
to AnnaCheba/polaris
that referenced
this pull request
Apr 22, 2024
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.20.0 ### Minor Changes - [Shopify#10477](Shopify#10477) [`790a001cd`](Shopify@be6914d) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Updated semantic `color` tokens - [Shopify#10478](Shopify#10478) [`8be227e0c`](Shopify@b588f20) Thanks [@MaxCloutier](https://github.com/MaxCloutier)! - Added `allowFiltering` prop on `ActionList`, and `filterActions` prop on Page Header - [Shopify#9445](Shopify#9445) [`7be9c243a`](Shopify@4069237) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added support for subheaders and selection of a range of `IndexTable.Rows` -- See the [With subheaders](https://polaris.shopify.com/components/tables/index-table) example on polaris.shopify.com for how to properly configure - `IndexTable.Row` - Added support for setting the `indeterminate` value on the `selected` prop - Added the `selectionRange` prop to specify a range of other consecutive, related rows selected when the row is selected - Added the `rowType` prop to indicate the relationship or role of the row's contents (defaults to `data`, `subheader` renders the row to look and behave like the table header row) Added support for setting accessibility attributes on `IndexTable.Cell` - `IndexTable.Cell` - Added the `as` prop to support rendering the cell as a `th` element if it is serving as a subheading cell - Added support for the `headers` attribute to manually associate all headers when the cell is described by more than its column heading - Added support for the `colSpan` attribute to specify the number of the columns that the cell element should extend to - Added support for the `scope` attribute to indicate whether the `th` is a header for a column, row, or group of columns or rows - [Shopify#10490](Shopify#10490) [`863f15ff2`](Shopify@07246bc) Thanks [@mrcthms](https://github.com/mrcthms)! - Add new `IndexFiltersManager` for allowing disabling of Page Header actions when in Filtering or EditingColumns mode - [Shopify#10566](Shopify#10566) [`9fed74317`](Shopify@3fb446f) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed a bug in `Filters` where changes to the `appliedFilters` prop were not being handled ### Patch Changes - [Shopify#10404](Shopify#10404) [`5acfcec04`](Shopify@5cdd787) Thanks [@jesstelford](https://github.com/jesstelford)! - Scoped CSS variables for non-responsive props on `Tooltip`, `RangeSlider`, `ProgressBar`, and `HorizontalStack`. - [Shopify#10582](Shopify#10582) [`3efbc1b4e`](Shopify@d47089b) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed the focus states of actions within the Page Header component - [Shopify#10492](Shopify#10492) [`d5ff72dec`](Shopify@8057862) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated Storybook stories to be wrapped with an empty FrameContext.Provider - Updated dependencies \[[`fe1aac1b5`](Shopify@a4f7ed7), [`790a001cd`](Shopify@be6914d), [`63cf3ad24`](Shopify@d4e6bd4), [`120e96eae`](Shopify@fe98b0b)]: - @shopify/polaris-tokens@7.10.0 ## @shopify/polaris-tokens@7.10.0 ### Minor Changes - [Shopify#10465](Shopify#10465) [`fe1aac1b5`](Shopify@a4f7ed7) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Updated private primitive `colors` - [Shopify#10477](Shopify#10477) [`790a001cd`](Shopify@be6914d) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Updated semantic `color` tokens - [Shopify#10600](Shopify#10600) [`63cf3ad24`](Shopify@d4e6bd4) Thanks [@lgriffee](https://github.com/lgriffee)! - Added public primitive and semantic `shadow` token scales ### Patch Changes - [Shopify#10485](Shopify#10485) [`120e96eae`](Shopify@fe98b0b) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated public primitive `base` and `light-uplift` theme scales ## @shopify/polaris-migrator@0.22.5 ### Patch Changes - [Shopify#10575](Shopify#10575) [`ea6b54284`](Shopify@9761c8a) Thanks [@aveline](https://github.com/aveline)! - Handled `buttonFrom` and `buttonsFrom` functions in `Button` migration - Updated dependencies \[[`fe1aac1b5`](Shopify@a4f7ed7), [`790a001cd`](Shopify@be6914d), [`63cf3ad24`](Shopify@d4e6bd4), [`120e96eae`](Shopify@fe98b0b)]: - @shopify/polaris-tokens@7.10.0 - @shopify/stylelint-polaris@14.0.5 ## @shopify/stylelint-polaris@14.0.5 ### Patch Changes - Updated dependencies \[[`fe1aac1b5`](Shopify@a4f7ed7), [`790a001cd`](Shopify@be6914d), [`63cf3ad24`](Shopify@d4e6bd4), [`120e96eae`](Shopify@fe98b0b)]: - @shopify/polaris-tokens@7.10.0 ## polaris.shopify.com@0.57.8 ### Patch Changes - [Shopify#10605](Shopify#10605) [`9748b0838`](Shopify@a21aca4) Thanks [@laurkim](https://github.com/laurkim)! - Updated logic for rendering `color` custom property previews in `TokenList` - [Shopify#10573](Shopify#10573) [`da09e0b8c`](Shopify@439fedc) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated copy url to change browser url - Updated dependencies \[[`fe1aac1b5`](Shopify@a4f7ed7), [`5acfcec04`](Shopify@5cdd787), [`790a001cd`](Shopify@be6914d), [`8be227e0c`](Shopify@b588f20), [`63cf3ad24`](Shopify@d4e6bd4), [`7be9c243a`](Shopify@4069237), [`863f15ff2`](Shopify@07246bc), [`3efbc1b4e`](Shopify@d47089b), [`d5ff72dec`](Shopify@8057862), [`120e96eae`](Shopify@fe98b0b), [`9fed74317`](Shopify@3fb446f)]: - @shopify/polaris-tokens@7.10.0 - @shopify/polaris@11.20.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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release 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.20.0
Minor Changes
#10477
790a001cd
Thanks @aaronccasanova! - Updated semanticcolor
tokens#10478
8be227e0c
Thanks @MaxCloutier! - AddedallowFiltering
prop onActionList
, andfilterActions
prop on Page Header#9445
7be9c243a
Thanks @m4thieulavoie! - Added support for subheaders and selection of a range ofIndexTable.Rows
-- See the With subheaders example on polaris.shopify.com for how to properly configureIndexTable.Row
indeterminate
value on theselected
propselectionRange
prop to specify a range of other consecutive, related rows selected when the row is selectedrowType
prop to indicate the relationship or role of the row's contents (defaults todata
,subheader
renders the row to look and behave like the table header row)Added support for setting accessibility attributes on
IndexTable.Cell
IndexTable.Cell
as
prop to support rendering the cell as ath
element if it is serving as a subheading cellheaders
attribute to manually associate all headers when the cell is described by more than its column headingcolSpan
attribute to specify the number of the columns that the cell element should extend toscope
attribute to indicate whether theth
is a header for a column, row, or group of columns or rows#10490
863f15ff2
Thanks @mrcthms! - Add newIndexFiltersManager
for allowing disabling of Page Header actions when in Filtering or EditingColumns mode#10566
9fed74317
Thanks @mrcthms! - Fixed a bug inFilters
where changes to theappliedFilters
prop were not being handledPatch Changes
#10404
5acfcec04
Thanks @jesstelford! - Scoped CSS variables for non-responsive props onTooltip
,RangeSlider
,ProgressBar
, andHorizontalStack
.#10582
3efbc1b4e
Thanks @mrcthms! - Fixed the focus states of actions within the Page Header component#10492
d5ff72dec
Thanks @mrcthms! - Updated Storybook stories to be wrapped with an empty FrameContext.ProviderUpdated dependencies [
fe1aac1b5
,790a001cd
,63cf3ad24
,120e96eae
]:@shopify/polaris-tokens@7.10.0
Minor Changes
#10465
fe1aac1b5
Thanks @aaronccasanova! - Updated private primitivecolors
#10477
790a001cd
Thanks @aaronccasanova! - Updated semanticcolor
tokens#10600
63cf3ad24
Thanks @lgriffee! - Added public primitive and semanticshadow
token scalesPatch Changes
120e96eae
Thanks @lgriffee! - Updated public primitivebase
andlight-uplift
theme scales@shopify/polaris-migrator@0.22.5
Patch Changes
#10575
ea6b54284
Thanks @aveline! - HandledbuttonFrom
andbuttonsFrom
functions inButton
migrationUpdated dependencies [
fe1aac1b5
,790a001cd
,63cf3ad24
,120e96eae
]:@shopify/stylelint-polaris@14.0.5
Patch Changes
fe1aac1b5
,790a001cd
,63cf3ad24
,120e96eae
]:polaris.shopify.com@0.57.8
Patch Changes
#10605
9748b0838
Thanks @laurkim! - Updated logic for renderingcolor
custom property previews inTokenList
#10573
da09e0b8c
Thanks @kyledurand! - Updated copy url to change browser urlUpdated dependencies [
fe1aac1b5
,5acfcec04
,790a001cd
,8be227e0c
,63cf3ad24
,7be9c243a
,863f15ff2
,3efbc1b4e
,d5ff72dec
,120e96eae
,9fed74317
]: