Skip to content

Releases: graphcommerce-org/graphcommerce

Release 9.1.0-canary.20

28 Feb 09:08
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

Release 9.1.0-canary.18

27 Feb 14:16
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • 62b71d5 - Solve issue: TypeError: InMemoryLRUCache is not a constructor (@paales)

@graphcommerce/[email protected]

Patch Changes

  • 62b71d5 - Solve issue: TypeError: InMemoryLRUCache is not a constructor (@paales)

@graphcommerce/[email protected]

Patch Changes

  • 62b71d5 - Solve issue: TypeError: InMemoryLRUCache is not a constructor (@paales)

@graphcommerce/[email protected]

Patch Changes

  • 62b71d5 - Solve issue: TypeError: InMemoryLRUCache is not a constructor (@paales)

@graphcommerce/[email protected]

Patch Changes

  • 62b71d5 - Solve issue: TypeError: InMemoryLRUCache is not a constructor (@paales)

Release 9.1.0-canary.17

11 Feb 08:52
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2496 a261149 - ReCaptcha now using the recaptchaV3Config 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 the recaptchaV3Config 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

27 Feb 11:47
Compare
Choose a tag to compare

@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

07 Feb 12:57
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2494 fd824d4 - Solve issue when creating an account the group_id would be requested but there wansn't a token available to retrieve the group_id. (@Renzovh)

Release 9.1.0-canary.15

30 Jan 14:21
Compare
Choose a tag to compare
Pre-release

@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

@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

@graphcommerce/[email protected]

Patch Changes

  • #2493 cff4172 - When the added product can't be found, make sure to render just 'Product' instead of an empty string and show a cart icon instead of a placeholder. (@paales)

  • #2493 7fbdfd5 - Make sure the maxWidth of the newsletter subscribe box is sm instead of ms, making it too wide. (@paales)

Release 9.0.4-canary.14

30 Jan 13:15
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

Release 9.0.4-canary.13

27 Jan 12:36
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • 5a9adde - FormElements now are now disabled when the whole form is disabled. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • 9aa9a3c - useFormGql and all derivivatives now get the form as an argument in onComplete for easier form resets. (@paales)

Release 9.0.4-canary.12

27 Jan 09:13
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2492 2d41445 - Solve issue where the category and search page would rerender on pageload because the mask value would flip from true to false (@paales)

Release 9.0.4-canary.11

23 Jan 21:47
Compare
Choose a tag to compare
Pre-release

@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

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #2485 10200f1 - ProductSpecs now uses attribute { label } instead of useQuery(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

  • #2485 b0ec078 - Added a CurrencySymbol component that renders the current currency symbol (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #2485 b0ec078 - Added a CurrencySymbol component that renders the current currency symbol (@paales)