Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-planets-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-ways-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-otters-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cooks-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-moose-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-camels-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-chefs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-rivers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-wasps-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-bottles-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-poets-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-mangos-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-dancers-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-beans-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-poems-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-turkeys-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-socks-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rockets-pump.md

This file was deleted.

7 changes: 7 additions & 0 deletions polaris-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/plugin-polaris

## 0.0.17

### Patch Changes

- Updated dependencies [[`2ce4d38a2`](https://github.com/Shopify/polaris/commit/2ce4d38a27e654fffb01603539cff52b941776e1), [`c08780522`](https://github.com/Shopify/polaris/commit/c087805225c7c9cf625b821fdbca1f125f73f654), [`566dc20c2`](https://github.com/Shopify/polaris/commit/566dc20c2ca48d2e269fcc91f5693f872b464b55)]:
- @shopify/polaris-migrator@0.9.0

## 0.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-polaris",
"version": "0.0.16",
"version": "0.0.17",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@oclif/core": "^1.13.10",
"@shopify/polaris-migrator": "^0.8.0"
"@shopify/polaris-migrator": "^0.9.0"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
12 changes: 12 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/polaris-migrator

## 0.9.0

### Minor Changes

- [#7648](https://github.com/Shopify/polaris/pull/7648) [`c08780522`](https://github.com/Shopify/polaris/commit/c087805225c7c9cf625b821fdbca1f125f73f654) Thanks [@samrose3](https://github.com/samrose3)! - Added `animation` properties to tokenize motion migration

### Patch Changes

- [#7690](https://github.com/Shopify/polaris/pull/7690) [`2ce4d38a2`](https://github.com/Shopify/polaris/commit/2ce4d38a27e654fffb01603539cff52b941776e1) Thanks [@samrose3](https://github.com/samrose3)! - Ignore replacing type imports and warn when encountering unknown props for Text component migration

* [#7679](https://github.com/Shopify/polaris/pull/7679) [`566dc20c2`](https://github.com/Shopify/polaris/commit/566dc20c2ca48d2e269fcc91f5693f872b464b55) Thanks [@isaacbowen](https://github.com/isaacbowen)! - Add the (missing) case for migrating DisplayText to Text when size is not specified

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-migrator",
"version": "0.8.0",
"version": "0.9.0",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^10.11.0",
"@shopify/polaris": "^10.12.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
18 changes: 18 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 10.12.0

### Minor Changes

- [#7684](https://github.com/Shopify/polaris/pull/7684) [`2e5f8348b`](https://github.com/Shopify/polaris/commit/2e5f8348bd8be1de0c8294453da8cfd918e1e034) Thanks [@ananyaneogi](https://github.com/ananyaneogi)! - Update the `CalloutCard` `title` prop to accept a ReactNode type

* [#7588](https://github.com/Shopify/polaris/pull/7588) [`c1c8f73b0`](https://github.com/Shopify/polaris/commit/c1c8f73b0f0bc7ab1e2be1ad824a3aa2dded3326) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - Added optional `captureOverscroll` prop to `Popover`

- [#6986](https://github.com/Shopify/polaris/pull/6986) [`270887fcf`](https://github.com/Shopify/polaris/commit/270887fcfeff76ab7d70fb49c5f6b2637b5d20ba) Thanks [@danielle-dsouza](https://github.com/danielle-dsouza)! - Clicking on the modal backdrop triggers the pressed state of the modal's close button

### Patch Changes

- [#7693](https://github.com/Shopify/polaris/pull/7693) [`bdf6fd31d`](https://github.com/Shopify/polaris/commit/bdf6fd31dba47da980ce1c133d9adf61a39bdf12) Thanks [@philschoefer](https://github.com/philschoefer)! - Fixed a bug where `DataTable` summary row would not properly inherit type defined in `columnContentTypes` prop

* [#7578](https://github.com/Shopify/polaris/pull/7578) [`217f2f8ed`](https://github.com/Shopify/polaris/commit/217f2f8edd6e0c8ced5d697739efd48a5fb78fb1) Thanks [@haskelash-shopify](https://github.com/haskelash-shopify)! - Hide bulk actions popup when all items are deselected.

- [#7710](https://github.com/Shopify/polaris/pull/7710) [`6b915e01e`](https://github.com/Shopify/polaris/commit/6b915e01ea89a6213804e581478222c04579175d) Thanks [@laurkim](https://github.com/laurkim)! - Fixed visual spacing regressions on `ActionList` and `Modal.Header`

## 10.11.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@10.11.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.12.0/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@10.11.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.12.0/build/esm/styles.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion 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": "10.11.0",
"version": "10.12.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
27 changes: 27 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# polaris.shopify.com

## 0.25.0

### Minor Changes

- [#7721](https://github.com/Shopify/polaris/pull/7721) [`f490f8e7c`](https://github.com/Shopify/polaris/commit/f490f8e7c0a222b4c3e6cd0c3b259e2e0f54396c) Thanks [@jjgali](https://github.com/jjgali)! - Updated and realigned values in Unit of measurement abbreviations table

* [#7661](https://github.com/Shopify/polaris/pull/7661) [`e1a3c62d2`](https://github.com/Shopify/polaris/commit/e1a3c62d23d164462801c36f28164689534439ef) Thanks [@jjgali](https://github.com/jjgali)! - Added keywords to Naming page.

- [#7712](https://github.com/Shopify/polaris/pull/7712) [`88e1d875f`](https://github.com/Shopify/polaris/commit/88e1d875f859081edbb0e64dc350dd2f65600d75) Thanks [@jjgali](https://github.com/jjgali)! - Fixed abbrevation for pounds from lbs to lb.

### Patch Changes

- [#7711](https://github.com/Shopify/polaris/pull/7711) [`3984f26b6`](https://github.com/Shopify/polaris/commit/3984f26b69b93bf621392e16e2d842619c4fbdd4) Thanks [@nayeobkim](https://github.com/nayeobkim)! - Updated the related components copy in `AlphaStack`

* [#7569](https://github.com/Shopify/polaris/pull/7569) [`ffe1e9230`](https://github.com/Shopify/polaris/commit/ffe1e923092df65906ed7aeb0944bdfb8cb2375b) Thanks [@chazdean](https://github.com/chazdean)! - Updated `Tiles` component guidance and examples

- [#7698](https://github.com/Shopify/polaris/pull/7698) [`f0e75bd0c`](https://github.com/Shopify/polaris/commit/f0e75bd0c88ef368c3137f71fa3afc4d851eb5d4) Thanks [@nayeobkim](https://github.com/nayeobkim)! - Updated the Related components links in Columns

* [#7713](https://github.com/Shopify/polaris/pull/7713) [`b649af84f`](https://github.com/Shopify/polaris/commit/b649af84f3c373b9f36bd99d3ab0462cfff4f32b) Thanks [@nayeobkim](https://github.com/nayeobkim)! - Updated the related components links in `Tiles`

- [#7594](https://github.com/Shopify/polaris/pull/7594) [`faf3dc646`](https://github.com/Shopify/polaris/commit/faf3dc64682489c6feb8f802b29acd5ae7d5571b) Thanks [@chazdean](https://github.com/chazdean)! - Updated `Box` component guidance and examples

* [#7659](https://github.com/Shopify/polaris/pull/7659) [`d28259746`](https://github.com/Shopify/polaris/commit/d282597468aafd61bebc4b346c4ff11e9e214e25) Thanks [@kyledurand](https://github.com/kyledurand)! - Added global styles from deps instead of linking unpkg

* Updated dependencies [[`bdf6fd31d`](https://github.com/Shopify/polaris/commit/bdf6fd31dba47da980ce1c133d9adf61a39bdf12), [`217f2f8ed`](https://github.com/Shopify/polaris/commit/217f2f8edd6e0c8ced5d697739efd48a5fb78fb1), [`2e5f8348b`](https://github.com/Shopify/polaris/commit/2e5f8348bd8be1de0c8294453da8cfd918e1e034), [`c1c8f73b0`](https://github.com/Shopify/polaris/commit/c1c8f73b0f0bc7ab1e2be1ad824a3aa2dded3326), [`270887fcf`](https://github.com/Shopify/polaris/commit/270887fcfeff76ab7d70fb49c5f6b2637b5d20ba), [`6b915e01e`](https://github.com/Shopify/polaris/commit/6b915e01ea89a6213804e581478222c04579175d)]:
- @shopify/polaris@10.12.0

## 0.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"scripts": {
"build": "yarn gen-assets && playroom build && next build",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@shopify/polaris": "^10.11.0",
"@shopify/polaris": "^10.12.0",
"@shopify/polaris-icons": "^6.5.0",
"@shopify/polaris-tokens": "^6.3.0",
"codesandbox": "^2.2.3",
Expand Down