Skip to content

Releases: graphcommerce-org/graphcommerce

October 28, 2024 (canary)

28 Oct 13:12
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2393 8946991 - Solve an issue where the success page would show a back button which would go back to the payment page (which would be empty) (@carlocarels90)

October 28, 2024 (canary)

28 Oct 08:34
Compare
Choose a tag to compare
Pre-release

October 16, 2024 (canary)

16 Oct 11:54
Compare
Choose a tag to compare
Pre-release

GraphCommerce 8.0.8

14 Oct 10:49
Compare
Choose a tag to compare

💡 This is a patch release, for the latest full release notes see the GraphCommerce 8.0 release notes ↩️

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #2382 4aaf3a0 - When installing GraphCommerce it would install multiple versions of webpack, causing build errors: Loosen webpack dependency constraint so it installs a single version. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #2382 77161b3 - Solve TypeScript error in @graphcommerce/next-ui/RenderType/RenderType.tsx:39:11. Downgrade @emotion/react to the last working version. (@paales)

  • #2382 01587a9 - Added missing @swc/types package, causing build errors. (@paales)

  • #2382 a0680bc - Remove @graphql-tools/delegate patch as it is no longer necessary. (@paales)

October 07, 2024 (canary)

07 Oct 07:25
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2379 ce30678 - Automatically fall back to existing upsells/related products if they are defined and Algolia returns an error (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #2379 c4ff06d - When a useInContextQuery is called, only execute when there is no InContextMaskContext defined above (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #2379 6202fc7 - In some cases the xMagentoCacheId wasn't defined in the returned query, make sure the application doesn't crash (@paales)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #2379 5832c9d - Solved issue where Recently Viewed Products would execute a query even if there were no products to display. (@paales)

@graphcommerce/[email protected]

Patch Changes

  • #2379 9828754 - All automatically generated interceptor files are now read-only in vscode to prevent accedental changes. (@paales)

October 02, 2024 (canary)

02 Oct 10:28
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Minor Changes

  • #2377 bca47b8 - Enables algolia category search in graphql mesh. Integrated algolias category search into categories type within the mesh. This will only be used on search pages (@Renzovh)

@graphcommerce/[email protected]

Minor Changes

  • #2377 56fcc45 - Integrated algolia personalisation and algolia analytics into graphql mesh. Built user profiles and gives user personalised results. Keep track of the user data and view in algolia analytics dashboard (@Renzovh)

@graphcommerce/[email protected]

Minor Changes

  • #2377 56fcc45 - Integrated algolia product queries into graphql-mesh. Provides fast and accurate searches, that can be personalised via magento-algolia and its algolia dashboard (@Renzovh)

@graphcommerce/[email protected]

Minor Changes

  • #2377 56fcc45 - Integrated algolia recommend queries into graphql mesh. Provide accurate upsells and related products on pdp pages (@Renzovh)

October 02, 2024 (canary)

02 Oct 08:05
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

September 24, 2024 (canary)

24 Sep 13:06
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

September 19, 2024 (canary)

19 Sep 07:57
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Minor Changes

  • #2373 53ffc91 - Handle the case where one switches from using the default .html URL suffix, to not using one (@hnsr)

August 26, 2024 (canary)

26 Aug 10:27
Compare
Choose a tag to compare
Pre-release

@graphcommerce/[email protected]

Patch Changes

  • #2341 7085b4a - Updated all form FieldElements to also accept defaultValue, shouldUnregister and disabled. Moved AutoCompleteElement, CheckboxElement, MultiSelectElement, SliderElement, SwitchElement, ToggleButtonGroup to useController. Removed all parseError props (@Giovanni-Schroevers)

  • #2341 022cbd6 - Moved ActionCardListForm to @graphcommerce/ecommerce-ui to resolve issue with circular dependencies. (@Giovanni-Schroevers)

@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

Patch Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Minor Changes

Patch Changes

  • #2341 cc1c6e8 - The AddressCountryRegion select would show a warning if the countries weren't loaded yet. It will now show a readonly field with the country code. (@Giovanni-Schroevers)

  • #2341 b8b621a - The CompanyFields toggle wouldn't be valid when Private was selected and would only validate if Business was selected. (@Giovanni-Schroevers)

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Minor Changes

@graphcommerce/[email protected]

Patch Changes

@graphcommerce/[email protected]

Patch Changes

  • #2341 c57614d - ActionCardList can now recieve focus, allowing form submissions to scroll to the field. Focussed fields now are now highlighted even when there is an error. (@Giovanni-Schroevers)

@graphcommerce/[email protected]

Minor Changes

  • #2341 16e2980 - useFormGql and it's derived hooks now have a new skipUnchanged prop. The form will only be submitted when there are fields dirty in a form. This reduces the amount of queries ran in the checkout greatly. (@Giovanni-Schroevers)

  • #2341 1d6512d - Rename experimental_useV2 prop to deprecated_useV...

Read more