diff --git a/.changeset/blue-turkeys-impress.md b/.changeset/blue-turkeys-impress.md deleted file mode 100644 index 8160ea93f73..00000000000 --- a/.changeset/blue-turkeys-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Adding content minor icon for left nav in admin diff --git a/.changeset/bright-melons-obey.md b/.changeset/bright-melons-obey.md deleted file mode 100644 index 5ef48a56eb8..00000000000 --- a/.changeset/bright-melons-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added `borderRadius` style to `TooltipOverlay` diff --git a/.changeset/famous-seas-brush.md b/.changeset/famous-seas-brush.md deleted file mode 100644 index d0524927667..00000000000 --- a/.changeset/famous-seas-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Adding examples for truncateText and multiple secondary actions and updating props on the documentation site diff --git a/.changeset/gentle-chefs-hear.md b/.changeset/gentle-chefs-hear.md deleted file mode 100644 index 476548e6a6a..00000000000 --- a/.changeset/gentle-chefs-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Replaced mouse up and down events on Backdrop with onClick to close Modal diff --git a/.changeset/gold-carrots-perform.md b/.changeset/gold-carrots-perform.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/gold-carrots-perform.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/loud-cycles-check.md b/.changeset/loud-cycles-check.md deleted file mode 100644 index dedbf545592..00000000000 --- a/.changeset/loud-cycles-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed Navigation item secondaryActions alignment in mobile when floating actions are enabled diff --git a/.changeset/ninety-lobsters-sell.md b/.changeset/ninety-lobsters-sell.md deleted file mode 100644 index 4955ed7b43b..00000000000 --- a/.changeset/ninety-lobsters-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added major and minor icon for Papercheck diff --git a/.changeset/slow-toys-scream.md b/.changeset/slow-toys-scream.md deleted file mode 100644 index bdb53c7d81a..00000000000 --- a/.changeset/slow-toys-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': patch ---- - -Fix incorrect unit function categorization diff --git a/.changeset/smooth-starfishes-marry.md b/.changeset/smooth-starfishes-marry.md deleted file mode 100644 index f3a9dc7dbf9..00000000000 --- a/.changeset/smooth-starfishes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Dismiss index table tooltip on mouse out diff --git a/.changeset/spotty-frogs-exercise.md b/.changeset/spotty-frogs-exercise.md deleted file mode 100644 index ac98342ba1d..00000000000 --- a/.changeset/spotty-frogs-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': minor ---- - -Added New badge pattern guidance for the primary nav diff --git a/.changeset/tame-steaks-tickle.md b/.changeset/tame-steaks-tickle.md deleted file mode 100644 index e724c9372dd..00000000000 --- a/.changeset/tame-steaks-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Removed the focus ring from `Listbox` options diff --git a/.changeset/three-jobs-sneeze.md b/.changeset/three-jobs-sneeze.md deleted file mode 100644 index b8f46986407..00000000000 --- a/.changeset/three-jobs-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Added EnterMajor icon diff --git a/.changeset/warm-cars-fry.md b/.changeset/warm-cars-fry.md deleted file mode 100644 index 3b7b73358f6..00000000000 --- a/.changeset/warm-cars-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Added `onBlur` prop to numerical steppers (`Spinner` component of `TextField`) to remove multi focus issue in `TextField`. diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 5e91e36cc23..c79080347b9 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/plugin-polaris +## 0.0.30 + +### Patch Changes + +- Updated dependencies []: + - @shopify/polaris-migrator@0.11.1 + ## 0.0.29 ## 0.0.28 diff --git a/polaris-cli/package.json b/polaris-cli/package.json index a12086a002c..f687254db9b 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-polaris", - "version": "0.0.29", + "version": "0.0.30", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -24,7 +24,7 @@ }, "dependencies": { "@oclif/core": "^1.13.10", - "@shopify/polaris-migrator": "^0.11.0" + "@shopify/polaris-migrator": "^0.11.1" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index 85d182e0a47..5cb2aab8445 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.9.0 + +### Minor Changes + +- [#8139](https://github.com/Shopify/polaris/pull/8139) [`b998ca007`](https://github.com/Shopify/polaris/commit/b998ca00736c5cf1a7772a1ee0acc9f3f4a2748e) Thanks [@leileu](https://github.com/leileu)! - Adding content minor icon for left nav in admin + +* [#8094](https://github.com/Shopify/polaris/pull/8094) [`94988bc26`](https://github.com/Shopify/polaris/commit/94988bc260b0c4f371a8c1f22a0a3fd5e11fee45) Thanks [@Tamas-Kisss](https://github.com/Tamas-Kisss)! - Added major and minor icon for Papercheck + +- [#8121](https://github.com/Shopify/polaris/pull/8121) [`f74e8ffcc`](https://github.com/Shopify/polaris/commit/f74e8ffcc4d0864212e53e28e7bb02f3b224ba33) Thanks [@zecarlostorre](https://github.com/zecarlostorre)! - Added EnterMajor icon + ## 6.8.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 990e67520b1..876663d6541 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "6.8.0", + "version": "6.9.0", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 2a298225d71..6a5d9bc3477 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/polaris-migrator +## 0.11.1 + +### Patch Changes + +- Updated dependencies [[`cd150396b`](https://github.com/Shopify/polaris/commit/cd150396b11f1a0abf6d4419c5c594dfdae3185d)]: + - @shopify/stylelint-polaris@5.1.1 + ## 0.11.0 ### Minor Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 52c9d6faad4..ca0cc1ab785 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.11.0", + "version": "0.11.1", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -34,7 +34,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^6.3.0", - "@shopify/stylelint-polaris": "^5.1.0", + "@shopify/stylelint-polaris": "^5.1.1", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", @@ -52,7 +52,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.22.0", + "@shopify/polaris": "^10.23.0", "plop": "^3.1.1", "plop-dir": "^0.0.5", "prettier": "^2.7.1", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index 77e8d4f0543..ba98aa47666 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 10.23.0 + +### Minor Changes + +- [#8134](https://github.com/Shopify/polaris/pull/8134) [`8d80691b5`](https://github.com/Shopify/polaris/commit/8d80691b534918e82ea43f3627f25dce9376a3dc) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed the focus ring from `Listbox` options + +### Patch Changes + +- [#8093](https://github.com/Shopify/polaris/pull/8093) [`60dd5a0c5`](https://github.com/Shopify/polaris/commit/60dd5a0c5a2a6d59c3a2b4a46bc1cdf2ca02e6f9) Thanks [@highfieldjames](https://github.com/highfieldjames)! - Added `borderRadius` style to `TooltipOverlay` + +* [#8090](https://github.com/Shopify/polaris/pull/8090) [`bdcc291a4`](https://github.com/Shopify/polaris/commit/bdcc291a426900cc5fe4a516f2543b50f65baf55) Thanks [@emmanueletti](https://github.com/emmanueletti)! - Replaced mouse up and down events on Backdrop with onClick to close Modal + +- [#8131](https://github.com/Shopify/polaris/pull/8131) [`6096c3492`](https://github.com/Shopify/polaris/commit/6096c34929aa47f7616294d5bf7e4326804cd866) Thanks [@henryyi](https://github.com/henryyi)! - Fixed Navigation item secondaryActions alignment in mobile when floating actions are enabled + +* [#8114](https://github.com/Shopify/polaris/pull/8114) [`e6aa9c801`](https://github.com/Shopify/polaris/commit/e6aa9c80129fb6d365ebdc395e93637dd988c68d) Thanks [@highfieldjames](https://github.com/highfieldjames)! - Dismiss index table tooltip on mouse out + +- [#8091](https://github.com/Shopify/polaris/pull/8091) [`23ee70d13`](https://github.com/Shopify/polaris/commit/23ee70d13e2afcf8a8b14fffd4bf7c25e3380b82) Thanks [@ginabak](https://github.com/ginabak)! - Added `onBlur` prop to numerical steppers (`Spinner` component of `TextField`) to remove multi focus issue in `TextField`. + +- Updated dependencies [[`b998ca007`](https://github.com/Shopify/polaris/commit/b998ca00736c5cf1a7772a1ee0acc9f3f4a2748e), [`94988bc26`](https://github.com/Shopify/polaris/commit/94988bc260b0c4f371a8c1f22a0a3fd5e11fee45), [`f74e8ffcc`](https://github.com/Shopify/polaris/commit/f74e8ffcc4d0864212e53e28e7bb02f3b224ba33)]: + - @shopify/polaris-icons@6.9.0 + ## 10.22.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 3be2178f1b7..9f3ee931e64 100644 --- a/polaris-react/README.md +++ b/polaris-react/README.md @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into ```html ``` @@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/polaris-react/package.json b/polaris-react/package.json index fcf256f6e6e..1d1e6044f9b 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s admin product component library", - "version": "10.22.0", + "version": "10.23.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -62,7 +62,7 @@ "preversion": "node ./scripts/readme-update-version" }, "dependencies": { - "@shopify/polaris-icons": "^6.8.0", + "@shopify/polaris-icons": "^6.9.0", "@shopify/polaris-tokens": "^6.3.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index d2bc6f99e7d..4e34ba45352 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,19 @@ # polaris.shopify.com +## 0.30.0 + +### Minor Changes + +- [#8110](https://github.com/Shopify/polaris/pull/8110) [`5db7778e4`](https://github.com/Shopify/polaris/commit/5db7778e4cb8e662defd1c1da69e216e36ae42a2) Thanks [@yurm04](https://github.com/yurm04)! - Added New badge pattern guidance for the primary nav + +### Patch Changes + +- [#8107](https://github.com/Shopify/polaris/pull/8107) [`fc30bbd32`](https://github.com/Shopify/polaris/commit/fc30bbd32137da10e2b5892179250de48bbdbcbf) Thanks [@Rmnlly](https://github.com/Rmnlly)! - Adding examples for truncateText and multiple secondary actions and updating props on the documentation site + +- Updated dependencies [[`b998ca007`](https://github.com/Shopify/polaris/commit/b998ca00736c5cf1a7772a1ee0acc9f3f4a2748e), [`60dd5a0c5`](https://github.com/Shopify/polaris/commit/60dd5a0c5a2a6d59c3a2b4a46bc1cdf2ca02e6f9), [`bdcc291a4`](https://github.com/Shopify/polaris/commit/bdcc291a426900cc5fe4a516f2543b50f65baf55), [`6096c3492`](https://github.com/Shopify/polaris/commit/6096c34929aa47f7616294d5bf7e4326804cd866), [`94988bc26`](https://github.com/Shopify/polaris/commit/94988bc260b0c4f371a8c1f22a0a3fd5e11fee45), [`e6aa9c801`](https://github.com/Shopify/polaris/commit/e6aa9c80129fb6d365ebdc395e93637dd988c68d), [`8d80691b5`](https://github.com/Shopify/polaris/commit/8d80691b534918e82ea43f3627f25dce9376a3dc), [`f74e8ffcc`](https://github.com/Shopify/polaris/commit/f74e8ffcc4d0864212e53e28e7bb02f3b224ba33), [`23ee70d13`](https://github.com/Shopify/polaris/commit/23ee70d13e2afcf8a8b14fffd4bf7c25e3380b82)]: + - @shopify/polaris-icons@6.9.0 + - @shopify/polaris@10.23.0 + ## 0.29.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 9c7744ca2a1..d670edacdb2 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.29.0", + "version": "0.30.0", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdirp ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/", @@ -21,8 +21,8 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.22.0", - "@shopify/polaris-icons": "^6.8.0", + "@shopify/polaris": "^10.23.0", + "@shopify/polaris-icons": "^6.9.0", "@shopify/polaris-tokens": "^6.3.0", "@types/react-syntax-highlighter": "^15.5.6", "codesandbox": "^2.2.3", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index e607c8e4370..775e0d2412e 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.1.1 + +### Patch Changes + +- [#8097](https://github.com/Shopify/polaris/pull/8097) [`cd150396b`](https://github.com/Shopify/polaris/commit/cd150396b11f1a0abf6d4419c5c594dfdae3185d) Thanks [@qt314](https://github.com/qt314)! - Fix incorrect unit function categorization + ## 5.1.0 ### Minor Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index 41808dde8b8..4406c789f2c 100644 --- a/stylelint-polaris/package.json +++ b/stylelint-polaris/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/stylelint-polaris", "description": "Polaris Design System Stylelint tooling", - "version": "5.1.0", + "version": "5.1.1", "private": false, "license": "MIT", "author": "Shopify ",