Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent bc22e13 commit 1799efd
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 15 deletions.
40 changes: 39 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,44 @@
"@shopify/stylelint-polaris": "13.0.8"
},
"changesets": [
"nice-zoos-vanish"
"chatty-dryers-sneeze",
"chilly-grapes-enjoy",
"curly-chairs-speak",
"cyan-hats-jam",
"dull-dingos-collect",
"dull-pans-give",
"fast-suits-jog",
"fuzzy-coats-study",
"fuzzy-pears-jog",
"healthy-boxes-wave",
"hip-gorillas-sparkle",
"honest-stingrays-act",
"hot-apples-press",
"kind-phones-yell",
"lazy-hornets-train",
"light-gorillas-smell",
"light-seahorses-sit",
"loud-hounds-fetch",
"lovely-rings-enjoy",
"lucky-wombats-push",
"moody-terms-provide",
"nice-zoos-vanish",
"olive-clouds-pretend",
"popular-pumas-sin",
"proud-parrots-yawn",
"rotten-comics-think",
"short-kids-buy",
"short-schools-run",
"silent-brooms-confess",
"silly-ligers-heal",
"silly-years-search",
"six-donkeys-nail",
"slow-experts-flash",
"tall-chicken-repeat",
"tasty-ducks-punch",
"ten-snakes-play",
"three-trains-tie",
"wild-dodos-refuse",
"wise-pianos-unite"
]
}
2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vscode-languageserver-textdocument": "^1.0.4"
},
"devDependencies": {
"@shopify/polaris-tokens": "^7.9.0",
"@shopify/polaris-tokens": "^7.10.0-beta.0",
"@types/node": "14.x",
"@types/vscode": "^1.64.0",
"@vscode/test-electron": "^2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions polaris-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^7.9.0",
"@shopify/stylelint-polaris": "^14.0.4",
"@shopify/polaris-tokens": "^7.10.0-beta.0",
"@shopify/stylelint-polaris": "^14.0.5-beta.0",
"chalk": "^4.1.0",
"globby": "11.0.1",
"is-git-clean": "^1.1.0",
Expand All @@ -55,7 +55,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^12.0.0-beta.0",
"@shopify/polaris": "^12.0.0-beta.1",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
96 changes: 96 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,101 @@
# Changelog

## 12.0.0-beta.1

### Major Changes

- [#10122](https://github.com/Shopify/polaris/pull/10122) [`43b42aefe`](https://github.com/Shopify/polaris/commit/43b42aefedcfcfa1375c182ac541fd58822ecd01) Thanks [@aveline](https://github.com/aveline)! - Removed `shape` prop on `Avatar` component

* [#10270](https://github.com/Shopify/polaris/pull/10270) [`b9bcaef41`](https://github.com/Shopify/polaris/commit/b9bcaef414eb841241655f49d93f38cf51bd3f78) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `spacing` prop to `gap` on `List` and `DescriptionList`

- [#9997](https://github.com/Shopify/polaris/pull/9997) [`b59fc9e27`](https://github.com/Shopify/polaris/commit/b59fc9e272963fcc35f98b02f3c658b51a5ec4a5) Thanks [@yurm04](https://github.com/yurm04)! - [ButtonGroup] Removed `segmented` boolean prop and replaced with `variant`. Replaced `spacing` prop with `gap`

* [#10100](https://github.com/Shopify/polaris/pull/10100) [`4c7b2d485`](https://github.com/Shopify/polaris/commit/4c7b2d48585782abb7d20e5f01809102141037e5) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated `borderRadius` props to match web spec

- [#10051](https://github.com/Shopify/polaris/pull/10051) [`69edd97ce`](https://github.com/Shopify/polaris/commit/69edd97cebdd3de3769dadb9ab41e465ca071739) Thanks [@aveline](https://github.com/aveline)! - Renamed `color` prop to `tone` for `ProgressBar` component

* [#10182](https://github.com/Shopify/polaris/pull/10182) [`e814c0ee1`](https://github.com/Shopify/polaris/commit/e814c0ee1aec24a30048d1aefb47b38fd45d0692) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed connectedDislosure prop on button

- [#10283](https://github.com/Shopify/polaris/pull/10283) [`42ee9f407`](https://github.com/Shopify/polaris/commit/42ee9f407d9f75ab444bd1c45669bc91e8bbe3ca) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Renamed `size` prop values for the Avatar component. See the following table for the new prop mappings.

| Before | After |
| ------------------------- | ----------- |
| `size="extraSmall"` | `size="xs"` |
| `size="small"` | `size="sm"` |
| `size="medium"` | `size="md"` |
| `size="large"` | `size="lg"` |
| `size="xl-experimental"` | `size="xl"` |
| `size="2xl-experimental"` | `size="xl"` |

* [#10232](https://github.com/Shopify/polaris/pull/10232) [`eb2c2035c`](https://github.com/Shopify/polaris/commit/eb2c2035cabd6ccbd0fd773f98701633eff618a7) Thanks [@laurkim](https://github.com/laurkim)! - Removed `divider` prop from `Page` component

- [#10271](https://github.com/Shopify/polaris/pull/10271) [`1125087b5`](https://github.com/Shopify/polaris/commit/1125087b5987df30e5b1d6962cf32c01fc2f2bf8) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed deprecated additionalNavigation prop on Page Header

* [#10164](https://github.com/Shopify/polaris/pull/10164) [`af9f264b9`](https://github.com/Shopify/polaris/commit/af9f264b9a15a91901e42f6ff2e8e8490e755e03) Thanks [@aveline](https://github.com/aveline)! - Renamed `destructive` prop to `tone` for `Button` component

- [#10261](https://github.com/Shopify/polaris/pull/10261) [`abeef7ad0`](https://github.com/Shopify/polaris/commit/abeef7ad0563878da797fdbcc1ee1262d4fe4c7e) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced `small`, `large`, and `fullScreen` props with `size` prop

* [#10206](https://github.com/Shopify/polaris/pull/10206) [`dad09bde9`](https://github.com/Shopify/polaris/commit/dad09bde960bcb8a00a5ed5916201dbb1974bf7f) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `status` prop on `Banner` to `tone`

- [#10220](https://github.com/Shopify/polaris/pull/10220) [`2b0cdb2fb`](https://github.com/Shopify/polaris/commit/2b0cdb2fbff2d3f6c8e9b31526799085617301db) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `color` prop on `Icon` to `tone`

* [#10036](https://github.com/Shopify/polaris/pull/10036) [`359614cf8`](https://github.com/Shopify/polaris/commit/359614cf835973ae742082ff6fdc17ff37c27fc6) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced `borderless` prop with `variant` on TextField

Migration: `npx @shopify/polaris-migrator react-rename-component-prop <path> --componentName="TextField" --from="borderless" --to="variant" --newValue="borderless"`

- [#10635](https://github.com/Shopify/polaris/pull/10635) [`340e36e7d`](https://github.com/Shopify/polaris/commit/340e36e7dfe4bcfdafce1c169c896242832dec3f) Thanks [@laurkim](https://github.com/laurkim)! - Removed `polarisSummerEditions2023` feature flag from AppProvider context

* [#10090](https://github.com/Shopify/polaris/pull/10090) [`4caed28a7`](https://github.com/Shopify/polaris/commit/4caed28a77c7c5b4cf78dc8071631e7054173740) Thanks [@aveline](https://github.com/aveline)! - Consolidated boolean `Button` props into `variant` prop

- [#10041](https://github.com/Shopify/polaris/pull/10041) [`8f927f762`](https://github.com/Shopify/polaris/commit/8f927f7622d15554c1ec3c02cdb1b381be636655) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced boolean props: `secondary`, `fullWidth`, `oneHalf`, `oneThird` on Layout.Section with `variant`

* [#10266](https://github.com/Shopify/polaris/pull/10266) [`22a51eae2`](https://github.com/Shopify/polaris/commit/22a51eae2bf375cecf6442ba2759ccf9d73b0bf6) Thanks [@kyledurand](https://github.com/kyledurand)! - Renamed `color` prop on Text to `tone`

- [#9993](https://github.com/Shopify/polaris/pull/9993) [`66f5c8df3`](https://github.com/Shopify/polaris/commit/66f5c8df3e068c5cdc60a559e615f9375dbe537d) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Removed Summer Editions experimental styles and code for the following components: `AppProvider`, `Avatar`, `AccountConnection`, `ActionList`, `ActionMenu`, `Autocomplete`, `Badge`, `Banner`, `Breadcrumbs`, `BulkActions`, `Button`, `ButtonGroup`, `CalloutCard`, `Card`, `CheckableButton`, `Checkbox`, `Choice`, `Connected`, `DataTable`, `DatePicker`, `DropZone`, `EmptyState`, `Filters`, `FormLayout`, `Frame`, `FullscreenBar`, `IndexFilters`, `IndexTable`, `InlineError`, `KeyboardKey`, `Labelled`, `Layout`, `LegacyCard`, `LegacyFilters`, `LegacyTabs`, `Link`, `List`, `Listbox`, `MediaCard`, `Modal`, `Navigation`, `OptionList`, `Page`, `PageActions`, `Pagination`, `Popover`, `ProgressBar`, `RadioButton`, `ResourceItem`, `ResourceList`, `Select`, `SettingAction`, `ShadowBevel`, `SkeletonPage`, `SkeletonThumbnail`, `Spinner`, `Tabs`, `Tag`, `Text`, `TextField`, `Thumbnail`, `TooltipOverlay`, `TopBar`, and `VideoThumbnail`

* [#10232](https://github.com/Shopify/polaris/pull/10232) [`eb2c2035c`](https://github.com/Shopify/polaris/commit/eb2c2035cabd6ccbd0fd773f98701633eff618a7) Thanks [@laurkim](https://github.com/laurkim)! - Removed `optionRole` prop from `OptionList` component

### Minor Changes

- [#10238](https://github.com/Shopify/polaris/pull/10238) [`b17d23d69`](https://github.com/Shopify/polaris/commit/b17d23d69d6a77326fb6e43019691384ddf8663f) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Add a search field to filter ActionList that have more than 10 items

* [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated semantic `color` tokens

- [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Added `allowFiltering` prop on `ActionList`, and `filterActions` prop on Page Header

* [#10615](https://github.com/Shopify/polaris/pull/10615) [`bc22e134c`](https://github.com/Shopify/polaris/commit/bc22e134c928b83f54912a83b29f08d7953b6eb6) Thanks [@chloerice](https://github.com/chloerice)! - 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

- [#10615](https://github.com/Shopify/polaris/pull/10615) [`bc22e134c`](https://github.com/Shopify/polaris/commit/bc22e134c928b83f54912a83b29f08d7953b6eb6) Thanks [@chloerice](https://github.com/chloerice)! - Add new `IndexFiltersManager` for allowing disabling of Page Header actions when in Filtering or EditingColumns mode

* [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed a bug in `Filters` where changes to the `appliedFilters` prop were not being handled

### Patch Changes

- [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Scoped CSS variables for non-responsive props on `Tooltip`, `RangeSlider`, `ProgressBar`, and `HorizontalStack`.

* [#10228](https://github.com/Shopify/polaris/pull/10228) [`e18ca907e`](https://github.com/Shopify/polaris/commit/e18ca907ec059916550b22b84ff76c4ae84d0e0c) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - `Filters` Remove unused disabled states in `FilterPill`

- [#10268](https://github.com/Shopify/polaris/pull/10268) [`dbe3d9ece`](https://github.com/Shopify/polaris/commit/dbe3d9ecee181d0e03d0efe0ce4f0b0012fd95c3) Thanks [@laurkim](https://github.com/laurkim)! - Fixed broken focus ring styles on `ResourceItem` component

* [#10238](https://github.com/Shopify/polaris/pull/10238) [`b17d23d69`](https://github.com/Shopify/polaris/commit/b17d23d69d6a77326fb6e43019691384ddf8663f) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Ensure Avatar has no background color if an source prop is passed in to allow for transparent images

- [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated Storybook stories to be wrapped with an empty FrameContext.Provider

* [#10230](https://github.com/Shopify/polaris/pull/10230) [`a573e55d0`](https://github.com/Shopify/polaris/commit/a573e55d0492f28547ea1d964aa6c0cfb76488b5) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - `IndexFilter` remove custom `FilterButton` in favor of directly invoking the Polaris `Button` component.

* Updated dependencies [[`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8), [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8), [`86d4040c0`](https://github.com/Shopify/polaris/commit/86d4040c052a0dba0cb6f0d6e0f6fb8faf14c532), [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8)]:
- @shopify/polaris-tokens@7.10.0-beta.0

## 11.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.1/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.1/build/esm/styles.css"
/>
```

Expand Down
4 changes: 2 additions & 2 deletions polaris-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s admin product component library",
"version": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^7.9.0",
"@shopify/polaris-tokens": "^7.10.0-beta.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
14 changes: 14 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 7.10.0-beta.0

### Minor Changes

- [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated private primitive `colors`

* [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated semantic `color` tokens

- [#10382](https://github.com/Shopify/polaris/pull/10382) [`86d4040c0`](https://github.com/Shopify/polaris/commit/86d4040c052a0dba0cb6f0d6e0f6fb8faf14c532) Thanks [@laurkim](https://github.com/laurkim)! - Renamed `ThemeVariant` to `Theme` and exposed `Theme` type

### Patch Changes

- [#10572](https://github.com/Shopify/polaris/pull/10572) [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated public primitive `base` and `light-uplift` theme scales

## 7.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-tokens",
"version": "7.9.0",
"version": "7.10.0-beta.0",
"description": "",
"main": "dist/cjs/build/index.js",
"module": "dist/esm/build/index.mjs",
Expand Down
5 changes: 2 additions & 3 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.0.0-beta.0",
"@shopify/polaris": "^12.0.0-beta.1",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^7.9.0",
"@shopify/polaris-tokens": "^7.10.0-beta.0",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
"codesandbox": "^2.2.3",
Expand All @@ -52,7 +52,6 @@
"remark-definition-list": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"react-syntax-highlighter": "^15.5.0",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.31.2",
"terminate": "^2.6.1",
Expand Down
7 changes: 7 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 14.0.5-beta.0

### Patch Changes

- Updated dependencies [[`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8), [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8), [`86d4040c0`](https://github.com/Shopify/polaris/commit/86d4040c052a0dba0cb6f0d6e0f6fb8faf14c532), [`d78a7e2dd`](https://github.com/Shopify/polaris/commit/d78a7e2dd14739a84adda419df48f5613409b2d8)]:
- @shopify/polaris-tokens@7.10.0-beta.0

## 14.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions stylelint-polaris/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/stylelint-polaris",
"description": "Polaris Design System Stylelint tooling",
"version": "14.0.4",
"version": "14.0.5-beta.0",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"postcss-value-parser": "^4.2.0",
"postcss-media-query-parser": "^0.2.3",
"@shopify/polaris-tokens": "^7.9.0"
"@shopify/polaris-tokens": "^7.10.0-beta.0"
},
"peerDependencies": {
"stylelint": "^14.15.0 || ^15.0.0"
Expand Down

0 comments on commit 1799efd

Please sign in to comment.