Releases: graphcommerce-org/graphcommerce
Release 9.1.0-canary.20
Release 9.1.0-canary.18
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
Release 9.1.0-canary.17
@graphcommerce/[email protected]
Patch Changes
- #2496
a261149
- ReCaptcha now using therecaptchaV3Config
query and add a fallback for Magento 2.4.6 and earlier to still use the configuration. Magento 2.4.7 doesn't need that configuration anymore. (@paales)
@graphcommerce/[email protected]
Patch Changes
- #2496
a261149
- ReCaptcha now using therecaptchaV3Config
query and add a fallback for Magento 2.4.6 and earlier to still use the configuration. Magento 2.4.7 doesn't need that configuration anymore. (@paales)
@graphcommerce/[email protected]
Minor Changes
-
#2496
4b6a65d
- Added support for multiple display currencies in the frontend. Multiple currencies were already supported, but this introduces Display Currencies for viewing the cart in different currencies. (@paales) -
#2496
4b6a65d
- Refactored the Store Selector to be more of a form and have multiple nested toggles to switch groups, then stores and then currencies. It automatically hides features that aren't used: If only a single group is used with multiple stores only the store selector is shown. If multiple groups are used with each a single store is used, only the group selector is shown. If only a single currency is used, there is no currency selector. If multiple currencies are used, the currency selector is shown. This makes the selector more user-friendly and less cluttered. (@paales)
Release 9.0.4
@graphcommerce/[email protected]
Patch Changes
- #2503
cf9a54e
- Solve issue where ActionCard would crash the whole app because it forwarded components to string attributes (@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
Release 9.1.0-canary.16
@graphcommerce/[email protected]
Patch Changes
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)