Releases: Shopify/cli
Releases · Shopify/cli
3.94.3
What's Changed
- Fix dev and build command for web_pixel extensions by @vividviolet in #7401
- Fix build command by @vividviolet in #7409
- Skip manifest generation when bundle dir matches local output by @isaacroldan in #7418
3.94.0
App
- Render footer links in
app devas hyperlinks, if supported by the terminal. (#7259) - Added a separate Dev Console link to the
app devoutput for non-embedded apps (#7263) - report file size for extensions on build and dev (#7205)
- Avoid spurious config prompts:
- Skip TOML selection prompt when using --reset flag
- Use default shopify.app.toml without prompting when running
config link --client-idwith no existing TOML files (#7238)
Theme
- Fix
ENOTDIRerror when a file path is passed to--pathflag in theme commands. The flag now validates that the provided path is a directory and shows a helpful error message suggesting the parent directory instead.
(#7335) - Add error handler to chokidar file watcher to prevent unhandled exceptions (#7317)
CLI
- Render task progress bars to stderr to reduce output noise in non-TTY environments (#7295)
Full Changelog: 3.93.2...3.94.0
3.93.2
What's Changed
- Fix wrong wasmPath value in "app function info" command
- hydrogen/Bump cli-hydrogen to 11.1.14
3.93.1
3.93.0
New Features
- Allow non-interactive app init by @nickwesselman in #6640
- Allow --development flag to create a new theme by @graygilmore in #6657
- Add app config validate command by @ryancbahan in #6934
- Add JSON flag to theme preview by @dengjeffrey in #7043
- Add Theme previews via JSON by @dengjeffrey in #6890
- Add shopify store auth and store execute by @dmerand in #7122
Bug Fixes
- fix missing json output for theme info command when dev and theme flags are missing by @FKauwe in #6905
- Fix crash when organization is not found by @lizkenyon in #7012
- Fix theme dev shortcut to editor tracking non page requests by @EvilGenius13 in #6924
- Fix infinite 401 retry loop when app logs resubscribe fails by @craigmichaelmartin in #7055
- Ask for an alias on login when the email is not found by @gonzaloriestra in #6935
Performance
- Improve import scanning performance on app dev by @gonzaloriestra in #6930
- optimize asset checksum filtering with Set lookup by @EvilGenius13 in #7105
3.92.1
3.92.0
3.91.1
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