diff --git a/.changeset/chatty-lizards-reflect.md b/.changeset/chatty-lizards-reflect.md deleted file mode 100644 index 0ea20426639..00000000000 --- a/.changeset/chatty-lizards-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': patch ---- - -Updated migration to replace deprecated `font` custom properties in polaris-react v13.0.0 diff --git a/.changeset/curvy-donkeys-talk.md b/.changeset/curvy-donkeys-talk.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/curvy-donkeys-talk.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fluffy-scissors-think.md b/.changeset/fluffy-scissors-think.md deleted file mode 100644 index 41fd092e928..00000000000 --- a/.changeset/fluffy-scissors-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Add list icons for product, collection, metaobject and text diff --git a/.changeset/little-pugs-teach.md b/.changeset/little-pugs-teach.md deleted file mode 100644 index f89fe02a1c3..00000000000 --- a/.changeset/little-pugs-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed an issue where scrollbars weren't showing up in IndexTable on mac os when show when scrolling preference is selected diff --git a/.changeset/many-hairs-lay.md b/.changeset/many-hairs-lay.md deleted file mode 100644 index 7cd02a1b12a..00000000000 --- a/.changeset/many-hairs-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `Combobox` not rendering `Popover` until the second firing of the `onChange` event diff --git a/.changeset/moody-worms-search.md b/.changeset/moody-worms-search.md deleted file mode 100644 index a3a42165073..00000000000 --- a/.changeset/moody-worms-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated `useIsSelectAllActionsSticky` logic to not set any sticky behaviour if we do not have access to the root element diff --git a/.changeset/proud-items-do.md b/.changeset/proud-items-do.md deleted file mode 100644 index e5cc17ae927..00000000000 --- a/.changeset/proud-items-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added a `disabled` prop to `ResourceItem` diff --git a/.changeset/red-terms-care.md b/.changeset/red-terms-care.md deleted file mode 100644 index 987274eafac..00000000000 --- a/.changeset/red-terms-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `IndexFilters` height changing when toggling between default and filtering modes diff --git a/.changeset/serious-carrots-camp.md b/.changeset/serious-carrots-camp.md deleted file mode 100644 index d8e48a00ce9..00000000000 --- a/.changeset/serious-carrots-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': minor ---- - -Updated metaobject, metaobject reference, and metaobject filled icons diff --git a/.changeset/seven-ways-agree.md b/.changeset/seven-ways-agree.md deleted file mode 100644 index d38c9855d53..00000000000 --- a/.changeset/seven-ways-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `FormLayout.Item` overflowing viewport at xs breakpoint when user settings enlarge text size diff --git a/.changeset/slimy-jokes-press.md b/.changeset/slimy-jokes-press.md deleted file mode 100644 index 38b437c7c93..00000000000 --- a/.changeset/slimy-jokes-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated DropZone minimum size from 50px to 40px to fit within a small Thumbnail diff --git a/.changeset/spicy-dryers-nail.md b/.changeset/spicy-dryers-nail.md deleted file mode 100644 index 34a4115437d..00000000000 --- a/.changeset/spicy-dryers-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris-migrator': minor -'polaris.shopify.com': minor ---- - -Created migration to replace deprecated `font` custom properties in polaris-react v13.0.0 diff --git a/.changeset/thirty-spoons-clean.md b/.changeset/thirty-spoons-clean.md deleted file mode 100644 index 06ffb5ddfed..00000000000 --- a/.changeset/thirty-spoons-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/polaris': minor -'polaris.shopify.com': minor ---- - -Updated the stacking logic of multiple Toasts to take up less screen real estate diff --git a/.changeset/weak-points-kick.md b/.changeset/weak-points-kick.md deleted file mode 100644 index dc64f2b4f84..00000000000 --- a/.changeset/weak-points-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Update dropzone container background color when no Outline diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index 290c2880f59..de1fd5d4b58 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 8.3.0 + +### Minor Changes + +- [#11526](https://github.com/Shopify/polaris/pull/11526) [`b65f1e679`](https://github.com/Shopify/polaris/commit/b65f1e679bd96db4ff9097b36d719b371cf33f8a) Thanks [@j-wanita](https://github.com/j-wanita)! - Add list icons for product, collection, metaobject and text + +* [#11531](https://github.com/Shopify/polaris/pull/11531) [`78ed5fe0d`](https://github.com/Shopify/polaris/commit/78ed5fe0d616db8c2cf76f59f9528211f81c23b3) Thanks [@j-wanita](https://github.com/j-wanita)! - Updated metaobject, metaobject reference, and metaobject filled icons + ## 8.2.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 461779488c3..f04f8bd0bd0 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "8.2.0", + "version": "8.3.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 a88050f5637..22446690ed6 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopify/polaris-migrator +## 0.28.0 + +### Minor Changes + +- [#11596](https://github.com/Shopify/polaris/pull/11596) [`c8fabc011`](https://github.com/Shopify/polaris/commit/c8fabc011f375787acbf13bfa62fc2f47b66bf3d) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `font` custom properties in polaris-react v13.0.0 + +### Patch Changes + +- [#11603](https://github.com/Shopify/polaris/pull/11603) [`2c53d6476`](https://github.com/Shopify/polaris/commit/2c53d64762ff545f56787e932e0b0935c45b5fdc) Thanks [@lgriffee](https://github.com/lgriffee)! - Updated migration to replace deprecated `font` custom properties in polaris-react v13.0.0 + ## 0.27.4 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index f3311ae69c1..c9c7542cc44 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.27.4", + "version": "0.28.0", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -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.15.0", + "@shopify/polaris": "^12.16.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 8afc565e4f4..3d3422f1cfc 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 12.16.0 + +### Minor Changes + +- [#11585](https://github.com/Shopify/polaris/pull/11585) [`1ba3181b6`](https://github.com/Shopify/polaris/commit/1ba3181b6f8442871bf25cf2e46ab44fdbb657e1) Thanks [@tauthomas01](https://github.com/tauthomas01)! - Added a `disabled` prop to `ResourceItem` + +* [#11568](https://github.com/Shopify/polaris/pull/11568) [`525194767`](https://github.com/Shopify/polaris/commit/5251947674301c9aac9121bde2d88c7e328707ff) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated the stacking logic of multiple Toasts to take up less screen real estate + +- [#11587](https://github.com/Shopify/polaris/pull/11587) [`5ab254b3b`](https://github.com/Shopify/polaris/commit/5ab254b3bb49f04f97757ed5b5c9be16dee02f40) Thanks [@sainihas](https://github.com/sainihas)! - Update dropzone container background color when no Outline + +### Patch Changes + +- [#11581](https://github.com/Shopify/polaris/pull/11581) [`47dac1b2e`](https://github.com/Shopify/polaris/commit/47dac1b2e7fe566965804cd0ee11029d2fb5fafb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed an issue where scrollbars weren't showing up in IndexTable on mac os when show when scrolling preference is selected + +* [#11560](https://github.com/Shopify/polaris/pull/11560) [`0b38b6115`](https://github.com/Shopify/polaris/commit/0b38b61156092ab60263bfd330e4ac4a9fd793d2) Thanks [@apliano](https://github.com/apliano)! - Fixed `Combobox` not rendering `Popover` until the second firing of the `onChange` event + +- [#11584](https://github.com/Shopify/polaris/pull/11584) [`23d8297ff`](https://github.com/Shopify/polaris/commit/23d8297ff6138dae5044d015e143d4a4a7bb99eb) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated `useIsSelectAllActionsSticky` logic to not set any sticky behaviour if we do not have access to the root element + +* [#11543](https://github.com/Shopify/polaris/pull/11543) [`165bc6eae`](https://github.com/Shopify/polaris/commit/165bc6eae0401b91dc8623259abcfdc7d0999351) Thanks [@mrcthms](https://github.com/mrcthms)! - Fixed `IndexFilters` height changing when toggling between default and filtering modes + +- [#11563](https://github.com/Shopify/polaris/pull/11563) [`3937739d2`](https://github.com/Shopify/polaris/commit/3937739d2554c2e86ae61c5fbd04cc360b44c457) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `FormLayout.Item` overflowing viewport at xs breakpoint when user settings enlarge text size + +* [#11595](https://github.com/Shopify/polaris/pull/11595) [`f829ed487`](https://github.com/Shopify/polaris/commit/f829ed48702315e88f89383874eca110eaecf0f9) Thanks [@oksanashopify](https://github.com/oksanashopify)! - Updated DropZone minimum size from 50px to 40px to fit within a small Thumbnail + +* Updated dependencies [[`b65f1e679`](https://github.com/Shopify/polaris/commit/b65f1e679bd96db4ff9097b36d719b371cf33f8a), [`78ed5fe0d`](https://github.com/Shopify/polaris/commit/78ed5fe0d616db8c2cf76f59f9528211f81c23b3)]: + - @shopify/polaris-icons@8.3.0 + ## 12.15.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index c92ff1cf4c2..9a1d77b4a1f 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": "12.15.0", + "version": "12.16.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -55,7 +55,7 @@ "storybook:build": "storybook build -o build-internal/storybook/static" }, "dependencies": { - "@shopify/polaris-icons": "^8.2.0", + "@shopify/polaris-icons": "^8.3.0", "@shopify/polaris-tokens": "^8.8.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index fca86c7d855..05c97b7c70b 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,19 @@ # polaris.shopify.com +## 0.63.0 + +### Minor Changes + +- [#11596](https://github.com/Shopify/polaris/pull/11596) [`c8fabc011`](https://github.com/Shopify/polaris/commit/c8fabc011f375787acbf13bfa62fc2f47b66bf3d) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `font` custom properties in polaris-react v13.0.0 + +* [#11568](https://github.com/Shopify/polaris/pull/11568) [`525194767`](https://github.com/Shopify/polaris/commit/5251947674301c9aac9121bde2d88c7e328707ff) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated the stacking logic of multiple Toasts to take up less screen real estate + +### Patch Changes + +- Updated dependencies [[`b65f1e679`](https://github.com/Shopify/polaris/commit/b65f1e679bd96db4ff9097b36d719b371cf33f8a), [`47dac1b2e`](https://github.com/Shopify/polaris/commit/47dac1b2e7fe566965804cd0ee11029d2fb5fafb), [`0b38b6115`](https://github.com/Shopify/polaris/commit/0b38b61156092ab60263bfd330e4ac4a9fd793d2), [`23d8297ff`](https://github.com/Shopify/polaris/commit/23d8297ff6138dae5044d015e143d4a4a7bb99eb), [`1ba3181b6`](https://github.com/Shopify/polaris/commit/1ba3181b6f8442871bf25cf2e46ab44fdbb657e1), [`165bc6eae`](https://github.com/Shopify/polaris/commit/165bc6eae0401b91dc8623259abcfdc7d0999351), [`78ed5fe0d`](https://github.com/Shopify/polaris/commit/78ed5fe0d616db8c2cf76f59f9528211f81c23b3), [`3937739d2`](https://github.com/Shopify/polaris/commit/3937739d2554c2e86ae61c5fbd04cc360b44c457), [`f829ed487`](https://github.com/Shopify/polaris/commit/f829ed48702315e88f89383874eca110eaecf0f9), [`525194767`](https://github.com/Shopify/polaris/commit/5251947674301c9aac9121bde2d88c7e328707ff), [`5ab254b3b`](https://github.com/Shopify/polaris/commit/5ab254b3bb49f04f97757ed5b5c9be16dee02f40)]: + - @shopify/polaris-icons@8.3.0 + - @shopify/polaris@12.16.0 + ## 0.62.8 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 664a85e99a5..2ed6bf2434c 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.62.8", + "version": "0.63.0", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -28,8 +28,8 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.15.0", - "@shopify/polaris-icons": "^8.2.0", + "@shopify/polaris": "^12.16.0", + "@shopify/polaris-icons": "^8.3.0", "@shopify/polaris-tokens": "^8.8.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",