[ci] release 2026.4.3#3760
Open
shopify-github-actions-access[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
bc882d9 to
aee40d7
Compare
aee40d7 to
a4a1d53
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/cli-hydrogen@12.0.1
Patch Changes
Include line item children recursively in cart. (#3753) by @martin-pettersson
Add generic cart result typing to
createCartHandlerso custom cart fragments can use their generated fragment types. (#3767) by @andguy95@shopify/create-hydrogen@5.0.37
Patch Changes
Include line item children recursively in cart. (#3753) by @martin-pettersson
Add generic cart result typing to
createCartHandlerso custom cart fragments can use their generated fragment types. (#3767) by @andguy95@shopify/hydrogen@2026.4.3
Patch Changes
Fix
cart.get()to use providedcartIdbefore falling back togetCartId()(#3664) by @VitaliniFix
Imagecomponent generating1x/2x/3xdensity descriptors instead ofwdescriptors for fluid (responsive) images whose source dimensions cap the srcset to exactly 3 entries. (#3756) by @z0nWhat was happening: When a product image stored in Shopify was small enough that the default srcset ladder (200px, 400px, 600px, 800px, …) was filtered down to exactly 3 entries by the source-dimension cap, the
Imagecomponent incorrectly switched to density descriptors (1x/2x/3x) and silently ignored thesizesattribute. On a DPR-1 screen this caused the smallest srcset entry (200px) to be used regardless of the rendered image size, resulting in blurry images.The fix: Descriptor type (density vs width) is now determined by whether the image is in fixed or fluid mode — not by how many srcset entries happen to survive source-dimension filtering.
Fix
storefrontRedirectnot working for client-side navigations. React Router v7's Single Fetch changed how data requests work — they now use a.datapathname suffix instead of a_dataquery parameter.storefrontRedirectnow correctly detects both conventions, strips the.datasuffix before matching redirects, and returns the proper204status code for soft navigation redirect responses. (#3762) by @fredericooAdd generic cart result typing to
createCartHandlerso custom cart fragments can use their generated fragment types. (#3767) by @andguy95Updated dependencies [
a810db483c108ac8bbeaac45595b130ed95a2ec7]:@shopify/hydrogen-react@2026.4.3
Patch Changes
Fix
Imagecomponent generating1x/2x/3xdensity descriptors instead ofwdescriptors for fluid (responsive) images whose source dimensions cap the srcset to exactly 3 entries. (#3756) by @z0nWhat was happening: When a product image stored in Shopify was small enough that the default srcset ladder (200px, 400px, 600px, 800px, …) was filtered down to exactly 3 entries by the source-dimension cap, the
Imagecomponent incorrectly switched to density descriptors (1x/2x/3x) and silently ignored thesizesattribute. On a DPR-1 screen this caused the smallest srcset entry (200px) to be used regardless of the rendered image size, resulting in blurry images.The fix: Descriptor type (density vs width) is now determined by whether the image is in fixed or fluid mode — not by how many srcset entries happen to survive source-dimension filtering.
skeleton@2026.4.3
Patch Changes
Include line item children recursively in cart. (#3753) by @martin-pettersson
Add generic cart result typing to
createCartHandlerso custom cart fragments can use their generated fragment types. (#3767) by @andguy95Updated dependencies [
3ccc22e0a3407298e835104e29adfb036f261474,a810db483c108ac8bbeaac45595b130ed95a2ec7,d17057eb4630710743e81b83573973100ec56d23,995190036d99e02ba6fb559b8e3c406c90043599]: