Skip to content

Commit e3bd57a

Browse files
Merge pull request #6299 from Shopify/release-notes-3.84
Add release notes for 3.84
2 parents f7a5f18 + f6e1724 commit e3bd57a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

RELEASE_NOTES/3.84.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## App
2+
- Adds compatibility for the Next-gen Dev Platform: https://shopify.dev/docs/beta/next-gen-dev-platform
3+
- Relative app proxy urls. App proxy url values that start with / are automatically prepended with the application_url https://github.com/Shopify/cli/pull/6147
4+
5+
## Theme
6+
- Allow multi-environment theme commands to accept flags from CLI https://github.com/Shopify/cli/pull/6124
7+
- Prompt for confirmation before running multi-environment theme commands that allow `--force` flag https://github.com/Shopify/cli/pull/6124
8+
- Update fetched AI instructions https://github.com/Shopify/cli/pull/6234
9+
- Allow commands run with multiple environments to require "one of" a list of flags https://github.com/Shopify/cli/pull/6161
10+
- Allow theme rename command to be run with multiple environments https://github.com/Shopify/cli/pull/6161
11+
- Add a warning for users declaring multiple environments in a command that only supports a single environment https://github.com/Shopify/cli/pull/6006
12+
- Fix custom network behaviour for theme commands not being used https://github.com/Shopify/cli/pull/6265
13+
- Add more retryable errors and improve consistency of identifying retryable conditions https://github.com/Shopify/cli/pull/6244
14+
- Uses _shopify_essential cookie for storefront authentication https://github.com/Shopify/cli/pull/6148
15+
- Remove request logs from the theme app extensions development server for a cleaner developer experience https://github.com/Shopify/cli/pull/6298
16+
- Fixed theme dev error on HTTP 304 patched responses https://github.com/Shopify/cli/pull/6264
17+
- Fixed issue with json files being returned as html/text content type in theme dev https://github.com/Shopify/cli/pull/6156
18+
- Removed workflows folder in .github when cloning skeleton theme https://github.com/Shopify/cli/pull/6166
19+
- Provide error when using non-theme access app password https://github.com/Shopify/cli/pull/6153
20+
- Remove .git dir after initializing new theme https://github.com/Shopify/cli/pull/6232
21+
- Prevent shopify app dev sessions from opening multiple tabs in the browser during re-authentication https://github.com/Shopify/cli/pull/6230
22+
- Fix shopify app dev to serve local assets as expected https://github.com/Shopify/cli/pull/6237

0 commit comments

Comments
 (0)