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 2023-07, this PR will be updated.
Releases
@shopify/[email protected]
Minor Changes
Support Remix Hot Module Replacement (HMR) and Hot Data Revalidation (HDR). (#1187) by @frandiox
Start using it with the following changes to your project:
Upgrade to the latest Hydrogen version and Remix 1.19.1.
Enable the v2 dev server in
remix.config.js
:// ... future: { + v2_dev: true, v2_meta: true, v2_headers: true, // ... }
<LiveReload />
component if you don't have it to yourroot.jsx
orroot.tsx
file:Patch Changes
Avoid development server crash on unhandled promise rejection. (#1244) by @frandiox
Fix build command when
public
directory is missing. (#1224) by @frandioxUse nonce from CSP header in MiniOxygen's auto-reload script. (#1251) by @frandiox
Add default exported route to enable the error to be caught in the root.tsx ErrorBoundary (#1215) by @josh-sanger
Improve error handling when failing to get remote environment variables. (#1225) by @frandiox
Fix GraphQL Codegen throwing error related to Git on Windows. (#1253) by @frandiox
Add shouldRevalidate export to limit root loaders revalidation on mutations only (#1237) by @juanpprieto
Removed quantityAvailable field from skeleton PDP graphql query so that it works with default Storefront API permissions. (#1236) by @abecciu
Updated dependencies [
e9e1736a
,1a0e858d
]:@shopify/[email protected]
Patch Changes
Add default exported route to enable the error to be caught in the root.tsx ErrorBoundary (#1215) by @josh-sanger
Add shouldRevalidate export to limit root loaders revalidation on mutations only (#1237) by @juanpprieto
Removed quantityAvailable field from skeleton PDP graphql query so that it works with default Storefront API permissions. (#1236) by @abecciu
Updated dependencies [
a06b5093
,d053978d
,9fcfc500
,ec21cfd6
,867866d1
,bdac4c22
,46d5f8ff
,632a7a38
,e536ae04
]:@shopify/[email protected]
Patch Changes
Exported the type
CookieOptions
fromcartSetIdDefault
(#1153) by @remcolakensUpdated dependencies [
e9e1736a
,1a0e858d
]:@shopify/[email protected]
Patch Changes
This change updates the implementation of the parseGid function so that it uses the builtin
URL
class to parse the gid. This enables the parts of the string, such as the search params, to be parsed as well (#1185) by @tatemzImage component docs typo - Contributed by @MilosMosovsky (#1243) by @wizardlyhel
[email protected]
Minor Changes
Support Remix Hot Module Replacement (HMR) and Hot Data Revalidation (HDR). (#1187) by @frandiox
Start using it with the following changes to your project:
Upgrade to the latest Hydrogen version and Remix 1.19.1.
Enable the v2 dev server in
remix.config.js
:// ... future: { + v2_dev: true, v2_meta: true, v2_headers: true, // ... }
<LiveReload />
component if you don't have it to yourroot.jsx
orroot.tsx
file:Patch Changes
Performance optimization on product page (#1256) by @wizardlyhel
Add shouldRevalidate export to limit root loaders revalidation on mutations only (#1237) by @juanpprieto
Updated dependencies [
a06b5093
,d053978d
,9fcfc500
,ec21cfd6
,867866d1
,bdac4c22
,d896c76b
,46d5f8ff
,632a7a38
,e536ae04
]: