Skip to content

Releases: Shopify/cli

3.55.0

31 Jan 14:29
2c027a5
Compare
Choose a tag to compare

App

  • Versioned app configuration:
    • The deploy command now includes the app configuration.
    • The config push command is dropped out.
    • Added the new include_config_on_deploy flag inside the toml to enable the inclusion or not of the app configuration.
    • Now Direct API Access can be configured as part of the App configuration.

Theme

  • Theme Check 2.0. It marks the grand unification of Shopify theme developer tools. Now, you can use all Language Server Protocol (LSP) features in the admin code editor, on the Shopify Liquid VS Code extension, and on Shopify CLI. It includes:
    • Hover documentation support
    • Code completion for theme, section, and block settings
    • Code completion for theme translations
    • Code completion for HTML tags, attributes, and values
    • Code completion for Liquid filters, objects, and tags
    • Enhanced auto-closing pair user experience
    • Automatic support for new Liquid tags, filters, and objects
  • Bring the new shopify theme pull implementation behind the --beta flag and use the legacy version by default

3.54.0

3.53.1

18 Jan 15:52
b23133b
Compare
Choose a tag to compare

edb0a4f: Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent

3.53.0

02 Jan 15:43
33c6555
Compare
Choose a tag to compare

3.52.0

06 Dec 13:45
9c929e3
Compare
Choose a tag to compare

What's Changed

App

  • Support for older Node versions is dropped. The @shopify/app package now requires "^16.17.0 || >=18.12.0".

Theme

  • Fix: Allow both .json and .json.liquid templates. No longer drops .json templates when there is a .json.liquid template with the same name.

Both

  • Fix: Prevent early exit when awaiting keypress during prompts.

3.51.2

27 Nov 10:29
05dbcab
Compare
Choose a tag to compare

Theme

  • No longer drops *.json templates when there is a *.json.liquid template with the same name.

3.51.1

26 Nov 10:44
Compare
Choose a tag to compare

3.51.0

13 Nov 15:24
7a18fb9
Compare
Choose a tag to compare

App

  • Support Company and Company Contact commerce objects in Flow Action and Flow Trigger extensions.
  • Add new --json flag to theme list and app versions list commands.
  • Info command output displays the partners account used to run the command.
  • Add new try with step to the no found organizarion error banner. It will display the partners account used and warn the user to logout if it's not the correct one.
  • Customer account preview link redirects to corresponding page in customer account web.
  • Add json output to the command app versions list.
  • Add cloudflared download support for Windows ARM
  • Support Bun as a package manager (experimental)

Theme

  • Add support for legacy theme check configuration identifiers.
  • Add json output to the command theme list.

3.50.2

26 Nov 10:43
c7105d6
Compare
Choose a tag to compare

3.50.1

26 Nov 10:42
9af965c
Compare
Choose a tag to compare