Releases: Shopify/cli
Releases · Shopify/cli
3.91.0
What's Changed
- The Dev Console now renders in admin when using
shopify app dev. - The React Router app template now includes declarative custom data features.
- 5e13c83: Add --listing flag to theme dev, push, and share commands
- 947025f: Fix the default environments infrastructure so it doesn’t fail when running commands that don't require authentication
- d0e135b: Fix 401 Unauthorized errors on cart AJAX endpoints during
shopify theme dev - 6a7bfce: Fix hot-reloading for the {% javascript %} tag when serving compiled assets scripts with multibyte characters
Full Changelog: 3.90.1...3.91.0
3.90.1
App
- Add
app executeandapp bulkcommands to run queries against Admin API
3.90.0
What's Changed
- Enable custom headers in CLI GraphiQL by @amcaplan in #6703
- Throw descriptive AbortErrors during expected authorization errors by @murray-andrew-r in #6766
- Include websocket URL in dev session create API call by @gonzaloriestra in #6750
- 01 15 added support for supported features in toml by @js-goupil in #6765
- Update feature flag gating for extension templates by @dmerand in #6758
- Allow skipping local dev console by @gonzaloriestra in #6786
- Expose tools and instructions in the Dev Server payload by @vividviolet in #6772
- Fix
shopify theme dev --theme-editor-syncso it doesn’t delete files when a race condition happens by @karreiro in #6784 - Fix confusing error message when query is empty by @ericlee878 in #6787
- Make --no-release exclusive from new --allow flags on app deploy by @nickwesselman in #6783
- Added new supportedFeatures to ExtensionPayload by @js-goupil in #6782
- [Bulk Ops CLI] remove extra newline from bulk mutation variables by @jordanverasamy in #6788
Full Changelog: 3.89.0...3.90.0
3.89.0
App
- Add
shopify app import-custom-data-definitions-- a command to automatically convert existing metafields and metaobjects to declarative TOML #6658 - Add
--allow-updatesand--allow-delete flagsto deploy and release #6749 - Add support for an optional name field for webhook subscriptions in shopify.app.toml #6576
- Support flexible templates in
shopify app init#6751
Theme
- Abort theme command when an invalid environment is passed in so it doesn't fall back to cached store data #6698
- Fix issue where theme dev shortcuts keys would not work when using the 'theme-editor-sync' flag #6752
- Create a slight delay when keypressing theme dev shortcut keys to stop accidental copy pasting and opening up a ton of tabs #6711
3.88.1
3.88.0
App
- Enable types to be re-generated when extensions are rebuilt during dev #6670
Theme
- Introduce
AGENTS.mdfile support inshopify theme init#6625 - Fix a possible CORS vulnerability where a website could read data from the localhost server #6607
- [Bug fix] Remove ability to sync Liquid files by checksum #6589
- Return error when running
theme profileusing a Theme Access password #6664 - Fix zip and brotliCompress functions to handle binary files #6614
3.87.4
3.87.3
What's Changed
- 3.87 Patch: Fix images not loading in theme app extensions by @graygilmore in #6618
Full Changelog: 3.87.2...3.87.3
3.87.2
3.87.1
What's Changed
- Fix bug where files were being constantly synced on Windows when running
theme dev
Full Changelog: 3.87.0...3.87.1