Skip to content

Releases: Shopify/cli

3.94.3

28 Apr 15:04
063f18b

Choose a tag to compare

What's Changed

3.94.0

24 Apr 18:19
ff230db

Choose a tag to compare

App

  • Render footer links in app dev as hyperlinks, if supported by the terminal. (#7259)
  • Added a separate Dev Console link to the app dev output for non-embedded apps (#7263)
  • report file size for extensions on build and dev (#7205)
  • Avoid spurious config prompts:
    • Skip TOML selection prompt when using --reset flag
    • Use default shopify.app.toml without prompting when running config link --client-id with no existing TOML files (#7238)

Theme

  • Fix ENOTDIR error when a file path is passed to --path flag in theme commands. The flag now validates that the provided path is a directory and shows a helpful error message suggesting the parent directory instead.
    (#7335)
  • Add error handler to chokidar file watcher to prevent unhandled exceptions (#7317)

CLI

  • Render task progress bars to stderr to reduce output noise in non-TTY environments (#7295)

Full Changelog: 3.93.2...3.94.0

3.93.2

10 Apr 11:45
bcea4e1

Choose a tag to compare

What's Changed

  • Fix wrong wasmPath value in "app function info" command
  • hydrogen/Bump cli-hydrogen to 11.1.14

3.93.1

06 Apr 19:31
e6c5a84

Choose a tag to compare

Bug Fixes

  • Preserve existing granted scopes during shopify store auth re-auth by @dmerand in #7172
  • Add JSON output support for shopify store auth and shopify store execute by @dmerand in #7190

3.93.0

02 Apr 16:09
7ce5c9b

Choose a tag to compare

New Features

Bug Fixes

Performance

3.92.1

12 Mar 17:17
a31090d

Choose a tag to compare

Theme - Fixed an issue with cart rate limiting

3.92.0

11 Mar 13:57
c835661

Choose a tag to compare

App

  • Emit metafile for UI extensions to allow for bundle analysis #6880
  • Fix webhooks with relative URIs in app dev #6891
  • Detect app dev session takeover #6799
  • Add build.typegen_command support for non-JS Shopify Functions #6870

Theme

  • Fix theme profile when running on Windows WSL #6830
  • More accurate progress on theme pull #6863
  • Change hardcoded links in theme pull to use methods to surface urls instead #6881

3.91.1

04 Mar 21:15
6f8e6e9

Choose a tag to compare

CLI

  • Updates cli-hydrogen to 11.1.10 and removes the --routes flag and confirmation prompt from shopify hydrogen init, now that routes are automatically scaffolded by default. (#6927)

Full Changelog: 3.91.0...3.91.1

3.91.0

20 Feb 19:25
98941de

Choose a tag to compare

What's Changed

  • The Dev Console now renders in admin when using shopify app dev.
  • The React Router app template now includes declarative custom data features.
  • 5e13c83: Add --listing flag to theme dev, push, and share commands
  • 947025f: Fix the default environments infrastructure so it doesn’t fail when running commands that don't require authentication
  • d0e135b: Fix 401 Unauthorized errors on cart AJAX endpoints during shopify theme dev
  • 6a7bfce: Fix hot-reloading for the {% javascript %} tag when serving compiled assets scripts with multibyte characters

Full Changelog: 3.90.1...3.91.0

3.90.1

11 Feb 10:07
d61dd19

Choose a tag to compare

App

  • Add app execute and app bulk commands to run queries against Admin API