You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
App
New roles field for shopify.web.toml. Unify web processes, having more of the same environment variables in all cases. Multiple roles can now be passed instead of a single type. Also, background webs are allowed with neither frontend nor backend properties.
Allow Theme App Extensions to exclude files from deploying via .shopifyignore file.
Show extensions as disabled during generation when they have reached their limit.
Rename api-key flag to client-id. The old flag will continue to work for now, but it will show a warning message.
Update app generate schema output: either to schema.graphql (by default) or stdout with --stdout flag.
Fix: Display dev command footer when using no-update or/and no-tunnel.
Fix: Skip .DS_Store files when the Theme App Extension bundle content is created.
Fix: App loader error message when not specification is found.
Fix: APP_UNINSTALLED webhook triggered on app reset. That way, it also works for frontend-only apps.