-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4464 from Shopify/release-notes-3.67
Add release notes for 3.67.0
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CLI | ||
- Support hyperlinks in Windows Terminal by default | ||
|
||
# App | ||
- Access GraphiQL on remote URL | ||
- Fix duplicated slashes when deploying webhooks with relative URIs | ||
- Allow multiple shops to be selected in app logs command | ||
- Allow managed stores for collaborators | ||
|
||
# Theme | ||
This version of Shopify CLI brings a better development experience that streamlines your setup for building Shopify themes with: | ||
|
||
- Instant development server startup, so there's no need to wait for synchronization before opening a browser | ||
- No dependency on Ruby and unified commands implementation on TypeScript, which streamlines your development cycle with easier install and setup | ||
- A headless Liquid console, so you can run `shopify theme console` without opening a browser for authentication | ||
|