-
Notifications
You must be signed in to change notification settings - Fork 143
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
Showing
1 changed file
with
9 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,9 @@ | ||
## Themes | ||
- Developers can now use the shopify theme metafields pull command to download metafields, which can then be used for more refined code completion. | ||
- Ensure git directory is clean when running theme pull | ||
|
||
|
||
## Apps | ||
- All function builds are now optimized with wasm-opt by default. This can be disabled with wasm_opt = false in [extensions.build]. | ||
- Bump function-runner version to v7.0.0 | ||
- Use Shopify Functions Javy plugin instead of default Javy plugin for building JS Shopify Functions |