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 - December 14, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - December 13, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1757 ca2e2ab59 - Handle stock_status OUT_OF_STOCK properly and show only_x_left_in_stock if feature is enabled (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1757 430863c4a - When a product is disabled it got in a redirect loop because of a Magento bug (@paales)
graphcommerce - December 13, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Minor Changes

  • #1756 1abaaedde - Show cart item error messages when running Magento >= 2.4.5 or this patch is applied

    • Fixes an issue where the cart can get into a broken state, if items contain errors.
    • AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
    • Disable checkout buttons when there are cart item errors and show a message. (@paales)

@graphcommerce/[email protected]

Minor Changes

  • #1756 1abaaedde - Show cart item error messages when running Magento >= 2.4.5 or this patch is applied

    • Fixes an issue where the cart can get into a broken state, if items contain errors.
    • AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
    • Disable checkout buttons when there are cart item errors and show a message. (@paales)

@graphcommerce/[email protected]

Minor Changes

  • #1756 1abaaedde - Show cart item error messages when running Magento >= 2.4.5 or this patch is applied

    • Fixes an issue where the cart can get into a broken state, if items contain errors.
    • AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
    • Disable checkout buttons when there are cart item errors and show a message. (@paales)

@graphcommerce/[email protected]

Minor Changes

  • #1756 1abaaedde - Show cart item error messages when running Magento >= 2.4.5 or this patch is applied

    • Fixes an issue where the cart can get into a broken state, if items contain errors.
    • AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
    • Disable checkout buttons when there are cart item errors and show a message. (@paales)
graphcommerce - December 09, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Minor Changes

graphcommerce - December 09, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

  • b1444b933 - Bring password reset page more in line with standard forms, add missing translations. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • c7816cd69 - Added JS version of the customFetch method, node_module files aren't transpiled (@paales)

@graphcommerce/[email protected]

Patch Changes

  • b1444b933 - Bring password reset page more in line with standard forms, add missing translations. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • b1444b933 - Bring password reset page more in line with standard forms, add missing translations. (@paales)

  • c7dc855af - Added a spreadVal utility to replace responsiveVal and breakpointVal (@paales)

@graphcommerce/[email protected]

Patch Changes

graphcommerce - December 08, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1755 f44a05a6c - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext (@paales)

  • #1755 3b341f694 - When selecting text inside an input or textarea it shouldn't be possible to drag the scroller (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Patch Changes

  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1755 0025ad80f - Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) (@paales)

  • #1755 3fcb03b79 - New props added to LayoutOverlay and Overlay components: widthSm and widthMd to control the width of the overlay.

    Defaults to widthSm = 'max(300px, 80vw)', widthMd = 'max(800px, 50vw)' (@paales)

  • #1755 f44a05a6c - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext (@paales)

  • #1755 9de7c6960 - The scrollbar was hidden for bottom sheets, while that wasn't necessary (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1755 225a69dc9 - When a plugin doesn't target a file anymore, it will now cleanup the existing interceptor file. (@paales)

  • #1755 4759c1781 - Interceptors are regenerated when a plugin contains a faulty configuration (happens a lot when building a plugin). (@paales)

graphcommerce - December 05, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 188f23452 - Implement a custom fetch that has an exponential backoff so that build don’t fail as often (@paales)

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)
  • #1752 56d950ba3 - Removed dependency on react-hook-form-mui (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 188f23452 - Implement a custom fetch that has an exponential backoff so that build don’t fail as often (@paales)

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1752 2a6a4d9ec - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.

    • Updated the @mui/material package
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)
graphcommerce - November 28, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

graphcommerce - November 23, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Minor Changes

graphcommerce - GraphCommerce 5.0.0

Published by github-actions[bot] almost 2 years ago

Introducing a new Plugin system for GraphCommerce which allows you to extend GraphCommerce in a plug-and-play manner. Read the documentation to learn more

Bump major version of all packages and all packages now use the same version number to make it easier to upgrade.

Minor Changes / New features

Support for new Payment gateways and existing gateways now use plugins

Moved all existing methods methods to the GraphCommerce plugin system #1718

Adyen Payment gateway support (@paales) #1729

MultiSafePay Payment gateway support (@paales) #1729

Upgrade guide:

  1. The upgrade removes all the payment gateway packages from the package.json, remove them for now.
  2. Proceed to upgrade normally
  3. Add back all the payment modules following the GraphCommerce Magento docs.
  4. Documentation for payment gateways: PayPal, Mollie, Braintree, Adyen, MultiSafePay, Klarna

Magento MSI Support is now optional

Moved Magento Cart Pickup shipping method to the GraphCommerce plugin system #1729

Upgrade guide:

  • The upgrade removes @graphcommerce/magento-cart-pickup package from your package.json, remove them for now.
  • Proceed to upgrade normally
  • Add back @graphcommerce/magento-cart-pickup, following the GraphCommerce Magento docs. (@paales)

Migrated to the new GraphCommerce plugin system

  • Google Analytics now uses the new plugin system (@paales) #1733

  • Google Recaptcha now uses the new plugin system. Whenever the @graphcommerce/ecommerce-ui ApolloErrorAlert, ApolloErrorFullPage and ApolloErrorSnackbar components are rendered it will activate the Google Recaptcha plugins. (@paales) #1733

  • Google Tagmanager now uses the new plugin system (@paales) #1733

Other new features

  • Allow Simple Products to show the Confgurable product page. Created a new defaultConfigurableOptionsSelection utility function to set up all the data correctly. (@paales) #1737

  • ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins. If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales) #1733

  • Add props to <PaymentMethodContextProvider/>: onSuccess and successUrl to have extension points for things like GoogleAnalytics (@paales) #1733

  • Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales) #1738

  • Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales) 6171ad02c

Detailed changelogs per package

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1738 bd3a30438 - Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales)

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1734 f44dae2c5 - When rendering the page it should run the initial animations if a page doesn't want to do that it should disable initial it's self (@github-actions)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1718 6407e8719 - ScrollerPageCounter shouldn’t set visibleItems to a string as that isn’t the correct type (@paales)

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 493506480 - Google Recaptcha now uses the new plugin system. Whenever the @graphcommerce/ecommerce-ui ApolloErrorAlert, ApolloErrorFullPage and ApolloErrorSnackbar components are rendered it will activate the Google Recaptcha plugins. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1718 37e86cdc8 - Remove usage of PropsWithChildren (@paales)

  • #1733 a0eefa762 - Added better disabled state for an ActionCard (@paales)

  • #1718 acef2a3ae - Make the modules prop optional for the <PaymentMethodContextProvider /> component (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1733 b2d73c726 - Move to <Prev/> instead of <Component/> to call the plugin component (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1733 b2d73c726 - Move to <Prev/> instead of <Component/> to call the plugin component (@paales)

  • #1729 4f85e4878 - Add the ability to specificy plugins on the package name (e.g. @graphcommerce/magento-cart-payment-method) (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1733 b2d73c726 - Move to <Prev/> instead of <Component/> to call the plugin component (@paales)

  • #1729 4f85e4878 - Add the ability to specificy plugins on the package name (e.g. @graphcommerce/magento-cart-payment-method) (@paales)

  • #1733 a0eefa762 - Added better disabled state for an ActionCard (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1733 b2d73c726 - Move to <Prev/> instead of <Component/> to call the plugin component (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1733 b2d73c726 - Move to <Prev/> instead of <Component/> to call the plugin component (@paales)

  • #1729 4f85e4878 - Add the ability to specificy plugins on the package name (e.g. @graphcommerce/magento-cart-payment-method) (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1737 1f5ece0c2 - Allow Simple Products to show the Confgurable product page. Created a new defaultConfigurableOptionsSelection utility function to set up all the data correctly. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1733 761bd2832 - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component <GraphQLProvider/>. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.

    If you are using custom links / policies / migrations you can pass them as props to the <GraphQLProvider/> or create your own local plugin. (@paales)

Patch Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #1729 4f85e4878 - Add the ability to specificy plugins on the package name (e.g. @graphcommerce/magento-cart-payment-method) (@paales)

  • #1733 be10e8cd1 - Migrated payment methods to use the new onSuccess method from PaymentMethodContextProvider instead of redirecting manually, makes sure the onSuccess method can be used by plugins. (@paales)

  • #1738 52882a63e - Do not forward the Prev prop in plugins (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1738 bd3a30438 - Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales)

@graphcommerce/[email protected]

Minor Changes

Patch Changes

graphcommerce - November 17, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

graphcommerce - November 17, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

@graphcommerce/[email protected]

Major Changes

graphcommerce - November 17, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

  • 16c29976d - When upgrading it should git clone the full depth to be able to fetch older commits (@paales)

@graphcommerce/[email protected]

@graphcommerce/[email protected]

@graphcommerce/[email protected]

@graphcommerce/[email protected]

Patch Changes

  • f44dae2c5 - When rendering the page it should run the initial animations if a page doesn't want to do that it should disable initial it's self (@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]

@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 - November 15, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • fdb33b4e6 - Make sure the root package is always included even if it doesn't include graphcommerce in the name (@paales)
graphcommerce - November 15, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

  • 243d0dad2 - Solve issue where the gallery of the product page would scroll obsessively (@paales)

  • 0623f8ce7 - When clicking on a navigationlink it would animate on mobile (@paales)

graphcommerce - November 15, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

graphcommerce - November 15, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

@graphcommerce/[email protected]

@graphcommerce/[email protected]

@graphcommerce/[email protected]

Patch Changes

  • e2683dbfc - GraphQL HttpLink wasn't created, not allow to generate new pages on Vercel. (@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]

Patch Changes

  • e2683dbfc - GraphQL HttpLink wasn't created, not allow to generate new pages on Vercel. (@paales)

@graphcommerce/[email protected]

@graphcommerce/[email protected]

graphcommerce - November 14, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1738 bd3a30438 - Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1738 bd3a30438 - Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales)

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)

@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

@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

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1738 9ee6f7def - After the AddProductsToCartForm has been submitted, reset the submitted SKU's (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1738 bd3a30438 - Created directive @env(if: String!) on FRAGMENT_DEFINITION to conditionally include a fragment (@paales)

@graphcommerce/[email protected]

Minor Changes

  • #1738 6171ad02c - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins (@paales)
graphcommerce - November 11, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Minor Changes

  • #1737 1f5ece0c2 - Allow Simple Products to show the Confgurable product page. Created a new defaultConfigurableOptionsSelection utility function to set up all the data correctly. (@paales)

Patch Changes

graphcommerce - November 08, 2022 (canary)

Published by github-actions[bot] almost 2 years ago

@graphcommerce/[email protected]

Minor Changes