Skip to content

Commit

Permalink
Merge pull request #2250 from Shopify/prerelease-mode
Browse files Browse the repository at this point in the history
Enable pre-release mode again
  • Loading branch information
gonzaloriestra authored Jun 28, 2023
2 parents 716e026 + 797b5b0 commit 18c23c1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"mode": "pre",
"tag": "pre",
"initialVersions": {
"@shopify/app": "3.47.0",
"@shopify/cli": "3.47.0",
"@shopify/cli-kit": "3.47.0",
"@shopify/create-app": "3.47.0",
"@shopify/eslint-plugin-cli": "3.45.0",
"@shopify/features": "0.8.0",
"@shopify/plugin-cloudflare": "3.47.0",
"@shopify/plugin-did-you-mean": "3.47.0",
"@shopify/plugin-ngrok": "3.47.0",
"@shopify/theme": "3.47.0",
"@shopify/ui-extensions-dev-console-app": "3.47.0",
"@shopify/ui-extensions-server-kit": "4.2.1",
"@shopify/ui-extensions-test-utils": "3.25.0",
"@shopify/workspace": "0.1.0"
},
"changesets": []
}
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions RELEASE_NOTES/3.47.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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.
* ***Fix: Improve React conflicts management***. Add React deduplication plugin for ESBuild & extensions.
* ***Fix: hot-reload for Theme App Extensions when blocks are rendered on section groups***.

# Theme
* ***Introduce the `--open` flag to open a browser window only when users specifically request it***.
* ***Fix: `shopify theme dev` command to show valid URLs when `--theme` flag is used with a theme name***.
* ***Fix: Issues on `theme dev` affecting asset and image loading on local servers***.
* ***Fix: Remove image proxying through local server to enable proper functioning of Liquid filters***.
* ***Fix: `theme dev` re-authentication***. The process will now silently refresh credentials without restarting the server.

0 comments on commit 18c23c1

Please sign in to comment.