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/bright-cars-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-jobs-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-months-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-games-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-tigers-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-geese-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-ants-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-llamas-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-grapes-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-boats-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-dogs-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-jokes-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-mirrors-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-moose-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pianos-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-dolls-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-birds-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-jeans-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-bats-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-rocks-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-gifts-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-candles-visit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-peaches-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-kings-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-bobcats-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-waves-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-ravens-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-apes-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-fishes-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-readers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-pillows-visit.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.18

### Patch Changes

- Updated dependencies [[`28220456f`](https://github.com/Shopify/polaris/commit/28220456f67bb4e6e2df19ceb334635ca2d0f3a5)]:
- @shopify/polaris-migrator@0.9.1

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.9.0"
"@shopify/polaris-migrator": "^0.9.1"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
10 changes: 10 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.6.0

### Minor Changes

- [#7456](https://github.com/Shopify/polaris/pull/7456) [`3bc63f7f9`](https://github.com/Shopify/polaris/commit/3bc63f7f94f7d66155c0f071833a858756621b20) Thanks [@SereneChen-7](https://github.com/SereneChen-7)! - Add attribution model icons

* [#7724](https://github.com/Shopify/polaris/pull/7724) [`d748c20ef`](https://github.com/Shopify/polaris/commit/d748c20ef54e7e07e519b4d94ac50ebefca04b99) Thanks [@jaychashop](https://github.com/jaychashop)! - Added passkey major and minor icons

- [#7686](https://github.com/Shopify/polaris/pull/7686) [`6b989379e`](https://github.com/Shopify/polaris/commit/6b989379e82e5bcea973ff1b5c1b1e105ac90608) Thanks [@matyikriszta](https://github.com/matyikriszta)! - Update FormMajor icon

## 6.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-icons",
"version": "6.5.0",
"version": "6.6.0",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify Inc.",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/polaris-migrator

## 0.9.1

### Patch Changes

- [#7744](https://github.com/Shopify/polaris/pull/7744) [`28220456f`](https://github.com/Shopify/polaris/commit/28220456f67bb4e6e2df19ceb334635ca2d0f3a5) Thanks [@laurkim](https://github.com/laurkim)! - Fixed mapping for `TextStyle` `variation="strong"` to use `Text` `fontWeight="semibold"` instead of `fontWeight="bold"`

## 0.9.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.9.0",
"version": "0.9.1",
"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.12.0",
"@shopify/polaris": "^10.13.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
57 changes: 57 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Changelog

## 10.13.0

### Minor Changes

- [#7803](https://github.com/Shopify/polaris/pull/7803) [`23665dfd2`](https://github.com/Shopify/polaris/commit/23665dfd2b90ca7487f83560c148fe1d1f34dbe3) Thanks [@aveline](https://github.com/aveline)! - Added support for `ul` element on `Box`

* [#7799](https://github.com/Shopify/polaris/pull/7799) [`508e148f1`](https://github.com/Shopify/polaris/commit/508e148f1101f4db4c2e813bc7ca06d706358fb4) Thanks [@chazdean](https://github.com/chazdean)! - Updated `Box` to accept role attribute

- [#7746](https://github.com/Shopify/polaris/pull/7746) [`757aeebe3`](https://github.com/Shopify/polaris/commit/757aeebe39abe93c9f9995f41508e40a5fdf05da) Thanks [@laurkim](https://github.com/laurkim)! - Removed `ContentBlock` and its examples in the style guide

* [#7775](https://github.com/Shopify/polaris/pull/7775) [`300b6d4bc`](https://github.com/Shopify/polaris/commit/300b6d4bc173cc6ea3958047069194c069a78125) Thanks [@laurkim](https://github.com/laurkim)! - Removed `Tiles` and examples in style guide

- [#7788](https://github.com/Shopify/polaris/pull/7788) [`0eb43a9fd`](https://github.com/Shopify/polaris/commit/0eb43a9fddd3570baff914e0f10c93ec0406ae50) Thanks [@laurkim](https://github.com/laurkim)! - Added storybook example for `AlphaCard` with subdued section

* [#7794](https://github.com/Shopify/polaris/pull/7794) [`d43e3bc88`](https://github.com/Shopify/polaris/commit/d43e3bc8800d4b2753ce6b952f27892e1987b354) Thanks [@aveline](https://github.com/aveline)! - Added support for responsive spacing on `Bleed`

- [#7790](https://github.com/Shopify/polaris/pull/7790) [`dc4540ca7`](https://github.com/Shopify/polaris/commit/dc4540ca76fcf30d4f1129b958f40a96c4c65857) Thanks [@laurkim](https://github.com/laurkim)! - Added support for responsive padding to `AlphaCard` and updated default padding to be responsive

* [#7767](https://github.com/Shopify/polaris/pull/7767) [`cb24dbb9e`](https://github.com/Shopify/polaris/commit/cb24dbb9e0806f218a67dfec6f2cdce039dc0f7d) Thanks [@aveline](https://github.com/aveline)! - Updated `Box` and `AlphaStack` to accept aria attributes

- [#7697](https://github.com/Shopify/polaris/pull/7697) [`b7b729235`](https://github.com/Shopify/polaris/commit/b7b7292355cc90366eacb5c4ea56afd8a8759a9f) Thanks [@aveline](https://github.com/aveline)! - Added support for responsive padding to `Box`

* [#7754](https://github.com/Shopify/polaris/pull/7754) [`aee0c5c4c`](https://github.com/Shopify/polaris/commit/aee0c5c4ca8521a1d8e4c8b0f4a2a77597987d1f) Thanks [@aveline](https://github.com/aveline)! - Added support for responsive `gap` on `Inline`

- [#7619](https://github.com/Shopify/polaris/pull/7619) [`15570cc15`](https://github.com/Shopify/polaris/commit/15570cc1567ac6d7f19bb3c528de755112d3b564) Thanks [@Rmnlly](https://github.com/Rmnlly)! - Added `truncateText` prop to `Navigation.Item` to prevent text wrapping

* [#7806](https://github.com/Shopify/polaris/pull/7806) [`5f3b61d0a`](https://github.com/Shopify/polaris/commit/5f3b61d0af402bf26dd2df6fe568f0e7126b4e92) Thanks [@aveline](https://github.com/aveline)! - Added support for `li` and `tabIndex` on `Box`

### Patch Changes

- [#7768](https://github.com/Shopify/polaris/pull/7768) [`4cb1c6a8b`](https://github.com/Shopify/polaris/commit/4cb1c6a8b3271529cfca817f5135ac328185b321) Thanks [@laurkim](https://github.com/laurkim)! - Renamed storybook example names for consistency

* [#7808](https://github.com/Shopify/polaris/pull/7808) [`ed3444d77`](https://github.com/Shopify/polaris/commit/ed3444d77412602588f3bc0953d800efcc28b40e) Thanks [@laurkim](https://github.com/laurkim)! - Temporarily removed console warnings for deprecated typography components

- [#7755](https://github.com/Shopify/polaris/pull/7755) [`1e5a2b665`](https://github.com/Shopify/polaris/commit/1e5a2b665ac48ea4e2277f35dd13f1bad4ec643c) Thanks [@kyledurand](https://github.com/kyledurand)! - Added position, opacity, top, left, right, bottom, z-index to `Box`

* [#7761](https://github.com/Shopify/polaris/pull/7761) [`81f379315`](https://github.com/Shopify/polaris/commit/81f379315096f09fa3e91b1d19a0db348de08a71) Thanks [@laurkim](https://github.com/laurkim)! - Refactored `Columns` `gap` to use `getResponsiveProps` util

- [#7777](https://github.com/Shopify/polaris/pull/7777) [`cb882f460`](https://github.com/Shopify/polaris/commit/cb882f46012c1dc87fdab351777f4110608d0f23) Thanks [@laurkim](https://github.com/laurkim)! - Refactored `position` properties on `Box` to use logical property names

* [#7757](https://github.com/Shopify/polaris/pull/7757) [`f9e1985c9`](https://github.com/Shopify/polaris/commit/f9e1985c91e111bad0a1f35551c0c6293b16f132) Thanks [@aveline](https://github.com/aveline)! - Fixed typo in `responsive-props` mixin. Added jsdoc examples for responsive spacing props in `Box`.

- [#7764](https://github.com/Shopify/polaris/pull/7764) [`9ab44a69f`](https://github.com/Shopify/polaris/commit/9ab44a69f96b9454803a2e22c70e0a5c8b0cfa85) Thanks [@laurkim](https://github.com/laurkim)! - Cleaned up prop descriptions and added missing default values for `Box`, `AlphaCard`, `AlphaStack`, `Columns`, `Tiles`, `Bleed`, and `Inline`

* [#7769](https://github.com/Shopify/polaris/pull/7769) [`a9e018ec4`](https://github.com/Shopify/polaris/commit/a9e018ec46e9515ffc6ffef99acd6c1ca33e9d7e) Thanks [@nabihaalikhan](https://github.com/nabihaalikhan)! - Updated badge spacing to right align with secondary action icons

- [#7748](https://github.com/Shopify/polaris/pull/7748) [`ed3da747e`](https://github.com/Shopify/polaris/commit/ed3da747e1d70dfbcdfb907b13230f1d174cb0d1) Thanks [@laurkim](https://github.com/laurkim)! - Renamed `spacing` prop to `gap` on `Inline`, `AlphaStack`, `Columns`, and `Tiles`

* [#7732](https://github.com/Shopify/polaris/pull/7732) [`d08e1c30c`](https://github.com/Shopify/polaris/commit/d08e1c30c63c50f050bb57bff2a545baa8470234) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed `spacing` prop from Bleed component

- [#7779](https://github.com/Shopify/polaris/pull/7779) [`7c0a4b6a9`](https://github.com/Shopify/polaris/commit/7c0a4b6a960fd9279d969ad9e3dd2dad6dffe311) Thanks [@laurkim](https://github.com/laurkim)! - Updated `Bleed` props to use logical properties, fixed reversed logic for horizontal/vertical bleed, and updated style guide

* [#7793](https://github.com/Shopify/polaris/pull/7793) [`824aef031`](https://github.com/Shopify/polaris/commit/824aef0310737ef5ca1cc2ee462171c13a9dacc3) Thanks [@Rmnlly](https://github.com/Rmnlly)! - Extends Navigation Item highlight to full width to cover secondary actions

* Updated dependencies [[`3bc63f7f9`](https://github.com/Shopify/polaris/commit/3bc63f7f94f7d66155c0f071833a858756621b20), [`d748c20ef`](https://github.com/Shopify/polaris/commit/d748c20ef54e7e07e519b4d94ac50ebefca04b99), [`6b989379e`](https://github.com/Shopify/polaris/commit/6b989379e82e5bcea973ff1b5c1b1e105ac90608)]:
- @shopify/polaris-icons@6.6.0

## 10.12.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.12.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.13.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.12.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.13.0/build/esm/styles.css"
/>
```

Expand Down
4 changes: 2 additions & 2 deletions 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.12.0",
"version": "10.13.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -62,7 +62,7 @@
"preversion": "node ./scripts/readme-update-version"
},
"dependencies": {
"@shopify/polaris-icons": "^6.5.0",
"@shopify/polaris-icons": "^6.6.0",
"@shopify/polaris-tokens": "^6.3.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
Loading