Skip to content

Commit

Permalink
Add release notes for 3.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Apr 16, 2024
1 parent 03c6419 commit 083a2a2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES/3.59.md
@@ -0,0 +1,22 @@
# CLI
All commands have been unified under a single npm package: `@shopify/cli` and Shopify CLI now defaults to be a global CLI.

Check out the [new CLI documentation](https://shopify.dev/docs/api/shopify-cli).

# App
* Use a random port for GraphiQL when the default one is not available: https://github.com/Shopify/cli/pull/3579
* Filter env vars to always be valid for ESBuild: https://github.com/Shopify/cli/pull/3656
* Sanitize "api_key" from verbose log: https://github.com/Shopify/cli/pull/3558
* Fix issue when you deploy an empty array of redirect_urls: https://github.com/Shopify/cli/pull/3667
* Do not show api-key flag deprecation warning when using SHOPIFY_API_KEY: https://github.com/Shopify/cli/pull/3671
* Updated header regex: https://github.com/Shopify/cli/pull/3658

# Theme

* Fix Theme Push Execution when password flag is provided: https://github.com/Shopify/cli/pull/3645
* Remove requirement to provide `name` flag in `theme rename` command: https://github.com/Shopify/cli/pull/3644
* Update theme push theme selection text: https://github.com/Shopify/cli/pull/3670
* Improve Glob Pattern subdirectory mismatch error handling: https://github.com/Shopify/cli/pull/3669
* Introduce support to Theme Access app in the new `shopify theme push` implementation: https://github.com/Shopify/cli/pull/3675
* Introduce support to the `blocks/` directory in `shopify theme push`: https://github.com/Shopify/cli/pull/3676
* Fix `shopify theme dev` issue to avoid previewing the live theme instead of the development: https://github.com/Shopify/cli/pull/3706

0 comments on commit 083a2a2

Please sign in to comment.