[ci] release v1.x-2022-07 #1306
Merged
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 v1.x-2022-07, this PR will be updated.
Releases
@shopify/[email protected]
Minor Changes
#1327
ce56311fThanks @frehner! - Breaking Change:<Money />updates and<UnitPrice />Removed.<UnitPrice/>has been removed<Money/>has two new props:measurementandmeasurementSeparatorwhich do the work thatUnitPriceused to do<Money/>have been improved and should provide a better typed experience now#1216
771786a6Thanks @wizardlyhel! - Fixes an issue where cached sub-requests were not revalidating properly.#1304
aa196150Thanks @frehner! - Removed<ProductTitle/>and<ProductDescription/>components. To migrate, use{product.title}and{product.description}instead.#1335
0d90f92bThanks @blittle! - Breaking ChangeThe
<ProductMetafield />component has been removed. Instead, directly use the<Metafield>component.Patch Changes
#1311
3e3fd72fThanks @jplhomer! - Client components no longer need to use@shopify/hydrogen/clientas the import path. All Hydrogen components can now be imported from@shopify/hydrogenregardless of their context.#1259
110e9acaThanks @blittle! - You can now easily disable streaming on any page conditionally with theenableStreamingoption insidehydrogen.config.js:By default all pages are stream rendered except for SEO bots. There shouldn't be many reasons to disable streaming, unless there is a custom bot not covered by Hydrogen's bot detection.
#1318
668a24daThanks @blittle! - Buffer RSC flight responses. There isn't any benefit to streaming them, because we start a transition on page navigation. Buffering also fixes caching problems on the flight response.#1293
e378ed61Thanks @jplhomer! - Reverts #1272 and properly escapes terminating script sequences#1283
eea82cb0Thanks @jplhomer! - Hydrogen has been updated to use the latest stable version of React.To update an existing Hydrogen app:
[email protected]