Releases: Shopify/cli
Releases · Shopify/cli
3.65.1
3.65.0
CLI
- [Checkout extensibility] Adds iframe.sources capability #4192
- Replace sample domain with IANA-reserved domain for technical documentation #4241
App
- Introduce
.wasm
asset support for theme app extensions #4229 - Fix webhook URI transformation in TOML to relative path when the app URL ends with a slash #4253
- Clear cache on app init to avoid issues when re-using a folder #4186
Theme
- Prevent the live theme from being set in the shopify theme dev session by Shopify infrastructure #4257
3.64.1
3.64.0
3.63.2
What's Changed
- Avoid deploying draft webhook extensions during dev #4146
- Avoid loop when users pass the
--theme-editor-sync
flag in theshopify theme dev
command #4143 - Fix issue that was causing declarative webhooks to be regenerated on every deploy #4150
Full Changelog: 3.63.1...3.63.2
3.63.1
3.63.0
What's Changed
- You can now subscribe to webhook topics using the app configuration file (
shopify.app.toml
). To get started, use the new tutorial for Shopify webhook subscriptions. - Log streaming for Shopify Functions within
app dev
and re-execution of function runs viaapp function replay
are available in beta. See Shopify Functions documentation for more information.