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 - February 19, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - February 15, 2023 (canary)

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

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

graphcommerce - February 09, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - February 09, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - February 06, 2023 (canary)

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

@graphcommerce/[email protected]

Minor Changes

graphcommerce - February 02, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - January 25, 2023 (canary)

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

@graphcommerce/[email protected]

Minor Changes

  • #1749 0cc472915 - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1749 0cc472915 - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. (@paales)

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1749 0cc472915 - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. (@paales)

Patch Changes

  • #1749 16e91da42 - Fix spelling error incomming to incoming (@paales)

  • #1749 b132583d5 - Generalize ProductCustomizable renderer to automatically fail the build if there are OptionTypeRenderers missing (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

  • #1749 0cc472915 - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. (@paales)

Patch Changes

graphcommerce - January 11, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - January 10, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - January 06, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - January 05, 2023 (canary)

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

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

graphcommerce - January 05, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

graphcommerce - January 02, 2023 (canary)

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

@graphcommerce/[email protected]

Patch Changes

  • #1768 23e9a4728 - Move magento-customer-account & magento-customer-order into magento-customer package (magento-customer-account & magento-customer-order are now deprecated) (@bramvanderholst)

  • #1768 7e8dcf447 - Update account address list after deleting an address (@bramvanderholst)

  • #1768 9f0e9ab2d - Redirect to address overview page after creating an address instead of redirecting to the edit page for the address that was just created (@bramvanderholst)

@graphcommerce/[email protected]

Patch Changes

  • #1768 23e9a4728 - Move magento-customer-account & magento-customer-order into magento-customer package (magento-customer-account & magento-customer-order are now deprecated) (@bramvanderholst)

@graphcommerce/[email protected]

Patch Changes

  • #1768 23e9a4728 - Move magento-customer-account & magento-customer-order into magento-customer package (magento-customer-account & magento-customer-order are now deprecated) (@bramvanderholst)
graphcommerce - January 02, 2023 (canary)

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

@graphcommerce/[email protected]

Minor Changes

graphcommerce - GraphCommerce 5.1.1

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

Upgrade docs 📖 · Previous 5.1.0 release notes ↩️

This release contains a few small fixes:

  • Remove Developer preview snippet from docs
  • Requested URLs to product pages incorrectly return a notFound error
  • Additional implementations of the RoutableInterface caused redirects to fail

Detailed changelogs per package

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

graphcommerce - December 20, 2022 (canary)

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

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

graphcommerce - December 15, 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

  • #1762 0aab0bcc2 - yarn can not completele successfully when runnin in a monorepo setup if codegen hasn’t ran (@paales)
graphcommerce - GraphCommerce 5.1.0

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

Upgrade docs 📖 · Previous 5.0.0 release notes ↩️ · Patch 5.1.1 release notes 🆙

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

Magento

  • 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)
  • Handle stock_status OUT_OF_STOCK properly and show only_x_left_in_stock if feature is enabled (@paales)
  • Magento URL Rewrites support to GraphCommerce compatible product URL's. (@paales) Docs 📖
  • Magento URL Rewrites redirect 301 and 302 support (@paales)
  • Generate sitemaps per locale so it can better handle large number of products (@paales)

Analytics 📖 ↗

  • Google analytics now supports configuration for multiple locales (@FrankHarland)
  • New events added to Google analytics: purchase and add_to_cart (when adding and updating items) (@FrankHarland)

GraphQL Mesh 📖 ↗

Mollie 📖 ↗

General changes

  • Show globe icon instead of shopping bag icon for store/language-switcher (@FrankHarland)
  • Automatically set focus on search input when loading search page (on Android) (@bramvanderholst)
  • Bring password reset page more in line with standard forms, add missing translations. (@github-actions)
  • Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
    • Updated the @mui/material package
    • Removed dependency on react-hook-form-mui (@paales)
    • Removed dependencies on react-hook-form-mui and @playwright/test
    • Upgraded dependencies including type-fest and graphql-mesh
    • Solved peer dependency issues (@paales)

Overlays

  • When selecting text inside an input or textarea it shouldn't be possible to drag the scroller (@paales)
  • When you navigate back to an overlay (cart, etc.), it can no longer be closed by dragging or clicking on the backdrop. (@paales)
  • Navigation received focus making the menu visible while it shouldn't (@paales)
  • New props added to LayoutOverlay and Overlay components: widthSm and widthMd to control the width of the overlay.
  • Overlay width is not a sensible default: widthSm = 'max(300px, 80vw)', widthMd = 'max(800px, 50vw)' (@paales)
  • The scrollbar was hidden for bottom sheets, while that wasn't necessary (@paales)

Small fixes

  • Added a spreadVal utility to replace responsiveVal and breakpointVal (@github-actions)
  • Fixed SKU undefined error when adding an item to the cart with an invalid configuration (@mikekeehnen)
  • Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) (@paales)
  • clientSizeCssVar.x had a fallback to 100vw instead of 100vh (@paales)
  • Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@paales)
  • Use a singlular useElementScroll and provide ther scroll from the useScrollerContext (@paales)
  • When a plugin doesn't target a file anymore, it will now cleanup the existing interceptor file. (@paales)
  • Interceptors are regenerated when a plugin contains a faulty configuration (happens a lot when building a plugin). (@paales)
  • Make sure the interceptors aren't cleaned up constantly (@github-actions)

Detailed changelogs per package

@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)
  • #1755 41fa631b1 - Add a chapter about SEO migration (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #1760 8badc8550 - Updated dependencies (@paales)

  • #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)
  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@paales)

  • #1755 053ef07d0 - Add httpDetailsExtensions plugin to the mesh for a better debugging experience. (@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

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

  • #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

  • #1755 0025ad80f - Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) (@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)
  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@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)
  • #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

  • #1755 0025ad80f - Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) (@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)
  • #1755 f44a05a6c - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext (@paales)

  • #1755 c77f49e6e - clientSizeCssVar.x had a fallback to 100vw instead of 100vh (@paales)

@graphcommerce/[email protected]

Minor Changes

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)
  • #1757 566beeee3 - Make sure we can handle deeply nested items in a list (@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

  • #1760 8badc8550 - Updated dependencies (@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]

Minor Changes

Patch Changes

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

  • #1760 8badc8550 - Updated dependencies (@paales)

  • #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]

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)

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]

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)

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

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

  • #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

  • #1760 8badc8550 - Updated dependencies (@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]

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)

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)
  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@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

  • #1760 8badc8550 - Updated dependencies (@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]

Minor Changes

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

  • #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)
  • #1761 c17318d6e - Generate sitemaps per locale so it can better handle large number of products (@paales)

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)
  • #1744 cf1c864eb - Fixed SKU undefined error when adding an item to the cart with an invalid configuration (@mikekeehnen)

@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

  • #1759 d88e2e827 - Automatiically set focus on search input when loading search page (on Android) (@bramvanderholst)

  • #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]

Minor Changes

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)
  • #1757 430863c4a - When a product is disabled it got in a redirect loop because of a Magento bug (@paales)

  • #1755 dbe103963 - Redirect URL suffixes to their non suffix counterpart and vice versa (@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)
  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@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)
  • #1740 cbc5d488b - Fixed clearCurrentCartId for Mollie (@Jessevdpoel)

@graphcommerce/[email protected]

Patch Changes

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

  • #1760 06a81e661 - When you navigate back to an overlay (cart, etc.), it can no longer be closed by dragging or clicking on the backdrop. (@paales)

  • #1750 3479bc1e2 - Show globe icon instead of shopping bag icon for store/language-switcher (@FrankHarland)

  • #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)

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

  • #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)
  • #1760 f1ebaa2ae - Navigation received focus making the menu visible while it shouldn't (@paales)

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

  • #1745 c7dc855af - Added a spreadVal utility to replace responsiveVal and breakpointVal (@github-actions)

  • #1755 9de7c6960 - The scrollbar was hidden for bottom sheets, while that wasn't necessary (@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)
  • #1755 b34c7b43a - Disabled @typescript-eslint/no-unbound-method and fixed various eslint errors (@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

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

  • #1760 8badc8550 - Updated dependencies (@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)
  • #1755 4759c1781 - Interceptors are regenerated when a plugin contains a faulty configuration (happens a lot when building a plugin). (@paales)

  • #1745 2a859970d - Make sure the interceptors aren't cleaned up constantly (@github-actions)

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

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

@graphcommerce/[email protected]

Minor Changes

  • #1761 c17318d6e - Generate sitemaps per locale so it can better handle large number of products (@paales)
graphcommerce - December 14, 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

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #1760 06a81e661 - When you navigate back to an overlay (cart, etc.), it can no longer be closed by dragging or clicking on the backdrop. (@paales)

  • #1760 f1ebaa2ae - Navigation received focus making the menu visible while it shouldn't (@paales)

@graphcommerce/[email protected]

Patch Changes