Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RELEASE_NOTES/3.89.md
Original file line number Diff line number Diff line change
@@ -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)
Loading