Releases: Shopify/cli
Releases · Shopify/cli
3.75.0
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
- Fix
shopify theme dev
to no longer fail when development themes expire in internationalized stores
3.74.0
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
3.73.2
3.73.1
3.73.0
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
3.72.2
3.72.1
3.72.0
What's Changed
Apps
- Fix an issue with functions in
dev
#5028
Themes
- Allow empty theme files to be uploaded #5015
- Add support for block liquid files in theme partitioning #5042
Full Changelog: 3.71.4...3.72.0