From 0b0555b99ef0aeadb08b06fe9805831cb1a72631 Mon Sep 17 00:00:00 2001 From: Alfonso Noriega Date: Tue, 20 Jan 2026 18:29:30 +0100 Subject: [PATCH] Add new release version release notes file --- RELEASE_NOTES/3.89.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 RELEASE_NOTES/3.89.md diff --git a/RELEASE_NOTES/3.89.md b/RELEASE_NOTES/3.89.md new file mode 100644 index 00000000000..029bc72922c --- /dev/null +++ b/RELEASE_NOTES/3.89.md @@ -0,0 +1,12 @@ +## App + +- Add `shopify app import-custom-data-definitions` -- a command to automatically convert existing metafields and metaobjects to declarative TOML [#6658](https://github.com/Shopify/cli/pull/6658) +- Add `--allow-updates` and `--allow-delete` flags to deploy and release [#6749](https://github.com/Shopify/cli/pull/6749) +- Add support for an optional name field for webhook subscriptions in shopify.app.toml [#6576](https://github.com/Shopify/cli/pull/6576) +- Support flexible templates in `shopify app init` [#6751](https://github.com/Shopify/cli/pull/6751) + +## Theme + +- Abort theme command when an invalid environment is passed in so it doesn't fall back to cached store data [#6698](https://github.com/Shopify/cli/pull/6698) +- Fix issue where theme dev shortcuts keys would not work when using the 'theme-editor-sync' flag [#6752](https://github.com/Shopify/cli/pull/6752) +- Create a slight delay when keypressing theme dev shortcut keys to stop accidental copy pasting and opening up a ton of tabs [#6711](https://github.com/Shopify/cli/pull/6711)