diff --git a/.changeset/fair-olives-chew.md b/.changeset/fair-olives-chew.md deleted file mode 100644 index b0a3cc88bb8..00000000000 --- a/.changeset/fair-olives-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -[Modal] Activator no longer wrapped in Box diff --git a/.changeset/famous-stingrays-change.md b/.changeset/famous-stingrays-change.md deleted file mode 100644 index 6323d5ea810..00000000000 --- a/.changeset/famous-stingrays-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Deprecate connectedDisclosure prop on button diff --git a/.changeset/friendly-bananas-crash.md b/.changeset/friendly-bananas-crash.md deleted file mode 100644 index daa494da72d..00000000000 --- a/.changeset/friendly-bananas-crash.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Removed the `@shopify/polaris-cli` and `@shopify/polaris-codemods` package in favor of using only the `@shopify/polaris-migrator`. - -Removing these packages will provide the following benefits: - -- Improve CI time by removing extra packages from our build, test, and lint workflows -- Reduce confusion on where to add new migrations or update previous migrations -- Clean up ESLint configs, reduce changelog entries, and remove package dependencies diff --git a/.changeset/hip-cameras-greet.md b/.changeset/hip-cameras-greet.md deleted file mode 100644 index c5f4f0f595c..00000000000 --- a/.changeset/hip-cameras-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -[ResourceList] Remove layout jank when bulk actions enabled and item selected diff --git a/.changeset/late-countries-remain.md b/.changeset/late-countries-remain.md deleted file mode 100644 index 269b4baf367..00000000000 --- a/.changeset/late-countries-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Reduced surrounding margin of Tooltip to allow for interaction with nearby UI elements. diff --git a/.changeset/moody-rocks-move.md b/.changeset/moody-rocks-move.md deleted file mode 100644 index cf0bd72625a..00000000000 --- a/.changeset/moody-rocks-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Fixed landing page for sandbox diff --git a/.changeset/nervous-wombats-yell.md b/.changeset/nervous-wombats-yell.md deleted file mode 100644 index df1601ae501..00000000000 --- a/.changeset/nervous-wombats-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': minor ---- - -Added support for compound components and adding new prop values in the react-rename-component-prop migration diff --git a/.changeset/olive-fishes-provide.md b/.changeset/olive-fishes-provide.md deleted file mode 100644 index 184df153471..00000000000 --- a/.changeset/olive-fishes-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added support for [Dynamic Type](https://developer.apple.com/documentation/uikit/uifont/scaling_fonts_automatically) in iOS diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index e7cf53f0436..623439a9f57 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,19 @@ # @shopify/polaris-migrator +## 0.20.0 + +### Minor Changes + +- [#10101](https://github.com/Shopify/polaris/pull/10101) [`e6a2d352a`](https://github.com/Shopify/polaris/commit/e6a2d352aeb628c662ca86bb7c8b91ce695ff640) Thanks [@samrose3](https://github.com/samrose3)! - Removed the `@shopify/polaris-cli` and `@shopify/polaris-codemods` package in favor of using only the `@shopify/polaris-migrator`. + + Removing these packages will provide the following benefits: + + - Improve CI time by removing extra packages from our build, test, and lint workflows + - Reduce confusion on where to add new migrations or update previous migrations + - Clean up ESLint configs, reduce changelog entries, and remove package dependencies + +* [#10071](https://github.com/Shopify/polaris/pull/10071) [`23c1391aa`](https://github.com/Shopify/polaris/commit/23c1391aa694526ce467c74de7c19d330f03ea67) Thanks [@kyledurand](https://github.com/kyledurand)! - Added support for compound components and adding new prop values in the react-rename-component-prop migration + ## 0.19.9 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 96c5cbc7251..78cd6ea36ee 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "0.19.9", + "version": "0.20.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": "^11.12.0", + "@shopify/polaris": "^11.13.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 178c45de07f..105dc922d29 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 11.13.0 + +### Minor Changes + +- [#10086](https://github.com/Shopify/polaris/pull/10086) [`5a5b3795a`](https://github.com/Shopify/polaris/commit/5a5b3795afa484db637fd5e151866149fd932b42) Thanks [@joelzwarrington](https://github.com/joelzwarrington)! - [Modal] Activator no longer wrapped in Box + +* [#10183](https://github.com/Shopify/polaris/pull/10183) [`7891c7ed9`](https://github.com/Shopify/polaris/commit/7891c7ed961da9bb0bfbfeea9ca8e7432875074e) Thanks [@kyledurand](https://github.com/kyledurand)! - Deprecate connectedDisclosure prop on button + +- [#10181](https://github.com/Shopify/polaris/pull/10181) [`219be15aa`](https://github.com/Shopify/polaris/commit/219be15aa2d49e6f2f2b0eb3108fbfa3f1faa621) Thanks [@ssetem](https://github.com/ssetem)! - Added support for [Dynamic Type](https://developer.apple.com/documentation/uikit/uifont/scaling_fonts_automatically) in iOS + +### Patch Changes + +- [#10056](https://github.com/Shopify/polaris/pull/10056) [`5ecaafc2b`](https://github.com/Shopify/polaris/commit/5ecaafc2bf21d922b0b86dacb71cc5db9d4fe66c) Thanks [@jesstelford](https://github.com/jesstelford)! - [ResourceList] Remove layout jank when bulk actions enabled and item selected + +* [`bc1f4aab1`](https://github.com/Shopify/polaris/commit/bc1f4aab13ce4f73488d9ced20f4b18dee4b8220) Thanks [@samrose3](https://github.com/samrose3)! - Reduced surrounding margin of Tooltip to allow for interaction with nearby UI elements. + ## 11.12.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 89e88908887..78e4abb070e 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 01e6b21a35a..ec8a308d524 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": "11.12.0", + "version": "11.13.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 22eb9915c12..7f73a2ec191 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,14 @@ # polaris.shopify.com +## 0.57.1 + +### Patch Changes + +- [#10186](https://github.com/Shopify/polaris/pull/10186) [`b340df129`](https://github.com/Shopify/polaris/commit/b340df1295610906d531f28c065e10c4bcc63bd4) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Fixed landing page for sandbox + +- Updated dependencies [[`5a5b3795a`](https://github.com/Shopify/polaris/commit/5a5b3795afa484db637fd5e151866149fd932b42), [`7891c7ed9`](https://github.com/Shopify/polaris/commit/7891c7ed961da9bb0bfbfeea9ca8e7432875074e), [`5ecaafc2b`](https://github.com/Shopify/polaris/commit/5ecaafc2bf21d922b0b86dacb71cc5db9d4fe66c), [`bc1f4aab1`](https://github.com/Shopify/polaris/commit/bc1f4aab13ce4f73488d9ced20f4b18dee4b8220), [`219be15aa`](https://github.com/Shopify/polaris/commit/219be15aa2d49e6f2f2b0eb3108fbfa3f1faa621)]: + - @shopify/polaris@11.13.0 + ## 0.57.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 169d66e6731..e54bd637a9f 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.57.0", + "version": "0.57.1", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -26,7 +26,7 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^11.12.0", + "@shopify/polaris": "^11.13.0", "@shopify/polaris-icons": "^7.8.1", "@shopify/polaris-tokens": "^7.5.3", "@types/react-syntax-highlighter": "^15.5.6",