Releases: Shopify/cli
Releases · Shopify/cli
3.56.1
App
- Remove unused customer privacy fields from web-pixel template
3.56.0
App
- Add support for a graphiql query param: #3345
- Autocomplete prompt fields using
tab
: #3366 - Display toml config filename on deploy: #3376
- Fix:
config link
now overwrites redirect urls: #3378 - The
dev
command in theshopify.web.toml
file now accepts concatenated commands with&&
#3393 - Deprecate
app config push
andapp update-url
commands: #3398 - Update launch.json to launch debugger in integrated terminal and include option for generic app command: #3403
- Add new optional privacy settings config to web pixels extensions: #3101
Theme
- Fix: Wrap theme name in quotes when printing it: #3329
- Fix: Authentication issues when running
dev
with Theme App Extensions: #3375
Full Changelog: 3.55.0...3.56.0
3.55.4
What's Changed
- [3.55] Fix the error message that started occurring since Ruby 3.3.0 [2] by @karreiro in #3370
- Version Packages - stable/3.55 by @github-actions in #3372
Full Changelog: 3.55.3...3.55.4
3.55.3
3.55.2
3.55.1
- 292c680: Scopes not deleted from the toml when running dev the first time
- @shopify/[email protected]
- @shopify/[email protected]
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