graphcommerce

GraphCommerce® is a headless storefront replacement for Magento 2 (PWA), that delivers a faster, better user experience. Fully customizable (React, Next.js) and open-source.

OTHER License

Downloads
271.1K
Stars
303
Committers
37

Bot releases are visible (Hide)

graphcommerce - April 03, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1875 4325f6556 - When trying to redirect it would do another call to fetch the config while that was already done previously (@paales)
graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

.

graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1876 8dffc59c0 - Added an configuration to the wishlist: wishlistShowFeedbackMessage to show a feedback message when a product is added to the wishlist. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1876 8dffc59c0 - Added an configuration to the wishlist: wishlistShowFeedbackMessage to show a feedback message when a product is added to the wishlist. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1876 8dffc59c0 - Added an configuration to the wishlist: wishlistShowFeedbackMessage to show a feedback message when a product is added to the wishlist. (@paales)
graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 31, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1879 322a12098 - When using @mui/material form fields, show a warning to the developer so they learn about the ecommerce-ui form components. (@paales)
graphcommerce - March 29, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1874 2a60491c2 - The mesh wouldn't keep ssl handshakes alive causing an additional delay for each request. Solving this will improve every fetch request 30-100ms, depending on the ssl handshake performance of the server. (@paales)

  • #1874 2a60491c2 - Magento couldn't respond with any cached Varnish responses because there was an empty authorization header sent with each request. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1874 2a60491c2 - Magento couldn't respond with any cached Varnish responses because there was an empty authorization header sent with each request. (@paales)
graphcommerce - March 29, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1872 05522796f - Fix issue where a deeper plugin from the root of the project doesn't have a correct relative path (@paales)
graphcommerce - March 24, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 24, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 23, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

graphcommerce - GraphCommmerce 6.0.1

Published by github-actions[bot] over 1 year ago

Upgrade docs 📖 · Previous 6.0.0 release notes ↩️

A big thanks to the contributors who made this release possible! Here are some highlights ✨:

Bugfixes:

  • Cart item couldn't be deleted as it tried to delete the product instead of the item from the cart (@paales)
  • Add to cart message would become invisible when there were crosssells. Allow bottom overlays to resize and animate in position (@paales)
  • GraphQL Codegen would throw a very unhelpful error message because of skipDocumentsValidation, will now throw a more helpful error message. (@paales)
  • Added registration email validation to inline registration form. (@mikekeehnen)
  • Show search fab instead of SearchLink below lg breakpoint (@Giovanni-Schroevers)
  • Mollie didn't always properly lock the cart, causing issues when redirecting to mollie and back. (@mikekeehnen)
  • Overlays: desktop bottom didn't have a box-shadow (@paales)
  • Overlays: Simplify useElementScroll component to a better standard to debug stuff (@paales)
  • Solve issue where intercepters couldn’t be properly deleted because it was already deleted, fixed (@paales)

Google Analytics

  • Google Analytics: Removing an item from the cart didn't trigger google analytics properly @FrankHarland
  • Google Analytics: Resolved multiple onSubmitSuccessful callbacks in ComposedForm, when we have multiple ComposedForm Components on a page (@mikekeehnen)

Product filter pro

  • Reset all filters at once was missing from All Filters panenl (@paales)
  • All Filters chip would always show a filter count even if there was nothing filtered (@paales)
  • Solve an issue where the sorting option didn’t get a highlighted badge: Always show a (1) when an OverlayOrPopperChip is selected (@paales)
  • Solve an issue where the sorting option didn’t get a highlighted badge: Always show a (1) when an OverlayOrPopperChip is selected (@paales)
  • All Filters -> sort is unable to be reset (@paales)

Detailed changelogs per package

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1854 679ff5adf - Cart item couldn't be deleted as it tried to delete the product instead of the item from the cart (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1857 fc71d9382 - Solve an issue where the sorting option didn’t get a highlighted badge: Always show a (1) when an OverlayOrPopperChip is selected (@paales)

  • #1857 429a43c66 - Reset all filters at once was missing from All Filters panenl (@paales)

  • #1857 dd4d043f8 - All Filters chip would always show a filter count even if there was nothing filtered (@paales)

  • #1857 76aee3918 - All Filters sort is unable to be reset (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1859 08ea612a1 - Resolved multiple onSubmitSuccessful callbacks in ComposedForm, when we have multiple ComposedForm Components on a page (@mikekeehnen)

@graphcommerce/[email protected]

Patch Changes

  • #1854 30e51025b - GraphQL Codegen would throw a very unhelpful error message because of skipDocumentsValidation, will now throw a more helpful error message. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1863 ce6c990b2 - Solve issue where intercepters coudn’t be properly deleted because it was already deleted, fixe (@paales)
graphcommerce - March 22, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 22, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 22, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1863 ce6c990b2 - Solve issue where intercepters coudn’t be properly deleted because it was already deleted, fixe (@paales)
graphcommerce - March 22, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 21, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - March 21, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1859 08ea612a1 - Resolved multiple onSubmitSuccessful callbacks in ComposedForm, when we have multiple ComposedForm Components on a page (@mikekeehnen)
graphcommerce - March 20, 2023 (canary)

Published by github-actions[bot] over 1 year ago

@graphcommerce/[email protected]

Patch Changes

  • #1857 fc71d9382 - Solve an issue where the sorting option didn’t get a highlighted badge: Always show a (1) when an OverlayOrPopperChip is selected (@paales)

  • #1857 429a43c66 - Reset all filters at once was missing from All Filters panenl (@paales)

  • #1857 dd4d043f8 - All Filters chip would always show a filter count even if there was nothing filtered (@paales)

  • #1857 76aee3918 - All Filters sort is unable to be reset (@paales)