Releases: Shopify/cli
Releases · Shopify/cli
3.67.0
Theme
This version of Shopify CLI brings a better development experience that streamlines your setup for building Shopify themes with:
- Instant development server startup, so there's no need to wait for synchronization before opening a browser
- No dependency on Ruby and unified commands implementation on TypeScript, which streamlines your development cycle with easier install and setup
- A headless Liquid console, so you can run
shopify theme console
without opening a browser for authentication
App
- Support hyperlinks in Windows Terminal by default in #4363
- Access GraphiQL on remote URL #4334
- Fix duplicated slashes when deploying webhooks with relative URIs #4357
- Allow multiple shops to be selected in app logs command #4347
- Allow managed stores for collaborators #4365
- Function builds now use Javy 3.1, which improves JavaScript IO and JSON performance by as much as 40%, when combined with @shopify/shopify_function 1.0.
Hydrogen
- Adds --force-client-sourcemap flag. Client sourcemapping is avoided by default because it makes backend code visible in the browser. Use this flag to force enabling it.
Full Changelog: 3.66.0...3.67.0
3.66.1
3.66.0
CLI
- Display daily upgrade reminder when a new version is available
- Improve handling of 429 rate limiting for large projects
CLI-kit
- Add cached package version checks
- Fix small UI issue when using an invalid shop
App
- General availability of log streaming for Shopify Functions in the
app dev
andapp logs
commands - Add required_scopes to the app_access module
- Disable app linking prompt on deploy when API key is provided
- Avoid duplicated error messages for invalid URLs in the TOML
- Fix: Only proxy frontend web service, do not direct requests to any other web service
- Upgrade cloudflared to 2024.8.2 and use the arm64 release
Theme
- Release the developer preview for the Theme Console command
- Update the theme selector to no longer match partial theme names by default; use the '*' character to enable partial matching
3.65.3
3.65.2
3.65.1
3.65.0
CLI
- [Checkout extensibility] Adds iframe.sources capability #4192
- Replace sample domain with IANA-reserved domain for technical documentation #4241
App
- Introduce
.wasm
asset support for theme app extensions #4229 - Fix webhook URI transformation in TOML to relative path when the app URL ends with a slash #4253
- Clear cache on app init to avoid issues when re-using a folder #4186
Theme
- Prevent the live theme from being set in the shopify theme dev session by Shopify infrastructure #4257
3.64.1
3.64.0
3.63.2
What's Changed
- Avoid deploying draft webhook extensions during dev #4146
- Avoid loop when users pass the
--theme-editor-sync
flag in theshopify theme dev
command #4143 - Fix issue that was causing declarative webhooks to be regenerated on every deploy #4150
Full Changelog: 3.63.1...3.63.2