Releases: graphcommerce-org/graphcommerce
Release 9.0.4-canary.10
@graphcommerce/[email protected]
Patch Changes
- #2487
cbf92b8
- Remove dependencies from@graphcommerce/googletagmanager
and@graphcommerce/googleanalytics
on Magento packages and make the datalayer optional (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2487
cbf92b8
- Remove dependencies from@graphcommerce/googletagmanager
and@graphcommerce/googleanalytics
on Magento packages and make the datalayer optional (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2487
cf9eafb
- Prepare the RichTex for embed and code-block (@paales) -
#2487
2085f0b
- Forward<Asset unoptimized />
component to<Image />
(@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2487
8b25322
- When a dependency is optional or has peerDependenciesMeta set to optional, make sure it doesn't crash when it is not found when calling resolveDependenciesSync (@paales) -
#2487
2c79a4c
- Remove redirects for/product/$type/[url]
routes, those haven't been used for years anymore. (@paales) -
#2487
30b7356
- Solve issue where withGraphCommerce had a hard dependency on Magento specific configurations (@paales) -
#2487
9825f59
- Remove rewriteLegacyEnv as that hasn't been used for years (@paales) -
#2487
5ffa0ee
- Migrated@graphcommerce/next-config
package to"type": "module"
(@paales)
January 20, 2025 (canary)
January 16, 2025 (canary)
@graphcommerce/[email protected]
Patch Changes
- #2480
4075474
- GraphQL Mesh will now be in read-only mode by default, so only a single instance is created globally. This means it doesn't get recreated on each page compilation and fast refresh. Creating the instance is an expensive operation and can take multiple seconds and during development (and this can happen multiple times during a single change). Now only a single instance is created during development. To make sure changes are picked up during development set the config valuegraphqlMeshEditMode: true
in your graphcommerce.config.js or set the env variableGC_GRAPHQL_MESH_EDIT_MODE=1
. This is the same as the old behavior and this will make the frontend considerably slower. (@paales)
January 16, 2025 (canary)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2478
a317221
- Convert home to render the home CmsPage and add page/[…url] route for additional pages. (@paales) -
#2478
d09c98b
- Added support for loading CMS Pages from Magento (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2478
32bccbb
- Nesting multiple Containers will not increase the padding, will only be applied once. (@paales)
@graphcommerce/[email protected]
Patch Changes
January 13, 2025 (canary)
@graphcommerce/[email protected]
Patch Changes
- #2474
838ee4b
- Prevent rendering "You have not placed an order" before the router resolves. (@carlocarels90)
January 10, 2025 (canary)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Patch Changes
5ca6fb9
- When a user reorders their cart without interacting with their cart previously a new cart wouldn't be created. (@paales)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
January 06, 2025 (canary)
@graphcommerce/[email protected]
Patch Changes
- #2477
8015eab
- Upgraded to @apollo/client 3.12.3 without impacting typescript compilation performance. (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2477
8015eab
- Upgraded to @apollo/client 3.12.3 without impacting typescript compilation performance. (@paales)
@graphcommerce/[email protected]
Patch Changes
January 06, 2025 (canary)
January 06, 2025 (canary)
@graphcommerce/[email protected]
Patch Changes
- #2470
f5565b4
- Moved all test routes files to the demo package so they are out of the example directory. (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
- #2470
8f047a0
- Modify the type that is exposed for createTheme, should be faster for TypeScript to check. (@paales)