From 6b6f23b4e85e33b19cc5c261b029db09ca36a0ff Mon Sep 17 00:00:00 2001 From: Shaun Stanworth Date: Tue, 7 Jan 2025 16:15:31 +0000 Subject: [PATCH] Release notes 3.73 --- RELEASE_NOTES/3.73.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 RELEASE_NOTES/3.73.md diff --git a/RELEASE_NOTES/3.73.md b/RELEASE_NOTES/3.73.md new file mode 100644 index 00000000000..63824a27e89 --- /dev/null +++ b/RELEASE_NOTES/3.73.md @@ -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