Skip to content

Commit

Permalink
Merge pull request #5237 from Shopify/release-notes-3.74
Browse files Browse the repository at this point in the history
Add release notes for 3.74
  • Loading branch information
isaacroldan authored Jan 20, 2025
2 parents 644f18c + 47f8584 commit a8a9a68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RELEASE_NOTES/3.74.md
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

0 comments on commit a8a9a68

Please sign in to comment.