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-seas-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-wasps-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pets-enjoy.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cool-tables-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-parrots-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-glasses-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-files-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-deers-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-donuts-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-vans-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-mugs-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-tables-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-impalas-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-coins-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-mirrors-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-clocks-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-bulldogs-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-elephants-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-keys-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-plums-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-candles-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-pillows-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cats-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-cycles-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-drinks-refuse.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/polaris-cli

## 0.1.17

### Patch Changes

- Updated dependencies [[`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412)]:
- @shopify/polaris-migrator@0.16.0

## 0.1.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/polaris-cli",
"version": "0.1.16",
"version": "0.1.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.15.1"
"@shopify/polaris-migrator": "^0.16.0"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
11 changes: 11 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/polaris-migrator

## 0.16.0

### Minor Changes

- [#8272](https://github.com/Shopify/polaris/pull/8272) [`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412) Thanks [@lgriffee](https://github.com/lgriffee)! - Create migrations to replace deprecated custom properties in polaris-react v11.0.0 and v9.0.0

### Patch Changes

- Updated dependencies [[`764f17d86`](https://github.com/Shopify/polaris/commit/764f17d86c30c9f30bec6717c09f07b2e04e23f8)]:
- @shopify/stylelint-polaris@9.0.0

## 0.15.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.15.1",
"version": "0.16.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 @@ -34,7 +34,7 @@
},
"dependencies": {
"@shopify/polaris-tokens": "^6.8.0",
"@shopify/stylelint-polaris": "^8.0.2",
"@shopify/stylelint-polaris": "^9.0.0",
"chalk": "^4.1.0",
"globby": "11.0.1",
"is-git-clean": "^1.1.0",
Expand All @@ -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.35.0",
"@shopify/polaris": "^10.36.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
32 changes: 32 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 10.36.0

### Minor Changes

- [#8555](https://github.com/Shopify/polaris/pull/8555) [`696473b82`](https://github.com/Shopify/polaris/commit/696473b8215c76eaa3645260d0ec9f6f443a4b9d) Thanks [@clarkjennings](https://github.com/clarkjennings)! - Added a forward `ref` to permit programmatic scrolling for `Scrollable` (example: `scrollRef.current?.scrollTo(0)`)

* [#8650](https://github.com/Shopify/polaris/pull/8650) [`078cf9aea`](https://github.com/Shopify/polaris/commit/078cf9aea6fbee85f1a22662808ec527b46e6f2d) Thanks [@kyledurand](https://github.com/kyledurand)! - Deprecated breadcrumbs prop on SkeletonPage, added backAction prop with story

- [#8586](https://github.com/Shopify/polaris/pull/8586) [`83bde8690`](https://github.com/Shopify/polaris/commit/83bde86903b3b6cfdb1a56f8f505c353eb4609be) Thanks [@tatianau](https://github.com/tatianau)! - Made hiding the stepper arrows for inputs of type "number" and revealing them on hover and focus the default `TextField` behaviour to mimic the default browser experience

* [#8288](https://github.com/Shopify/polaris/pull/8288) [`d27a361c2`](https://github.com/Shopify/polaris/commit/d27a361c25fd002937a1a6e7eea46225d12cad98) Thanks [@rcd00](https://github.com/rcd00)! - Updated the style of keyboard component and add optional size prop

- [#8600](https://github.com/Shopify/polaris/pull/8600) [`515a62f3b`](https://github.com/Shopify/polaris/commit/515a62f3b2f7cfadbc1a80a9a320aae857262790) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed list reset class from not applying to ordered lists

* [#8655](https://github.com/Shopify/polaris/pull/8655) [`fb373c3e1`](https://github.com/Shopify/polaris/commit/fb373c3e1d0f3e5dc7a61406b66f1580a45df6a2) Thanks [@stewx](https://github.com/stewx)! - Adjust CSS for expanded navigation section to remove unwanted space during collapse/expand

### Patch Changes

- [#8595](https://github.com/Shopify/polaris/pull/8595) [`437a3bbf1`](https://github.com/Shopify/polaris/commit/437a3bbf15209ad211ad3c197b9ed8cb34be2261) Thanks [@KateWood](https://github.com/KateWood)! - Added option zebra striping to `IndexTable` ([#8595](https://github.com/Shopify/polaris/pull/8595))

* [#8626](https://github.com/Shopify/polaris/pull/8626) [`ff70ab3d1`](https://github.com/Shopify/polaris/commit/ff70ab3d1bc36d6d4b04a85c03f0b60e7ea8c43e) Thanks [@alex-page](https://github.com/alex-page)! - Fix border radius on active/pressed navigation items

- [#8644](https://github.com/Shopify/polaris/pull/8644) [`62b712362`](https://github.com/Shopify/polaris/commit/62b71236221edddae106600a73d3f524089a6cd0) Thanks [@alex-page](https://github.com/alex-page)! - Remove unnecessary stylelint-disable comments

* [#8651](https://github.com/Shopify/polaris/pull/8651) [`446ba341c`](https://github.com/Shopify/polaris/commit/446ba341c2debf0ed9378294598fb125d64d3a88) Thanks [@aveline](https://github.com/aveline)! - Updated default stack order custom property

- [#8659](https://github.com/Shopify/polaris/pull/8659) [`3e7e0837d`](https://github.com/Shopify/polaris/commit/3e7e0837daccbc8652ea15caf0679b1309ca03fb) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed comments after stylelint rule changes that are breaking the rules

* [#8606](https://github.com/Shopify/polaris/pull/8606) [`230786ace`](https://github.com/Shopify/polaris/commit/230786ace70a370d0ada255e33f0b8fe830edfaa) Thanks [@alex-page](https://github.com/alex-page)! - Remove unused shared scss functions and move low usage or low value functions into components

- [#8629](https://github.com/Shopify/polaris/pull/8629) [`6ee523a5f`](https://github.com/Shopify/polaris/commit/6ee523a5ff7b11425537936c41fc675e72fc81ef) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated the animation duration and box-shadow for the `Tooltip`

## 10.35.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.35.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.36.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.35.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.36.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.35.0",
"version": "10.36.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
29 changes: 29 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# polaris.shopify.com

## 0.39.0

### Minor Changes

- [#8604](https://github.com/Shopify/polaris/pull/8604) [`65a678d29`](https://github.com/Shopify/polaris/commit/65a678d299fd6637cb88462135cfe3cd7713c6aa) Thanks [@lgriffee](https://github.com/lgriffee)! - Added a `shadow` token page

* [#8615](https://github.com/Shopify/polaris/pull/8615) [`4aacd1983`](https://github.com/Shopify/polaris/commit/4aacd1983d0c475ec4b239e725b036de5a67ed47) Thanks [@yurm04](https://github.com/yurm04)! - Added search event that sets the default google parameters in addition to custom

- [#8613](https://github.com/Shopify/polaris/pull/8613) [`1a36ed60c`](https://github.com/Shopify/polaris/commit/1a36ed60c4f049b8fbbaa7cfebb1020dc7ba5055) Thanks [@yurm04](https://github.com/yurm04)! - Added 'engagement' category to search event

* [#8272](https://github.com/Shopify/polaris/pull/8272) [`cccd69848`](https://github.com/Shopify/polaris/commit/cccd698482ed4ff74e2ae4ab23ccc1c3e7c69412) Thanks [@lgriffee](https://github.com/lgriffee)! - Create migrations to replace deprecated custom properties in polaris-react v11.0.0 and v9.0.0

### Patch Changes

- [#8621](https://github.com/Shopify/polaris/pull/8621) [`dca759b0b`](https://github.com/Shopify/polaris/commit/dca759b0b54e5984cf1f6151e5178e577db9044f) Thanks [@jesstelford](https://github.com/jesstelford)! - Fix <Code> renderer on Patterns pages to support code blocks without meta

* [#8622](https://github.com/Shopify/polaris/pull/8622) [`613f637c9`](https://github.com/Shopify/polaris/commit/613f637c923f18b51faf8707f185513eaff028f8) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fix minor layout bugs in app-settings-layout pattern code example

- [#8379](https://github.com/Shopify/polaris/pull/8379) [`c8207636c`](https://github.com/Shopify/polaris/commit/c8207636cfd9493da8e0b5b1aaa4de01a5e521de) Thanks [@nayeobkim](https://github.com/nayeobkim)! - Updated documentation and guidance for `AlphaCard`, `AlphaStack`, `Box`, `Bleed`, `Columns`, and `Inline`

* [#8614](https://github.com/Shopify/polaris/pull/8614) [`3526fc2fc`](https://github.com/Shopify/polaris/commit/3526fc2fcd3756024ad85bb8b107f9c7a36a7f74) Thanks [@laurkim](https://github.com/laurkim)! - Added best practices to `Text`, `AlphaCard`, and `AlphaStack`

- [#8616](https://github.com/Shopify/polaris/pull/8616) [`74f0bc42a`](https://github.com/Shopify/polaris/commit/74f0bc42a9eb4107328fed0bb13077e97853c597) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed icon page layout

* [#8602](https://github.com/Shopify/polaris/pull/8602) [`575b351d5`](https://github.com/Shopify/polaris/commit/575b351d514b6799d365b9f667437943a62e8809) Thanks [@yurm04](https://github.com/yurm04)! - Added search tracking using google analytics

* Updated dependencies [[`696473b82`](https://github.com/Shopify/polaris/commit/696473b8215c76eaa3645260d0ec9f6f443a4b9d), [`437a3bbf1`](https://github.com/Shopify/polaris/commit/437a3bbf15209ad211ad3c197b9ed8cb34be2261), [`078cf9aea`](https://github.com/Shopify/polaris/commit/078cf9aea6fbee85f1a22662808ec527b46e6f2d), [`83bde8690`](https://github.com/Shopify/polaris/commit/83bde86903b3b6cfdb1a56f8f505c353eb4609be), [`ff70ab3d1`](https://github.com/Shopify/polaris/commit/ff70ab3d1bc36d6d4b04a85c03f0b60e7ea8c43e), [`62b712362`](https://github.com/Shopify/polaris/commit/62b71236221edddae106600a73d3f524089a6cd0), [`446ba341c`](https://github.com/Shopify/polaris/commit/446ba341c2debf0ed9378294598fb125d64d3a88), [`d27a361c2`](https://github.com/Shopify/polaris/commit/d27a361c25fd002937a1a6e7eea46225d12cad98), [`3e7e0837d`](https://github.com/Shopify/polaris/commit/3e7e0837daccbc8652ea15caf0679b1309ca03fb), [`230786ace`](https://github.com/Shopify/polaris/commit/230786ace70a370d0ada255e33f0b8fe830edfaa), [`6ee523a5f`](https://github.com/Shopify/polaris/commit/6ee523a5ff7b11425537936c41fc675e72fc81ef), [`515a62f3b`](https://github.com/Shopify/polaris/commit/515a62f3b2f7cfadbc1a80a9a320aae857262790), [`fb373c3e1`](https://github.com/Shopify/polaris/commit/fb373c3e1d0f3e5dc7a61406b66f1580a45df6a2)]:
- @shopify/polaris@10.36.0

## 0.38.2

### Patch 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.38.2",
"version": "0.39.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/",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@shopify/polaris": "^10.35.0",
"@shopify/polaris": "^10.36.0",
"@shopify/polaris-icons": "^6.11.3",
"@shopify/polaris-tokens": "^6.8.0",
"@radix-ui/react-polymorphic": "^0.0.14",
Expand Down
6 changes: 6 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.0.0

### Major Changes

- [#8657](https://github.com/Shopify/polaris/pull/8657) [`764f17d86`](https://github.com/Shopify/polaris/commit/764f17d86c30c9f30bec6717c09f07b2e04e23f8) Thanks [@alex-page](https://github.com/alex-page)! - Turn on reportNeedlessDisables for all comments

## 8.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.2",
"version": "9.0.0",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down