-
Notifications
You must be signed in to change notification settings - Fork 144
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 #5237 from Shopify/release-notes-3.74
Add release notes for 3.74
- Loading branch information
Showing
1 changed file
with
20 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,20 @@ | ||
## Themes | ||
- Add theme profile command which allows users to get a performance profile for Liquid rendering on a given page | ||
- Give `theme info` a facelift using standard UI components | ||
- Unify how asset upload errors are reported in the theme dev command | ||
- Store theme asset upload errors encountered while running the theme dev command | ||
- Fix shopify theme dev to no longer fail when development themes expire in internationalized stores | ||
- When the `.shopify/metafields.json` file gets created, the CLI now proposes to add it to `.gitignore` by default | ||
- Fix documentation for `theme push --only` | ||
- Improve storefront password protection check | ||
|
||
## Apps | ||
- Give app info a facelift and correct a few display bugs | ||
- Add support for variables query param in graphiql | ||
- Remove localization file size validations from the CLI and move them into Shopify's backend | ||
- Better error message for certain types of invalid app TOML files | ||
- Validate the @shopify/shopify_function NPM package version is compatible with the Javy version | ||
|
||
## Cli-kit | ||
- Add tabular data display component to UI kit | ||
- Ensure no-color mode is respected for warnings and errors |