Skip to content

Releases: graphcommerce-org/graphcommerce

Release 10.0.3

07 Jan 10:06
cc83d7c

Choose a tag to compare

@graphcommerce/next-config@10.0.3

Patch Changes

  • fdad2b7 - Added support in component props for Generic components. Solves an issue with creating plugins on the AddressFields component. (@paales)

  • fdad2b7 - Fixed issue where additional props on a plugin did not carry to the final component. Now we can extend the original component's props with additional props from plugins. (@paales)

Release 10.0.3-canary.0

07 Jan 09:59

Choose a tag to compare

Pre-release

@graphcommerce/next-config@10.0.3-canary.0

Patch Changes

  • fdad2b7 - Added support in component props for Generic components. Solves an issue with creating plugins on the AddressFields component. (@paales)

  • fdad2b7 - Fixed issue where additional props on a plugin did not carry to the final component. Now we can extend the original component's props with additional props from plugins. (@paales)

Release 10.0.2

06 Jan 15:56
3a20e1e

Choose a tag to compare

@graphcommerce/magento-customer@10.0.2

Patch Changes

  • aaa79dd - Solve issue where the GuestOrCustomerMask would hide incorrectly (@paales)

@graphcommerce/magento-store@10.0.2

Patch Changes

  • aaa79dd - Do not query the head_includes from the backend as that may never be rendered and might contain big content. (@paales)

Release 10.0.2-canary.0

06 Jan 15:51

Choose a tag to compare

Pre-release

@graphcommerce/magento-customer@10.0.2-canary.0

Patch Changes

  • aaa79dd - Solve issue where the GuestOrCustomerMask would hide incorrectly (@paales)

@graphcommerce/magento-store@10.0.2-canary.0

Patch Changes

  • aaa79dd - Do not query the head_includes from the backend as that may never be rendered and might contain big content. (@paales)

Release 10.0.1-canary.5

06 Jan 13:28

Choose a tag to compare

Pre-release

@graphcommerce/magento-customer@10.0.1-canary.5

Patch Changes

  • 5166a95 - Solve issue where the GuestOrCustomerMask would hide incorrectly (@paales)

@graphcommerce/magento-store@10.0.1-canary.5

Patch Changes

  • 1cd75c3 - Do not query the head_includes from the backend as that may never be rendered and might contain big content. (@paales)

Release 10.0.1

05 Jan 13:29

Choose a tag to compare

@graphcommerce/algolia-insights@10.0.1

Patch Changes

@graphcommerce/algolia-products@10.0.1

Patch Changes

  • #2568 f1b60ac - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache (@paales)

  • #2571 591fb82 - Make sure the default_display_currency_code is always fetched properly for Algolia (@paales)

@graphcommerce/googlerecaptcha@10.0.1

Patch Changes

  • #2568 f1b60ac - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache (@paales)

@graphcommerce/graphql@10.0.1

Patch Changes

  • #2568 6714cbb - Deprecated globalApolloClient (@paales)

  • #2571 2350c13 - Show loading skeleton when loading and there is no data, but show when there is an error so we dont get in a stuck state. (@paales)

@graphcommerce/hygraph-dynamic-rows-ui@10.0.1

Patch Changes

@graphcommerce/magento-cart@10.0.1

Patch Changes

  • #2571 78a2a8a - Solve issue where the @client fields could not be resolved correctly. (@paales)

  • #2568 f1b60ac - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache (@paales)

@graphcommerce/magento-cart-email@10.0.1

Patch Changes

  • #2568 dc57da4 - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. (@paales)

@graphcommerce/magento-cart-payment-method@10.0.1

Patch Changes

  • #2568 dc57da4 - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. (@paales)

@graphcommerce/magento-cart-pickup@10.0.1

Patch Changes

  • #2568 dc57da4 - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. (@paales)

@graphcommerce/magento-cart-shipping-address@10.0.1

Patch Changes

  • #2568 dc57da4 - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. (@paales)

@graphcommerce/magento-cms@10.0.1

Patch Changes

@graphcommerce/magento-compare@10.0.1

Patch Changes

@graphcommerce/magento-customer@10.0.1

Patch Changes

  • #2571 78a2a8a - Solve issue where the @client fields could not be resolved correctly. (@paales)

  • #2568 dc57da4 - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. (@paales)

  • #2571 0146abe - Created a new GuestOrCustomerMask to show information based on their loggedIn state respecting the masking of private content. (@paales)

  • #2568 f1b60ac - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache (@paales)

@graphcommerce/magento-recently-viewed-products@10.0.1

Patch Changes

@graphcommerce/magento-review@10.0.1

Patch Changes

@graphcommerce/magento-store@10.0.1

Patch Changes

  • #2571 d9c7545 - When switching stores unset the currency when there is no selection available for a given store. (@paales)

  • #2571 6d5ff59 - Do not send an unacceptable store currency due to a configuration error and make sure the correct currency is stored. Show a StoreSwitcherFab on mobile. (@paales)

@graphcommerce/next-ui@10.0.1

Patch Changes

@graphcommerce/react-hook-form@10.0.1

Patch Changes

@graphcommerce/misc@10.0.1

Patch Changes

Read more

Release 10.0.1-canary.4

05 Jan 13:22

Choose a tag to compare

Pre-release

@graphcommerce/misc@10.0.1-canary.4

Patch Changes

Release 10.0.1-canary.3

05 Jan 13:14

Choose a tag to compare

Pre-release

@graphcommerce/react-hook-form@10.0.1-canary.3

Patch Changes

Release 10.0.1-canary.2

05 Jan 13:03

Choose a tag to compare

Pre-release

@graphcommerce/misc@10.0.1-canary.2

Patch Changes

Release 10.0.1-canary.1

05 Jan 11:57

Choose a tag to compare

Pre-release

@graphcommerce/algolia-products@10.0.1-canary.1

Patch Changes

  • #2571 591fb82 - Make sure the default_display_currency_code is always fetched properly for Algolia (@paales)

@graphcommerce/graphql@10.0.1-canary.1

Patch Changes

  • #2571 2350c13 - Show loading skeleton when loading and there is no data, but show when there is an error so we dont get in a stuck state. (@paales)

@graphcommerce/magento-cart@10.0.1-canary.1

Patch Changes

@graphcommerce/magento-compare@10.0.1-canary.1

Patch Changes

@graphcommerce/magento-customer@10.0.1-canary.1

Patch Changes

  • #2571 78a2a8a - Solve issue where the @client fields could not be resolved correctly. (@paales)

  • #2571 0146abe - Created a new GuestOrCustomerMask to show information based on their loggedIn state respecting the masking of private content. (@paales)

@graphcommerce/magento-recently-viewed-products@10.0.1-canary.1

Patch Changes

@graphcommerce/magento-store@10.0.1-canary.1

Patch Changes

  • #2571 d9c7545 - When switching stores unset the currency when there is no selection available for a given store. (@paales)

  • #2571 6d5ff59 - Do not send an unacceptable store currency due to a configuration error and make sure the correct currency is stored. Show a StoreSwitcherFab on mobile. (@paales)

@graphcommerce/next-config@10.0.1-canary.1

Patch Changes

  • #2571 a16bed1 - Always copy the file if the original file is a core file, allowing overrides. (@paales)