Releases: Shopify/cli
Releases · Shopify/cli
3.83.3
What's Changed
- hydrogen/Bump cli-hydrogen to 11.1.3 by @kdaviduik in #6214
- Fix issue so that Hydrogen build command will work with Remix (#3056)
Full Changelog: 3.83.2...3.83.3
3.83.2
3.83.1
3.83.0
3.82.1
What's Changed
- Sort template specifications on partners client by @jamieguerrero in #6080
- Version Packages - stable/3.82 by @github-actions[bot] in #6094
Full Changelog: 3.82.0...3.82.1
3.82.0
CLI
- Fix client credential being logged in terminal under certain conditions in #5983
Theme
- Fix issue with
theme initand git remote #5963 - Fix bug where
theme devdoesnt sync images in #5964 - Fix
_shopify_essentialissues related to data replication and unstable connections in #5997 - Handle SHOPIFY_FLAG_ENVIRONMENT correctly when passed as an environment variable in #6000
- Add /listings folder to theme package command in #6002
- Ensure all theme commands accept --path in #6012
App
- Do not require authentication for
app buildcommand in #5979 - Do not require authentication for
app function buildcommand in #5980 - Add validation to prevent app-specific webhooks and legacy install flow in #6003
Full Changelog: 3.81.2...3.82.0
3.81.2
CLI
- Minor version stability update
3.81.1
3.81.0
CLI
Theme
- Add default environment functionality. More info in here. #5931
- Shopify/skeleton-theme is the default theme for
theme init#5822 - Prompt users who run shopify theme init to create their AI file #5953
- Change
theme downloadprogress bar to render percentage #5811 - Fix timeout issues #5887
- Removed overrides for SHOPIFY_CLI_NO_THEME_BUNDLING and SHOPIFY_CLI_BUNDLED_THEME_CLI #5946
- Make local compiled assets more resilient to Liquid syntax errors #5832
- Make hot reload events more resilient to Liquid syntax errors #5815
App
- Use @shopify/toml-patch for TOML updates. Opt out via
SHOPIFY_CLI_DISABLE_WASM_TOML_PATCH#5719 - Minify JS extensions by default on app dev. Opt out via
SHOPIFY_CLI_DISABLE_MINIFICATION_ON_DEV=1#5864 - Update error message when types for the target cannot be found in the installed @shopify/ui-extensions #5859
- Fix type definition generation for POLARIS_UNIFIED extensions #5959
- Improve session stability and recover automatically on expiration #5888
- Richer JSON schema errors #5800
- Gracefully handle system errors while updating a draft extension #5902