Releases: graphcommerce-org/graphcommerce
Release 9.1.0-canary.15
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2493
4cde990
- When the cart totals are updated via a mutation, make sure to also fetch the id when the query is used so that automatically updates. (@paales) -
#2493
7ae2909
- CartTotals now accepts a readOnly prop to handle plugins showing information based on that prop (@paales) -
#2493
b6f76b6
- Solve issue where available_payment_methods would give an apollo client error that it couldn’t be properly merged (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2493
a482084
- Currency wasn't set properly while rendering custom options for cart items that had a different currency than the current store. (@paales)
@graphcommerce/[email protected]
Patch Changes
-
#2493
0cb3ace
- Created a AccountDashboardQueryFragment instead of only a query to allow for adding customerDownloadableProducts to the dashboard query (@paales) -
#2493
c1f04dc
- Migrate to default OrderItem resolver and remove useOrderCardItemImages as OrderItem now returns a product. Add a custom resolver for 2.4.5 and 2.4.6 that implements the functionality for older versions. (@paales) -
#2493
c1f04dc
- Created a refactored the AccountOrders page and refactored the OrderCard. (@paales) -
#2493
db56933
- Implemented order sorting for account overview and account list and implement custom resolver for Magento 2.4.5 (which is slow but works). (@paales) -
#2493
db56933
- Use OrderStateLabel in my account instead of OrderStateLabelInline and deprecate that one. (@paales) -
#2493
dc387da
- OrderTotals/OrderDetails now only renders addres information if available (@paales) -
#2493
623e993
-<WaitForCustomer />
now accepts all props of the FullPageMessage (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2493
db56933
- Implemented order sorting for account overview and account list and implement custom resolver for Magento 2.4.5 (which is slow but works). (@paales)
@graphcommerce/[email protected]
Patch Changes
-
#2493
53b896e
- Allow passing children to CustomerNewsletterToggle (@paales) -
#2493
6c4f642
- Use CustomerNewsletterToggle whenever possible (@paales)
@graphcommerce/[email protected]
Minor Changes
-
#2493
01ba1a7
- Improved Downloadable products functionality:- Account Dashboard Link and Download Page
- Download samples / linkSamples and links from the backend.
- CartItem edit functionality for the DownloadableCartItem
- Dynamic ProductPagePrice for downloadable options (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2493
a34c276
- Added lots of missing icon exports (@paales) -
#2493
2a09ca9
- Intl components now accept the sx prop.<RelativeToTimeFormat />
now expects a date prop instead of children. (@paales) -
#2493
05a1744
- Added search params to NextLink whenever present (@paales)
@graphcommerce/[email protected]
Patch Changes
Release 9.0.4-canary.14
@graphcommerce/[email protected]
Patch Changes
- #2495
d90f7f5
- Solve issue where the useSendEventAlgolia hook would sometimes throw an error during purchase (@Giovanni-Schroevers)
@graphcommerce/[email protected]
Patch Changes
- #2495
0fc9805
- Remove issuer list from ideal payment method (@Giovanni-Schroevers)
@graphcommerce/[email protected]
Patch Changes
-
#2495
cd386e3
- Remove issuers field from MultiSafePay in preparation for iDeal 2. Please not that this change requires an upgrade to the Magento module as well. (@Giovanni-Schroevers) -
#2495
0fc9805
- Remove issuer list from ideal payment method (@Giovanni-Schroevers)
@graphcommerce/[email protected]
Patch Changes
- #2495
0fc9805
- Remove issuer list from ideal payment method (@Giovanni-Schroevers)
Release 9.0.4-canary.13
Release 9.0.4-canary.12
@graphcommerce/[email protected]
Patch Changes
Release 9.0.4-canary.11
@graphcommerce/[email protected]
Patch Changes
- #2485
6533728
- When ordering a virtual product the checkout would still reference a Track & Trace (@paales)
@graphcommerce/[email protected]
Patch Changes
-
#2485
875fbca
- Solve issue where the CartItem href wouldn't be correct (@paales) -
#2485
dfd6359
- Exported cartItemToCartItemInput so it can be extended with plugins (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
- #2485
10200f1
- ProductSpecs now usesattribute { label }
instead ofuseQuery(ProductSpecsTypes)
(@paales)
@graphcommerce/[email protected]
Patch Changes
- #2485
8b8807b
- Solve issue where the GetConfigurableOptionsSelection query would be executed even if the product wasn't a ConfigurableProduct. (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
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)