Releases: Shopify/cli
Releases · Shopify/cli
3.55.0
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 thetoml
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
3.53.0
- Enable GraphiQL by default
- Increase required minimum version to Node 18.12.0, dropping support for Node 16
- Add
--force
flag toapp release
- [Functions] Add semicolons to generated WIT
- [Checkout extensibility] Adds support for collect_buyer_consent.write_privacy_consent capability
- [Themes] Add flag to prevent remote file deletions on
theme dev
3.52.0
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
Theme
- No longer drops *.json templates when there is a *.json.liquid template with the same name.
3.51.1
3.51.0
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.