Skip to content

Commit 690b6cf

Browse files
committed
Merge branch 'main' into v11-major
2 parents 590711c + 5597775 commit 690b6cf

File tree

297 files changed

+7453
-3211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+7453
-3211
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"scripts": {
29-
"build": "turbo run build",
29+
"build": "turbo run build --filter=!polaris.shopify.com && turbo run build --filter=polaris.shopify.com",
3030
"dev": "turbo run dev --filter=@shopify/polaris... --parallel",
3131
"lint": "turbo run lint",
3232
"test": "turbo run test",
@@ -89,7 +89,7 @@
8989
{
9090
"name": "polaris-react-cjs",
9191
"path": "polaris-react/build/cjs/index.js",
92-
"limit": "220 kB"
92+
"limit": "225 kB"
9393
},
9494
{
9595
"name": "polaris-react-esm",

polaris-cli/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @shopify/plugin-polaris
22

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @shopify/polaris-migrator@0.11.2
9+
10+
## 0.0.30
11+
12+
### Patch Changes
13+
14+
- Updated dependencies []:
15+
- @shopify/polaris-migrator@0.11.1
16+
17+
## 0.0.29
18+
19+
## 0.0.28
20+
21+
## 0.0.27
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [[`64d57de02`](https://github.com/Shopify/polaris/commit/64d57de0277ff39fd54746f48d11b9841e62e32b)]:
26+
- @shopify/polaris-migrator@0.11.0
27+
28+
## 0.0.26
29+
30+
### Patch Changes
31+
32+
- Updated dependencies [[`fad3809ef`](https://github.com/Shopify/polaris/commit/fad3809ef39054b125c661f9b1bf6397b2b89fd0), [`56b0bc2dc`](https://github.com/Shopify/polaris/commit/56b0bc2dc414a085e935c3975a74410e7df530f1)]:
33+
- @shopify/polaris-migrator@0.10.3
34+
35+
## 0.0.25
36+
337
## 0.0.24
438

539
## 0.0.23

polaris-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/plugin-polaris",
3-
"version": "0.0.24",
3+
"version": "0.0.31",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@oclif/core": "^1.13.10",
27-
"@shopify/polaris-migrator": "^0.10.2"
27+
"@shopify/polaris-migrator": "^0.11.2"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-for-vscode/README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
# Polaris for VS Code
22

3-
Official VS Code extension for building with the Shopify [Polaris Design System](https://polaris.shopify.com/).
3+
Official VS Code extension for building with the Shopify Polaris Design System
44

5-
![Demo of Polaris for VS Code tokens autocomplete](https://github.com/Shopify/polaris/blob/main/polaris-for-vscode/docs/polaris-for-vscode-preview.gif?raw=true)
6-
7-
## Features
8-
9-
### Design Token Autocomplete
10-
11-
Get code autocomplete suggestions for the [Polaris Design Tokens](https://polaris.shopify.com/tokens/colors#navigation)
12-
13-
- 🗄️ Automatically works for CSS and Sass files
14-
- 🔍 Preview design token values in autocomplete description
15-
- 🎨 Color previews for all `color` tokens
16-
- 🥇 Relevant code completions based on the current line of code
17-
18-
## How to use
19-
20-
Once installed and enabled, the Polaris for VS Code extension will automatically run in any CSS and Sass files.
21-
22-
To trigger tokens autocomplete feature:
23-
24-
1. Open a CSS or Sass file from your project
25-
2. Start typing the CSS property you want to set ex. `color: `
26-
3. Type the extension trigger characters `--`. This will bring up the relevant autocomplete tokens associated with the CSS property typed.
5+
[Polaris for VS Code documentation](https://polaris.shopify.com/tools/polaris-for-vscode)

polaris-icons/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## 6.10.0
4+
5+
### Minor Changes
6+
7+
- [#8150](https://github.com/Shopify/polaris/pull/8150) [`a0c6e467b`](https://github.com/Shopify/polaris/commit/a0c6e467b71be484e708d4c06d4172e3890b5a15) Thanks [@leileu](https://github.com/leileu)! - Adding two metaobject icons: Metaobject and Metaobject Reference.
8+
9+
### Patch Changes
10+
11+
- [#8148](https://github.com/Shopify/polaris/pull/8148) [`0ca0b7899`](https://github.com/Shopify/polaris/commit/0ca0b7899d480ca7bf87e7dfca24bc5721b0775c) Thanks [@zecarlostorre](https://github.com/zecarlostorre)! - Updated clipboard icon
12+
13+
## 6.9.0
14+
15+
### Minor Changes
16+
17+
- [#8139](https://github.com/Shopify/polaris/pull/8139) [`b998ca007`](https://github.com/Shopify/polaris/commit/b998ca00736c5cf1a7772a1ee0acc9f3f4a2748e) Thanks [@leileu](https://github.com/leileu)! - Adding content minor icon for left nav in admin
18+
19+
* [#8094](https://github.com/Shopify/polaris/pull/8094) [`94988bc26`](https://github.com/Shopify/polaris/commit/94988bc260b0c4f371a8c1f22a0a3fd5e11fee45) Thanks [@Tamas-Kisss](https://github.com/Tamas-Kisss)! - Added major and minor icon for Papercheck
20+
21+
- [#8121](https://github.com/Shopify/polaris/pull/8121) [`f74e8ffcc`](https://github.com/Shopify/polaris/commit/f74e8ffcc4d0864212e53e28e7bb02f3b224ba33) Thanks [@zecarlostorre](https://github.com/zecarlostorre)! - Added EnterMajor icon
22+
23+
## 6.8.0
24+
25+
### Minor Changes
26+
27+
- [#8049](https://github.com/Shopify/polaris/pull/8049) [`dca31f2a0`](https://github.com/Shopify/polaris/commit/dca31f2a00737c77a96d26da1535cad83e5af0b0) Thanks [@leileu](https://github.com/leileu)! - Added 8 minor icons for metafields
28+
29+
* [#8069](https://github.com/Shopify/polaris/pull/8069) [`f67e2997e`](https://github.com/Shopify/polaris/commit/f67e2997ef6f5ea026ec076fe480bb7924620f34) Thanks [@leileu](https://github.com/leileu)! - Added file minor icon
30+
31+
- [#8063](https://github.com/Shopify/polaris/pull/8063) [`d5da4778c`](https://github.com/Shopify/polaris/commit/d5da4778c73179b5f1606f3a8b029b9c4a3b818c) Thanks [@eric-blue](https://github.com/eric-blue)! - Added minor icon for diamond_alert
32+
33+
* [#8037](https://github.com/Shopify/polaris/pull/8037) [`1aeed2414`](https://github.com/Shopify/polaris/commit/1aeed2414b8be48e7c3009663fbd407bd40aa3c9) Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Added major and minor icon for Magic
34+
35+
### Patch Changes
36+
37+
- [#8085](https://github.com/Shopify/polaris/pull/8085) [`56b757036`](https://github.com/Shopify/polaris/commit/56b75703622a8abc987cac8b87dcd7b53c16e508) Thanks [@sarahill](https://github.com/sarahill)! - Added icon name for magic major and minor
38+
39+
* [#8066](https://github.com/Shopify/polaris/pull/8066) [`68acc4593`](https://github.com/Shopify/polaris/commit/68acc45939e64239be2d9d1a854db096e3620556) Thanks [@kyledurand](https://github.com/kyledurand)! - Added better error documentation on icon validation
40+
341
## 6.7.0
442

543
### Minor Changes
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Calendar time
2+
set: minor
3+
description: Used to denote the action of opening a date picker with time
4+
keywords:
5+
- calendar
6+
- date
7+
- time
8+
- month
9+
- year
10+
- day
11+
authors:
12+
- Sai Nihas
13+
- Leina Leung
14+
date_added: 2023-01-12
15+
date_modified: 2023-01-12
16+
version: 1
17+
exclusive_use:
Lines changed: 1 addition & 1 deletion
Loading

polaris-icons/icons/ClipboardMinor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ description: Used to represent a clipboard, usually accompanying a copy action.
44
keywords:
55
- clipboard
66
- copy
7+
- copy and paste
78
authors:
89
- Adam Whitcroft
9-
version: 1
10+
- José Torre
11+
version: 2
1012
date_added: 2019-03-15
11-
date_modified: 2019-03-15
13+
date_modified: 2023-01-24
1214
exclusive_use:
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)