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 download
progress 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