-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55b65ec
commit 87ba0d3
Showing
1 changed file
with
17 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,17 @@ | ||
# Themes | ||
* Fix password validation to handle capitalized store names on `shopify theme dev` | ||
* Update `shopify theme dev` to no longer display redundant URLs | ||
* Add shortcut keys to `theme dev` | ||
* Add `--strict` flag to `theme push` to enforce theme check before pushing | ||
* Handle localized URLs in storefront password validation | ||
* Improve storefront password detection for password-protected shops with redirects | ||
|
||
# Apps | ||
* Improve commands startup performance, all app commands run faster now | ||
* Add support to import admin-link extensions | ||
* Add client-id and reset as global flags to all app commands | ||
|
||
# CLI | ||
* Display link as plaintext if link label is nonexistent or just the link itself | ||
* Skip notifications check on CI and tests | ||
* Skip notifications when using --json |