Skip to content

Releases: Shopify/cli

3.75.4

20 Feb 10:23
d0b335d
Compare
Choose a tag to compare

What's Changed

  • Update to cli-hydrogen 9.0.8

3.75.3

17 Feb 18:49
d0b335d
Compare
Choose a tag to compare

What's Changed

  • Update to cli-hydrogen 9.0.7 in #5409

3.75.2

17 Feb 13:53
ef23b2b
Compare
Choose a tag to compare

What's Changed

  • Update to cli-hydrogen 9.0.6 in #5401

3.75.1

17 Feb 10:55
7f14e27
Compare
Choose a tag to compare

What's Changed

  • Fix search for dev stores in partners in #5397

3.75.0

07 Feb 15:59
615df86
Compare
Choose a tag to compare

What's Changed

CLI

  • Replace rainbow bar with moving hill for no-color mode

App

  • Save dev_store_url under ./shopify
  • Enable include_config_on_deploy by default for new apps

Themes

  • Update shopify theme push -x documentation (it uploads, doesn't download)
  • Fix local dev proxy for checkout and accounts/logout
  • Add support to the theme access app staging

Full Changelog: 3.74.1...3.75.0

3.74.1

24 Jan 16:04
da30052
Compare
Choose a tag to compare
  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores

3.74.0

20 Jan 15:15
644f18c
Compare
Choose a tag to compare

Themes

  • Add theme profile command which allows users to get a performance profile for Liquid rendering on a given page #5109
  • Give `theme infop a facelift using standard UI components #5197
  • Unify how asset upload errors are reported in the theme dev command #5209
  • Store theme asset upload errors encountered while running the theme dev command #5220
  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores #5200
  • When the .shopify/metafields.json file gets created, the CLI now proposes to add it to .gitignore by default #5184
  • Fix documentation for theme push --only #5206
  • Improve storefront password protection check #5166

Apps

  • Give app info a facelift and correct a few display bugs #5170
  • Add support for variables query param in graphiql #5161
  • Remove localization file size validations from the CLI and move them into Shopify's backend #5165
    Better error message for certain types of invalid app TOML files #5196
  • Validate the @shopify/shopify_function NPM package version is compatible with the Javy version #5153

Cli-kit

  • Add tabular data display component to UI kit #5170
  • Ensure no-color mode is respected for warnings and errors #5207

3.73.2

16 Jan 13:10
51f8e9a
Compare
Choose a tag to compare

What's Changed

  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores #5202

3.73.1

10 Jan 17:08
d709126
Compare
Choose a tag to compare

App

  • Credit card payment extensions must include a supports_moto property

3.73.0

07 Jan 14:59
abebe81
Compare
Choose a tag to compare

Themes

  • Developers can now use the shopify theme metafields pull command to download metafields, which can then be used for more refined code completion.
  • Ensure git directory is clean when running theme pull

Apps

  • All function builds are now optimized with wasm-opt by default. This can be disabled with wasm_opt = false in [extensions.build].
  • Bump function-runner version to v7.0.0
  • Use Shopify Functions Javy plugin instead of default Javy plugin for building JS Shopify Functions