Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 3.71 patches #5050

Merged
merged 29 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
87ba0d3
3.71 release notes
isaacroldan Dec 3, 2024
e643396
Add stable/3.71 shipit configuration
isaacroldan Dec 3, 2024
4b93d76
Set override flag when moving downloaded binary
jeffcharles Dec 3, 2024
9b8c291
Merge pull request #5011 from Shopify/jc.set-overwrite-flag-stable
isaacroldan Dec 3, 2024
869d5ac
Version Packages
github-actions[bot] Dec 3, 2024
ce0ee89
Merge pull request #5012 from Shopify/changeset-release/stable/3.71
isaacroldan Dec 3, 2024
73d7294
Avoid errors on checkCommandSafety when the command is not found
gonzaloriestra Dec 4, 2024
a395820
Add changeset
gonzaloriestra Dec 4, 2024
c2bdeab
Merge pull request #5017 from Shopify/fix-not-found-in-check-command-…
isaacroldan Dec 4, 2024
4501441
Version Packages
github-actions[bot] Dec 4, 2024
38dc70c
Merge pull request #5018 from Shopify/changeset-release/stable/3.71
isaacroldan Dec 4, 2024
76893d2
Update context to target transform to match link targets
alfonso-noriega Dec 3, 2024
05a1eda
Added changeset
alfonso-noriega Dec 4, 2024
d5b0856
Increase file size limits for localization files
isaacroldan Dec 4, 2024
73eb727
Fix function drafts not working during dev
isaacroldan Dec 4, 2024
998ba06
Fix tests
isaacroldan Dec 4, 2024
9767860
Increase file size limits for localization files
isaacroldan Dec 4, 2024
7516cbd
Update tests
isaacroldan Dec 4, 2024
1312153
Merge pull request #5024 from Shopify/fix-function-drafts-stable
isaacroldan Dec 4, 2024
6d1c64e
Merge pull request #5026 from Shopify/increase-localization-file-size…
isaacroldan Dec 4, 2024
0d7f9b5
Merge pull request #5022 from Shopify/update_context_to_target_mappings
isaacroldan Dec 4, 2024
7d993b5
Version Packages
github-actions[bot] Dec 4, 2024
4dc64d7
Merge pull request #5029 from Shopify/changeset-release/stable/3.71
isaacroldan Dec 4, 2024
b3233ff
Make launcher option for CLI optional
shauns Dec 6, 2024
7835a90
Merge pull request #5047 from Shopify/shauns/12-06-make_launcher_opti…
shauns Dec 6, 2024
94953a6
Allow empty theme files to be uploaded
graygilmore Dec 3, 2024
8cd1218
Merge pull request #5048 from Shopify/gg-fix-empty-file-upload
shauns Dec 6, 2024
a473a44
Version Packages
github-actions[bot] Dec 6, 2024
4e58f44
Merge pull request #5049 from Shopify/changeset-release/stable/3.71
shauns Dec 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions RELEASE_NOTES/3.71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Themes
* Fix password validation to handle capitalized store names on `shopify theme dev`
* Update `shopify theme dev` to no longer display redundant URLs
* Add shortcut keys to `theme dev`
* Add `--strict` flag to `theme push` to enforce theme check before pushing
* Handle localized URLs in storefront password validation
* Improve storefront password detection for password-protected shops with redirects

# Apps
* Improve commands startup performance, all app commands run faster now
* Add support to import admin-link extensions
* Add client-id and reset as global flags to all app commands

# CLI
* Display link as plaintext if link label is nonexistent or just the link itself
* Skip notifications check on CI and tests
* Skip notifications when using --json
2 changes: 1 addition & 1 deletion docs/api/cli-kit/classes/node_abort.AbortController.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/cli-kit/classes/node_abort.AbortSignal.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading