Releases: graphcommerce-org/graphcommerce
Release 10.0.0-canary.63
@graphcommerce/algolia-products@10.0.0-canary.63
Major Changes
- #2550
5d94c13- Fix stock status mapping: use in_stock instead of is_stock in Algolia hit to Magento product conversion (@davido-priority)
Release 10.0.0-canary.62
@graphcommerce/magento-customer@10.0.0-canary.62
Patch Changes
- #2553
66ba029- Unset token when on magento 248 to prevent repeated graphql-authentication errors (@Giovanni-Schroevers)
Release 10.0.0-canary.61
Release 10.0.0-canary.60
@graphcommerce/framer-next-pages@10.0.0-canary.60
Patch Changes
- #2556
4aa6c92- Bump next from 16.0.6 to 16.0.7 (@dependabot)
@graphcommerce/framer-scroller@10.0.0-canary.60
Patch Changes
- #2556
4aa6c92- Bump next from 16.0.6 to 16.0.7 (@dependabot)
@graphcommerce/hygraph-dynamic-rows-ui@10.0.0-canary.60
Patch Changes
- #2556
4aa6c92- Bump next from 16.0.6 to 16.0.7 (@dependabot)
@graphcommerce/image@10.0.0-canary.60
Patch Changes
- #2556
4aa6c92- Bump next from 16.0.6 to 16.0.7 (@dependabot)
@graphcommerce/misc@10.0.0-canary.60
Patch Changes
- #2556
4aa6c92- Bump next from 16.0.6 to 16.0.7 (@dependabot)
Release 10.0.0-canary.59
Release 10.0.0-canary.58
Release 10.0.0-canary.57
Release 9.1.0-canary.55
@graphcommerce/google-datalayer@9.1.0-canary.55
Patch Changes
@graphcommerce/image@9.1.0-canary.55
Patch Changes
- #2539
76adc6f- Export generateSrcSet from Image component so it can be used for the avatar srcSet directly (@paales)
@graphcommerce/magento-cart@9.1.0-canary.55
Patch Changes
-
#2539
cf44b1f- Added hideTotals to MultiCartStartCheckout (@paales) -
#2539
af4463d- When running a cart mutation and the cartId is already passed to the form we use that value instead of retrieving the current cart again. (@paales) -
#2539
415f9fb- Allow setting the cartId in the form for useFormGqlMutationCart by setting the cartId in the form AND allow setting the cartId for a whole context by wrapping with CartIdProvider (@paales) -
#2539
4e3f3f2- Allow setting the redirect value in the AddProductsToCartForm as a form value. (@paales) -
#2539
af4463d- Solve issue where if the onBeforeSubmit would return false, it would still error if submitted while the cart is locked. (@paales) -
#2539
1a06135- Allow awaitable async requests for onStart on checkout button (@paales)
@graphcommerce/magento-cart-payment-method@9.1.0-canary.55
Patch Changes
- #2539
59d91cc- Solve issue where the Place order button would remain in a loading state because the back/forward cache of chrome started working for the checkout and thus React's state would not be reset, thinking we were still exiting the page. (@paales)
@graphcommerce/magento-cart-shipping-address@9.1.0-canary.55
Patch Changes
- #2539
415f9fb- Allow setting the cartId in the form for useFormGqlMutationCart by setting the cartId in the form AND allow setting the cartId for a whole context by wrapping with CartIdProvider (@paales)
@graphcommerce/magento-customer@9.1.0-canary.55
Patch Changes
@graphcommerce/magento-payment-multisafepay@9.1.0-canary.55
Patch Changes
-
#2539
21dc35d- Solve issue where the cart would remain locked if a user would return to the website without going through the checkout/payment step. (@paales) -
#2539
6a55be4- Solve issue where the MSPPaymentHandler query would be executed multiple times. (@paales)
@graphcommerce/magento-product@9.1.0-canary.55
Patch Changes
@graphcommerce/next-ui@9.1.0-canary.55
Patch Changes
-
#2539
87fc3c2- Created new Tabs and TabItem component to be used for MultiCart setup (@paales) -
#2539
286a20e- Added an OverlayCloseButton and implemented it for various locations. (@paales) -
#2539
65dcefb- Solve hydration error because multiple literals could be in a DateTimeFormat (@paales) -
#2539
88fd114- Created a LayoutOverlayHeader2 that does not support any floating modes or something and thus is simpler to customize. (@paales) -
#2539
23793aa- Prevent excessive rerender when multiple images with the same url are in a product (@paales) -
#2539
a419257- Solve issue where the sidebar wasn't 100% width on the PDP on mobile (@paales)
@graphcommerce/react-hook-form@9.1.0-canary.55
Patch Changes
-
#2539
31ef9c5- Solve an issue where the false value of the useFormGql was incorrectly interpreted as an error while it was a SKIP. Fixes an issue where the CustomerAddressForm is not submitting properly when the user is adding a new address. (@paales) -
#2539
9bf02b6- Solve issue with react-hook-form causing ts errors, now version is fixed and the ts error is solved (@paales)
@graphcommerce/misc@9.1.0-canary.55
Patch Changes
-
#2539
22094bd- Solve a version-skew problem where certain JS files weren't properly cached by the Service Worker, but the page was cached. The moment a user wanted to load the page the JS files would not exist and result in a 404. This in turn caused the the frontend to be broken until the page was reloaded.The cause is that if the prefetch requests fail, other prefetch requests are not made anymore. And since the js file wasn't cached by other buckets, it would result in a 404. (@paales)
Release 9.1.0-canary.54
@graphcommerce/magento-product-configurable@9.1.0-canary.54
Patch Changes
- #2544
09a79c0- Solve issue whre Configurable Options would not respect the option position. (@ThisIsRuddy)
Release 9.1.0-canary.53
@graphcommerce/ecommerce-ui@9.1.0-canary.53
Patch Changes
- #2541
09e67d6- Fix issue where setting required on the controller caused the form to submit without variables (@Giovanni-Schroevers)