Releases: Shopify/cli
Releases · Shopify/cli
3.61.2
3.61.1
3.61.0
3.60.1
What's Changed
Bug Fixes
- Fix issue when dev'ing flow extensions #3885
- Include theme-check-docs-updater data folder in final bundled dist #3865
Full Changelog: 3.60.0...3.60.1
3.60.0
@shopify/[email protected]
- Adds validations for editor extension collection #3728
- Adds localization support for editor extension collection #3717
- Webhook trigger now reads from the configuration instead of .env and accepts more flags #3727
- Fix bug with plugins installation #3853
@shopify/[email protected]
- Introduce .json support for theme app extensions #3842
@shopify/[email protected]
- Render progress bar for theme uploads to stderr #3765
- Fix the shopify theme dev proxy to use the development theme, even when users have a browser session with the live theme loaded #3791
- Fix unpublished themes being marked as development themes #3798
- Fix issue that prevents shopify theme console from evaluating results when another 'preview_theme_id' is set #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 #3851
3.59.3
3.59.2
3.59.1
3.59.0
Shopify CLI
Shopify CLI now defaults to be a global CLI and all commands have been unified under a single npm package: @shopify/cli
.
Check out the new CLI documentation.
Apps
- Use a random port for GraphiQL when the default one is not available: #3579
- Filter env vars to always be valid for ESBuild: #3656
- Sanitize "api_key" from verbose log: #3558
- Fix issue when you deploy an empty array of redirect_urls: #3667
- Do not show api-key flag deprecation warning when using SHOPIFY_API_KEY: #3671
- Updated header regex: #3658
Themes
- Fix Theme Push Execution when password flag is provided: #3645
- Remove requirement to provide
name
flag intheme rename
command: #3644 - Update theme push theme selection text: #3670
- Improve Glob Pattern subdirectory mismatch error handling: #3669
- Introduce support to Theme Access app in the new
shopify theme push
implementation: #3675 - Introduce support to the
blocks/
directory inshopify theme push
: #3676 - Fix
shopify theme dev
issue to avoid previewing the live theme instead of the development: #3706
Full Changelog: 3.58.2...3.59.0