Releases: Shopify/cli
Releases · Shopify/cli
3.84.1
3.84.0
App
- Adds compatibility for the Next-Gen Dev Platform: https://shopify.dev/docs/beta/next-gen-dev-platform
- Relative app proxy urls. App proxy url values that start with / are automatically prepended with the application_url #6147
Theme
- Allow multi-environment theme commands to accept flags from CLI #6124
- Prompt for confirmation before running multi-environment theme commands that allow
--forceflag #6124 - Update fetched AI instructions #6234
- Allow commands run with multiple environments to require "one of" a list of flags #6161
- Allow theme rename command to be run with multiple environments #6161
- Add a warning for users declaring multiple environments in a command that only supports a single environment #6006
- Fix custom network behaviour for theme commands not being used #6265
- Add more retryable errors and improve consistency of identifying retryable conditions #6244
- Uses _shopify_essential cookie for storefront authentication #6148
- Remove request logs from the theme app extensions development server for a cleaner developer experience #6298
- Fixed theme dev error on HTTP 304 patched responses #6264
- Fixed issue with json files being returned as html/text content type in theme dev #6156
- Removed workflows folder in .github when cloning skeleton theme #6166
- Provide error when using non-theme access app password #6153
- Remove .git dir after initializing new theme #6232
- Prevent shopify app dev sessions from opening multiple tabs in the browser during re-authentication #6230
- Fix shopify app dev to serve local assets as expected #6237
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