forked from Shopify/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Shopify:main' into main
- Loading branch information
Showing
993 changed files
with
20,775 additions
and
10,594 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/cli-kit': patch | ||
--- | ||
|
||
Fix the output for unhandled errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@shopify/cli-kit': minor | ||
'@shopify/app': minor | ||
--- | ||
|
||
Added support for JSON Schema based module validation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/app': patch | ||
--- | ||
|
||
Fix validation for Pub/Sub URLs in webhook trigger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/app': patch | ||
--- | ||
|
||
Update duplicate print action message |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/app': patch | ||
--- | ||
|
||
Allow CORS to check if local GraphiQL is running |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/app': patch | ||
--- | ||
|
||
Remove local templates - all extension templates will now be pulled from the API |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.16.1 | ||
v22.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CLI | ||
|
||
- Fix bug with plugins installation https://github.com/Shopify/cli/pull/3853 | ||
|
||
# App | ||
|
||
- Adds validations for editor extension collection https://github.com/Shopify/cli/pull/3728 | ||
- Adds localization support for editor extension collection https://github.com/Shopify/cli/pull/3717 | ||
- Webhook trigger now reads from the configuration instead of .env and accepts more flags https://github.com/Shopify/cli/pull/3727 | ||
|
||
# CLI-kit | ||
|
||
- Introduce .json support for theme app extensions https://github.com/Shopify/cli/pull/3842 | ||
|
||
# Theme | ||
|
||
- Render progress bar for theme uploads to stderr https://github.com/Shopify/cli/pull/3765 | ||
- Fix the shopify theme dev proxy to use the development theme, even when users have a browser session with the live theme loaded https://github.com/Shopify/cli/pull/3791 | ||
- Fix unpublished themes being marked as development themes https://github.com/Shopify/cli/pull/3798 | ||
- Fix issue that prevents shopify theme console from evaluating results when another 'preview_theme_id' is set https://github.com/Shopify/cli/pull/3811 | ||
- Fix the shopify theme dev/shopify theme console proxy to handle cookies as expected, and ensure they no longer render the live theme instead of the development theme https://github.com/Shopify/cli/pull/3851 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CLI | ||
|
||
- Include hydrogen commands in the bundle https://github.com/Shopify/cli/pull/3930 | ||
|
||
# App | ||
|
||
- Dev stores are no longer automatically made transfer-disabled https://github.com/Shopify/cli/pull/3901 | ||
- App dev logs include extension handles https://github.com/Shopify/cli/pull/3797 | ||
- New apps no longer gitignore package manager lock files https://github.com/Shopify/cli/pull/3900 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.